/*フォーム設定*/
/****************************************************************************
 * 
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px) {
    * {
        padding: 0px;
        margin: 0px;
        font-size: 14px
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    * {
        padding: 0px;
        margin: 0px;
        font-size: 18px
    }
}

/****************************************************************************
 * 全画面共通 フォント設定
 ****************************************************************************/
BODY {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    /* sans-serifはsafari明朝体回避に必要 */
}

/****************************************************************************
 * 全画面共通 フォントサイズ設定
 ****************************************************************************/

/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .fontSizeBig1 {
        font-size: 17px
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .fontSizeBig1 {
        font-size: 21px
    }
}

/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .fontSizeBig2 {
        font-size: 20px
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .fontSizeBig2 {
        font-size: 24px
    }
}

/****************************************************************************
 * 全画面共通 ボタンサイズ設定
 ****************************************************************************/

/* PC画面 */
@media screen and (min-width: 641px) {    
    /* 少し小さいサイズのボタン*/
    .buttonSub1 {
        height: 48px;
        width: 100px;
        font-size: 14px;
    }
    /* 少し小さいサイズのボタン*/
    .buttonSub3 {
        height: 39px !important;
        width: 135px !important;
        font-size: 14px !important;
        margin-bottom: -4px;
        margin-top: 4px;
    }
    /* 少し小さいサイズのボタン*/
    .buttonSub4 {
        height: 39px !important;
        width: 135px !important;
        font-size: 14px !important;
        margin-bottom: -26px;
    }
    /* 少し小さいサイズのボタン*/
    .buttonSub5 {
        height: 36px !important;
        width: 157px !important;
        font-size: 13px !important;
        margin-bottom: 10px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px){
    /* 少し小さいサイズのボタン*/
    .buttonSub1 {
        height: 50px;
        width: 130px;
        font-size: 18px;
    }
    /* 少し小さいサイズのボタン*/
    .buttonSub3 {
        height: 39px !important;
        width: 135px !important;
        font-size: 14px !important;
    }
}

/* PC画面 */
@media screen and (min-width: 641px) {    
    /* 少し小さいサイズのボタン*/
    .buttonSub2 {
        height: 48px;
        width: 200px;
        font-size: 14px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px){
    /* 少し小さいサイズのボタン*/
    .buttonSub2 {
        height: 70px;
        width: 260px;
        font-size: 18px;
    }
}

/****************************************************************************
 * 
 ****************************************************************************/
.label-sm {
    font-size:10px;
    padding-top:1px;
    padding-left:1px;
    padding-right:1px;
    padding-bottom:1px;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
} 

/****************************************************************************
 * 
 ****************************************************************************/
.pulldown {
    position: relative;
    display: inline;
    border: 0;
    margin-left: 10px;
    margin-right: 5px;
    -webkit-box-align: center;
    box-sizing: border-box;
}

/****************************************************************************
 * 
 ****************************************************************************/
.midashi {
    font-size:20px;
    font-weight: bold;
    color:#532879;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
} 

/****************************************************************************
 * 
 ****************************************************************************/
.midashi2 {
    font-size:15px;
    font-weight: bold;
    margin-top:20px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
} 

.midashi2:first-child {
    margin-top: 0px;
}

/**
 * 焦追加
 **/
.midashi3 {
    font-size:15px;
    margin-top:20px;
    font-weight: normal;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
} 
/****************************************************************************
 * ページフッター
 ****************************************************************************/
.footer {
    background-color: #532879;

    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:5px;

    text-align:left;
}

/****************************************************************************
 * 
 ****************************************************************************/
.naiyo {
    background-color:#f0deff;
    border-style: solid;
    border-color: #532879;
    border-width: 1px;
    border-radius: 3px;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    margin-top:0px;
    margin-left:2px;
    margin-right:0px;
    margin-bottom:5px;
}

/****************************************************************************
 * 
 ****************************************************************************/
.fixed {
    height:34px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:2px;

    margin-top:1px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:1px;
}

.fixed:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/****************************************************************************
 * 
 ****************************************************************************/
.fixed-sm {
    width:40px;
    height:34px;
    font-size:14px;
    padding: 6px 12px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:2px;
}

.fixed-sm:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/****************************************************************************
 * 「次へ」ボタン
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .btn-forward {
        color: #532879;
        background-color: #f0deff;
        border-color: #532879;
        position: relative;
    }

    .btn-forwardHidden {
        color: #999999;
        background-color: #e6e6e6;
        border-color: #e6e6e6;
        position: relative;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .btn-forward {
        color: #532879;
        background-color: #f0deff;
        border-color: #532879;
        position: relative;
    }


    .btn-forwardHidden {
        color: #999999;
        background-color: #e6e6e6;
        border-color: #e6e6e6;
        position: relative;
    }
}
.btn-forward:hover,
.btn-forward:focus,
.btn-forward:active,
.btn-forward.active,
.open .dropdown-toggle.btn-forward {
    color: #ffffff;
    background-color: #532879;
    border-color: #532879;
}
.btn-forward:active,
.btn-forward.active,
.open .dropdown-toggle.btn-forward {
    background-image: none;
}
.btn-forward.disabled,
.btn-forward[disabled],
fieldset[disabled] .btn-forward,
.btn-forward.disabled:hover,
.btn-forward[disabled]:hover,
fieldset[disabled] .btn-forward:hover,
.btn-forward.disabled:focus,
.btn-forward[disabled]:focus,
fieldset[disabled] .btn-forward:focus,
.btn-forward.disabled:active,
.btn-forward[disabled]:active,
fieldset[disabled] .btn-forward:active,
.btn-forward.disabled.active,
.btn-forward[disabled].active,
fieldset[disabled] .btn-forward.active {
    color: #999999;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-forward:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: 10px;
}

.btn-forwardHidden:hover,
.btn-forwardHidden:focus,
.btn-forwardHidden:active,
.btn-forwardHidden.active,
.open .dropdown-toggle.btn-forwardHidden {
    color: #999999;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

/****************************************************************************
 * 「戻る」ボタン
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .btn-backward {
        color: #444444;
        background-color: #ffffff;
        border-color: #444444;
        position: relative;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .btn-backward {
        color: #444444;
        background-color: #ffffff;
        border-color: #444444;
        position: relative;
    }
}

.btn-backward:hover,
.btn-backward:focus,
.btn-backward:active,
.btn-backward.active,
.open .dropdown-toggle.btn-backward {
    color: #444444;
    background-color: #c0c0c0;
    border-color: input_box_size#c0c0c0;
}
.btn-backward:active,
.btn-backward.active,
.open .dropdown-toggle.btn-backward {
    background-image: none;
}
.btn-backward.disabled,
.btn-backward[disabled],
fieldset[disabled] .btn-backward,
.btn-backward.disabled:hover,
.btn-backward[disabled]:hover,
fieldset[disabled] .btn-backward:hover,
.btn-backward.disabled:focus,
.btn-backward[disabled]:focus,
fieldset[disabled] .btn-backward:focus,
.btn-backward.disabled:active,
.btn-backward[disabled]:active,
fieldset[disabled] .btn-backward:active,
.btn-backward.disabled.active,
.btn-backward[disabled].active,
fieldset[disabled] .btn-backward.active {
    color: #999999;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-backward::before {
    font-family: 'FontAwesome';
    content: "\f053";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: 7px;
}

/****************************************************************************
 * ナビバー
 ****************************************************************************/
.navbar{
    border-radius: 0;
    border: none;
    background-color: #532879; /* ベース基調*/
}

.navbar-default .navbar-nav >li > a{
    color: #ffffff;
}

.navbar-default .navbar-nav >li > a:hover{
    color: #532879;
}

/****************************************************************************
 * 大学ロゴ
 ****************************************************************************/
#logo-img{
    height:     545px;
    max-height: 173%;
    width: 225px;
}

#logo-img2{
    height: 240px;
    max-height: 140%;
    width: 240px;
}

/****************************************************************************
 * 
 ****************************************************************************/
.form-group-margin {
    margin-bottom: 0px;
    margin-top: 0px;
}

/****************************************************************************
 * 
 ****************************************************************************/
.line{
    background-color:#532879;
    height:1px;
    margin-bottom: 0px;
    margin-top: 0px;

}

/****************************************************************************
 * クレジットカードロゴ
 ****************************************************************************/
.cardLogo{
    width: auto;
    height: 55px;
}

/****************************************************************************
 * コンビニロゴ
 ****************************************************************************/
.cvsLogo{
    width: auto;
    height: 70px;
}

/****************************************************************************
 * 支払い期限が近づいています
 ****************************************************************************/
.shiharaiLogo{
    width: auto;
    height: auto;
}

/****************************************************************************
 * 
 ****************************************************************************/
.btn-attention {
    width:220px;
    height:200px;
    display:block;
    text-align:center;
    color: black;
    background-color: #ff9900;
    border-radius: 15px;
}


/****************************************************************************
 * 
 ****************************************************************************/
.midash3 {
    background-color:#f0deff;
    border-style: solid;
    border-color: #532879;
    border-width: 1px;
    width: 80px;
}

/****************************************************************************
 * フッター最下部固定
 ****************************************************************************/

html,body {
    height: 100%;
}

div#footer{
    position: absolute;
    bottom: -30px ;
    width: 100%;
}

/****************************************************************************
 * エラーメッセージ
 ****************************************************************************/
div#errMsgArea {
    margin: 20px auto;
    text-align: left;
}

div#errMsgArea p {
    margin: 0; 
}
/*フォント赤**/
.font13red { 
    color: #ff1100; 
    font-size:18px !important;
    font-weight: 600;
}
/**注意書きフォント*/
.txtAttention{ 
    color: #ff1100; 
    font-size: 16px;
    line-height: 16px;
}
/****************************************************************************
 * 丸数字リスト
 ****************************************************************************/
ol{
    position: relative;
    margin:0;
    padding:0
}
ol.circleNumber li{
    list-style: none;
    list-style-position:outside;
    margin:0;
}
ol.circleNumber li span{
    position: absolute;
    left:0;
    margin:0
}

/****************************************************************************
 * 「（）」付きリスト
 ****************************************************************************/
ol.list_parentheses{
    padding:0 0.5em 0 0;
    margin:0;
}

ol.list_parentheses li{
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt;
}

ol.list_parentheses li:before{
    display: marker;
    content: "（" counter(cnt) "）";
}

/****************************************************************************
 * 
 ****************************************************************************/
div.naiyo2 {
    margin-left:10px;
    margin-right:10px;
    padding: 5px 5px 5px 20px;
}

/**2016-07-12 焦追加*/
div.confirm-head {
    border-bottom:1px solid #532879;
    text-align:left;
}

/**2016-07-12 焦追加*/
div.confirm-col {
    margin-top:10px;
    margin-bottom: 30px;
}

