/* style.css */
/*
body{
	padding-top: 50px;
}
main.container, main.container-fluid {
	margin-top: 10px;
}*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
body{
    /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P ゴシック", "MS P Gothic", sans-Serif; */
    font-family: 'Roboto', sans-serif;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* header */
.navbar-inverse {
    background-color: #37538C;
    border-color: #37538C;
}

.body-nologgedin #nc-system-header{
    display: none;
}

#box-17 .rogo{
}
/*
#box-17:before{
    content: "英語語彙テスト.com";
    font-size: 30px;

}
*/

.rogo {
    font-size: 30px;
}

#box-17 section{
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

#box-17 .nav-tabs.nav-justified > li{
    display: inline-block;
    width: auto;
    border-radius: 0;
}

#box-17 .panel-body{
    padding: 0;
}

#box-17 .plugin-menus{
    display: inline-block;
    float: right;
}

#box-17 .plugin-menus .panel-body{
    padding: 0;
}


#box-17 .plugin-menus .panel-body .nav-tabs.nav-justified{
    margin-bottom: 0;
}

.menu-header-tabs > li:not(.active) {
  border-bottom:0;
}


/* link */
a {
    color: gray;
    text-decoration: none;
}
a:hover, a:focus {
    color: #37538C;
    text-decoration: none;
}
.btn-success {
    color: #fff;
    background-color: #62A9ED;
    border-color: #62A9ED;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #308EC8;
    border-color: #308EC8;
}
.btn-primary {
    color: #fff;
    background-color: #37538C;
    border-color: #37538C;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #303362;
    border-color: #303362;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #303362;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    color: #fff;
    background-color: #37538C;
    border-color: #37538C;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #37538C;
    border-color: #37538C;
}
/* heading */
/* .panel-default {
    border-color: #97C1E5;
}
.panel-default>.panel-heading {
    color: #333333;
    background-color: #E9F1FF;
    border-color: #97C1E5;
} */
.list-group-item {
    background-color: #ffffff;
    border: 1px solid #97C1E5;
}


/* item */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #fff;
    background-color: #6B80AE;
    border-color: #6B80AE;
}
/* form */
/* .btn-default {
    color: #ffffff;
    background-color: #6596D6;
    border-color: #6596D6;
} */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #6B80AE;
    border-color: #6B80AE;
}

/**
 * フッターメニュー
 */
.menu-footer-tabs.nav-pills.nav-justified > li {
	border: 1px solid #6596D6;
}
.menu-footer-tabs.nav-justified > li.active,
.menu-footer-tabs.nav-justified > li.active:focus,
.menu-footer-tabs.nav-justified > li.active:hover {
	background-color: #37538C;
}

/*カスタマイズ*/

/*ページ共通*/
.main_img{
    width: 100%;
    background: url(/vocabulary/app/webroot/img/test.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    height: 550px;
    padding: 70px 30px;
    background-attachment: fixed;
    position: relative;
}

.main_img h1 {
    font-size: 32px !important;
}



.btn_box{
    margin-top: 200px;
    display: flex;
    justify-content: space-around;
}

.btn_box .btn{
    display: block;
    background: #fff;
    padding: 5px 70px;
    font-size: 27px;
    border-radius: 0;
    transition: all .3s ease;
}

.btn_box .btn:hover{
    background-color: #308EC8;
    border-color: #308EC8;
    color: #ffffff;
}

#box-16 #frame-1 .panel-body{
    padding: 0;
}/*コンテンツ内とヘッダ・フッタの余白をなくす*/

footer#container-footer{
    background: #fbfbfb;
    text-align: center;
}

main#nc-container{
    width: 100%;
}/*メインコンテンツの横幅を100％にする*/

main.container{
    padding: 0;
}/*メインコンテンツの余白をなくす*/

.footer_logo{
    font-size: 22px;
    margin: 60px auto 10px;
    font-weight: bolder;
}

#footer_duwnside {
    margin-top: 64px;
}

#footer_upside {
    margin: 20px;
}

.plugin-menus .menu-header-tabs {
    font-weight: bold;
    color: gray;
}

.question_box{
    /* font-size: 16px; */
    border-bottom: 1px solid #707070;
    display: inline-block;
    padding: 0px 180px;
    font-weight: bold;
}

