
#serach-box {
    padding-top: 0px;
    margin-bottom: 10px;
  }
  #serach-box .search-trigger {
    background: #363431;
    padding: 10px 0 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }
  #serach-box .search-trigger i {
    margin-right: 10px;
  }
  #serach-box .search-trigger:after {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 7px;
    height: 7px;
    margin-left: -3px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
  }
  #serach-box .title-bar {
    background: #363431;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
  }
  #serach-box .search-trigger.on:after {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 7px;
    height: 7px;
    margin-left: -3px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    content: "";
  }
  #serach-box .acc-body {
    display: none;
    padding: 0px;
  }
  #serach-box .acc-body .search-box {
    background: #dfdfdf;
    padding: 10px;
  }
  #serach-box .acc-body .search-box .upper-search {
    margin-bottom: 10px;
    zoom: 1;
    position:relative;
  }
  #serach-box .acc-body .search-box .upper-search:after {
    content: "";
    display: block;
    clear: both;
  }
  #serach-box .acc-body .search-box .upper-search .text-search {
    zoom: 1;
    margin-bottom: 10px;
  }
  #serach-box .acc-body .search-box .upper-search .text-search:after {
    content: "";
    display: block;
    clear: both;
  }
  #serach-box .acc-body .search-box .upper-search .text-search input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-appearance: none;
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
    padding: 0px 5px;
    height: 40px;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    box-sizing: border-box;
    width: 85%;
  }
  #serach-box .acc-body .search-box .upper-search .text-search input:focus {
    outline: none;
  }
  #serach-box .acc-body .search-box .upper-search .text-search .btn-search {
    display: inline-block;
    float: right;
    width: 15%;
    background: #ff9211;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    color: #fff;
    line-height: 40px;
    padding: 0;
    margin: 0;
    text-decoration: none;
  }
  #serach-box .acc-body .search-box .upper-search .text-search .btn-search:focus {
    -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
  }
  #serach-box .acc-body .search-box .upper-search .button-group {
    float: left;
    display: table;
    width: 65%;
    vertical-align: top;
  }
  #serach-box .acc-body .search-box .upper-search .button-group > * {
    padding: 12px 0px;
    display: table-cell;
  }
  #serach-box .acc-body .search-box .upper-search .button-group li {
    background: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #serach-box .acc-body .search-box .upper-search .button-group li:first-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #serach-box .acc-body .search-box .upper-search .button-group li:nth-child(2) {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #serach-box .acc-body .search-box .upper-search .button-group li:last-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #serach-box .acc-body .search-box .upper-search .button-group .active {
    background: #ff9211;
    color: #fff;
  }
  #serach-box .acc-body .search-box .upper-search .btn-woman {
    float: right;
    width: 30%;
    vertical-align: top;
    display: inline-block;
    padding: 12px 0px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
  }
  #serach-box .acc-body .search-box .upper-search .active {
    background: #ff9211;
    color: #fff;
  }
  #serach-box .acc-body .search-box .upper-search .baloon2 {
    background: #fff;
    border: 2px solid #ff9211;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 5px 10px 15px;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 0;
    width: 85%;
  }
  #serach-box .acc-body .search-box .upper-search .baloon2 #clossebaloon2 {
    text-align: right;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #serach-box .acc-body .search-box .upper-search .baloon2 .baloon-inner {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
  }
  #serach-box .acc-body .search-box .upper-search .baloon2 .baloon-inner a {
    color: #115fff;
    text-decoration: underline;
  }
  #serach-box .acc-body .search-box .upper-search .baloon2 .baloon-inner:before {
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #ff9211 transparent;
    content: "";
  }
  
  #serach-box .acc-body .search-box .bottom-search .btn-area li {
    margin-bottom: 5px;
  }
  #serach-box .acc-body .search-box .bottom-search .btn-area li .category {
    /*padding: 0 0 5px 10px;*/
    display: none;
  }
  #serach-box .acc-body .search-box .bottom-search .btn-area li a {
    display: block;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 15px 0px;
    text-align: center;
    color: #333;
    text-decoration: none;
  }
  #serach-box .acc-body .search-box .bottom-search .btn-area li span {
    display: block;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 15px 0px;
    text-align: center;
    color: #ccc;
    text-decoration: none;
  }
  #serach-box .acc-body .search-box .bottom-search .btn-area li .selected {
    display: inline;
    font-weight: bold;
    color: #ff9211;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #serach-box .acc-body .main-search {
    margin-bottom: 10px;
    position: relative;
  }
  #serach-box .acc-body .main-search:after {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 10px;
    width: 25px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #dfdfdf;
    margin-left: -13px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    content: "";
    z-index: 1;
  }
  #serach-box .acc-body .thema-search {
    margin-bottom: 10px;
  }
  #serach-box .acc-body .thema-search .thema-list {
    padding-top: 10px;
    margin-bottom: 9px;
    zoom: 1;
  }
  #serach-box .acc-body .thema-search .thema-list:after {
    content: "";
    display: block;
    clear: both;
  }
  #serach-box .acc-body .thema-search .thema-list li {
    float: left;
    margin: 0 1px 1px 0px;
  }
  #serach-box .acc-body .thema-search .thema-list li a {
    display: block;
    width: 90px;
    height: 22px;
    background: #989898;
    background-position: center 10px;
    padding-top: 48px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
  }
  #serach-box .acc-body .thema-search .thema-list li a .small {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
  }
  #serach-box .acc-body .thema-search .thema-list li .english-exam {
    padding-top: 4px;
    box-sizing: border-box;
    height: 70px;
  }
  #serach-box .acc-body .thema-search .thema-list li .english-exam span {
    display: block;
  }
  #serach-box .acc-body .thema-search .thema-list li > span {
    display: block;
    width: 90px;
    height: 22px;
    background: #f3f3f3;
    background-position: center 10px;
    padding-top: 48px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
  }
  #serach-box .acc-body .thema-search .thema-list li .active {
    background-color: #ff9211;
  }
  #serach-box .acc-body .thema-search .thema-list li .text-multi {
    background-position: center 4px;
    padding-top: 38px;
    height: 32px;
    line-height: 13px;
  }
  #serach-box .acc-body .thema-search .thema-list li .text-multi-span {
    background-position: center 4px;
    padding-top: 38px;
    height: 32px;
    line-height: 13px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_nothema {
    background-image: url(/images/sp/search/ico_nothema@2.png);
    background-size: auto 32px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_study {
    background-image: url(/images/sp/search/ico_study@2.png);
    background-size: auto 32px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_schalarship {
    background-image: url(/images/sp/search/ico_schalarship@2.png);
    background-size: auto 32px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_cost {
    background-image: url(/images/sp/search/ico_cost@2.png);
    background-size: auto 32px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_license {
    background-image: url(/images/sp/search/ico_license@2.png);
    background-size: auto 32px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_opencampus {
    background-image: url(/images/sp/search/ico_opencampus@2.png);
    background-size: auto 32px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_step {
    background-image: url(/images/sp/search/ico_step@2.png);
    background-size: auto 32px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_ao {
    background-image: url(/images/sp/search/ico_ao@2.png);
    background-size: auto 34px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_recommend {
    background-image: url(/images/sp/search/ico_recommend@2.png);
    background-size: auto 34px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_exam_gn {
    background-image: url(/images/sp/search/ico_exam_gn@2.png);
    background-size: auto 34px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_exam_gn_private {
    background-image: url(/images/sp/search/ico_exam_gn_private@2.png);
    background-size: auto 34px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_exam_ce_private {
    background-image: url(/images/sp/search/ico_exam_ce_private@2.png);
    background-size: auto 34px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_dificulty {
    background-image: url(/images/sp/search/ico_dificulty@2.png);
    background-size: auto 32px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_result {
    background-image: url(/images/sp/search/ico_result@2.png);
    background-size: auto 32px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_exam_gn_subject {
    background-image: url(/images/sp/search/ico_exam_gn_subject@2.png);
    background-size: auto 32px;
  }
  #serach-box .acc-body .thema-search .thema-list li .ico_exam_gn_schedule {
    background-image: url(/images/sp/search/ico_exam_gn_schedule@2.png);
    background-size: auto 32px;
  }
  #serach-box .acc-body .thema-search .thema-result {
    border: 1px solid #989898;
    padding: 8px 0px 0px;
  }
  #serach-box .acc-body .thema-search .thema-result ul {
    text-align: left;
    padding: 0 10px;
    zoom: 1;
  }
  #serach-box .acc-body .thema-search .thema-result ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #serach-box .acc-body .thema-search .thema-result ul li {
    position: relative;
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  #serach-box .acc-body .thema-search .thema-result ul li:after {
    content: "、";
  }
  #serach-box .acc-body .thema-search .thema-result ul li:last-child:after {
    content: "";
  }
  #serach-box .acc-body .thema-search .thema-result ul .selected_categories {
    font-weight: bold;
    clear: both;
  }
  #serach-box .acc-body .thema-search .thema-result ul .selected_categories:after {
    content: "：";
  }
  
  #serach-box .acc-body .decision-area > div {
    display: inline-block;
    vertical-align: middle;
  }
  #serach-box .acc-body .decision-area .result-number-area {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  #serach-box .acc-body .decision-area .result-number-area .text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #serach-box .acc-body .decision-area .result-number-area .x-large {
    font-size: 18px;
    font-size: 1.8rem;
    color: #cc0000;
  }
  #serach-box .acc-body .decision-area .btn-search-wrap {
    padding: 0 0px;
    width: 70%;
    position: relative;
  }
  #serach-box .acc-body .decision-area .btn-search-wrap .baloon {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border: 2px solid #ef0000;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
  
  }
  
  #serach-box .acc-body .decision-area .btn-search-wrap .baloon-inner {
    background: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-bottom: 0;
    color: #ef0000;
  }
  
  #serach-box .acc-body .decision-area .btn-search-wrap .baloon-inner::after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ef0000 transparent transparent transparent;
    content: "";
  }
  #serach-box .acc-body .decision-area .btn-search-wrap .baloon span {
    color: #ff1111;
    line-height: 1;
  }
  #serach-box .acc-body .decision-area .btn-search-wrap .baloon .x-large {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 2px;
  }
  
  
  #serach-box .acc-body .decision-area .btn-search-wrap a {
    display: block;
    background: #ff9211;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px 25px;
    text-decoration: none;
  }
  #serach-box .acc-body .decision-area .btn-search-wrap a:active {
    -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
  }
  #serach-box .acc-body .decision-area .btn-reset {
    width: 27%;
  }
  #serach-box .acc-body .decision-area .btn-reset a {
    display: block;
    color: #115fff;
    font-size: 10px;
    font-size: 1.0rem;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 8px 0px;
    width: 90px;
    line-height: 1;
    border: 2px solid #115fff;
    text-decoration: none;
  }
  #serach-box .acc-body.show {
    display: block;
  }
  #serach-box .switcher a {
    display: block;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    color: #333;
    text-decoration: none;
    position: relative;
    padding: 10px;
  }
  #serach-box .switcher a:after {
    position: absolute;
    top: 3px;
    right: 3px;
    content: url(/images/university/btn-select.png);
  }
  #serach-box .switcher a div p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #serach-box .switcher-child {
    border-top: 1px solid #ccc;
    background: #fff;
  }
  #serach-box .switcher-child li a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #serach-box .switcher-child li a p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #serach-box .switcher-child li span {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-decoration: none;
    color: #cccccc;
  }
  .ms-wrapper {
    padding-bottom: 70px;
  }
  .ms-wrapper .modal-header {
    background: #333;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 0 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    min-height: 45px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  /*
  .ms-wrapper .modal-header .close {
    display: table-cell;
    vertical-align: middle;
    width: 45px;
    border-right: 1px solid #575757;
    text-align: center;
    margin-right: 10px;
  }
  .ms-wrapper .modal-header .close i {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
  }
  .ms-wrapper .modal-header .btn-help {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    text-align: right;
  }
  .ms-wrapper .modal-header .btn-help a {
    display: inline-block;
    text-decoration: none;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
  }
  */
  .ms-wrapper .modal-header .modal-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 120%;
  }
  .ms-wrapper .modal-header .modal-utility {
    margin-left: auto;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
  }
  .ms-wrapper .modal-header .modal-utility > div + div {
    margin-left: 5px;
  }
  
  .ms-wrapper .head-area {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
  .ms-wrapper .head-area .text-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
  }
  .ms-wrapper .head-area .title-text {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
  }
  .ms-wrapper .head-area .required {
    border: 1px solid #ff0000;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 2px 5px;
    color: #ff0000;
  }
  .ms-wrapper .head-area a {
    display: block;
    background: #fff;
    text-decoration: none;
    position: absolute;
    left: 5px;
    top: 7px;
    text-align: center;
    border: 1px solid #ccc;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 10px 10px 20px ;
  }
  .ms-wrapper .head-area a:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    content: "";
  }
  .ms-wrapper .head-area.nav_trigger {
    background: #656565;
    color: #fff;
  }
  .ms-wrapper .modal-body .modal-note {
    padding: 10px;
  }
  .ms-wrapper .modal-body .modal-note > p {
    padding: 0;
  }
  .ms-wrapper .modal-body .modal-note p + p {
    margin-top: 10px;
  }
  .ms-wrapper .body-area .range-area,
  .ms-wrapper .body-area .input-daterange {
    padding: 10px;
    text-align: center;
  }
  .ms-wrapper .body-area .range-area div,
  .ms-wrapper .body-area .input-daterange div {
    text-align: center;
    margin: 0 0 10px;
    display: inline-block;
  }
  .ms-wrapper .body-area .range-area .calendar-input,
  .ms-wrapper .body-area .input-daterange .calendar-input {
    padding-left: 20px;
    display: block;
    position: relative;
  }
  .ms-wrapper .body-area .range-area .calendar-input:before,
  .ms-wrapper .body-area .input-daterange .calendar-input:before {
    font-family: "FontAwesome";
    content: "\f073";
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 50%;
    margin: -10px 0 0px;
  }
  .ms-wrapper .body-area .range-area .fa-arrow-circle-down,
  .ms-wrapper .body-area .input-daterange .fa-arrow-circle-down {
    margin-bottom: 10px;
  }
  .ms-wrapper .body-area .range-area input.form-control,
  .ms-wrapper .body-area .input-daterange input.form-control {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .ms-wrapper .body-area .range-area select.form-control,
  .ms-wrapper .body-area .input-daterange select.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }
  .ms-wrapper .body-area .chk-box {
    width: 200px;
  }
  .ms-wrapper .body-area .chk-box input[type=checkbox] + label {
    padding: 0 0 0 25px;
  }
  .ms-wrapper .body-area .chk-box input[type=checkbox] + label:before {
    width: 17px;
    height: 17px;
    margin-top: -8px;
  }
  .ms-wrapper .body-area .chk-box input[type=checkbox]:checked + label:after {
    left: 4px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .modal .modal-content .modal-body .body-area .chk-box input[type=checkbox].disabled + label {
    color: #aaa;
  }
  .modal .modal-content .modal-body .body-area .chk-box input[type=checkbox].disabled + label:before {
    background: #e6e6e6;
    border: 1px solid #CCC;
  }
  .modal .modal-content .modal-body .body-area .chk-box input[type=checkbox].disabled + label:after {
    background: #e6e6e6;
  }
  .ms-wrapper .body-area > ul {
    padding: 10px;
  }
  .ms-wrapper .body-area > ul li a {
    display: block;
    height: 45px;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    line-height: 45px;
    color: #333;
  }
  .ms-wrapper .body-area > ul li a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #7f7f7f;
    border-right: solid 2px #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .ms-wrapper .body-area > ul li .active:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .ms-wrapper .body-area > ul hr {
    margin: 0;
    border: none;
  }
  #english-exam-list .modal-content .modal-body .body-area .select-score {
    margin-bottom: 20px;
    
  }
  #english-exam-list .modal-content .modal-body .body-area .select-score select {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #CCC;
    font-size: 15px;
      font-size: 1.5rem;
  }
  #english-exam-list .modal-content .modal-body .body-area .select-score select[disabled] {
    background: #e6e6e6;
    border: 1px solid #ccc;
    cursor: not-allowed;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-select {
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    height: 40px;
    line-height: 32px;
    border: 1px solid #969696;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-select label {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0px;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-select label:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 9px 0px 9px;
    border-color: #000 transparent transparent transparent;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    pointer-events: none;
  }
  #english-exam-list .modal-content .modal-body .body-area .custom-select label select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    width: 100%;
    height: 40px;
    font-weight: normal;
  }
  #english-exam-list .body-area .custom-select.disabled {
    background: #e6e6e6;
    border: 1px solid #ccc;
  }
  #english-exam-list .body-area .custom-select.disabled label:after {
    border-color: #ccc transparent transparent transparent;
  }
  #english-exam-list .body-area .custom-select.disabled label select[disabled] {
    color: #aaa;
    cursor: not-allowed;
  }
  #english-exam-list .body-area .custom-input {
    box-sizing: border-box;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #english-exam-list .body-area input[type="text"][disabled] {
    background: #e6e6e6;
    border: 1px solid #ccc;
    cursor: not-allowed;
  }
  #english-exam-list .body-area ._invailed {
    color: #ff0000;
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #english-exam-list .tab-description {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  #english-exam-list .tab-description .alert {
    padding: 0;
    color: #ff0000;
  }
  #english-exam-list .input-title {
    margin-bottom: 10px;
  }
  #english-exam-list .body-area .chk-box {
    width: 100%;
  }
  #english-exam-list .body-area .chk-box input[type=checkbox] + label {
    padding: 0 0 0 25px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #english-exam-list .body-area .chk-box input[type=checkbox] + label:before {
    width: 17px;
    height: 17px;
    margin-top: -8px;
  }
  #english-exam-list .body-area .chk-box input[type=checkbox]:checked + label:after {
    left: 4px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #english-exam-list .tab-content .body-area {
    padding: 10px;
  }
  #english-exam-list .tab-content .body-area .ms-search-area-child {
    border-bottom: none;
  }
  #english-exam-list .tab-content .body-area > ul {
    padding: 0;
  }
  
  .ms-wrapper .body-area .category-list {
    background: #f0f0f0;
    padding: 0;
  }
  .ms-wrapper .body-area .date-select .bold {
    display: block;
    margin: 0;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  .ms-wrapper .body-area .date-select .category-list {
    border-bottom: 1px solid #ccc;
  }
  .ms-wrapper .body-area .date-select .category-list li {
    padding: 5px;
    margin-bottom: 0;
  }
  .ms-wrapper .body-area .date-select .category-list li .chk-box {
    width: auto;
  }
  .ms-wrapper .body-area .date-select .calendar-input {
    padding: 5px;
    position: relative;
  }
  .ms-wrapper .body-area .date-select .calendar-input input {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 40px;
  }
  .ms-wrapper .body-area .date-select .input-range-area > div {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .ms-wrapper .body-area .date-select .input-range-area .calendar-input {
    position: relative;
  }
  .ms-wrapper .body-area .date-select .input-range-area .calendar-input:nth-of-type(1):after {
    display: inline-block;
    content: "\301C";
    margin: 0 0 0 5px;
  }
  .ms-wrapper .body-area .calendar-input {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .ms-wrapper .body-area .calendar-input i {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
  }
  .ms-wrapper .body-area .calendar-input input {
    width: 110px;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ms-wrapper .body-area .schedule-search {
    border-top: 1px solid #ccc;
  }
  .ms-wrapper .body-area .ms-search-area-child {
    zoom: 1;
    border-bottom: 1px solid #ccc;
  }
  .ms-wrapper .body-area .ms-search-area-child:after {
    content: "";
    display: block;
    clear: both;
  }
  .ms-wrapper .body-area .ms-search-area-child li a {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    border: 1px solid #ccc;
    text-align: center;
  }
  .ms-wrapper .body-area .ms-search-area-child li .active {
    background: #ff9211;
    color: #fff;
    border: 1px solid #ff9211;
  }
  .ms-wrapper .body-area .ms-search-area-child li + li {
    margin-top: 10px;
  }
  .ms-wrapper .body-area .btn-inline {
    letter-spacing: -0.4em;
  }
  .modal .modal-content .modal-body .nav-acc-body input[type=checkbox] {
    padding: 0 0 0 30px;
    line-height: 10px;
  }
  #selectPrefecture .modal-content .modal-body .nav-acc-body input[type=checkbox]+label,
  #subject-list .modal-content .modal-body .nav-acc-body input[type=checkbox]+label {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 20px 0 10px 10px;
    padding: 4px 4px 4px 23px;
    line-height: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
  }
  #selectPrefecture .modal-content .modal-body .nav-acc-body input[type=checkbox]+label:before,
  #subject-list .modal-content .modal-body .nav-acc-body input[type=checkbox]+label:before {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-top: -7px;
    left: 3px;
  }
  #selectPrefecture .modal-content .modal-body .nav-acc-body input[type=checkbox]+label:after,
  #subject-list .modal-content .modal-body .nav-acc-body input[type=checkbox]+label:after {
    left: 6px;
    width: 9px;
    height: 5px;
    margin-top: -3px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .ms-wrapper .body-area .btn-inline li {
    margin-bottom: 10px;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .ms-wrapper .body-area .btn-inline li a {
    display: table-cell;
    width: 1%;
    text-align: center;
    vertical-align: middle;
    line-height: 120%;
    padding: 0 20px;
    position: relative;
  }
  .ms-wrapper .body-area .btn-inline li:nth-child(even) {
    float: right;
  }
  .ms-wrapper .body-area .btn-inline li + li {
    margin-top: 0;
  }
  .ms-wrapper .modal-footer {
    /*padding: 10px 0px;*/
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 70px;
    z-index: 20;
  }
  .ms-wrapper .modal-footer .btns {
    width: 100%;
    /*text-align: center;*/
    zoom: 1;
    letter-spacing: -0.4em;
  }
  .ms-wrapper .modal-footer .btns:after {
    content: "";
    display: block;
    clear: both;
  }
  .ms-wrapper .modal-footer .btns li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .ms-wrapper .modal-footer .btns li:first-child {
    width: 73%;
    float: left;
  }
  .ms-wrapper .modal-footer .btns li:last-child {
    width: 25%;
    float: right;
  }
  .ms-wrapper .modal-footer .btns li .btn {
    color: #fff;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    text-align: center;
    padding: 15px 0px;
  }
  .ms-wrapper .modal-footer .btns li .primary {
    background: #ff1111;
    border-color: #f70000;
  }
  .ms-wrapper .modal-footer .btns li .secondary {
    background: #fff;
    color: #333;
    padding: 5px 0px;
    margin-top: 10px;
  }
  #select-limited-data-area,
  #select-data-area {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    background: #f0f0f0;
  }
  #select-limited-data-area .calendar-input {
    display: inline-block;
  }
  #select-limited-data-area .calendar-input + p {
    display: inline-block;
  }
  #excerpt-date-area {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
  }
  #excerpt-date-area .chk-box {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #excerpt-date-area .chk-box label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #excerpt-date-area .excerpt-calendar-area {
    padding: 0 30px;
  }
  #excerpt-date-area .excerpt-calendar-area > div {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  #excerpt-date-area .excerpt-calendar-area > div .calendar-input {
    display: none;
    margin-bottom: 10px;
  }
  #excerpt-date-area .excerpt-calendar-area > div .calendar-input:nth-child(even) {
    margin-left: auto;
  }
  #excerpt-date-area .excerpt-calendar-area > div .calendar-input input {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 40px;
    width: 90px;
  }
  #excerpt-date-area .excerpt-calendar-area > div .calendar-input input:disabled {
    background: #f0f0f0;
  }
  #success-data-area {
    border-bottom: 1px solid #ccc;
  }
  .date-picker .table-condensed {
    font-size: 14px;
    font-size: 1.4rem;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .date-picker .table-condensed thead tr th {
    border: 1px solid #ccc;
  }
  .date-picker .table-condensed thead tr .prev,
  .date-picker .table-condensed thead tr .next,
  .date-picker .table-condensed thead tr .datepicker-switch {
    background: #222;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .date-picker .table-condensed tbody tr td {
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .date-picker .table-condensed .active {
    background: #ff9211;
  }
  .btn-calender {
    margin: 10px;
    text-align: center;
  }
  .btn-calender .btns li {
    width: 100%;
  }
  .btn-calender .btns li button {
    display: block;
    width: 100%;
    display: inline-block;
    color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    padding: 15px 0px;
  }
  .btn-calender .btns li .primary {
    background: #ff1111;
  }
  .btn-calender .btns li .secondary {
    background: #115fff;
  }
  #selectPrefecture .body-area .btn-inline li {
    width: 24%;
    margin-right: 1.4%;
  }
  #selectPrefecture .body-area .btn-inline li:nth-child(4n) {
    margin-right: 0;
  }
  
  #subject-list .body-area {
    overflow: hidden;
  }
  #subject-list .body-area .btn-inline {
    margin-right: -2.8%;
  }
  #subject-list .body-area .btn-inline li {
    width: auto;
    min-width: 28.74%;;
    margin-right: 2.76%;
  }
  #subject-list .body-area .btn-inline li a {
    display: block;
    width: auto;
    line-height: 45px;
    padding: 0 20px 0px 7px;
  }
  #selectPrefecture .body-area .btn-inline li:nth-child(even),
  #subject-list .body-area .btn-inline li:nth-child(even) {
    float: none;
  }
  #selectPrefecture .inner-modal-body > div:last-child ul.ms-search-area-child,
  #subject-list .inner-modal-body > div:last-child ul.ms-search-area-child {
    padding-bottom: 100px;
  }