/**2016-07-12 焦追加*/
div.confirm-btn {
    text-align:center;
    margin-bottom: 15px;
}

/****************************************************************************
 * ボタン共通設定
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px) {
    /* ボタンエリア */
    div#buttonArea {
        width: 580px;
        margin: 20px 0px 20px 0px;
    }

    /* ボタンエリア ボタン間隔 */
    div#buttonArea button {
        margin-top: 20px;
        margin-left: 20px;
        height: 48px;
        width: 220px;
        font-size: 14px; 
    }

    /* 最初のボタンのマージンを消す */
    div#buttonArea button:first-child {
        margin-left: 0px;
    }

    /* マイページトップ画面のボタンエリア */
    div.buttonAreaTop {
        width: 100%;
        margin: 0px;
        text-align:center; /* ボタン中央寄せ */
    }

    /* ボタンエリア ボタン間隔 */
    div.buttonAreaTop button {
        margin-left: 20px;
        width: 300px;
    }

    .navbarNameStyle {
        text-overflow: ellipsis; 
        width: 220px;
        overflow: hidden; 
        white-space: nowrap;
    }
    /* ボタンエリア ボタン間隔 */
    div#modalButtonArea button {    
        height: 50px;
        width: 150px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    /* ボタンエリア */
    div#buttonArea {
        width: 100%;
        margin: 0px 0px 40px 0px;
    }

    /* ボタンエリア ボタン間隔 */
    div#buttonArea button {
        margin-top: 50px;
        height: 50px;
        width: 85%;
        font-size: 18px; 
    }

    /* 最初のボタンのマージンを消す */
    div#buttonArea button:first-child {
    }

    /* マイページトップ画面のボタンエリア */
    div.buttonAreaTop {
        width: 100%;
        margin: 0px 0px 20px 0px;
        text-align:center; /* ボタン中央寄せ */
    }

    /* ボタンエリア ボタン間隔 */
    div.buttonAreaTop button {
        width: 100%;
        height: 110px;
    }

    /* 最初のボタンのマージンを消す */
    div.buttonAreaTop button:first-child {
        margin-left: 0px;
    }

    /* ボタンの上下を逆にする */
    .wrap {
        position: relative;
        height: 200px;
    }

    .buttonMobile1 {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .buttonMobile2 {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .navbarNameStyle {
        text-overflow: ellipsis; 
        width: auto;
        overflow: hidden; 
    }

    /* ボタンエリア ボタン間隔 */
    div#modalButtonArea button {    
        height: 50px;
        width: 95%;
    }
}

.mypageBackButtonWidth {
    width: 220px;
}

div#modalButtonArea div {
    padding-left: 0px;
    padding-right: 0px;
}

/****************************************************************************
 * ボタン装飾（影）
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .buttonStyle {
        box-shadow:4px 4px #555;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .buttonStyle {
        box-shadow:4px 4px #555;
    }
}

/****************************************************************************
 * テーブル(項目名)
 ****************************************************************************/
.demo02 {
    border-collapse: collapse;
    color: #532879;
    padding: 8px 15px;
    background-color: #f0deff;
    background:-moz-linear-gradient(#f0deff  , #f0deff  50%);
    text-align: left;
    text-shadow: 0 1px 0 #fff;
}

/****************************************************************************
 * テーブル(内容)
 ****************************************************************************/
.demo03 {
    border-collapse: collapse;
    color: #532879;
    padding: 8px 15px;
    text-align: left;
}

.demo03 row{
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.demo04 {
    border-collapse: collapse;
    color: #532879;
    text-align: left;
    margin-top: 3px;
}

.demo05 {
    border-collapse: collapse;
    color: #532879;
    padding: 8px 15px;
    background:-moz-linear-gradient(#f0deff , #f0deff 50%);
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #fffffc;
    border-right:  1px solid #666666;
}

/****************************************************************************
 * 罫線(上下)
 ****************************************************************************/
.border_TB{
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

/****************************************************************************
 * 罫線(左右)
 ****************************************************************************/
.border_LR{
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border: solid;
}

/****************************************************************************
 * マージン減
 ****************************************************************************/
.marginT_-1{margin-top: -1px;}
.marginB_-1{margin-bottom: -1px;}
.marginL_-1{margin-left: -1px;}
.marginR_-1{margin-right: -1px;}
.margin_-2{
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-right:  1px solid #666666;
    border-left:  1px solid #666666;
}

/****************************************************************************
 * ページの先頭へ戻る
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px){
    .line_move_top{margin: 15px 0px 0px 0px;}
}

/* ■スマートフォン */
@media screen and (max-width: 640px){
    .line_move_top{margin: 50px 0px 0px 0px;}
}

#scrollTop {
    display: none;
    -webkit-transform: translateZ(0);
}

#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 16px;
    text-align: center;
    display: none;
    background-color: #DCDCDC;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

.fa-angle-double-down{
    font-size: 167px;
    color: cyan;
}

.scrollTopArea {
    margin: 10px 10px 10px 0px;
}

.scrollTopArea div {
    text-align: right;
}

/****************************************************************************
 * SSLサイトシール
 ****************************************************************************/
.sslSiteSealArea {
    margin: 10px 10px 10px 0px;
}

.sslSiteSealArea div {
    text-align: right;
}

/****************************************************************************
 * メインコンテンツ
 ****************************************************************************/
#mainArea {
    width: 100%;
    margin: 0 auto 0px auto;
    padding: 0px 5px 120px 5px;

}

/****************************************************************************
 * アコーディオンのスタイル指定
 ****************************************************************************/
.menuMidashi {
    background-color: #E6E6E6;
    font-size: 21px;
    height: 80px;
    padding: 24px 15px;
}

.menuMidashi span {
    position: relative;
    top: 5px;
    display: inline-block;
}

.menuMidashi3 {
    background-color: #f0deff;
    height: 40px;
    padding: 8px 15px;
}

.menuMidashi4 {
    background-color: #E6E6E6;
    font-size: 21px;
    height: 40px;
    padding: 2px 15px;
}

/****************************************************************************
 * 出願一覧
 ****************************************************************************/
.menuItem {
    margin-left: 15px;
    margin-right: 15px;
}

/*フッターリンクの色設定*/
#topAccordion a:link    { color:#444444; }
#topAccordion a:visited { color:#0066CC; }
#topAccordion a:active  { color:#003399; }
#topAccordion a:hover   { color:#ca0000; }

/****************************************************************************
 * 
 ****************************************************************************/
.menuMidashi2 {
    background-color: #f0deff;
    text-align: center;
}

/****************************************************************************
 * 
 ****************************************************************************/
.menuNaiyo a {
    padding-right: 30px;
}

/****************************************************************************
 * トップページ装飾
 ****************************************************************************/
.topMaker {
    margin-bottom: 10px;
}

.topMaker ol {
    padding: 0px;
    text-align: left;
}

/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .topMaker ul {
        padding: 0px 0px 0px 27px;
        text-align: left;
    }

    .topMaker li {
        list-style-type: disc;
        text-align: left;
    }

    .topMaker li {
        list-style-type: disc;
        text-align: left;
    }    
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .topMaker ul {
        padding: 0px 0px 0px 20px;
        text-align: left;
    }

    .topMaker li {
        list-style-type: disc;
        text-align: left;
    }
}

/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .topMaker .buttonFontSize1 {
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .topMaker .buttonFontSize1 {
        font-size: calc(50% + 4vw)
    }
}

/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .topMaker .buttonFontSize2 {
        font-size: 23px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .topMaker .buttonFontSize2 {
        font-size: calc(50% + 4.5vw)
    }
}

.topMaker .buttonLowMargin {
    margin-top: 15px;
}

/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .topMargin0Auto {
        width:300px;
        margin:0 auto;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .topMargin0Auto {
        width:100%;
        margin:0 auto;
    }
}

/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .btn-forwardTop {
        color: #532879;
        background-color: #f0deff;
        border-color: #532879;
        position: relative;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .btn-forwardTop {
        color: #532879;
        background-color: #f0deff;
        border-color: #532879;
        position: relative;
    }
}

.btn-forwardTop:hover,
.btn-forwardTop:focus,
.btn-forwardTop:active,
.btn-forwardTop.active,
.open .dropdown-toggle.btn-forwardTop {
    color: #ffffff;
    background-color: #532879;
    border-color: #532879;
}
.btn-forwardTop:active,
.btn-forwardTop.active,
.open .dropdown-toggle.btn-forwardTop {
    background-image: none;
}
.btn-forwardTop.disabled,
.btn-forwardTop[disabled],
fieldset[disabled] .btn-forwardTop,
.btn-forwardTop.disabled:hover,
.btn-forwardTop[disabled]:hover,
fieldset[disabled] .btn-forwardTop:hover,
.btn-forwardTop.disabled:focus,
.btn-forwardTop[disabled]:focus,
fieldset[disabled] .btn-forwardTop:focus,
.btn-forwardTop.disabled:active,
.btn-forwardTop[disabled]:active,
fieldset[disabled] .btn-forwardTop:active,
.btn-forwardTop.disabled.active,
.btn-forwardTop[disabled].active,
fieldset[disabled] .btn-forwardTop.active {
    color: #999999;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .btn-forwardTop:after {
        font-family: 'FontAwesome';
        content: "\f054";
        position: absolute;    
        display: inline-block;
        vertical-align: middle;    
        right: 10px;
        top: 38px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .btn-forwardTop:after {
        font-family: 'FontAwesome';
        content: "\f054";
        position: absolute;    
        display: inline-block;
        vertical-align: middle;    
        right: 10px;
        top: 50px;
    }
}

.topExplanation {
    text-align: left;
}

.topTablePosition {
    text-align: center;
}

.topAccordionWidth {
    width: 96%;
}

/*トップページ用のバックボタン*/
.btn-backwardTop {
    color: #444444;
    background-color: #ffffff;
    border-color: #444444;
    position: relative;
}

.btn-backwardTop:hover,
.btn-backwardTop:focus,
.btn-backwardTop:active,
.btn-backwardTop.active,
.open .dropdown-toggle.btn-backwardTop {
    color: #444444;
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}
.btn-backwardTop:active,
.btn-backwardTop.active,
.open .dropdown-toggle.btn-backwardTop {
    background-image: none;
}
.btn-backwardTop.disabled,
.btn-backwardTop[disabled],
fieldset[disabled] .btn-backwardTop,
.btn-backwardTop.disabled:hover,
.btn-backwardTop[disabled]:hover,
fieldset[disabled] .btn-backwardTop:hover,
.btn-backwardTop.disabled:focus,
.btn-backwardTop[disabled]:focus,
fieldset[disabled] .btn-backwardTop:focus,
.btn-backwardTop.disabled:active,
.btn-backwardTop[disabled]:active,
fieldset[disabled] .btn-backwardTop:active,
.btn-backwardTop.disabled.active,
.btn-backwardTop[disabled].active,
fieldset[disabled] .btn-backwardTop.active {
    color: #999999;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-backwardTop::before {
    font-family: 'FontAwesome';
    content: "\f053";
    position: absolute;
    display: inline-block;
    padding-top: 12px;
    left: 7px;
}

.topInlineBlock {
    display: inline-block; 
    width: 49%;
}


/****************************************************************************
 * 
 ****************************************************************************/
.margin0Auto {
    width:300px;
    margin:0 auto;
}

.topInlineImageDiv {
    width: 100%; 
    height: auto; 
    position: relative;
}

.topInlineImageDiv img {
    position: absolute; 
    top: -285px;
}

.topMobileImageDiv {
    width: 100%; 
    height: auto; 
    margin: 10px 0px;
}

.buttonLowMargin span {
    margin-left: -15px;
}

/****************************************************************************
 * ボタンカラーパターン
 ****************************************************************************/
.btn_color_ptn_1 {
    color: white;
    border-color: #532879;
    background-color: #532879;
}

.btn_color_ptn_1:hover,
.btn_color_ptn_1:focus {
    color: white;
    background-color: #007fcc;
    border-color: #007fcc;
}

.btn_color_ptn_2 {
    color: white;
    border-color: #532879;
    background-color: #532879;
}

.btn_color_ptn_2:hover,
.btn_color_ptn_2:focus {
    color: white;
    background-color: #1d5f95;
    border-color: #1d5f95;
}

.btn_color_ptn_3 {
    color: black;
    border-color: #f0deff;
    background-color: #f0deff;
}

.btn_color_ptn_3:hover,
.btn_color_ptn_3:focus {
    color: #666666;
    border-color: #e5eaff;
    background-color: #e5eaff;
}

.btn_color_ptn_4 {
    color: #045fba;
    border-color: #f0deff;
    background-color: #f0deff;
}

.btn_color_ptn_4:hover,
.btn_color_ptn_4:focus {
    color: #ffffff;
    background-color: #532879;
    border-color: #532879;
}

.btn_color_ptn_5 {
    color: 444444;
    border-color: #444444;
    background-color: #ffffff;
}

.btn_color_ptn_5:hover,
.btn_color_ptn_5:focus {
    color: #444444;
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.btn_color_ptn_6 {
    color: black;
    border-color: #ff9900;
    background-color: #ffffc0;
}

.btn_color_ptn_6:hover,
.btn_color_ptn_6:focus {
    color: black;
    background-color: #e0e000;
    border-color: #ff9900;
}

.btn_color_ptn_7 {
    color: black;
    border-color: #ffaf00;
    background-color: #ffaf00;
}

.btn_color_ptn_7:hover,
.btn_color_ptn_7:focus {
    color: black;
    background-color: #ff9900;
    border-color: #ff9900;
}

/****************************************************************************
 * トップページ
 ****************************************************************************/
.topTable {
    width: 100%;
    font-size:13px;
    margin: 0px 0px;
}
.topTable th {
    border-collapse: collapse;
    background-color: #e6e6e6;
    border:1px solid #c0c0c0;

}

.topTable tr {
    border-collapse: collapse;
    padding-left: 5px;
}

.topTable td {
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
    padding-left: 5px;
}

.nyushiShubetsu {
    text-align: left;
    padding-left: 5px;
}

#topAccordion a {
    text-decoration:none;
}

/****************************************************************************
 * お問い合わせ表示
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px){
    .otoiawase {
        width: 580px;
        margin-bottom: 20px;
        border: 1px solid #532879;
        margin-bottom: 20px;
        word-break:break-all;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px){
    .otoiawase {
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #532879;
        margin-bottom: 20px;
        word-break:break-all;
    }
}

.otoiawase th {
    height: 30px;
    border-collapse: collapse;
    color: #ffffff;
    background-color: #532879;
    padding: 5px 5px 7px 8px;
}

.otoiawase tr, .otoiawase td {
    border-collapse: collapse;
    padding-left: 5px;
}

.otoiawase p {
    margin: 10px 10px 10px;
}

.otoiawase .fontBlue {
    color: #532879;
    font-weight: bold;
}

/****************************************************************************
 * ページ内メインエリア
 ****************************************************************************/
#mainAreaTop {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 5px 120px 5px;
}