.privacy_policy{
}

/* QuizzzViewForm */
form#QuizAnswerViewForm {
    font-size: 1.4em;
}

.copyright{
    margin: 34px auto;
}

#menus-11 .nav-tabs li{
    display: inline-block;
    width: auto;
    border-right: 1px solid gray;
    border-radius: 0;
}

#menus-11 .nav-tabs li:last-child{
    border-right: 0;
}

#menus-11 .nav-tabs li a{
    color: gray;
    padding: 0px 15px;
}

.menu-header-tabs > li.active{
    border: 0;
}/*閲覧中のページリンクのボーダー削除*/


.t_cent{
    text-align: center;
}

.dis_b{
    display: block;
}

.dis_ib{
    display: inline-block;
}
.dis_f{
    display: flex;
}

.dis_n{
    display: none;
}

.sub_font{
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.problem_confirm_box_form{
    margin: 20px auto;
}

.problem_confirm_box{
    background: #ccc;
    border-radius: 5px;
    padding: 5px 20px;
    margin: 20px auto;
}

.font_b{
    font-weight: bold;
}

.ml-20{
    margin-left: 20px;
}

.mt_0{
    margin-top: 0;
}

/* .br_none{
    display: none;
} */

.pc_none{
    display: none !important;
}


/*トップ*/
.top_img{

}

.top_img h1 .h1_span{
    padding: 7px 10px;
    background: #fff;
}

.frame.nc-content-list article h1.h1_next{
    margin-top: 35px;
}

#nc-system-footer{
    display: none;
}


/*サブページ*/

.sub_img{
    height: 400px;
    padding: 150px 0;
    font-weight: bold;
}

.sub_img::before {
    content: "";
    width: 100%;
    height: 400px;
    background-color: rgba(255,255,255, 0.7)!important;
    top: 0;
    right: 0;
    position: absolute;
    display: inline-block;
}

.sub_img h1{
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.sub_content_box{
    margin-top: 100px;
}

.text_tit{
    font-size: 24px;
    font-weight: bold;
}

.text_des{
    font-size: 14px;
}

.btn_box ul{
    padding-left: 0;
}

.sub_content_box .btn_box{
    display: block;
    margin-top: 100px;
}

.sub_content_box .btn_box li{
    margin: 60px auto;
}

.sub_content_box .btn_box li .dis_ib{
    padding: 8px 75px;
    border: 1px solid gray;
    font-size: 22px;
}

.frame.nc-content-list article .sub_img h1.h1_next{
    margin-top:0;
}

.contact_box{
    margin-top: 50px;
}

#frame-15 #nc-registrations-answer-15 h1{
    display: none;
}

#frame-15 #nc-registrations-answer-15{
    margin: 100px;
}

.pri_box{
    width: 70%;
    margin: 100px auto;
    text-align: left;
}

.pri_top{
    background: #ccc;
}

.pri_top,
.pri_des_box{
    padding: 30px;
}

.pri_box .text_des{
    padding-bottom: 40px;
    border-bottom: 1px solid;
}


.pri_box .border_0{
    border: 0;
}

.test_box{}

.test_box_tit{
    margin: 30px 100px;
    background: #ccc;
    display: flex;
    justify-content: space-between;
}

.frame.nc-content-list article .test_box_tit h2{
    font-size: 24px;
    margin: 38px 20px;;
}

.test_box_tit h2{
    display: inline-block;
    margin-left: 40px;
}

.answer_box{
    display: inline-block;
    min-width: 150px;
    padding: 8px;
}


.answer_box ul{
    list-style: none;
    padding:20px 7px;
    background: #fff;
    margin: 0;
}

.answer_box ul li{
    display: inline-block;
    vertical-align: middle;
}

