@charset "utf-8";

/*---PC画面用設定--------------------------------------*/

.container,
.header,
#third #content,
#third #contents,
.breadcrumbs {
    min-width: inherit;
}


.bottom-btns {
    border-top: 1px dashed #666;
    margin-top: 30px;
    padding-top: 10px;
}
.bottom-links {
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 10px;
}

input[type="text"],
textarea {
    max-width: 450px;
    width: 100%;
}
input[size] {
    width: auto;
}

.search-conditions [type="text"] {
    width: auto;
}



/*---スマホ画面用設定--------------------------------------*/

@media screen and (max-width: 768px) {
  
    html.fixed,
    html.fixed body {
        overflow: hidden;
    }

    .header .control-fontsize,
    .container > .sub > div,
    .container > .sub > a,
    .container > .sub > article,
    .header .description {
        display: none;
    }
  
    /*----*/

    .header {
        border-top-width: 40px;
        border-bottom-width: 5px;
    }
  
    .header .login-infobar {
        left: 0;
        top: -40px;
        padding: 8px 0 0;
        color: #fff;
        background-color: #3a3a3a;
        line-height: 24px;
        height: 24px;
        text-align: right;
        overflow: hidden;
        z-index: 100;
        -webkit-transition : height 0.4s ease;
        transition : height 0.4s ease;
    }
    .header .login-infobar p {
        display: block;
        margin: -8px 0 0;
        padding: 8px 10px 7px;
        text-decoration: underline;
        font-size: 0.85em;
    }
    .header .login-infobar p:only-child {
        text-decoration: none;
    }
    .header .login-infobar a {
        margin-right: 10px;
    }
    .header .login-infobar a:nth-child(n+2) {
        display: block;
        position: relative;
        text-align: left;
        padding: 8px 10px 7px;
        margin: 0;
        border-top: 1px #555 solid;
    }
    .header .login-infobar a:nth-child(n+2):after {
        content: "";
        display: block;
        position: absolute;
        border: solid transparent;
        border-width: 4px 0 4px 5px;
        border-left-color: #888;
        margin-right: 5px;
        top: 50%;
        right: 15px;
        margin-top: -3px;
    }

    .header .hgroup {
        float: none;
        width: auto;
    }
    .header .hgroup img {
        max-width: 65%;
    }
    .header .description {
        margin-top: 20px;
        padding: 10px 0;
        border-top: 1px #ddd solid;
        font-size: 0.8em;
    }

    /*----*/
  
    .header .control-fontsize {
        margin: 15px -15px -15px;
        /*border-top: 1px solid #ddd;*/
        float: none;
        width: auto;
        white-space: nowrap;
        /*padding: 5px 0 0;*/
        text-align: center;
    }

    /*----*/
    .header .nav {
        display: none;
    }
    #first .header .nav {
        display: block;
        -webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.15) inset;
        box-shadow: 0 0px 15px rgba(0,0,0,0.15) inset;
    }
  
    .header .nav {
        margin: 15px -15px -11px;
        float: none;
        width: auto;
        white-space: nowrap;
        padding: 10px 0;
        text-align: left;
        overflow: auto;
        background-color: #f5f5f5;
    }
    .header .nav img {
        max-width: 60%;
        vertical-align: middle;
    }
    .header .nav a {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 10px 0;
    }
  
    /*１つだけ表示用*/
    .header .nav {
        text-align: center;
        padding: 0;
    }
    .header .nav a {
        display: none;
    }
    .header .nav a[title="利用者登録"] {
        width: auto;
        display: block;
        position: relative;
        margin: 10px 20px;
        padding: 5px 0;
        background: url("../images/btn-signup-smp.png") 50% no-repeat;
        -webkit-background-size : contain ;
        background-size : contain ;
    }
    .header .nav img {
        width: 100%;
        max-height: 115px;
        visibility: hidden;
    }

    /*----*/

    .container > .sub {
        width: auto;
        float: none;
        padding: 0;
        background-color: inherit;
    }

    .container > .sub > .maintenance,
    .container > .sub .attention-box,
    .container > .sub .login-warning {
         border: none;
         margin-bottom: 0;
    }

    .container > .sub > .nav-beginner {
        background-color: #e0e8f8;
        padding: 0;
        margin: 0;
        -webkit-transition : height 0.4s ease ;
        transition : height 0.4s ease ;
        height: 30px;
        overflow: hidden;
    }
    .container > .sub > noscript + .nav-beginner,
    .container > .sub > .nav-beginner:first-child {
        margin-top: 0;
    }
    .container > .sub > .nav-beginner > .heading {
        border-width: 0px;
        margin-bottom: 0;
        text-decoration: underline;
        text-align: right;
        padding: 0 15px;
        background-image: none;
        font-size: 0.8em;
        background-color: #fff;
        color: #333;
    }/*
    .container > .sub > .nav-beginner:hover > ul { 
        display: block;
    }*/
    .container > .sub > .nav-beginner > .heading:before {
        content: "";
        display: inline-block;
        border: solid transparent;
        border-width: 5px 4px 0;
        border-top-color: #4465a9;
        margin-right: 5px;
    }
    .container > .sub > .nav-beginner ul {
        border-top: #1c236e 5px solid;
        display: none;
    }
    .container > .sub > .nav-beginner li {
        background-position: 15px 1.2em;
        padding-left: 0;
    }
    .container > .sub > .nav-beginner li a {
        padding-left: 30px;
        display: block;
        width: auto;
        line-height: 3em;
    }

    /*----*/

    .container > .main {
        padding: 15px;
        border-left: none;
        font-size: 0.95em;
    }

    .container .breadcrumbs,
    .breadcrumbs {
        margin: -15px -15px 15px;
        font-size: 0.7em;
        height: 25px;
        overflow: auto;
        white-space: nowrap;
    }
    .container .breadcrumbs li,
    .breadcrumbs li {
        display: inline-block;
        padding: 0 10px;
        float: none;
        margin-right: -3px;
    }

    .container > .main > .article-normal {
        position: relative;
    }
    .container > .main > .article-normal > .nav-line {
        position: absolute;
        right: 0;
        top: 0;
        padding: 6px 0;
        font-size: 0.85em;
    }
  
    .subcontents > .subcontents2 > .article-normal > .heading,
    .container > .main > .article-normal > .heading {
        margin: -12px -15px 10px;
        border-bottom: none;
        background-color: #eee;
        padding: 5px 10px;
    }

    .container > .main > .select-area > .heading-important,
    .container > .main > .search-result > .result-area > .heading-important {
        margin-left: -15px;
        margin-right: -15px;
        border-left-width: 0;
        border-right-width: 0;
        line-height: 1.8em;
    }

    .container > .main > .select-area .list-box a {
        display: block;
        width: auto;
        line-height: 3em;
    }
    .subcontents > .subcontents2 > .select-area .list,
    .container > .main > .select-area .list {
        margin-bottom: 20px;
    }

    /*----*/

    a.blank_link {
        position: relative;
        background-image: none;
    }
    a.blank_link:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: 10px;
        width: 11px;
        height: 10px;
        background-image: url("../images/external-link-blue-default.png");
    }
  
    a, a:link {
        opacity: 1;
        filter: alpha(opacity=100);
        color: #004caa;
        line-height: 2em;
    }
    a:visited, a:active, input[type="image"]:active {
        opacity: 0.9;
        filter: alpha(opacity=90);
        color: #004caa;
    }
  
    .message-box {
/*        display: none;*/
    }
    
    body a.top-scroll {
        font-size: 0.9em
    }
    
    input[type="text"],
    input[type="search"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    input[type="datetime"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="number"],
    textarea {
        border: 1px solid;
        border-color: #999 #aaa #ccc;
        border-radius: 0.2em;
        box-shadow: 0 2px 1px #eee inset;
        -webkit-box-shadow: 0 2px 1px #eee inset;
        padding: 5px;
        color: #222;
        font-size: 1.3em !important;
        width: 90%;
        -webkit-width: calc(100% - 15px);
        width: calc(100% - 15px);
        max-width: 600px;
    }
  
    body a.button_style,
    input[type="button"],
    input[type="submit"],
    button {
      box-sizing: border-box;
      cursor: pointer;
      width: auto;
      padding: 5px 15px;
      border: solid 1px #c5c5c5;
      border-top-color: #e0e0e0;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 1px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 1px rgba(0, 0, 0, 0.3);
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eaeaea));
      background-image: -webkit-linear-gradient(top, #fafafa, #eaeaea);
      background-image: linear-gradient(to bottom, #fafafa, #eaeaea);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 );
      border-radius: 3px;
      height: 2.3em;
      line-height: normal;
    }
  
    input[type="file"] {
        width: 100%;
    }
  
    /*----*/

    .footer {
        padding: 0;
        padding-bottom: 70px;
        background-color: #eee;
    }

    .footer > .nav {
        background-color: #fff;
        text-align: left;
    }
    .footer > .nav li{
        border: none;
        border-bottom: 1px #ddd solid;
        display: block;
    }
    .footer > .nav li a{
        display: block;
        width: auto;
        line-height: 3em;
    }
  
  
    /*----all-----*/
  
    #first .header,
    #search .header,
    #detail .header {
        border-bottom: 1px #ddd solid;
    }
    #first .container > .sub > .nav-beginner,
    #search .container > .sub > .nav-beginner,
    #detail .container > .sub > .nav-beginner {
        border-bottom: 5px #1c236e solid
    }
  
    /* カレンダー画面 */
    .ui-datepicker {
      width: auto !important;
      position: fixed !important;
      left: 15px !important;
      top: 15px !important;
      right: 15px !important;
      -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
      font-size: 18px;
      line-height: 1.3em;
      text-align: center;
    }

    .ui-widget-content .ui-datepicker-current,
    .ui-widget-content .ui-datepicker-close {
      height: 2em;
    }

    /* カレンダーアイコン */
    input.hasDatepicker {
        width: -webkit-calc(100% - 57px);
        width: calc(100% - 57px);
    }
    
    .ui-datepicker-trigger {
      border: 11px solid #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
      vertical-align: middle;
      margin-left: 4px;
    }
  
    /*----home----*/
    
    #home .header {
        border-top-width: 10px;
    }
    #home .header .hgroup img {
        max-width: 85%;
    }
  
    #home .container {
        margin: 5px;
        min-width: inherit;
        background-size: cover;
        height: auto;
        padding: 15px 0;
    }
    #home .container > .nav {
  /*
        margin-top: -180px;
        margin-left: -135px;
  */
        position: static;
        display: table;
        height: 100%;
        width: 100%;
        margin: 0;
    }
    #home .container > .nav > .btn-box,
    #home .container > .nav-single > .btn-box {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0 0 10px;
    }

    #home .container > .nav > .btn-box > li,
    #home .container > .nav-single > .btn-box > li {
        margin-right: 10px;
        margin-bottom: 10px;
        float: none;
        display: inline-block;
        background-color: rgba(255,255,255,0.8);
        padding: 10px 5px 5px;
        border-radius: 3px;
        text-align: center;
    }
    #home .container > .nav > .btn-box .nav-btn.denshishinsei,
    #home .container > .nav-single > .btn-box .nav-btn.denshishinsei,
    #home .container > .nav > .btn-box .nav-btn.shisetsuyoyaku {
        width: 230px;
        height: 97px;
        background-size: 230px;
        margin: 0 auto 2px;
    }
    #home .container > .nav > .btn-box .nav-btn:hover,
    #home .container > .nav-single > .btn-box .nav-btn:hover {
        background-position: 0 -97px;
    }
    #home .container > .nav > .btn-box .nav-desc,
    #home .container > .nav-single > .btn-box .nav-desc {
        width: 225px;
        min-height: inherit;
        font-size: 0.75em;
        padding: 10px;
        line-height: 1.5em;
        color: #666;
        background-color: transparent;
        opacity: 1;
        filter: alpha(opacity=100);
        text-align: left;
    }
  
    /*about etc*/
  
    .container > .main > .section-normal {
        font-size: 1.1em;
        line-height: 2em;
    }
    .container > .main > .section-normal .heading2 {
        font-size: 1.2em;
        padding: 5px 5px 5px 10px;
    }
    .container > .main .link-list > li {
        font-size: 1.1em;
        background-position: 0 0.75em;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .container .page-bottom-link {
        font-size: 1.1em;
    }
  
    .container > .main .link-important {
        background-position: 0 0.75em;
    }
    
    .container > .main .faq .heading {
        border: none;
        margin-bottom: 20px;
        padding: 0;
    }
    .container > .main .faq .heading a{
        line-height: inherit;
        background-color: #eee;
        padding: 10px;
    }
  
    /*----first----*/
    /* せいのさんに確認 
    #first .header .hgroup img {
        max-width: 85%;
    }
    */
  
    .container > .main > .article-normal > .infolist li:nth-child(n+4) {
        display: none;
    }

    .table-applys tr > th,
    .table-applys tr > td {
        display: none;
    }

    .table-applys tr > th:nth-child(2),
    .table-applys tr > th:nth-child(3),
    .table-applys tr > th:nth-child(8),
    .table-applys tr > th:nth-child(9),
    .table-applys tr > td:nth-child(2),
    .table-applys tr > td:nth-child(3),
    .table-applys tr > td:nth-child(8),
    .table-applys tr > td:nth-child(9) {
        display: table-cell;
    }
    .container > .main > .article-normal .table-applys th:nth-child(2),
    .container > .main > .article-normal .table-applys td:nth-child(2) {
        border-left-style: solid;
    }

    .container > .main > .article-normal .table-applys th.date,
    .container > .main > .article-normal .table-applys th.about,
    .container > .main > .article-normal .table-applys th.detail {
        width: auto;
    }

    /*----search----*/
  
    .container > .main > .search-result > .result-area > .fixed-area.fixed {
        left: 0;
    }
  
    .container > .main > .search-result > .result-area > .paging {
        padding: 5px 15px;
        font-weight: bold;
    }
    .container > .main > .search-result > .result-area > .paging .pages {
        display: none;
    }
  
    /*----*/

    .container > .main > .search-result > .result-area > .result-list > li > a {
        border-color: #7f9ad2;
        -webkit-box-shadow : 0 2px 1px rgba(0,0,0,0.1) ;
        box-shadow : 0 2px 1px rgba(0,0,0,0.1) ;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a:after {
        content: "";
        display: block;
        position: absolute;
        height: 25px;
        width: 15px;
        right: 10px;
        top: 50%;
        margin-top: 3px;
        background-image: url("../images/sign-breadcrumb.png");
    }
    .container > .main > .search-result > .result-area > .result-list > li > a .heading {
        padding-right: 20px;
        font-size: 1.2em;
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a .description {
        font-size: 0.9em;
        padding-right: 30px;
        max-height: 4em;
        overflow: hidden;
        position: relative;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a .description:before {
        content: "…";
        display: block;
        position: absolute;
        top: 2.3em;
        right: 2em;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a .description:after {
        content: " ";
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 1.5em;
        background-color: #f5f5f5;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a:hover .description:after {
        background-color: #fcf4d7;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a > .icons {
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        height: 25px;
        border-bottom: 1px solid #ddd;
        background-color: #fff;
        text-align: right;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a > .icons .attention {
        line-height: 1.4em;
        margin: -20px -5px 5px auto;
        display: table;
        font-size: 0.85em;
        color: #444;
        border-radius: 1.4em;
        border-color: #7f9ad2;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a > .icons .date {
        font-size: 1em;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a > .icons img {
        height: 25px;
        vertical-align: middle;
        margin-left: -5px;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a > .icons .icon-download {
        right: 115px;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a > .icons .icon-apply {
        right: 57px;
    }
    .container > .main > .search-result > .result-area > .result-list > li > a > .icons .icon-sign {
        right: 5px;
    }
  
    /*----*/
  
    .container > .main > .search-result > .result-area > .fixed-area {
        position: relative;
        overflow: visible;
        margin-bottom: 40px;
    }
  
    .container > .main > .search-result > .result-area > .fixed-area .result-line {
        font-size: 0.85em;
    }
    .container > .main > .search-result > .result-area > .fixed-area > .result-line > .display-num,
    .container > .main > .search-result > .result-area > .fixed-area > .result-line > .order {
        position: absolute;
        float: none;
        bottom: -3em;
        margin-left: -15px;
        font-size: 1em;
    }
    .container > .main > .search-result > .result-area > .fixed-area > .result-line > .order {
        right: 0;
    }

    .container > .main > .search-result > .result-area > .fixed-area > .search-condition {
        margin-bottom: 0;
        padding: 4px;
        border-color: #4465a9;
        -webkit-box-shadow : 0 2px 1px rgba(0,0,0,0.2) ;
        box-shadow : 0 2px 1px rgba(0,0,0,0.2) ;
    }
  
    .container > .main > .search-result > .result-area > .fixed-area > .search-condition h3 {
        text-decoration: underline;
        float: none;
        text-align: center;
        padding: 8px 15px;
        font-size: 1.1em;
    }
    .container > .main > .search-result > .result-area > .fixed-area > .search-condition h3:before {
        content: "";
        display: inline-block;
        border: solid transparent;
        border-width: 4px 0 4px 5px;
        border-left-color: #fff;
        margin-right: 5px;

    }
    .container > .main > .search-result > .result-area > .fixed-area > .search-condition h3:after {
        content: "を選択";
        display: inline;

    }
    .container > .main > .search-result > .result-area > .fixed-area > .search-condition p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #555;
        padding: 8px 4px 4px;
        margin-left: 7.5em;
        margin-left: 0;
    }
  
    .container > .main > .search-result > .result-area > .fixed-area.fixed > .result-line > .hits {
        line-height: 1.2em;
    }
    .container > .main > .search-result > .result-area > .fixed-area.fixed > .result-line > .hits .value {
        font-size: 1.3em;
        padding-left: 0;
    }
    .container > .main > .search-result > .result-area > .fixed-area.fixed > .search-condition p {
        display: none;
    }
  
    /*----*/
  
    #navigation-list {
        display: none;
        position: fixed;
        overflow: hidden;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 110;
        background-color: #d4ddf3;
        padding: 10px 0 0;
        height: 0;
    }
  
    #navigation-list { /*確認用*/
        top: 0;
        padding: 35px 0 10px;
        height: auto;
    }
    #navigation-list .search-conditions > .heading { /*確認用*/
        position: fixed;
    }
  
    .container > .sub > .navigation > .search-conditions{
        overflow: auto;
        height: 100%;
        padding: 10px 10px 0;
    }
  
    .container > .sub > .navigation > .search-conditions > .heading {
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1;
        border-top: 5px #ef7804 solid;
        background-color: #fff;
        -webkit-box-shadow : 0 2px 1px rgba(0,0,0,0.2) ;
        box-shadow : 0 2px 1px rgba(0,0,0,0.2) ;
    }
  
    /*.container > .sub > .navigation > .search-conditions > .heading:after {*/ /*仮×ボタン*/
    /*    content: "×";*/
    .container > .sub > .navigation > .search-conditions > .heading > .close-search {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 25px;
        color: #666;
        font-weight: normal;
        display: none;
    }
    .container > .sub > .navigation > .search-conditions > .heading img {
        margin-top: -5px;
    }
  
    .container > .sub > .navigation > .search-conditions > .collapsible {
        border: none;
    }
    .container > .sub > .navigation > .search-conditions > .collapsible > .content {
        padding: 15px;
    }
  
    .container > .sub > .navigation > .search-conditions > .collapsible > .content #keyword {
        width: 65%;
        margin-bottom: 10px;
    }
    .container > .sub > .navigation > .search-conditions > .collapsible > .content #keyword + input {
        width: 25%;
        height: 2.2em;
        vertical-align: top;
        margin-top: -1px;
    }
  
    .container > .sub > .navigation > .search-conditions > .collapsible > .content > .select-list li {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
  
    .container > .sub > .navigation > .search-conditions .btn-deselect {
        margin-top: -16px;
    }
  
    /*---*/

    .container > .main > .search-result > .result-area > .result-notes {
        margin-bottom: 10px;
        height: 2.5em;
        overflow: hidden;
        -webkit-transition : height 0.4s ease ;
        transition : height 0.4s ease ;
    }
  
    .container > .main > .search-result > .result-area > .result-notes h3 {
        text-decoration: underline;
        display: inline;
    }
    .container > .main > .search-result > .result-area > .result-notes h3:before {
        content: "";
        display: inline-block;
        border: solid transparent;
        border-width: 5px 4px 0 4px;
        border-top-color: inherit;
        margin-bottom: 2px;
    }
  
    .container > .main > .search-result > .result-area > .result-notes ul {
        display: none;
    }/*
    .container > .main > .search-result > .result-area > .result-notes:hover ul {
        display: block;
    }*/
    
  
  
    /*----detail----*/
    
    .container > .main > .detail-area > .table-detail th,
    .subcontents > .subcontents2 > .article-normal > .table-detail th {
        width: 1em;
        padding: 15px 10px;
        vertical-align: top;
    }
    .container > .main > .detail-area > .table-detail td,
    .subcontents > .subcontents2 > .article-normal > .table-detail td {
        word-break: break-all;
    }
    .container > .main > .detail-area > .table-detail.body td {
        font-size: 0.9em;
    }

    .container > .main > .detail-area > .btn-box {
        margin: 30px -15px 50px;
        border: 1px solid #fff;
        background-color: #f5f5f5;
    }
    .container > .main > .detail-area > .btn-box a,
    .container > .main > .detail-area > .btn-box span {
        display: inline-block;
        margin: -20px 5px 30px;
        padding: 1px 0;
    }
    .container > .main > .detail-area > .btn-box a:first-child,
    .container > .main > .detail-area > .btn-box span:first-child {
        margin-top: 30px;
    }

    .container > .main .attention-box.important > .heading,
    .container > .attention-box.important > .heading,
    #content > #content2 .attention-box.important > .heading {
        line-height: 30px;
        font-size: 0.9em;
    }
  
    /*----full----*/
    
    #full .container {
        width: auto;
        min-width: inherit;
    }
    .container > .login-box {
        padding: 25px;
    }
    .container > .login-box .input-text {
        box-sizing: border-box;
        padding: 5px;
        font-size: 1.5em;
    }
    .container > .login-box .btn-box {
        text-align: center;
    }
  
    .container > .login-otr-box .menu {
        border-color: #ccc;
        margin-top: 50px;
    }

    .container > .login-otr-box .menu > li {
        border-color: #ccc;
    }
    .container > .login-otr-box .menu > li > .btn-box {
        float: none;
    }
    .container > .login-otr-box .menu > li > .description {
        margin-top: 5px;
        margin-left: 0;
        font-size: 0.85em;
        color: #555;
    }
  
    /*----third----*/
    
    #container > .breadcrumbs {
        margin: 0;
    }
  
    table.boxs,
    table.shinsei1-box,
    table.setsumei-box,
    table.setsumei-box2,
    table.log-box,
    table.search-box,
    table.attach-box,
    table.shiharai-box,
    table.send-box,
    table.complete-box,
    table.certificate-box,
    table.signature-box {
        min-width: inherit;
    }
  
    table.boxs tr td:last-child,
    table.shinsei1-box tr td:last-child,
    table.setsumei-box tr td:last-child,
    table.setsumei-box2 tr td:last-child,
    table.log-box tr td:last-child,
    table.search-box tr td:last-child,
    table.attach-box tr td:last-child,
    table.shiharai-box tr td:last-child,
    table.send-box tr td:last-child,
    table.complete-box tr td:last-child,
    table.certificate-box tr td:last-child,
    table.signature-box tr td:last-child {
        border-right: 1px solid #999;
    }
  
    table.boxs tr td,
    table.shinsei1-box tr td,
    table.setsumei-box tr td,
    table.setsumei-box2 tr td,
    table.log-box tr td,
    table.search-box tr td,
    table.attach-box tr td,
    table.shiharai-box tr td,
    table.send-box tr td,
    table.complete-box tr td,
    table.certificate-box tr td,
    table.signature-box tr td {
        padding: 10px;
    }
    
    .th-all,
    table.boxs th:first-child,
    table.shinsei1-box th:first-child,
    table.setsumei-box th:first-child,
    table.setsumei-box2 th:first-child,
    table.log-box th:first-child,
    table.search-box th:first-child,
    table.attach-box th:first-child,
    table.shiharai-box th:first-child,
    table.send-box th:first-child,
    table.complete-box th:first-child,
    table.signature-box th:first-child {
        width: 1em;
        padding: 15px 10px;
    }
    table.certificate-box th:first-child {
        min-width: 4em;
    }
  
    th.no-tesuryo {
      width: 1em !important;
    }
  
    table.shiharai-box input[type="radio"],
    table.search-box input[type="checkbox"] {
        display: inline-block;
        position: relative;
        top: 3px;
        vertical-align: top;
        margin-top: 0.5em;
    }
    table.shiharai-box tbody input + label,
    table.search-box tbody input + label {
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        padding-left: 2em;
        margin: 0.5em 0 0.5em -2em;
    }
  
    .shosai > a,
    .annai > a,
    .shinseichg > a {
        display: inline-block;
        box-sizing: border-box;
        font-size: 0;
        text-decoration: none;
        text-align: center;
        padding: 5px 0;
        width: 100%;
        color: #333;
        font-weight: bold;
        border: solid 1px #aaa;
        border-radius: 3px;
    }
    .shosai > a {
        max-width: 30px;
        background-color: #fff;
    }
    .annai > a,
    .shinseichg > a {
        border-top-color: #e0e0e0;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eaeaea));
        background-image: -webkit-linear-gradient(top, #fafafa, #eaeaea);
        background-image: linear-gradient(to bottom, #fafafa, #eaeaea);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeaea',GradientType=0 );
    }
    .shosai > a:before,
    .annai > a:before,
    .shinseichg > a:before {
        display: inline-block;
        font-size: 12px;
        line-height: 1.3em;
    }
    .shosai > a:before {
        content: "";
        border: solid transparent;
        border-width: 4px 0 4px 6px;
        border-left-color: #bd3740;
        margin: 2px 0 2px 1px;
    }
    .annai > a:before {
        content: "案内";
    }
    .shinseichg > a:before {
        content: "変更";
    }
    table tbody tr td.shosai {
        text-align: center;
        padding: 4px;
    }
    
    .button-align2 {
        margin-top: 0;
        margin-bottom: 30px;
    }
  
    .Font-1 .button_style.button-width-center,
    .shinsei-button .button_style.button-width1,
    .button-align2 .button_style.button-width1,
    .pages .button_style {
        font-size: 1.3em !important;
        font-weight: bold;
        padding: 5px 20px;
        min-width: 60%;
    }
  
    p.more2 {
        position: relative;
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 15px;
        padding: 5px 15px;
        background-color: #f5f5f5;
        height: 2em;
    }
    p.more2 img:first-child {
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -7px;
    }
    p.more2 img:first-child + a {
        position: absolute;
        left: 30px;
    }
    p.more2 + .pages {
        display: none;
    }
    .pages {
        border-color: #aaa;
        font-size: 1.3em;
        font-weight: bold;
        color: #777;
    }
    .pages a {
        margin: 0 5px;
    }
    .pages .button_style{
        font-size: 1em !important;
    }
  
    /*---shinsei---*/
  
    .shinsei-button {
        clear: both;
    }
  
    ul.sub-button {
        border-color: #aaa;
    }
    ul.sub-button li {
        border-color: #aaa;
    }
    ul.sub-button .sub-buttonspace {
        display: block;
        margin-top: 5px;
        margin-left: 0;
        font-size: 0.85em;
        color: #555;
        border-color: #ddd;
    }
  
    table.shinsei1-box .td-noborder2-2 {
        padding-right: 10px;
        width: 2.5em;
    }
  
    #SendShinseiInput + p {
        margin: 40px -20px 20px;
    }
    #SendShinseiInput + p > iframe{
        border: solid #ddd;
        border-width: 1px 0;
        width: 100%;
    }
  
  
    /*---rireki---*/
  
    .log-box tr > th,
    .log-box tr > td {
        display: none;
    }
    
    table.shiharai-box th:nth-child(2) {
        width: 1em;
    }
    table.shiharai-box th:first-child label,
    table.shiharai-box th:nth-child(2) label {
        display: inline-block;
        width: 1em;
    }

    .log-box tr > th:nth-child(2),
    .log-box tr > th:nth-child(3),
    .log-box tr > th:nth-child(8),
    .log-box tr > th:nth-child(9),
    .log-box tr > td:nth-child(2),
    .log-box tr > td:nth-child(3),
    .log-box tr > td:nth-child(8),
    .log-box tr > td:nth-child(9) {
        display: table-cell;
    }
  
    .col1, .col2 {
        width: auto;
    }
  
    table.search-box {
        border: none;
    }

    table.search-box caption {
        margin-bottom: 5px;
        padding: 8px 15px;
        text-decoration: underline;
        text-align: center;
        border-color: #444;
        -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
        box-shadow: 0 2px 1px rgba(0,0,0,0.2);
    }
    table.search-box caption:before {
        content: "";
        display: inline-block;
        border: solid transparent;
        border-width: 4px 0 4px 5px;
        border-left-color: #fff;
        margin-right: 5px;
    }
    table.search-box caption:after {
        content: "で絞り込む";
        display: inline;
    }
  
    .search-box tbody,
    .search-box + .button-align2 {
        overflow: hidden;
        height: 0;
        -webkit-transition : height 0.4s ease, padding 0.4s ease ;
        transition : height 0.4s ease, padding 0.4s ease ;
    }
    .search-box tbody {
        display: inline-block;
    }
  
    /*---news list---*/
  
    #third .subcontents2 {
        min-width: inherit;
    }
  
    /*---cjm---*/
    .bottom-btns,
    .bottom-links {
        border-color: #aaa;
    }
    .bottom-btns input.button-width-left {
/*        display: block;*/
        min-width: 40%;
        margin-bottom: 5px;
    }
  
    table.boxs {
        display: block;
        width: 100%;
        border: solid #999;
        border-width: 0 1px 1px;
    }
    table.boxs td,
    table.boxs th,
    table.boxs caption,
    table.boxs tbody,
    table.boxs tr {
        width: auto;
        display: block;
        border: 0px none;
        clear: both;
    }
    table.boxs tr {
        position: relative;
        border-top: 1px solid #999;
    }
    table.boxs th:first-child {
        width: auto !important;
        padding: 5px;
        border-bottom: 1px dotted #999;
        padding-left: 0.5em;
    }
    table.boxs tr td:last-child {
        border-right: 0px none;
        word-break: break-word;
    }
  
    table.boxs th.regist-mandatory {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1em !important;
        border: none;
        border-right: 1px dotted #999;
        background-color: #fcfcfc !important;
    }
    table.boxs th.regist-mandatory span {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1.5em;
    }
    table.boxs th.regist-mandatory,
    table.boxs th.regist-mandatory span {
        position: static\9;
    }
    table.boxs th.regist-mandatory + td {
        padding-left: 2.5em;
        min-height: 2em;
    }
  
    #zip3, #zip4 {
        width: 5em;
    }
    #birthdayYear, #birthdayMonth, #birthdayDate {
        width: 2.5em;
    }

    /* static-contents */
    .container > .main > .section-normal > .normal-table > tbody > tr > th,
    .container > .main > .section-normal > .content > .normal-table > tbody > tr > th {
        width: 35%;
    }

    .contents-img {
        width:100%;
    }
}

/* IE10 スマホサイズのテーブル対応 */
@media screen and (max-width: 768px) and (-ms-high-contrast: active), (max-width: 768px) and (-ms-high-contrast: none) {
    table.boxs th.regist-mandatory:not(:target),
    table.boxs th.regist-mandatory span:not(:target) {
        position: absolute\9;
    }


}