/**焦追加　2016-07-12*/
#mainAreaTopConf {
    width: 100%;
    margin: 0px auto 20px auto;
    padding: 0px 5px 120px 5px;
}

/****************************************************************************
 * ページ全体レスポンシブ制御
 ****************************************************************************/
@media screen and (min-width: 1025px){    
    #bodyWidthControl {
        width: 1024px;
        margin: 0 auto 0px auto;
        position: relative;
        min-height: 100%;
        height: auto !important;
        height: 100%;
    }
}

@media screen and (max-width: 1024px){
    #bodyWidthControl {
        width: 100%;
        margin: 0 auto 0px auto;
        position: relative;
        min-height: 100%;
        height: auto !important;
        height: 100%;
    }
}

/****************************************************************************
 * マイページメニュー
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px){
    #mypageMenu ul {
        height: 30px;
        line-height: 30px;
    }

    #mypageMenu li {
        text-align: left;
        padding-top:2px;        
    }

    #mypageMenu button {
        width: 100%; 
        height: 48px;
        margin-bottom: 5px;
        font-size: 14px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px){
    #mypageMenu ul {
        padding-left: 18px;
        width: 100%;
        padding-top: 5px;
        height: 50px;
    }

    #mypageMenu li {
        text-align: left;
        padding-top:2px;        
    }

    #mypageMenu button {
        font-size:18px;        
        width: 100%; 
        height: 96px;
    }
}

#mypageMenu .buttonMargin {
    margin: 5px;
}

#mypageMenu .textLineHeight {
    line-height: 15px;
}

#mypageMenu .textPaddingTop {
    padding-top: 3px;
}

/****************************************************************************
 * マイページお知らせ
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px){
    .mypageMenuOshirase div {
        text-align:left;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px){
    .mypageMenuOshirase div {
        text-align:left;
        word-wrap: break-word;
    }
}

.paddingStyle1 {
    padding-left: 10px;
}

.paddingStyle2 {
    padding-left: 20px;
}

/****************************************************************************
 * 1. ご利用にあたっての同意事項の内容
 ****************************************************************************/
.riyounaiyouStyle {
    text-align:left;
    padding-left: 5px;
    padding-right: 5px;
}

/****************************************************************************
 * マイページログイン
 ****************************************************************************/
/* ログインテーブル */
.mypageLogin {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #666666;
}

.mypageLogin th {
    width:auto;
    font-size: 18px;
    text-align: center;
    border-collapse: collapse;
    background-color: #f0deff;
    border: 1px solid #666666;
    height: 40px;
    width: 50px;
}

.mypageLogin tr {
    border-collapse: collapse;
    height: 40px;
}

.mypageLogin td {
    border-collapse: collapse;
    border: 1px solid #666666;
    padding: 5px;
    height: 40px;
    width: auto;
}

#loginForward button {
}

#loginForward button::after {
    font-family: 'FontAwesome';
    content: "\f054";
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    top: 37px;
}

#loginBackward button {
}

#loginBackward button::before {
    font-family: 'FontAwesome';
    content: "\f053";
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    top: 37px;
    left: 0px;
}

#loginExplanation {
    text-align: left;
}

#loginExplanation .margin1 {
    margin-bottom: 0px;
}

#loginExplanation .margin2 {
    margin-bottom: 20px;
}

#loginExplanation .margin3 {
    text-align: center;
    border: 2px solid #532879;
    width:auto;
    background-color:#ffffff;
    border-radius: 85px;
    margin-bottom: 26px;
    padding-top:25px;
    padding-bottom: 20px;
}

#loginExplanation .margin4 {
    text-align: left;
    border: 2px solid #532879;
    width:auto;
    background-color:#f0deff;
    border-radius: 10px;
    margin-top: 13px;
}

.loginMargin1 {
    margin-bottom: 5px;
}

.loginInputBackGroundColor {
    background-color: #f0deff
}

.loginButtonMargin {
    margin-top: 40px;
}

.loginButtonMargin button {
    width: 280px; 
    height: 96px;
}

.loginButtonFont {
    font-size: 25px;
}

.loginButtonFont2 {
    font-size: 22px;
}

.loginURLMargin {
    margin-top: 30px; 
    text-align: left;
}

.loginURLMargin div {
    font-size: 16px;
}

/****************************************************************************
 * パスワード通知、マイページID通知
 ****************************************************************************/

#noticeInputArea {
    width: 100%;
}

#noticeInputArea select {
    width: 100%;
}

/* PC画面 */
@media screen and (min-width: 641px) {

    #noticeInputArea table {
        width: 100%;
        border: 1px solid black;
        border-collapse: collapse;
    }

    #noticeInputArea th {
        width: 25%;
        background-color: #E6E6E6;
        border: 1px solid black;
        padding: 5px 5px 5px 10px;
    }

    #noticeInputArea td {
        border: 1px solid black;
        text-align: left;
        padding: 5px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px){

    #noticeInputArea table {
        width: 100%;
        border-collapse: collapse;
    }

    #noticeInputArea th {
        width: 100%;
        display: block;
        background-color: #E6E6E6;
        text-align: left;
        padding: 3px;
        border-radius: 8px;
    }

    #noticeInputArea td {
        width: 100%;
        display: block;
        text-align: left;
        margin-bottom: 40px;
    }   
}

#noticeInputArea .hidden {
    display: hidden;
}

/* PC画面 */
@media screen and (min-width: 641px) {
    div #noticeChangeButton {
        text-align: right; 
        margin-top: 10px
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px){
    div #noticeChangeButton {
        text-align: right; 
        margin-top: -30px
    }
}

/****************************************************************************
 * ページタイトル
 ****************************************************************************/
/*タイトルの一括設定*/
/* PC画面 */
@media screen and (min-width: 641px) {
    #pageTitle h3{
        color: #532879;
        position: relative;
        margin-top: 30px;
        padding-left: 1em;
        font-size: 21px;
        font-weight: bold;
        text-align:left;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px){    
    #pageTitle h3{
        color: #532879;
        position: relative;
        margin-top: 30px;
        padding-left: 1em;
        font-size: 23px;
        font-weight: bold;
        text-align:left;
    }
}

#pageTitle h3:before{
    content: "";
    position: absolute;
    background-color: #532879;
    left: 0em;
    height: 100%;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

/****************************************************************************
 * ページヘッダー
 ****************************************************************************/
/* ヘッダー */
#headerZindai {
    width: 100%;
    height: 40px;
    margin: 20px 0px 5px 0px;
}

.headerLogo {
    float: left;
    width: 58%;
    height: 100%;
}

.headerLogo2 {
    float: right;
    text-align: right;
    width: 42%;
    height: 100%;
}

.clearfix:after {
    clear: both;
    content: "";
}