.answer_box ul a{
    display: inline-block;
    padding: 12px 9px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.glyphicon-signal:before {
    color: #000;
}

.answer_box ul a.g_btn{
    color: #fff;
    font-size: 23px;
    padding: 6px;
}

.test_box_tim{
    margin:0 100px 100px;
}

.eight{
    font-size: 8px;
}

.bg_green{
    background: green;
    color: #fff;
}

.bg_lightgreen{
    background: lightgreen;
}

.test_box_btn a{
    display: block;
    width: 240px;
    margin: 60px auto;
    border: 1px solid;
    padding: 5px;
    font-size: 16px;
}

.fb_btn{}


.test_box_btn a.bk_btn{
    border: 0;
    text-decoration: underline;
}

.confi_box{
    margin: 70px 100px;
    text-align: left;
}

/* section.plugin-quizzes{
    margin: 0px 100px;
    text-align: left;
} */

section.plugin-quizzes .quiz-list-select{
    display: none;
}

.confi_box_tit{
    border-top: 8px solid blue;
    border-bottom: 3px solid blue;
}

.confi_box_tit h2{
    font-size: 24px;
    font-weight: bold;
}

.confi_box_tim{
    color: gray;
}

.confi_box_des{
    margin: 40px auto;
}

.confi_box_btn{
    width: 40%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.confi_box_btn a{
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 20px;
}

.cancel_btn em{
    text-decoration: underline;
}

.start_btn{
    background: blue;
    color: #fff;
}

.score_box{
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 30px auto;
    color: green;
}

.check_box  .score_box_score,
.check_box .check_box_left{
    margin: 0;
}

.score_box_tim{

}

.check_box {
    margin: 50px auto;
}

.check_box .ml-20{
    margin-left: 20px;
}

.check_box .mt-0{
    margin-top: 0;
}

.kana_box{
    margin: 20px auto;
}

.you_box{

}




.out{

}

.check_box_head{
    display: flex;
    justify-content: space-between;
}

.check_box_left{

}

.result{

}

.check_box_score{

}

.db_answer_box p{
    margin: 0;
}

.check_box ul{
    list-style: none;
    display: flex;
    justify-content: right;
}

.check_box li::before {
    position: relative;
    top: 0px;
    left: -3px;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: '';
    border-radius: 100%;
    background: gray;
    margin-left: 20px;
}

li.orange:before{
    background: orange;
}

li.green:before{
    background: green;
}

li.green span,
li.orange span{
    color: #000;
}

.result{
    background: orange;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
}

.ok .result{
    background: green;
}

.result_icon{
    background: orange;
    color: #fff;
    padding: 2px;
    border-radius: 4px;
}

.ok .result_icon{
    background: green;
}

.ok .result_color_bar p{
    background: green;
    color: green;
}

.out .result_color_bar p{
    background: orange;
    color: orange;
}


.db_answer_box{
    border-radius: 5px;
    padding: 3px 20px;
    margin: 4px auto;
}

.out .result_color_bar{

}

.result_color_bar p{
    display: block;
    background: gray;
    line-height: 2;
    color: gray;
    margin-left: 20%;
}

.result_color_bar {
}

.result_color_bar::after{
    clear: both;
    border: 1px solid #000;
    margin-top: 2px;
    width: 80%;
    display: block;
}

.cb{
    clear: both;
}

.result_box_btn{
    display: flex;
    justify-content: center;
}

.end_btn{
    border: 1px solid;
    border-radius: 3px;
    padding: 5px;
}

.end_btn .glyphicon-remove::before {
  margin-right: 4px;
}

/*モーダル*/

/* .modal_wrap{
    width: 80%;
    margin: 60px auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid;
    padding: 60px 35px;
    text-align: center;
    font-weight: bold;
}

.modal_head{
    font-size: 24px;
    font-weight: bold;
}

.modal_table_box table{
    width: 60%;
    margin: 5px auto;
    font-size: 20px;
}

.modal_table_box td{
    width: 50%;
    padding: 20px 0;
}

.total_table{
    font-size: 20px;
}

.total{
    font-size: 32px
}

.modal_judge_head{
    font-size: 20px;
}

.modal_judge_des{
    font-size: 36px;
}

.modal_judge_img img{
    display: block;
    margin: 20px auto;
    border: 4px solid orange;
    border-radius: 6px;
    padding: 5px;
}

.modal_wrap ul{
    margin: 70px auto;
    border: 4px solid orange;
    padding: 5px;
    list-style: none;
    color: orange;
    font-size: 18px;
    text-align: left;
}

.modal_wrap ul li .glyphicon-forward::before{
    margin: 5px;
}

.modal_wrap ul li .glyphicon-forward{
    line-height: 1.5;
}

.modal_wrap ul li{
    margin: 15px auto;
} */


/*管理画面*/
/*.vsc-initialized main#nc-container{
    margin-top: 230px;
}*/
@media screen and (max-width: 1280px) {
    .sub_img::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255, 0.5);
        top: 0;
        right: 0;
        position: absolute;
        display: inline-block;
    }

    .checkbox, .radio {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .sub_img::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255, 0.5);
        top: 0;
        right: 0;
        position: absolute;
        display: inline-block;
    }

    .checkbox, .radio {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .copyright {
        margin: 20px auto;
    }
}