/****************************************************************************
 * リンク文字色
 ****************************************************************************/
/*リンクの設定*/
a:link    { text-decoration:underline; color:#ab59f0; }
a:visited { text-decoration:underline; color:#ab59f0; }
a:active  { text-decoration:underline; color:#003399; }
a:hover   { text-decoration:underline; color:#ca0000; }

/****************************************************************************
 * ページ内 小見出し スタイル
 ****************************************************************************/

/* PC画面 */
@media screen and (min-width: 641px) {
    .koMidashi div {
        text-align:left;
    }

    .koMidashi span {
        font-weight: bold;
    }

    .koMidashi1 {
        border-bottom: 1px solid #893ED6;
        margin: 20px 0px 10px 0px;
    }

    .koMidashi2 {
        border-bottom: 1px solid #893ED6; 
        margin: 20px 0px 10px 0px;
    }

}

/* モバイル画面 */
@media screen and (max-width: 640px) {
    .koMidashi div {
        text-align:left;
        font-size: 20px;
    }

    .koMidashi span {
        font-size: 20px;
        font-weight: bold;
    }

    .koMidashi1 {
        border-bottom: 1px solid #991DD6;
    }

    .koMidashi2 {
        border-bottom: 1px solid #991DD6; 
        margin: 20px 0px 10px 0px;
    }

}

/****************************************************************************
 * よくあるご質問ページ スタイル
 ****************************************************************************/

#faqContent1 {
    color: #0066CC;
    width: 90%;
    display: table;
}

#faqContent1 .divStyle1 {
    width: 84%;
    display: table-cell;
}

#faqContent1 .divStyle2 {
    width: 8%;
    display: table-cell;
}

#faqContent1 .fa-angle-double-down {
    font-size: x-large;
    color: #0066CC;
}

#faq .scrollFaq{
    width: 90%;
    /*    background-color: #32CD32;*/
    /*    font-weight: bold;*/
    /*    color: #ffffff;*/
    /*    border-radius:15px;*/
    position: relative;
}

/*#faq .button1:hover {
    background-color: #FFC700;
}*/

/*#faq .scrollFaq:after {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: 10px;
}

#faq .scrollFaq:before {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: 7px;
}*/

#faq .button1:hover,
#faq .button1:focus,
#faq .button1:active,
#faq .button1.active {
    color: #ffffff;
    background-color: #532879;
    border-color: #532879;
}
#faq .button1:active,
#faq .button1.active {
    background-image: none;
}

#faq .button2{
    width: 90%;
    background-color: #0066CC;
    font-weight: bold;
    color: #ffffff;
    border-radius:15px;
    position: relative;
}

#faq .button2:hover {
    background-color: #00B7CC;
}

#faq .button2:after {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: 10px;
}

#faq .button2:before {
    font-family: 'FontAwesome';
    content: "\f078";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: 7px;
}

#faq .width0 {
    width: 0%;
}

#faq .shutsuganDiv {
    border: 2px solid #ff9900; 
    margin: 0px 15px 10px 15px;
}

#faq .shiharaiDiv {
    border: 2px solid purple; 
    margin: 0px 15px 10px 15px;
}

/*#faq p {
    font-size: 15px;
}*/

#faq .buttonAreaFaq {
    text-align: center; 
    margin: 10px 0px;
}

#faq .buttonAreaFaq button {
    font-size: 18px;
}

#faqBorderLine {
    display: block; 
    height: 3px; 
    background-color: gray;
}

/* PC画面 */
@media screen and (min-width: 641px) {
    .faqTop {
        color: #ffffff; 
        background-color: #1D4295; 
        font-size: 17px; 
        height: 35px; 
        margin: 0px 10px;
    }

    .midashiShutsugan {
        background-color: #ffffc0;
        /*    border-color: #ff9900;*/
        border: 1px solid #ff9900;
        font-weight: bold;
        /*    color: #ffffff;*/
        /*    border-radius:15px;*/
        /*    box-shadow:0px 0px 10px 3px #aedaf2;
            -moz-box-shadow:0px 0px 10px 3px #aedaf2;
            -webkit-box-shadow:0px 0px 10px 3px #aedaf2;*/
        width: 100%;
        height: 40px; 
        padding-top: 9px;
    }

    .midashiShiharai {
        /*    border-color: #f0deff;*/
        border: 1px solid #532879;
        background-color: #f0deff;
        /*    background-color: #0066CC;*/
        font-weight: bold;
        color: #0066CC;
        /*    border-radius:15px;*/
        /*    box-shadow:0px 0px 10px 3px #aedaf2;
            -moz-box-shadow:0px 0px 10px 3px #aedaf2;
            -webkit-box-shadow:0px 0px 10px 3px #aedaf2;*/
        width: 100%;
        height: 40px; 
        padding-top: 9px;
    }

    #faq .color1 {
        border-bottom: 1px solid #ff9900;
        /*    color: #ffffc0;*/
    }

    #faq .color2 {
        /*    color: purple;*/
        border-bottom: 1px solid #532879;    
    }
}

/* モバイル画面 */
@media screen and (max-width: 640px) {
    .faqTop {
        color: #ffffff; 
        background-color: #1D4295; 
        font-size: 17px; 
        height: 50px; 
        margin: 0px 10px;
    }

    .midashiShutsugan {
        background-color: #ffffc0;
        /*    border-color: #ff9900;*/
        border: 1px solid #ff9900;
        /*    font-weight: bold;*/
        /*    color: #ffffff;*/
        /*    border-radius:15px;*/
        /*    box-shadow:0px 0px 10px 3px #aedaf2;
            -moz-box-shadow:0px 0px 10px 3px #aedaf2;
            -webkit-box-shadow:0px 0px 10px 3px #aedaf2;*/
        width: 100%;
        height: 40px; 
        padding-top: 7px;
    }

    .midashiShiharai {
        /*    border-color: #f0deff;*/
        border: 1px solid #532879;
        background-color: #f0deff;
        /*    background-color: #0066CC;*/
        font-weight: bold;
        color: #0066CC;
        /*    border-radius:15px;*/
        /*    box-shadow:0px 0px 10px 3px #aedaf2;
            -moz-box-shadow:0px 0px 10px 3px #aedaf2;
            -webkit-box-shadow:0px 0px 10px 3px #aedaf2;*/
        width: 100%;
        height: 40px; 
        padding-top: 7px;
    }

    #faq .color1 {
        border-bottom: 1px solid #ff9900;
        /*    color: #ffffc0;*/
        /*        font-size: 15px;*/
    }

    #faq .color2 {
        /*    color: purple;*/
        border-bottom: 1px solid #532879;
        /*        font-size: 15px;*/
    }

    .midashiFAQ div {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.midashiFAQ {
    width: 100%;
}

.explanationShutsugan {
    /*    font-size: 15px; */
    text-align: left;
}

.explanationShiharai {
    /*    font-size: 15px; */
    text-align: left;
}

.textStyleBold {
    font-weight: bold;
}

/****************************************************************************
 * アコーディオン
 ****************************************************************************/

.syncer-acdn-top dt {
    padding: 8px;
    border: 1px solid #C0C0C0;
    font-weight: normal ;
    background-color: #E6E6E6;
    color: #444444;
    display: table;
    width: 95%;
    height: 80px;
}

.syncer-acdn-top .acdnMidashiStyle {
    width: 95%;
    display: table-cell;
    vertical-align: middle;
}

.syncer-acdn-top .acdnIconStyle {
    width: 5%;
    height: 100%;
    text-align: right;
    padding-right: 5px;
    vertical-align: middle;
    display: table-cell;
}

.syncer-acdn-top dt p {
    margin: 0px;
    font-size: 21px;
}

.syncer-acdn-top dt:hover
{
    cursor: pointer ;
    color: #777 ;
}

.syncer-acdn-top dd {
    display: none ;
    border: 1px solid #C0C0C0;
    width: 95%;
}

.syncer-acdn-top dd p {
    margin: 0px 16px 0px 32px;
    font-size: 16px;
}

.syncer-acdn-faq {
    margin: 1em 0 1em 0;
}

.syncer-acdn-faq dt {
    padding: 8px;
    text-align: left;
    text-indent: -24px;
    border: 1px solid #C0C0C0;
    font-weight: 700 ;
    background-color: #E6E6E6;
    color: #444444;
    display: table;
    width: 100%;
}

.syncer-acdn-faq .acdnQuestionStyle {
    width: 95%;
    display: table-cell;
}

.syncer-acdn-faq .acdnIconStyle {
    width: 5%;
    height: 100%;
    text-align: right;
    padding-right: 5px;
    vertical-align: middle;
    display: table-cell;
}

.syncer-acdn-faq dt p {
    margin: 0px 0px 0px 23px;
}

.syncer-acdn-faq dt p:before {
    content: "Q.";
    font-weight: bold;
    margin-right: 8px;
}

.syncer-acdn-faq dt:hover
{
    cursor: pointer ;
    color: #777 ;
}

.syncer-acdn-faq dd {
    padding: 8px 0px 8px 0px;
    text-align: left;
    text-indent: -24px;
    display: none ;
    border: 1px solid #C0C0C0;
}
.syncer-acdn-faq dd p {
    margin: 0px 16px 0px 32px;
    /*    font-size: 16px;*/
}

.syncer-acdn-faq dd p:first-child:before {
    content: "A.";
    font-weight: bold;
    margin-right: 8px;
}

/* 議事要素notでエラーが出ているが、使えている */
.syncer-acdn-faq dd p:not(:first-child):before {
    content: "";
    margin-right: 25px;
}

.fontColorRed {
    color: red;
}

.fontColorBlue {
    color: blue;
}

.faqTable {
    border-collapse: collapse;
    border: 2px solid black;
    width: 95%;
    margin-left: 33px;
    text-indent: 0px;
}

.faqTable th {
    width: 25%;
    text-align: center;
    border: 2px solid black;
    font-size: 16px;
}

.faqTable td {
    border: 2px solid black;
    font-size: 16px;
    padding: 5px;
}

/* モバイル画面 */
@media screen and (max-width: 640px) {

    .faqTable {
        border-collapse: collapse;
        border: 1px solid black;
        width: 88%;
    }
    .faqTable th {
        display: block;
        text-align: center;
        border: 1px solid black;
        width: 100%;
    }
    .faqTable td {
        display: block;
        text-align: left;
        border: 1px solid black;
    }
}

.syncer-acdn-chal {
    margin: 1em 0 1em 0;
}

.syncer-acdn-chal dt {
    padding: 8px;
    background-color: #E6E6E6;
    border: 1px solid #C0C0C0;
    display: table;
    width: 100%;
}

.syncer-acdn-chal .acdnIconStyle {
    width: 5%;
    height: 100%;
    text-align: right;
    padding-right: 5px;
    vertical-align: middle;
    display: table-cell;
}

.syncer-acdn-chal dt:hover
{
    cursor: pointer ;
    color: #777 ;
}

.syncer-acdn-chal dd {
    padding: 8px 0px 0px 8px;
    display: none ;
}

/****************************************************************************
 * 受験番号確認
 ****************************************************************************/

.jukenNoConfTable {
    width: 100%;
    font-size:14px;
    margin-bottom: 20px;
    border: 1px solid #666666;
}
.jukenNoConfTable th {
    border-collapse: collapse;
    height: 30px;
    background-color: #e6e6e6;
    border: 1px solid #c0c0c0;
    text-align: center;

}

.jukenNoConfTable tr {
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
}

.jukenNoConfTable td {
    border-collapse: collapse;
    border: 1px solid #c0c0c0;
    height: 40px;
}
.jukenNoConfTableLeft {
    text-align: left;
    padding-left: 10px;
}

.jukenNoConfTableCenter {
    text-align: center;
}

.jukenNoConfAccordionIcon {
    top: -10px;
}

.jukenNoConfTable .jukenNoFont {
    font-weight: bold;
    font-size:17px;
}

.syncer-acdn-jukenNoConf
{
    margin: 1em 0 1em 0;
}

.syncer-acdn-jukenNoConf dt {
    padding: 8px;
    text-align: center;
    border: 1px solid #C0C0C0;
    font-weight: normal ;
    background-color: #E6E6E6;
    color: #444444;
    display: table;
    width: 100%;
}

.syncer-acdn-jukenNoConf .acdnMidashiStyle {
    width: 95%;
    display: table-cell;
}

.syncer-acdn-jukenNoConf .acdnMidashiStyle span {    
    font-size: 19px;
}

.syncer-acdn-jukenNoConf .acdnIconStyle {
    width: 5%;
    height: 100%;
    text-align: right;
    padding-right: 5px;
    vertical-align: middle;
    display: table-cell;
}

.syncer-acdn-jukenNoConf dt p {
    margin: 0px 0px 0px 23px;
}

.syncer-acdn-jukenNoConf dt:hover
{
    cursor: pointer ;
    color: #777 ;
}

.syncer-acdn-jukenNoConf dd {
    text-align: center;
    border: 1px solid #C0C0C0;
}

.syncer-acdn-jukenNoConf dd p {
    font-size: 16px;
}

.jukenNoConfAcdnDainiShibo {
    text-align: left;
    padding-left: 10%;
}

.jukenNoConfirm {
    height: 50px;
    padding-top: 8px;
}

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

/****************************************************************************
 * 合否結果確認
 ****************************************************************************/

.gohiResultConfirmKyuhi {
    display:table;
    width: 100%;    
}

.gohiResultConfirmKyuhi {
    border-bottom: 1px solid #ddd;
}

.gohiResultConfirmKyuhi .shikenKamoku {
    display:table-cell;
    width: auto;
    text-align: left;
    padding-left: 10%;
}

.gohiResultConfirmKyuhi .tokuten {
    display:table-cell;
    width: 40%;
    text-align: left;
    padding-left: 10px;
}

.gohiResultConfAcdnDainiShibo {
    text-align: left;
    padding-left: 10%;
}

.gohiResultConfirm {
    /*    height: 50px;*/
    padding-top: 8px;
}

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

.gohiTokuten {
    text-align:right;
    padding-right: 5px;
}

.gohiTokutenMobile {
    text-align:right;
    display:inline-block;
    width: 15%;
}

/****************************************************************************
 * ボタン共通設定 クラス
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px) {
    /* ボタンエリア */
    div.buttonArea {
        width: 580px;
        margin: 20px 0px 20px 0px;
        text-align:center; /* ボタン中央寄せ */
    }

    /* ボタンエリア ボタン間隔 */
    div.buttonArea button {
        margin-top: 20px;
        margin-left: 20px;
        height: 48px;
        font-size: 14px;
    }

    /* 最初のボタンのマージンを消す */
    div.buttonArea button:first-child {
        margin-left: 0px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    /* ボタンエリア */
    div.buttonArea {
        width: 100%;
        margin: 0px 0px 40px 0px;
        text-align:center; /* ボタン中央寄せ */
    }

    /* ボタンエリア ボタン間隔 */
    div.buttonArea button {
        height: 96px;
        font-size: 18px;
    }

    /* 最初のボタンのマージンを消す */
    div.buttonArea button:first-child {
    }
}

/****************************************************************************
 * エラー画面スタイル
 ****************************************************************************/
/* システムエラー */
div#SysErrArea {
    margin: 20px auto; 
    text-align:left;
}

/* システムエラー p */
.syserrp {
    margin: 16px auto; 
    font-weight: bold;
}

.syserrul {
    padding-left: 17px;
}

.syserrli {
    font-weight: bold;
}

/* 情報BOX */
div.infoBox {
    width: 80%;
    margin: 20px auto; 
    text-align:center;   
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: inset 0 0 15px rgba(0,0,0,.3);
}

/* 情報BOX p */
div.infoBox p {
    margin: 0px auto; 
    color: #808080;
}

/****************************************************************************
 * 特定商取引法
 ****************************************************************************/
.tokuteshotorihikiho div {
    text-align:left;
}

.tokuteshotorihikiho1 {
    border-bottom: 1px solid #0066CC;
    margin-top: 10px;
    font-weight: bold;
}

.tokuteshotorihikihoUl {
    margin-left: 20px;
}

.tokuteshotorihikihoMargin1 span {
    margin-left: 15px;
}

/****************************************************************************
 * マイページ発行画面
 ****************************************************************************/

.jznWidth100 {
    width: 100%;
}

#mypageIDInfoInput4 .hidden {
    display: hidden;
}

#jznConfArea {
    display: table;
    width: 100%;
}

#jznConfArea .tableRow {
    display: table-row;
    padding: 0px 15px;
}

/* PC画面 */
@media screen and (min-width: 641px) {

    .tableRow .td1 {
        display: table-cell;
        border-collapse: collapse;
        color: #532879;
        padding: 8px 15px;
        background-color: #f0deff;
        background:-moz-linear-gradient(#f0deff  , #f0deff  50%);
        text-align: left;
        text-shadow: 0 1px 0 #fff;
        width: 33.33%;
        border-top: 1px solid black;
    }
    .tableRow .td2 {
        display: table-cell;
        border-collapse: collapse;
        color: #532879;
        padding: 8px 15px;
        text-align: left;
        border-top: 1px solid black;
    }

    .tableRow .td3 {
        display: table-cell;
        border-collapse: collapse;
        color: #532879;
        padding: 8px 15px;
        background-color: #f0deff;
        background:-moz-linear-gradient(#f0deff  , #f0deff  50%);
        text-align: left;
        text-shadow: 0 1px 0 #fff;
        width: 33.33%;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }
    .tableRow .td4 {
        display: table-cell;
        border-collapse: collapse;
        color: #532879;
        padding: 8px 15px;
        text-align: left;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

    .jznTellBox {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .jznMailPart {
        width: 40%;
    }
    .jznMailDomain {
        width: 40%;
    }

    #selToggleArea label {
        display: inline-block;
        font-size:20px;
        height:50px;
        width: 24%;
        margin-right: 5px;
    }

    #selToggleArea2 label {
        display: inline-block;
        font-size:20px;
        height:auto;
        width: 24%;
        margin-right: 0px;
    }

    #selToggleArea3 label {
        display: inline-block;
        font-size:20px;
        height:auto;
        width: 16%;
        margin-right: 0px;
    }
    #selToggleArea4 label {
        display: inline-block;
        font-size:20px;
        height:15px;
        width: 20%;
        margin-right: 5px;
    }
    #jznGakunenArea {
        width:100%;
    }

    #jznGakunenArea label {
        display: inline-block;
        height:auto;
        width: 23%;
    }

    .jznInput3ButtonMobile {
    }

    .selBtnStyle4 {
        width:49%; 
        height:40px; 
        margin-bottom:20px;
        margin-top:20px;
    }

    .selBtnStyle5 {
        width:50%; 
        height:40px; 
        margin-bottom:20px;
        margin-top:20px;
    }

    .selBtnStyle6 {
        width:130px; 
    }

    .selBtnStyle7 {
        width:130px;
        margin-bottom: 10px;
        margin-top: 7px;
        height: 48px;
    }

    .selBtnStyle8 {
        height:48px;
        width:150px;
    }

    /**modal*/
    .selBtnStyle9 {
        width: 95%; 
        height: 50px;
    }

    /**modal*/
    .selBtnStyle10 {
        margin-top: 20px;
    }

    .modalBodyStyle {
        width:100%;
        overflow-y:scroll;
    }

    .selBtnStyle11 {
        margin-left: 30px;
    }

    .selBtnStyle12 {
        padding-left: 25px;
    }

    .modalBodyStyle2 {
        width:100%;
        overflow-y:scroll;
        overflow-x:hidden;
    }

    .shutsuMailPart {
        width: 45%;
    }
    .shutsuMailDomain {
        width: 49%;
    }

    .selTableSytle {
        margin-left: 5px;
    }

    .selBtnStyle13 {
        width:130px;
        margin-bottom: 10px;
        margin-top: 7px;
        height: 40px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px){

    .tableRow .td1 {
        display: block;
        border-collapse: collapse;
        color: #532879;
        padding: 8px 15px;
        background-color: #f0deff;
        background:-moz-linear-gradient(#f0deff  , #f0deff  50%);
        text-align: left;
        text-shadow: 0 1px 0 #fff;
        border-top: 1px solid black;
    }
    .tableRow .td2 {
        display: block;
        border-collapse: collapse;
        color: #532879;
        padding: 8px 15px;
        text-align: left;
    }

    .tableRow .td3 {
        display: block;
        border-collapse: collapse;
        color: #532879;
        padding: 8px 15px;
        background-color: #f0deff;
        background:-moz-linear-gradient(#f0deff , #f0deff 50%);
        text-align: left;
        text-shadow: 0 1px 0 #fff;
        border-top: 1px solid black;
    }
    .tableRow .td4 {
        display: block;
        border-collapse: collapse;
        color: #532879;
        padding: 8px 15px;
        text-align: left;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }

    .jznBirthBlock {
        display: block;
        margin-top: 10px;
    }

    .jznEnrollmentBlock {
        display: block;
        margin-top: 10px;
    }

    .jznTellBox {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .jznMailPart {
        width: 90%;
    }
    .jznMailDomain {
        width: 85%;
    }

    .jznCheckButton {
        width: 30px;
        height: 30px;
    }

    #selToggleArea label {
        display: inline-block;
        font-size:20px;
        height:50px;
        padding-top: 10px;
        width: 47%;
    }

    #selToggleArea2 label {
        display: inline-block;
        font-size:20px;
        height:50px;
        padding-top: 10px;
        width: 46%;
    }

    #selToggleArea3 label {
        display: inline-block;
        font-size:20px;
        height:96px;
        padding-top: 35px;
        width: 28%;
        margin-right: 3px;
    }

    #jznGakunenArea {
        width:100%;
    }

    #jznGakunenArea label {
        display: block;
        font-size:18px;
        height:50px;
        width: 100%;
        margin-bottom: 10px;
        padding: 12px 0px;
    }

    .jznInput3ButtonMobile {
        height: 50px;
        width: 60%;
        font-size: 18px;
        margin-top: 5px;
    }

    /**moshikomi*/
    .selBtnStyle3 {
        width: 30px;
        height: 30px;
    }

    .selBtnStyle4 {
        width:49%; 
        height:96px; 
        margin-bottom:20px;
        margin-top:20px;
        font-size:20px;
    }

    .selBtnStyle5 {
        width:90%; 
        height:50px; 
        margin-bottom:20px;
        margin-top:20px;
        font-size:18px;
    }

    .selBtnStyle6 {
        height:50px; 
    }

    .selBtnStyle7 {
        width:70%;
        height:96px; 
        font-size:20px;
        margin-bottom:20px;
        margin-top: 5px;
    }

    .selBtnStyle8 {
        width:35%;
        font-size:20px;
        height:50px; 
    } 

    /**modal*/
    .selBtnStyle9 {
        width: 95%; 
        height: 50px;
        font-size:20px;
    }

    .modalBodyStyle {
        width:100%;
        overflow-y:scroll;
    }

    .selBtnStyle11 {
        margin-left: 35px;
    }

    .selBtnStyle12 {
        padding-left: 30px;
    }

    .modalBodyStyle2 {
        width:100%;
        overflow-y:scroll;
        overflow-x:hidden;
    }

    .shutsuMailPart {
        width: 100%;
    }
    .shutsuMailDomain {
        width: 85%;
    }

    .selTableSytle {
        margin-left: 20px;
    }

    .selBtnStyle13 {
        width:70%;
        height:50px; 
        font-size:18px;
        margin-bottom:20px;
        margin-top: 5px;
    }
}