@media screen and (max-width: 979px) {
    /* 979px以下用（タブレット用）の記述 */
    /* .form-container-regis tr td .control-label {
        width: 20% !important;
    } */

    .form-container-regis tr td .form-regis-input {
        width: 70% !important;
    }

    .top_img h1 .h1_span {
        font-size: 24px;
    }

}
@media screen and (max-width: 767px) {
    /* 767px以下用（タブレット／スマートフォン用）の記述 */
    .top_img h1 .h1_span {
        font-size: 20px;
    }

    .modal-dialog {
        margin: 30px auto;
    }

    .plugin-quizzes .nc-content-list {
        margin: 30px 30px !important;
    }

    .text_tit {
        margin: 30px 30px;
    }

    .sub_content_box {
        margin-top: 0;
    }

    .test_box_btn a {
        margin: 30px auto;
    }

    #menus-9 {
        display: block;
    }

    #menus-9 .hidden-xs {
        display: block!important;
    }

    #box-20 .visible-xs-block {
        display: none!important;
    }

    .form-container-regis tr td .control-label {
        font-size: 14px !important;
    }

    .form-container-regis tr td .form-regis-input {
        width: 60% !important;
    }

    .plugin-menus .menu-header.navbar-default > .navbar-collapse {
        position: absolute;
        z-index: 100;
        width: 100%;
        left: 0px;
    }

    #box-17 .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
    }

    .Quizzstart {
        margin: 30px 30px !important;
    }

    .sub_img::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color:rgba(255,255,255, 0.5);
        top: 0;
        right: 0;
        position: absolute;
        display: inline-block;
    }

}
@media screen and (max-width: 576px)  {
    .top_img h1 .h1_span {
        font-size: 14px;
    }

    .main_img {
        height: auto;
    }

    .btn_box .btn {
        padding: 5px 40px;
    }

    .plugin-menus .menu-header.navbar-default > .navbar-collapse {
        position: absolute;
        z-index: 100;
        width: 100%;
        left: 0px;
    }

    #box-17 .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
    }

    .checkbox-inline, .radio-inline {
        display: block;
    }

    .checkbox, .radio {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .Quizzstart {
        margin: 30px 30px !important;
    }

    .btn-default .hidden-xs {
        display: inline-block!important;
    }

    .frame.nc-content .main_img h1 {
        font-size: 18px !important;
    }

    /* contact */
    .form-container-regis {
        border: 0 !important;
    }

    .form-container-regis .form-group {
        width: 100% !important;
    }

    .form-container-regis tr {
        justify-content: flex-start;
        border-bottom: 0 !important;
    }

    .form-container-regis tr td {
        border-left: 0 !important;
    }

    .form-container-regis .modal_smart_none {
        display: none !important;
    }

    .form-container-regis tr td:last-child {
        flex-direction: column;
        align-items: flex-start;
        width: 100% !important;
    }

    .form-container-regis tr td .modal_smart {
        display: flex;
        justify-content: flex-start;
    }

    .form-container-regis tr td .control-label {
        width: auto !important;
    }

    .form-container-regis tr td .is_require {
        background-color: red;
        color: #ffffff;
    }

    .form-container-regis tr td .form-regis-input {
        width: 100% !important;
    }

    .form-container-regis tr td .modal_smart .is_require {
        display: block !important;
    }
}