.jznInput3ChuiMongon {
    display: table;
}

.jznInput3ChuiMongon div {
    color: red; 
    padding-left: 15px; 
    display: table-cell;
}

.jznInput3Mongon {
    display: table;
}

.jznInput3Mongon div {
    display: table-cell;
}

/*ここまで焦追加*/
#selToggleArea {
    width:100%;
}

#selToggleArea2 {
    width:100%;
}

#selToggleArea3 {
    width:100%;
}


/*ここまで宇高追加*/

/****************************************************************************
 * ページ説明
 ****************************************************************************/
.page_setsumei_head {
    font-weight: bold;
    text-align:left;
    color: #532879;
    font-size: 17px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 1px;
}

.page_setsumei {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 0px;
    padding-bottom: 5px;
}

/****************************************************************************
 * 注意書き（「※」・赤文字）
 ****************************************************************************/
.note dl {
    margin: 0px;
    margin-bottom: -20px;
    padding: 0px;
    padding-bottom: -20px;
}

.note dt {
    position: relative;
    color:red;
}
.note dt span {
    position: absolute;
    color:red;
}
.note dd {
    color:red;
    padding-left: 1em;
}

/****************************************************************************
 * 注意書き（「(注意)」・赤文字）
 ****************************************************************************/
.note_4 dt {
    position: relative;
    color:red;
}
.note_4 dt span {
    position: absolute;
    color:red;
}
.note_4 dd {
    color:red;
    padding-left: 4em;
}

/****************************************************************************
 * ページフッター
 ****************************************************************************/
.common_footer {
    color: #ffffff; 
    background-color: #532879; 
    margin-top: 1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

/****************************************************************************
 * メニュー用ボタン
 ****************************************************************************/
.btn-menu-large {
    width:200px;
    height:100px;
    color: #532879;
    background-color: #f0deff;
    border-color: #532879;
    border-radius: 10px;
}
.btn-menu-large:hover,
.btn-menu-large:focus,
.btn-menu-large:active,
.btn-menu-large.active,
.open .dropdown-toggle.btn-menu-large {
    color: #ffffff;
    background-color: #532879;
    border-color: #532879;
}
.btn-menu-large:active,
.btn-menu-large.active,
.open .dropdown-toggle.btn-menu-large {
    background-image: none;
}
.btn-menu-large.disabled,
.btn-menu-large[disabled],
fieldset[disabled] .btn-menu-large,
.btn-menu-large.disabled:hover,
.btn-menu-large[disabled]:hover,
fieldset[disabled] .btn-menu-large:hover,
.btn-menu-large.disabled:focus,
.btn-menu-large[disabled]:focus,
fieldset[disabled] .btn-menu-large:focus,
.btn-menu-large.disabled:active,top
.btn-menu-large[disabled]:active,
fieldset[disabled] .btn-menu-large:active,
.btn-menu-large.disabled.active,
.btn-menu-large[disabled].active,
fieldset[disabled] .btn-menu-large.active {
    background-color: #532879;
    border-color: #532879;
}


/****************************************************************************
 * 水平中央寄せ
 ****************************************************************************/
.vertical-center{
    vertical-align: middle; 
    text-align: center; 
}


/****************************************************************************
 * 
 ****************************************************************************/
.table-tsr {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table-tsr .table-tsr-tr {
    display: table-row;    
}

.table-tsr, .table-sm, .table-sm-btn {
    width: 100%;
}

/* ■ＰＣ */
@media screen and (min-width: 641px){
    .table-tsr-tr .table-tsr-th {
        display: table-cell;
        font-weight: bold;
        background-color: #f0deff;
        width: 45%;
        vertical-align: middle;
    }
    .table-tsr-tr .table-tsr-td{
        display: table-cell;
        background-color:white;
        padding-right: 5px;
        vertical-align: middle;
    }
    .table-tsr .table-tsr-td, .table-tsr .table-tsr-th,
    .table-tsr .table-tsr-td2, .table-tsr .table-tsr-th2{
        border-collapse: collapse;
        border:1px solid #532879;
        height: 52px;
        padding-left: 5px;
    }
    .table-tsr-tr .table-tsr-th2 {
        display: table-cell;
        font-weight: bold;
        background-color: #f0deff;
        width: 25%;
        vertical-align: middle;
    }
    .table-tsr-tr .table-tsr-td2{
        display: table-cell;
        background-color:white;
        padding-right: 5px;
        vertical-align: middle;
        width: 70%;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px){
    .table-tsr-tr .table-tsr-th, .table-tsr-tr .table-tsr-th2 {
        display: block;
        font-weight: bold;
        background-color: #f0deff;
        width: 100%;
        padding-top: 12px;
    }
    .table-tsr-tr .table-tsr-td, .table-tsr-tr .table-tsr-td2{
        display: block;
        background-color:white;
        padding-right: 5px;
        padding-top: 12px;
    }
    .table-tsr .table-tsr-th, .table-tsr-tr .table-tsr-th2{
        border-collapse: collapse;
        border:1px solid #532879;
        height: 52px;
        padding-left: 5px;
    }
    .table-tsr .table-tsr-td, .table-tsr-tr .table-tsr-td2{
        border-collapse: collapse;
        border-left: 1px solid #532879;
        border-right: 1px solid #532879;
        height: 52px;
        padding-left: 5px;
    }
}

.table-tsr2 th {
    font-weight: bold;
    background-color: #f0deff;
}

.table-tsr2 {
    width: 100%;
}


.table-tsr2 td{
    background-color:white;
    padding-right: 5px;
}

.table-tsr2 td, .table-tsr2 th { 
    border-collapse: collapse;
    border:1px solid #532879;
    height: 52px;
    padding-left: 5px;
}

.table-sm, .table-sm-btn {
    width: 580px;
}

.table-pc th, .table-pc td { 
    padding : 5pt;
}

.table-sm td, .table-sm th,
.table-pc td, .table-pc th
{ 
    border-collapse: collapse;
    border:1px solid #532879;
    height: 52px;
    padding-left: 5px;
}


.table-pc .vertical-center,
.table-sm .vertical-center
{ 
    border-style: none; 
}



/* ■ＰＣ */
@media screen and (min-width: 641px){
    #table-pc {
        display: block;
    }
    #table-sm {
        display: none;
    }

    .cardLogo{
        width: auto;
        height: 55px;
    }

    .cvsLogo{
        width: auto;
        height: 70px;
    }

}

/* ■スマートフォン */
@media screen and (max-width: 640px){
    #table-pc {
        display: none;
    }
    #table-sm {
        display: block;
    }

    .cardLogo{
        width: auto;
        height: 40px;
    }

    .cvsLogo{
        width: auto;
        height: 50px;
    }

}

/*焦 naiyo1,3*/

/****************************************************************************
 * 
 ****************************************************************************/