@media screen and (max-width: 479px) {
    /* 479px以下用（スマートフォン用）の記述 */
    #frame-11 .sub_img h1 {
        font-size: 18px !important;
    }

    .top_img h1 .h1_span {
        font-size: 14px;
    }

    h1.h1_next {
        line-height: 40px;
    }

    #menus-9 {
        display: block;
    }

    #menus-9 .hidden-xs {
        display: block!important;
    }

    #box-20 .visible-xs-block {
        display: none!important;
    }

    #menus-9 .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }

    .checkbox-inline, .radio-inline {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .checkbox, .radio {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
        margin-left: 0;
    }

    .frame.nc-content article h1, .frame.nc-content article .h1 {
        font-size: 22px;
    }

    .hidden-xs {
        display: inline-block !important;
    }

    #menus-22 .hidden-xs {
        display: none !important;
    }

    /* contact */
    .form-container-regis {
        border: 0 !important;
    }

    .form-container-regis .form-group {
        width: 100% !important;
    }

    .form-container-regis tr {
        justify-content: flex-start;
        border-bottom: 0 !important;
    }

    .form-container-regis tr td {
        border-left: 0 !important;
    }

    .form-container-regis .modal_smart_none {
        display: none !important;
    }

    .form-container-regis tr td:last-child {
        flex-direction: column;
        align-items: flex-start;
        width: 100% !important;
    }

    .form-container-regis tr td .modal_smart {
        display: flex;
        justify-content: flex-start;
    }

    .form-container-regis tr td .control-label {
        width: auto !important;
    }

    .form-container-regis tr td .is_require {
        background-color: red;
        color: #ffffff;
    }

    .form-container-regis tr td .form-regis-input {
        width: 100% !important;
    }

    .form-container-regis tr td .modal_smart .is_require {
        display: block !important;
    }

    /* ** */
    .sp_none{
        display: none !important;
    }

    .pc_none{
        display: block !important;
    }

    .plugin-quizzes .nc-content-list {
        margin: 10px !important;
    }

    .frame.nc-content .Quizzstart h1 {
        font-size: 20px;
        font-weight: bold;
    }

    .btn-success {
        font-size: 14px !important;
    }

    .btn-default {
        font-size: 14px !important;
    }

    .frame.nc-content-list article h2 {
        margin-left: 0 !important;
        font-size: 14px !important;
        font-weight: bold ;
    }

    .row-box {
        padding: 0 !important;
    }

    .row-content .info {
        margin-top: 10px !important;
        font-size: 14px !important;
    }

    .box-answer-button {
        padding: 10px 15px !important;
    }

    .QuizAnswerStartForm .col-xs-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .Quizzstart {
        margin: 20px 10px !important;
    }

    .main_img{
        background-size: cover;
        height: auto;
        background-attachment: initial;
    }

    .sub_img {
        height: auto;
        padding: 50px 0;
        font-weight: bold;
    }

    .sub_img::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color:rgba(255,255,255, 0.5);
        top: 0;
        right: 0;
        position: absolute;
        display: inline-block;
    }

    .sub_content_box .btn_box{
        margin-top: 0px;
    }

    .sub_content_box .btn_box li {
        margin: 30px auto;
    }

    .test_box_btn a {
        margin: 30px auto !important;
    }

    .frame.nc-content-list article h1 {
        font-size: 18px !important;
    }

    #frame-6.nc-content-list article .main_img h1{
        font-size: 14px !important;
    }

    .frame.nc-content .main_img h1{
        font-size: 18px !important;
    }

    .btn_box{
        margin-top: 140px;
        display: block;
        justify-content: initial;
    }

    .btn_box .btn{
        border: 1px solid;
        display: block;
        margin-top: 40px;
    }

    .rogo {
        font-size: 18px;
        margin: 0;
        padding: 10px 0px;
    }

    #box-17 .plugin-menus .panel-body {
      padding: 6px 0;
    }

    .sub_img{
        padding: 50px 0;
    }

    .br_none{
        display: none;
    }

    .text_tit {
        font-size: 16px;
    }

    .row{
        margin-left: 0;
        margin-right: 0;
    }/*何か干渉を受けるかもメニューとか↑↓*/
    .col-md-12{
        padding-left: 0;
        padding-right: 0;
    }

    .footer_logo {
        margin: 25px auto 0;
    }

    #footer_duwnside {
        margin-top: 50px;
    }

    #footer_duwnside .copyright {
        font-size: 10px;
    }

    .question_box {
        padding: 0px 150px;
        font-size: 0px;
        border-bottom: 1px solid #707070;
        display: inline-block;
        font-weight: bold;
    }

    /* .sub_content_box {
        margin-top: 36px;
    } */

    .test_box_tit {
        margin:60px 10px 0px 10px;
    }