/*画面セット*/
.container-smp {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

/****************************************************************************
 * 
 ****************************************************************************/
/*内容LIST切れimg*/
.smpIgm {
    height:20px;
    padding-right:7px;
}

/****************************************************************************
 * 
 ****************************************************************************/
/*内容LISTセット*/
.smpNayoBack {
    background-color: #f0deff;
    vertical-align: middle;
    padding-top:5px;
}

/****************************************************************************
 * 
 ****************************************************************************/
/*nav title smp → pcの切れ時,titleの切れ表示*/
.navbartitle1 {
    /*    margin-top:62px;*/
    margin-bottom:0px;
    height:40px;
}

/*nav title pc → smpの切れ時,titleの切れ表示*/
.navbartitle2 {
    margin-top:0px;

}

/****************************************************************************
 * 
 ****************************************************************************/
/*内容LISTセットにaction imgのセット*/
.actioninfo {
    position:absolute;
    height:5px;
    z-index:100;
    margin-left:10px;
    top:4px;
}

/****************************************************************************
 * 入力欄サイズ設定
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .input_box_size{
        height: 40px;
        font-size:14px;
        border-radius: 6px;
    }    
    /** 焦　for select*/
    .input_box_size4{
        width: 370px;
        margin-left: 30px;
    }
    /** 焦　for select*/
    .input_box_size5{
        width: 80px;
        padding-left: 5px;
        padding-right: 5px;
    }
    /** 焦　for select*/
    .input_box_size6{
        width: 70px;
        padding-left: 5px;
        padding-right: 5px
    }
    /** 焦　for select*/
    .input_box_size7{
        width: 30px;
        padding-left: 5px;
        padding-right: 5px
    }
    /** 宇高 追加 2016/10/6 */
    /** safari対応 */
    .select_box_size {
        -webkit-appearance:none;
        height: 40px;
        font-size:14px;
        border-radius: 6px;
    }
    .box_size_safari{
        height: 46px;
    }
    .input_box_size_tel{
        height: 40px;
        font-size:14px;
        border-radius: 6px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .input_box_size{
        height: 50px;
        font-size:16px;
        border-radius: 8px;
    }    
    /** 焦　for select*/
    .input_box_size4{
        width: 80%;
        margin-left: 35px;
    }
    /** 焦　for select*/
    .input_box_size5{
        width: 80px;
        padding-left: 5px;
        padding-right: 5px;
    }
    /** 焦　for select*/
    .input_box_size6{
        width: 70px;
        padding-left: 5px;
        padding-right: 5px
    }
    /** 焦　for select*/
    .input_box_size7{
        width: 30px;
        padding-left: 5px;
        padding-right: 5px
    }
    /** 宇高 追加 2016/10/6 */
    .select_box_size {
        -webkit-appearance:none;
        height: 50px;
        font-size:16px;
        border-radius: 8px;
    }
    .box_size_safari{
        height: 56px;
    }
    .input_box_size_tel{
        height: 50px;
        font-size:14px;
        border-radius: 6px;
        width: 65px;
    }
}

/****************************************************************************
 * ボタンサイズ設定
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .naiyo .button_size{
        width: 100%;
        height: auto;
        text-align: left;
        font-size:14px;
        border-radius: 6px;
    }

    .naiyo .button_size_model{
        width: 100%;
        height: auto;
        text-align: left;
        font-size:14px;
        border-radius: 6px;
    }

    .naiyo img{
        width: auto;
        height: 90px;
    }

    .naiyo .radio_margin{
        margin-bottom: 4px;
    }

    .naiyo .button_size4 {
        width: 100%;
        height: 96px;
        text-align: left;
        vertical-align: middle;
        font-size: 18px;
        border-radius: 6px;
        padding-top: 35px;
    }

}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .naiyo .button_size{
        width: 100%;
        text-align: left;
        vertical-align: middle;
        font-size: 18px;
        border-radius: 6px;
    }

    .naiyo .button_size_model{
        width: 100%;

        text-align: left;
        vertical-align: middle;
        font-size: 15px;
        border-radius: 6px;
    }

    .naiyo .button_size2 {
        width: 100%;
        height: 96px;
        text-align: left;
        vertical-align: middle;
        font-size: 18px;
        border-radius: 6px;

        padding-top: 40px;
    }

    .naiyo img{
        width: auto;
        height: 90px;
    }

    .naiyo .radio_margin{
        margin-bottom: 8px;
    }

    .naiyo .button_size4 {
        width: 100%;
        height: 96px;
        text-align: left;
        vertical-align: middle;
        font-size: 18px;
        border-radius: 6px;
        padding-top: 30px;
    }

    .naiyo .radio_size{
        width: 30px;
        height: 30px;
    }
}

.table-sm .btn-default:hover,
.table-pc .btn-default:hover { 
    border-color: #0066CC; 
}

/****************************************************************************
 * navbarサイズ設定
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .navbar_size{
        height: 40px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .navbar_size{
        height: 72px;
    }
}

.modal-body {
    background-color: white;
}

.note2 dd {
    position: relative;
    color: black;
    font-weight: bold;
}

/** エラー時の背景*/
.has-error {
    background-color: #ff9999;
}
/****************************************************************************
 * ページフッター
 ****************************************************************************/
/* フッター */
#footerZindai {
    background-color: #532879;
    margin: 10px 0px 0px 0px;
    padding: 3px 0px 3px 6px;
}

/*フッターリンクの色設定*/
#footerZindai a:link    { text-decoration:underline; color:#ffffff; }
#footerZindai a:visited { text-decoration:underline; color:white; }
#footerZindai a:active  { text-decoration:underline; color:#003399; }
#footerZindai a:hover   { text-decoration:underline; color:#ca0000; }

/****************************************************************************
 * 「ＸＸＸＸＸダウンロード」ボタン
 ****************************************************************************/
.glyphicon-download-alt {
    color: #532879;
    background-color: #f0deff;
    border-color: #532879;
    width:100%;
    height:80px;
    position: relative;
    font-size: 25px; 
}
.glyphicon-download-alt:hover,
.glyphicon-download-alt:focus,
.glyphicon-download-alt:active,
.glyphicon-download-alt.active,
.open .dropdown-toggle.glyphicon-download-alt {
    color: #ffffff;
    background-color: #532879;
    border-color: #532879;
}
.glyphicon-download-alt:active,
.glyphicon-download-alt.active,
.open .dropdown-toggle.glyphicon-download-alt {
    background-image: none;
}
.glyphicon-download-alt.disabled,
.glyphicon-download-alt[disabled],
fieldset[disabled] .glyphicon-download-alt,
.glyphicon-download-alt.disabled:hover,
.glyphicon-download-alt[disabled]:hover,
fieldset[disabled] .glyphicon-download-alt:hover,
.glyphicon-download-alt.disabled:focus,
.glyphicon-download-alt[disabled]:focus,
fieldset[disabled] .glyphicon-download-alt:focus,
.glyphicon-download-alt.disabled:active,
.glyphicon-download-alt[disabled]:active,
fieldset[disabled] .glyphicon-download-alt:active,
.glyphicon-download-alt.disabled.active,
.glyphicon-download-alt[disabled].active,
fieldset[disabled] .glyphicon-download-alt.active {
    background-color: #532879;
    border-color: #532879;
}
.glyphicon-download-alt:before {
    content: "";
}

.glyphicon-download-alt:after {
    content: "\e025";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: 10px;

}

.glyphicon-download-alt2 {
    color: #532879;
    background-color: #f0deff;
    border-color: #532879;
    width:60%;
    height:58px;
    position: relative;
    font-size: 15px; 
}
.glyphicon-download-alt2:hover,
.glyphicon-download-alt2:focus,
.glyphicon-download-alt2:active,
.glyphicon-download-alt2.active,
.open .dropdown-toggle.glyphicon-download-alt2 {
    color: #ffffff;
    background-color: #532879;
    border-color: #532879;
}
.glyphicon-download-alt2:active,
.glyphicon-download-alt2.active,
.open .dropdown-toggle.glyphicon-download-alt2 {
    background-image: none;
}
.glyphicon-download-alt2.disabled,
.glyphicon-download-alt2[disabled],
fieldset[disabled] .glyphicon-download-alt2,
.glyphicon-download-alt2.disabled:hover,
.glyphicon-download-alt2[disabled]:hover,
fieldset[disabled] .glyphicon-download-alt2:hover,
.glyphicon-download-alt2.disabled:focus,
.glyphicon-download-alt2[disabled]:focus,
fieldset[disabled] .glyphicon-download-alt2:focus,
.glyphicon-download-alt2.disabled:active,
.glyphicon-download-alt2[disabled]:active,
fieldset[disabled] .glyphicon-download-alt2:active,
.glyphicon-download-alt2.disabled.active,
.glyphicon-download-alt2[disabled].active,
fieldset[disabled] .glyphicon-download-alt2.active {
    background-color: #532879;
    border-color: #532879;
}
.glyphicon-download-alt2:before {
    content: "";
}

.glyphicon-download-alt2:after {
    content: "\e025";
    position: absolute;
    display: inline-block;
    vertical-align: middle;

    right: 10px;
}

/****************************************************************************
 * 「確定」ボタン
 ****************************************************************************/
.glyphicon-confirm {
    color: black;
    border-color: #ff9900;
    background-color: #ffffc0;
    width:100%;
    height:auto;
    position: relative;
    font-size: 30px; 
}
.glyphicon-confirm:hover,
.glyphicon-confirm:focus,
.glyphicon-confirm:active,
.glyphicon-confirm.active,
.open .dropdown-toggle.glyphicon-confirm {
    color: #ffffff;
}
.glyphicon-confirm:active,
.glyphicon-confirm.active,
.open .dropdown-toggle.glyphicon-confirm {
    background-image: none;
}
.glyphicon-confirm.disabled,
.glyphicon-confirm[disabled],
fieldset[disabled] .glyphicon-confirm,
.glyphicon-confirm.disabled:hover,
.glyphicon-confirm[disabled]:hover,
fieldset[disabled] .glyphicon-confirm:hover,
.glyphicon-confirm.disabled:focus,
.glyphicon-confirm[disabled]:focus,
fieldset[disabled] .glyphicon-confirm:focus,
.glyphicon-confirm.disabled:active,
.glyphicon-confirm[disabled]:active,
fieldset[disabled] .glyphicon-confirm:active,
.glyphicon-confirm.disabled.active,
.glyphicon-confirm[disabled].active,
fieldset[disabled] .glyphicon-confirm.active {
}

/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .glyphicon-confirm:after {
        font-family: 'FontAwesome';
        content: "\f054";
        position: absolute;    
        display: inline-block;
        vertical-align: middle;    
        right: 10px;
        top: 28px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .glyphicon-confirm:after {
        font-family: 'FontAwesome';
        content: "\f054";
        position: absolute;    
        display: inline-block;
        vertical-align: middle;    
        right: 10px;
        top: 30px;
    }
}

/****************************************************************************
 * 注意書き（「※」・赤文字）
 ****************************************************************************/
.amount dl {
    margin-bottom: 10px;
}

.selBtnStyle {
    margin-bottom: 10px;
    padding-right: 0px;
    margin-left: 15px;
}

.selBtnStyle1 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
}

.selBtnStyle2 {
    padding-right: 0px;
    padding-left: 0px;
}

/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .shossinkoDiv1 {
        display: block;
        padding-right: 10px;
        margin-left: 40px;
    }

    .shossinkoDiv2 {
        display: none;
        padding-right: 10px;
        margin-left: 40px;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .shossinkoDiv1 {
        display: block;
        padding-right: 10px;
        margin-left: 15px;
    }

    .shossinkoDiv2 {
        display: none;
        padding-right: 10px;
        margin-left: 20px;
    }
}
/****************************************************************************
 * マイページID取得完了「続けて出願登録を行う」ボタン
 ****************************************************************************/
/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .btn-comp-forward {
        color: #532879;
        background-color: #f0deff;
        border-color: #532879;
        position: relative;
    }

    .btn-comp-forward:after {
        font-family: 'FontAwesome';
        content: "\f054";
        position: absolute;
        display: inline-block;
        top:15px;
        right: 10px;
    }

}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .btn-comp-forward {
        color: #532879;
        background-color: #f0deff;
        border-color: #532879;
        position: relative;
    }

    .btn-comp-forward:after {
        font-family: 'FontAwesome';
        content: "\f054";
        position: absolute;
        display: inline-block;
        right: 10px;
        top:20px;
    }
}