.frame.nc-content-list article .test_box_tit h2 {
  font-size: 18px;
  margin: 24px 20px;
}

.answer_box ul {
  padding: 5px 5px;
}

.answer_box {
  min-width: 125px;
}

.test_box_tim {
  margin: 10px 30px;
}

.confi_box {
  margin: 40px 30px;
}

.confi_box_btn {
  width: 100%;
}

.confi_box_btn a {
  display: block;
  margin: 25px auto;
  text-align: center;
}

.score_box {
  font-size: 16px;
}

.db_answer_box {
  margin: 20px auto;
}

.check_box ul {
  margin-top: 20px;
}

.end_btn {
  padding: 10px 40px;
  font-size: 18px;
}

/* .modal_wrap {
  text-align: left;
  padding: 30px 20px;
} */

/* .modal_wrap ul {
  font-size: 14px;
} */

.pri_top, .pri_des_box {
  padding: 16px;
}

.pri_box {
  width: 100%;
  margin: 0px auto;
}

#frame-15 #nc-registrations-answer-15 {
  margin: 30px;
}

.plugin-menus .menu-header.navbar-default > .navbar-collapse{
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0px;
}

.navbar-toggle{
    margin: 0 auto;
}


#box-17 section {
  margin-top: 0;
}

.btn-default {
  background-color: #ccc;
}

/* modal screen 479px */
.modal-content {
    padding: 10px !important;
}

.modal_head {
    font-size: 14px !important;
}

.modal_table_box table {
    width: 100% !important;
    font-size: 14px !important;
    margin: 0 auto !important;
}

.modal_table_box_total table {
    width: 100% !important;
    font-size: 14px !important;
    margin: 0 auto !important;
}

.total {
    font-size: 26px !important;
}

.modal_judge_head {
    font-size: 15px !important;
    margin-top: 26px;
}

.modal_judge_des {
    font-size: 30px !important;
}

.modal_judge_img{
    text-align: center;
}

.modal_judge_img img {
    width: 40%;
    margin: auto !important;
}

.modal-content ul {
    font-size: 14px !important;
    margin: 0 !important;
}

.modal-content ul li {
    margin: 0 !important;
}

.modal_table_box td {
    padding: 10px 0 !important;
}

/* contact */
.plugin-registrations article {
    margin: 0 30px 30px 30px !important;
}

/* registrations-answer */
.plugin-registrations article {
    margin: 30px;
}

.form-container-regis tr td .control-label {
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px !important;
}

.form-container-regis .form-group {
    padding-top: 2px !important;
}

.form-container-regis tr td .is_require {
    /* border: 1px solid #070707;
    margin-bottom: 0; */
    padding: 0 !important;
}

/* registrations-answer-confirm */

.form-container-regis-confirm tr td .is_require {
    padding: 0 !important;
}

.form-container-regis-confirm tr td .control-label {
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px !important;
}
}/*ここまでSP*/

@media screen and (max-width: 340px){
    .top_img h1 .h1_span {
        font-size: 14px;
    }

    #footer_duwnside .copyright {
        font-size: 8px;
    }

    .btn_box .btn {
        border: 1px solid;
        display: block;
        margin-top: 40px;
        padding: 5px 0;
    }

    .question_box {
        font-size: 10px;
        padding: 14px 60px;
    }

    #menus-9 .nav-tabs.nav-justified>li>a {
        font-size: 10px;
    }

    .question_box {
        font-size: 10px;
        padding: 0 120px;
    }

    .main_img {
        padding: 40px 10px;
    }

    .sub_content_box .btn_box li .dis_ib {
        padding: 8px 40px;
    }

    .footer_logo {
        font-size: 18px;
    }

    .box-answer-button {
        padding: 10px 7px !important;
    }

    .box-answer-button a.btn.btn-success.quiz-listbtn {
        padding: 5px 8px;
    }

    .btn-success {
        font-size: 12px !important;
    }

    .btn-default {
        font-size: 12px !important;
    }

    .frame.nc-content article h1, .frame.nc-content article .h1 {
        font-size: 22px;
    }

    .text_des br {
        display: none;
    }
}