.btn-comp-forward:hover,
.btn-comp-forward:focus,
.btn-comp-forward:active,
.btn-comp-forward.active,
.open .dropdown-toggle.btn-comp-forward {
    color: #ffffff;
    background-color: #532879;
    border-color: #532879;
}
.btn-comp-forward:active,
.btn-comp-forward.active,
.open .dropdown-toggle.btn-comp-forward {
    background-image: none;
}
.btn-comp-forward.disabled,
.btn-comp-forward[disabled],
fieldset[disabled] .btn-comp-forward,
.btn-comp-forward.disabled:hover,
.btn-comp-forward[disabled]:hover,
fieldset[disabled] .btn-comp-forward:hover,
.btn-comp-forward.disabled:focus,
.btn-comp-forward[disabled]:focus,
fieldset[disabled] .btn-comp-forward:focus,
.btn-comp-forward.disabled:active,
.btn-comp-forward[disabled]:active,
fieldset[disabled] .btn-comp-forward:active,
.btn-comp-forward.disabled.active,
.btn-comp-forward[disabled].active,
fieldset[disabled] .btn-comp-forward.active {
    background-color: #532879;
    border-color: #532879;
}

/****************************************************************************
 * 動作環境　見出し
 ****************************************************************************/
.dousamidasi {
    display: table;
}

.dousamidasiArea  {
    margin-left: 20px; 
    border-top: 1px dotted #d3d3d3;
    border-bottom: 1px dotted #d3d3d3;
    width:95%;
}

.dousamidasi div {
    font-size:15px;
    display: table-cell;
}
/**決済エラーメッセージ*/
.txtKessaiMsg{ 
    color: red; 
    font-size: 20px;
    font-weight: bold;
}

.overflowHidden {
    overflow:hidden;
}

.loginJohoDiv {
    position:absolute;
    display:none;
    border:1px solid silver;
    background:#532879;
    white-space:normal;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.loginMenuTable1 {
    border-right: none;
    word-break: keep-all;
    white-space:nowrap;
    text-align: left;
    padding: 10px; 
}

.loginMenuTable2 {
    border-right: none;
    word-break: keep-all;
    white-space:nowrap;
    text-align: center;
    padding: 5px;
}

.loginMenuTable3 {
    border-right: none;
    word-break: keep-all;
    white-space:nowrap;
    text-align: right;
    padding-right: 10px; 
}

.loginMenuTable4 {
    border-right: none;
    word-break: keep-all;
    white-space:nowrap;
    text-align: left;
    text-overflow: ellipsis; 
    overflow: hidden; 
    display: block; 
    white-space: nowrap;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    width: 220px;
    color: white;
}

.loginMenuTable5 {
    padding: 10px;
    width: 30px;
}

.menuTdStyle:link {
    color: white;
    cursor:pointer;
}

.menuTdStyle:hover {
    background-color: white;
    color: #532879;
    cursor:pointer;
}

.menuLink:active {
    color: white;
    text-decoration:none;
}

.menuLink:visited {
    color: white;
    text-decoration:none;
}

.loginTableStyle {
    width: 100%;
    height: 40px;
    background-color: #532879;
    color: white;
}

.loginMenuTable6 {
    border-right: none;
    word-break: keep-all;
    white-space:nowrap;
    text-align: center;
    padding: 5px;
    text-align: left;
    padding-left: 0px;
    color: white;
}

.loginMenuTable7 {
    border-right: none;
    word-break: keep-all;
    white-space:nowrap;
    text-align: left;
    text-overflow: ellipsis; 
    overflow: hidden; 
    display: block; 
    white-space: nowrap;
    padding-left: 10px;
    width: auto;
    max-width: 170px;
    color: white;
}

.loginMenuTable8 {
    border-right: none;
    word-break: keep-all;
    white-space:nowrap;
    text-align: center;
    text-align: left;
    color: white;
    padding-left: 10px;
}

/** 宇高 追加 2016/10/6 */
/** safari selectbox用 */

.divOya{
    position: relative;
}
.divKo1{
    position: absolute;
    top: -3px;
    z-index: 2;
    background-color: #333; opacity: 0;
}
.divKo4{
    position: absolute;
    top: -1px;
    width: 73%;
    z-index: 2;
    background-color: #333; opacity: 0;
}

#shikenSelArea {
    display: table;
    width: 95%;
    margin-left: 20px;
}

/* ■ＰＣ */
@media screen and (min-width: 641px) {
    .divKo2{
        position: absolute;
        top: -2px;
        left: 13px;
        width:145px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-2{
        position: absolute;
        top: -2px;
        width:148px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-3{
        position: absolute;
        top: -2px;
        left: 13px;
        width:150px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-4{
        position: absolute;
        top: 37px;
        left: 13px;
        width:155px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-5{

        position: absolute;
        top: 30px;
        left: 13px;
        width: 60px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-6{

        position: absolute;
        top: 30px;
        left: 88px;
        width: 45px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-7{

        position: absolute;
        top: 30px;
        left: 147px;
        width: 45px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-8{
        position: absolute;
        top: 35px;
        left: 14px;
        width:181px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo3{
        position: absolute;
        top: 18px;
        left: 13px;
        width: 310px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo3-3{
        position: absolute;
        top: 18px;
        left: 23px;
        width:304px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo5{
        position: absolute;
        top: -2px;
        left: 32px;
        width: 400px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo5-1{
        position: absolute;
        top: -2px;
        left: 33px;
        width: 306px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo5-2{
        position: absolute;
        top: -2px;
        left: 37px;
        width: 400px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo5-3{
        position: absolute;
        top: -2px;
        left: 32px;
        width: 400px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo6{
        position: absolute;
        top: -2px;
        left: 42px;
        width: 174px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo7{
        position: absolute;
        top: -2px;
        left: 42px;
        width: 160px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo8{
        position: absolute;
        top: -2px;
        left: 42px;
        width: 390px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo8-3{
        position: absolute;
        top: 255px;
        left: 11px;
        width: 390px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo9{
        position: absolute;
        top: -2px;
        left: 440px;
        width: 390px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-1{
        position: absolute;
        top: -2px;
        left: 30px;
        width: 133px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-2{
        position: absolute;
        top: -2px;
        left: 33px;
        width: 306px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-3{
        position: absolute;
        top: -2px;
        left: 30px;
        width: 155px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-4{
        position: absolute;
        top: -2px;
        left: 30px;
        width: 133px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-5{
        position: absolute;
        top: -2px;
        left: 30px;
        width:92px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-6{
        position: absolute;
        top: 35px;
        left: 15px;
        width:189px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-7{
        position: absolute;
        top: 35px;
        left: 16px;
        width:120px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-8{
        position: absolute;
        top: -3px;
        left: 13px;
        width: 60px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-9{
        position: absolute;
        top: 37px;
        left: 15px;
        width: 251px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-10{
        position: absolute;
        top: 120px;
        left: 15px;
        width: 77px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-11{
        position: absolute;
        top: -2px;
        left: 15px;
        width: 133px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
     .divKo10-12{
        position: absolute;
        top: -2px;
        left: 15px;
        width: 294px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
     .divKo10-13{
        position: absolute;
        top: -2px;
        left: 15px;
        width: 245px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .telMargin {
        margin: 0px 5px;
    }
    .logoutButton {
        width: 220px;
        height: 48px;
    }
    #shikenSelArea .shikenSelDiv1 {
        display: table-cell;
        width: 50%;
    }
    #shikenSelArea .shikenSelDiv2 {
        display: table-cell;
        width: 50%;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    .divKo2{
        position: absolute;
        top: -2px;
        left: 13px;
        width:178px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-2{
        position: absolute;
        top: -2px;
        width:178px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-3{
        position: absolute;
        top: -2px;
        left: 13px;
        width:180px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-4{
        position: absolute;
        top: 30px;
        left: 13px;
        width:180px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-5{
        position: absolute;
        top: 25px;
        left: 16px;
        width: 60px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-6{
        position: absolute;
        top: 25px;
        left: 98px;
        width: 45px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-7{
        position: absolute;
        top: 28px;
        left: 165px;
        width: 50px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo2-8{
        position: absolute;
        top: 60px;
        left: 16px;
        width:200px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo3{
        position: absolute;
        top: 23px;
        left: 13px;
        width: 90%;
        max-width: 338px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo3-3{
        position: absolute;
        top: 23px;
        left: 28px;
        width: 88%;
        max-width: 336px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo5{
        position: absolute;
        top: -2px;
        left: 38px;
        width: 212px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo5-1{
        position: absolute;
        top: -2px;
        left: 30px;
        width: 370px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo5-2{
        position: absolute;
        top: -2px;
        left: 37px;
        width: 400px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo5-3{
        position: absolute;
        top: -2px;
        left: 38px;
        width: 310px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo6{
        position: absolute;
        top: -2px;
        left: 48px;
        width: 200px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo7{
        position: absolute;
        top: -2px;
        left: 48px;
        width: 184px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo8{
        position: absolute;
        top: -2px;
        left: 48px;
        width: 77%;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo8-2{
        position: absolute;
        top: 50px;
        left: 48px;
        width: 77%;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo8-3{
        position: absolute;
        top: 177px;
        left: 55px;
        width: 390px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo8-4{
        position: absolute;
        top: 319px;
        left: 12px;
        width: 390px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo9{
        position: absolute;
        top: -2px;
        left: 440px;
        width: 390px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-1{
        position: absolute;
        top: -2px;
        left: 30px;
        width: 150px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-2{
        position: absolute;
        top: 24px;
        left: 0px;
        width: 100%;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-3{
        position: absolute;
        top: -2px;
        left: 30px;
        width: 175px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-4{
        position: absolute;
        top: -2px;
        left: 30px;
        width: 150px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-5{
        position: absolute;
        top: -2px;
        left: 30px;
        width:101px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-6{
        position: absolute;
        top: 36px;
        left: 16px;
        width:213px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-7{
        position: absolute;
        top: 36px;
        left: 13px;
        width:137px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-8{
        position: absolute;
        top: 0px;
        left: 16px;
        width: 60px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-9{
        position: absolute;
        top: 35px;
        left: 14px;
        width: 285px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-10{
        position: absolute;
        top: 125px;
        left: 17px;
        width: 85px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-11{
        position: absolute;
        top: -2px;
        left: 17px;
        width: 150px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-12{
        position: absolute;
        top: -2px;
        left: 17px;
        width: 333px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .divKo10-13{
        position: absolute;
        top: -2px;
        left: 17px;
        width: 277px;
        z-index: 2;
        background-color: #333; opacity: 0;
    }
    .telMargin {
        margin: 0px 2px;
    }
    .logoutButton {
        width: 95%;
        height: 50px;
    }
    #shikenSelArea .shikenSelDiv1 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    #shikenSelArea .shikenSelDiv2 {
        display: block;
        width: 100%;
    }
}

/* ■スマートフォン */
@media screen and (max-width: 640px) {
    #mypageBackButtonWidth {
        width: 100%;
    }
}

/****************************************************************************
 * ログイン画面　マイページID　パスワードの管理上の注意事項スタイル
 ****************************************************************************/

.logintyuui{

    padding-top:  10px;
    padding-left:  15px;
    padding-right: 0px;
}

.ShussinkoMargin {
    margin-top: 40px;
}