@media screen and (max-width: 280px){
    .frame.nc-content-list article h2 {
        font-size: 10px !important;
    }

    .text_des br {
        display: none;
    }

}

/* --------------------------------------------------- */
/* modal */
.modal-content {
    padding: 60px 35px 0 35px;
    border-radius: 0;
}

.modal-content h2 {
    font-weight: bold;
    color: #707070;
    font-size: 26px;
}

.modal_head{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.modal_head_active {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 60px;
    /* display: none; */
}

.modal_table_box table{
    width: 45%;
    margin: 30px auto;
    font-size: 20px;
    color: #707070;
}

.modal_table_box_total table{
    width: 45%;
    margin: 50px auto 30px;
    font-size: 20px;
    color: #707070;
}

.modal_table_box_total td{
    width: auto;
    font-weight: bold;
}

.modal_table_box td{
    width: auto;
    font-weight: bold;
    padding: 20px 0;
}

.modal_table_box tr {
    display: flex;
    justify-content: space-between;
}

.modal_table_box_total tr {
    display: flex;
    justify-content: space-between;
}

.total_table {
    font-size: 20px;
}

.total{
    font-size: 32px
}

.modal_judge_head {
    font-size: 20px;
    font-weight: bold;
    color: #707070;
}

.modal_judge_des{
    font-size: 36px;
}

.modal_judge_img {
    margin: 10px 0;
}

.modal_judge_img img{
    display: block;
    margin: 20px auto;
    border: 4px solid orange;
    border-radius: 10px;
    padding: 5px;
}

.modal-content ul {
    margin: 30px 0;
    border: 4px solid orange;
    padding: 10px;
    list-style-type: none;
    color: orange;
    font-size: 18px;
    text-align: left;
}

.modal-content ul li .glyphicon-forward::before{
    margin: 5px;
}

.modal-content ul li .glyphicon-forward{
    line-height: 1.5;
}

.modal-content ul li{
    margin: 15px auto;
}

/* modal_content */
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    width: 80%;
}
/* menu header */
.frame.plugin-menus .menu-header .caret {
    display: none;
}

/* menu footer */
#footer_duwnside,
#menus-9{
    font-weight: bold;
    color: gray;
}

#menus-9 .nav-tabs li{
    display: inline-block;
    width: auto;
    border-right: 1px solid gray;
    border-radius: 0;
}

#menus-9 .nav-tabs .dropdown-menu li{
    border-right: 0;
}

#menus-9 .nav-tabs li:last-child{
    border-right: 0;
}

#menus-9 .nav-tabs li a{
    color: gray;
    padding: 0px 15px;
}

#box-20 .panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
}

/* contact */
/* #frame-20 #nc-registrations-answer-20 h1{
    display: none;
}

#frame-20 #nc-registrations-answer-20{
    margin: 100px;
} */

.plugin-registrations article h1{
    display: none;
}

.plugin-registrations article {
    margin: 100px;
}

/* elementary_school_student */
.panel-default {
    border-color: #fff;
}

/* css common to the whole panel */

.panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
}

/* contain-main */
section.frame.panel:last-child {
    margin-bottom: 0;
}

/* Quizzs */
/* row-box */
.row-content {
    margin-bottom: 30px;
}

.row-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #656565;
    color: #fff;
    padding: 10px 0;
    margin-top: 20px;
}

.frame.nc-content-list article .pri_box h2 {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}

.frame.nc-content-list article h2 {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.row-box .quiz-index-title {
    padding-top: 0;
}

.row-content .info {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 16px;
    color: gray;
}

.box-answer-button {
    background-color: #fff;
    padding: 15px 20px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    font-size: 14px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    font-size: 14px;
}

.frame .nc-content-list > article {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}

/* quizz start */
.plugin-quizzes .nc-content-list {
    margin: 30px 100px;
}

.plugin-quizzes .quizzes-view {
    margin: 30px 100px;
}

.frame .panel-body {
    padding: 0;
}

.Quizzstart {
    margin: 30px 100px;
}

article.Quizzstart h1 small {
    display: none!important;
}

.quiz-answer-form .form-group .pull-right.text-muted {
    display: none!important;
}

.pull-right.h3.box-answer-button a:nth-child(2) {
    display: none!important;
}

.Quizzstart h1 {
    border-top: 7px solid blue;
    border-bottom: 3px solid blue;
    padding: 10px 0;
    font-weight: bold;
}

.row {
    margin: 0;
    margin: 0;
}

.col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

.Quizzstart .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.frame.nc-content .Quizzstart section .alert {
    background-color: #dff0d8;
}

.frame.nc-content .Quizzstart section .alert .text-info{
    color: #46723f;
}

/* registrations */

.form-container-regis {
    width: 100%;
    border: 1px solid #070707;
    border-collapse:collapse;
    margin-bottom: 20px;
}

.form-container-regis tr {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-bottom: 1px solid #070707;
}

.form-container-regis tr td{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 100%;
    border-left: 1px solid #070707;
}

.form-container-regis .form-group {
    margin-bottom: 0;
    padding-top: 5px;
    width: 85%;
}


.form-container-regis .form-input-again {
    margin-top: 8px;
}

.form-container-regis tr td .control-label {
    /* width: 25%; */
    width: auto;
    margin-bottom: 0;
    height: 100%;
    margin-left: 20px;
    font-weight: normal;
    font-size: 16px;
}

.form-container-regis tr td .form-regis-input {
    width: 75%;
}

.form-container-regis tr td:first-child{
    border-left: 0;
}

.form-container-regis tr:last-child{
    border: 0;
}

.form-container-regis tr td:last-child{
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.form-container-regis tr td .modal_smart .is_require {
    display: none;
}

.form-group-regis {
    display: flex;
    flex-direction: column;
}

.form-group-regis .form-group {
    display: flex;
    width: 100%;
}

.form-container-regis tr td .is_require {
    border: 1px solid #070707;
    margin-bottom: 0;
    padding: 2px;
}

.form-container-regis .has-error {
    width: 30%;
    margin-left: 10px;
}

.form-container-regis .form-inline {
    width: 100%;
}

.form-container-regis .form-group .form-control {
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #070707;
    margin-top: 5px;
}

#RegistrationAnswerViewForm .btn-submit-regis .btn{
    width: 240px;
    background-color: #afafaf;
    color: black;
    outline: none;
    border-radius: 0;
    border: 1px solid #000;
}

@media screen and (min-width: 767px) {
    .form-inline .form-control {
        width: 100%;
    }
}

/* registrations confirm */

#nc-registrations-confirm p {
    display: none;
}

.form-container-regis-confirm {
    width: 100%;
    border: 1px solid #070707;
    border-collapse:collapse;
    margin-bottom: 20px;
}

.form-container-regis-confirm tr {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border: none;
    border-bottom: 1px solid #070707;
}

.form-container-regis-confirm tr td{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 100%;
    border-left: 1px solid #070707;
}

.form-container-regis-confirm .form-group {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 3px;
    width: 85%;
}

.form-container-regis-confirm tr td .control-label {
    width: 25%;
    margin-bottom: 0;
    height: 100%;
    margin-left: 20px;
    font-weight: normal;
    font-size: 16px;
}

.form-container-regis-confirm tr td .well {
    width: 75%;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #070707;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* // */

.form-container-regis-confirm tr td:first-child{
    border-left: 0;
}

.form-container-regis-confirm tr:last-child{
    border: 0;
}

.form-container-regis-confirm tr td:last-child{
    display: flex;
    width: 80%;
}

.form-container-regis-confirm tr td .is_require {
    border: 1px solid #070707;
    margin-bottom: 0;
    padding: 2px;
    font-weight: normal;
}

.form-group-regis-confirm .form-group .form-control {
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #070707;
}

.nv-smart {
    transform: translate(0, 30px);
}

.progress {
    margin-right: 30px;
}

.sound {
    transform: translateY(10px);
    margin-left: 20px;
    display: inline-block;
}
article#nc-quizzes-40 .info {
    display: none;
    margin-bottom: 20px;
}