@charset "utf-8";
/* CSS Document */

html{
  height: 100%
}
body{
  height: 100%;
}
.loginpage {
    /* background-image: url(../images/bg_cloud.png) , url(../images/bg_splash_blue.jpg);
    background-repeat: no-repeat;
    background-size:cover, cover;
    background-position:bottom center , top center; */
    display: block;
    width: 100%;
}

	@media screen and (max-width: 1024px) and (orientation: portrait){
    .loginpage {
        /* background-image: url(../images/bg_cloud.png) , url(../images/bg_splash_blue.jpg);
        background-repeat: no-repeat;
        background-size:contain, cover;
        background-position:bottom center , top center; */
        display: block;
        width: 100%;
        min-height: 100%;
    }
  }

  .login_img{
    background-image: url(../images/bg_cloud.png) , url(../images/bg_splash_blue.jpg);
    background-repeat: no-repeat;
    background-size:cover, cover;
    background-position:bottom center , top center;
}

.login-cont {
    text-align: center;
    margin-top: 10%;
    color: #666666;
}
.login_logo{
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,"HiraMinProN-W3","HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif;
    font-size: 20px;
    vertical-align: bottom;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 40px;
}
.login_logo .txt{
    position: relative;
    top: 10px;
}
.login_log_ver{
    display: inline-block;
    margin-right: 260px;
    font-weight: bold;
    color: #095B97;
    margin-bottom: 20px;
    font-size: 32px;
}
.login_new_ver2{
    position: absolute;
    top: 35px;
    right: 50px;
    width: 270px;
}
.login_new_ver2 img{
    width: 100%;
}

.login-cont button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.btn-flat-border {
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    padding: 0.4em 4em;
    text-decoration: none;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 3px;
    transition: .4s;
}

.btn-flat-border:link {
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    padding: 0.4em 4em;
    text-decoration: none;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 3px;
    transition: .4s;
}


.btn-flat-border:hover {
    text-decoration: none;
    background: #006699;
    color: #fff;
}



.btn-flat-border:visited {
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    padding: 0.4em 4em;
    text-decoration: none;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 3px;
    transition: .4s;
}


.btn-flat-border-no {
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    padding: 0.4em 4em;
    text-decoration: none;
    color: #67c5ff;
    margin-right: 20px;
    border: solid 3px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.btn-flat-border-no:link {
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    padding: 0.4em 4em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 3px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}


.btn-flat-border-no:hover {
    text-decoration: none;
    background: #67c5ff;
    color: white;
}



.btn-flat-border-no:visited {
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    padding: 0.4em 4em;
    text-decoration: none;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 3px;
    transition: .4s;
}


.termsofservicemoji {
    font-size: 20px;
}

.termsofservice {
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
    width: 600px;
    height: 300px;
    padding: 10px;
    border: solid 3px #fff;
    border-radius: 3px;
    overflow-y: scroll;

}








.modal-50 {
    width: 50%;
}

.modal-40 {
    width: 40%;
}



h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop50 {
    margin-top: 50px;
}

.margintop60 {
    margin-top: 60px;
}

.margintop80 {
    margin-top: 80px;
}

.marginbotttom10 {
    margin-bottom: 10px;
}

.marginleft20 {
    margin-left: 20px;
}

.marginleft30 {
    margin-left: 30px;
}

.paddingleft20 {
    padding-left: 20px;
}

.paddingleft50 {
    padding-left: 50px;
}

.paddingleft80 {
    padding-left: 80px;
}

.col-xs-2 {
    padding: 0;
    margin: 0;
}

.kensakupage .mojibox {
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
}

.sarch_tab {
    text-align: left;
}


.list_check .checkbox {
    text-align: left;
    height: 15px;
    width: 200x;
    margin-top: 0px;
    margin-bottom: 10px;
}

.kirikaeform {
    width: 92%;
}



.bangou_cont form {
    text-align: left;
}

.bangou_cont form .form-group {
    text-align: left;
}

.bangou_cont form .form-group label {
    text-align: left;
}

/*********モーダル関係*********/

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: left;
}

.modal-backdrop {
    position: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    background-color: #000;
}

.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    width: 95%;

    margin: auto;
    margin-top: 0px;
}



/*********モーダル関係ここまで*********/

.main {
    padding-left: 10px;
    padding-top: 55px;
    /* padding-bottom: 100px; */
    padding-bottom: 120px;
    margin: 0;
    width: 100%;
    overflow-y: hidden;
    position: fixed;
    top:0;
    left: 0;
    height: 100%;
}

.container-fluid {
    padding: 0;

}

.aliceble {
    position: relative;
    display: block;
    padding: 10px;
    background-color: #D7E3ED;
    border-radius: 5px;
}
.aliceble .fukidashi img{
    width: 11px;
    height: 11px;
}
.hidden_box_save .aliceble .fukidashi {
    position: absolute;
    bottom: -18px;
    left: 60px;
}

.aliceinwht {
    background-color: #fff;
    width: 100%;
    height: 100%;
}




/***ヘッダー部分*/


header {
    position: fixed;
    top: 0px;
    display: block;
    width: 100%;
    height: 43px;
    z-index: 300;
    background-image: url(../images/header_gry.png);
    background-repeat: repeat-x;
}


.logo {
    font-size: 20px;
    color: #000;
    padding-left: 22px;
    padding-top: 7px;
    /* background-image: url(../images/stydy_logoicon.png); */
    /* background-position: 10px -4px; */
    /* background-repeat: no-repeat; */
    font-family: unset;
}

.logo > img {
    margin-left: 5px;
    margin-right: 5px;
    height:38px;
}

.logo > span {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,"HiraMinProN-W3","HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho", serif;
    font-size: 0.9em;
    font-weight: 500;
}

.header .col-xs-2 {
    all: initial;

}

.header .col-sm-2 {
    all: initial;

}

.header .col-md-2 {
    all: initial;

}

.header .col-lg-2 {
    all: initial;

}

/**ハンバーガーここから**/
/*ヘッダーまわりはサイトに合わせて調整してください*/


#nav-drawer {
    position: relative;

}

/*チェックボックス等は非表示に*/
.nav-unshown {
    display: none;
}

/*アイコンのスペース*/
#nav-open {
    position: absolute;
    right: 20px;
    top: 12px;
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    margin: 0px;
    margin-right: 0px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
    position: absolute;

    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}

#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    /*background: black;*/
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 375px;
    /*最大幅（調整してください）*/
    padding: 10px;
    /*background: #fff;背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
    /*中身を表示（右へスライド）*/
    /*box-shadow: 6px 0 25px rgba(0,0,0,.15);*/
}

/**ハンバーガーここまで**/

/**ハンバーガーの中身（メニュー）**/


.head-menu-navi {
    width: 330px;
}

.head-menu-navi button {
    text-align: left;
}

.head-menu-navi.aliceble {
    position: relative;
    display: block;
    padding: 15px;
    background-color: #D7E3ED;
    border-radius: 5px;

}

.head-menu-navi .aliceble .fukidashi {
    position: absolute;
    top: 10px;
    right: -20px;
    transform: rotate(-90deg);
}

.head-menu-navi .aliceinwht {
    background-color: #fff;
    width: 100%;
    height: 100%;
}





/**ハンバーガーの中身（メニュー）ここまで**/
.menu-trigger,
.menu-trigger span {
    display: block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    display: block;
    position: relative;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 25px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #000;
    border-radius: 5px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 10px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

/***ヘッダー部分ここまで*/

/***メイン部分*/
.prob-space {
    width: 95%;
    padding-left: 30px;
    overflow-y: hidden;

}

.prob-no {
    font-size: 20px;

}

.prob-title {
    font-size: 20px;
}

.prob-cot {
    overflow-y: auto;
    overflow-x: hidden;
}


/***メイン部分ここまで*/



/** フッター **/
.footer {
    text-align: center;
}

.container {
    margin: auto;
    min-width: 100%;
}

.footer-btnnavi {
    display: block;
    margin: auto;
    margin-top: 10px;
    list-style: none;
}

.footer-btnnavi li {
    text-align: center;
}

.footer-btnnavi .footer-button {
    color: #2171AB;
    font-weight: normal;
    cursor: pointer;
    padding: 10px 12px;
    height: 100%;
    display: block;
    border-radius: 5px;
    margin: 0 2px;
    text-decoration: none;
    white-space: nowrap;
}
.footer-btnnavi .footer-button:hover,
.footer-btnnavi .footer-button.active,
.footer-btnnavi .active .footer-button {
    color: #666;
    background-color: #B7D8ED;
}
.footer-btnnavi .footer-button.disabled,
.footer-btnnavi .disabled .footer-button {
    opacity: 0.6;
    color: #2171AB !important;
    background-color: #ccc !important;
    cursor: not-allowed;
}

.footer-btnnavi img{
    height: 30px;
    width: auto;
    margin-bottom: 5px;
}

.wht_line {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #fff;
}
/* 
.footer-btnnavi li a:hover,
.footer-btnnavi li.active a,
.footer-btnnavi li label.footer-button:hover,
.footer-btnnavi li.active label.footer-button {
    color: #666;
    background-color: #B7D8ED;
}

.footer-btnnavi > li > a:focus,
.footer-btnnavi li label.footer-button:focus{
    color: #666;
    background-color: #B7D8ED;
}

.footer-btnnavi > li.active > a,
.footer-btnnavi > li.active > a:hover,
.footer-btnnavi > li.active > a:focus,
.footer-btnnavi li.active label.footer-button:hover,
.footer-btnnavi li.active label.footer-button:focus {
    color: #666;
    background-color: #B7D8ED;
} */

/** フッターここまで **/

/** 検索のポップアップ **/
/*全体*/
.hidden_box {
    margin: 0;
    /*前後の余白*/
    padding: 0;
}


.popup_re {
    position: relative;
}

/*中身を非表示にしておく*/
.hidden_box_save .hidden_show {
    position: absolute;
    height: 200px;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    bottom: 80px;
    transition: 0.8s;
    left: -40px;
}

/*クリックで中身表示*/

/*
.hidden_box_save input:checked ~ .hidden_show {
    position: absolute;
    top: -210px;
    left: -50px;
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
*/

.hidden_box_save .aliceble {
    position: relative;
    display: none;
    width: 270px;
    height: 125px;
    padding: 10px;
    background-color: #D7E3ED;
    border-radius: 5px;
    bottom: -50px;
}

.hidden_box_save .aliceble .fukidashi {
    position: absolute;
    bottom: -15px;
    left: 60px;
}

.aliceinwht {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.aliceinwht button {
    background-color: none;

}

.aliceinwht button img {
    margin-right: 10px;
}

.modal-dialog-centerd .modal-footer {
    background: -moz-linear-gradient(top, #3794e1, #2068a4);
    background: -webkit-linear-gradient(top, #3794e1, #2068a4);
    background: linear-gradient(to bottom, #3794e1, #2068a4);

}

/** 検索のポップアップここまで **/

/** 配信のポップアップ **/
/*全体*/
.hidden_box {
    margin: 0;
    /*前後の余白*/
    padding: 0;
}


.popup_re {
    position: relative;
}



/*ボタン装飾*/
.hidden_box_send label {
    display: block;
    color: #2171AB;
    padding: 5 20px;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: 100;
    border-radius: 5px;
}

/*ボタン装飾-画像周りの調整*/
.hidden_box_send label img {
    max-width: 150%;
    max-height: 30px;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;

}

/*ボタンホバー時*/
.hidden_box_send label:hover {
    color: #666;
    background-color: #B7D8ED;
    padding: 15 20px;
}

/*チェックは見えなくする*/
.hidden_box_send input {
    display: none;

}

/*中身を非表示にしておく*/
.hidden_box_send .hidden_show {
    position: absolute;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    transition: 0.8s;
}

/*クリックで中身表示
.hidden_box_send input:checked ~ .hidden_show {
    position: absolute;
    top: -210px;
    left: -50px;
    padding: 10px 0;
    height: auto;
    opacity: 1;
}*/

.hidden_box_send .aliceble {
    position: relative;
    display: block;
    width: 210px;
    height: 180px;
    padding: 10px;
    background-color: #D7E3ED;
    border-radius: 5px;
}

.hidden_box_send .aliceble .fukidashi {
    position: absolute;
    bottom: -15px;
    left: 60px;
}

.aliceinwht {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.aliceinwht button {
    background-color: none;

}

.aliceinwht button img {
    margin-right: 10px;
}

.hidden_box_send .aliceinwht a {
    text-align: left;

}

.hidden_box_send .aliceinwht a:hover {
    background-color: #fff;

}

.hidden_box_send .aliceinwht a img {
    margin-right: 10px;

}

/** 配信のポップアップここまで **/

/** スタイルのポップアップ **/
/*全体*/
.hidden_box {
    margin: 0;
    /*前後の余白*/
    padding: 0;
}


.popup_re {
    position: relative;
}



/*中身を非表示にしておく*/
#popup_style_settings  {
    position: absolute;
    top: -290px;
    right: -120px;
    padding: 10px 0;
    width: 380px;
    overflow: hidden;
    /* display:none; */
    /* transition: 0.8s; */
}

/*クリックで中身表示*/

/*
.hidden_box_style input:checked ~ .hidden_show {
    position: absolute;
    top: -290px;
    right: -120px;
    width: 380px;
    padding: 10px 0;
    height: auto;
    opacity: 1;
} */

.hidden_box_style .aliceble {
    position: relative;
    display: block;
    width: 380px;
    height: 260px;
    padding: 10px;
    background-color: #D7E3ED;
    border-radius: 5px;
}

.hidden_box_style .aliceble .fukidashi {
    position: absolute;
    bottom: -15px;
    right: 140px;
}

.hidden_box_style .aliceinwht {
    background-color: #D7E3ED;
    width: 100%;
    height: 100%;
}
.hidden_box_style .tab-content{
    background-color: #fff;
    padding: 30px;
    height: 200px;
    text-align: left;
}
.hidden_box_style .tab-pane{
    margin: 0;
}
.hidden_box_style .tab-content label,
#Modal_property .tab-content label{
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}
.hidden_box_style .checkbox,
#Modal_property .checkbox{
    width: auto;
    min-height: 30px;
    height: auto;
    padding: 4px 0;
}
.hidden_box_style fieldset:disabled,
#Modal_property fieldset:disabled {
    opacity: 0.5;
}
/**ここの背景だけブルー**/

.aliceinwht button {
    background-color: none;

}

.aliceinwht button img {
    margin-right: 10px;
}

/** スタイルのポップアップここまで **/

/** スタイルのtabメニューここから **/
.tabstyle {
    padding-top: 10px;
}

.nav-tab {
    font-family: initial;
}

.tabstyle .nav-tab li {
    float: left;
    width: 120px;
    /* height: 20px; */
    margin-left: 0px;
    font-size: 11px;
}

.tabstyle .nav-tab li a {
    background-color: transparent;
    color: #000;
    padding: 5px;
    border-bottom: none;
    width: 120px;
    height: 30px;
    margin-left: 0px;
    font-size: 11px;
}

.tabstyle .nav-tab li > a:hover {
    background-color: #eee;
    color: #000;
    padding: 5px;
}

#Modal_property .nav-tab {
    background-color: #D7E3ED;
}

#Modal_property .tabstyle {
    padding-top: 0px;
    background-color: white;
}
#Modal_property .tab-pane {
    padding: 30px;
}
/****色調整****************************/



.tabstyle .nav-tab li {
    text-align: center;
}

.tabstyle .nav-tab li a {
    color: #666;
    padding: 10 20px;
}

.wht_line {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
}

.tabstyle .nav-tab li a:hover {
    color: #666;
    background-color: #B7D8ED;
}

.tabstyle .nav-tab > li.active > a,
.tabstyle .nav-tab > li.active > a:hover {
    color: #666;
    background-color: #fff;
}

/******************************************/


/* .tab-content_style {
    background-color: #fff;
    height: 200px;
    margin-top: -3px;
    padding: 0px;
} */








/**全体表示ONOFFスイッチ**/
.all-pswitch {
    /* float: right; */
    padding-top: 10px;
    margin-right: 10px;
}

.all-pswitch label {
    border-radius: 0px;
}

/* === ボタンを表示するエリア ============================== */
.all-pArea {
    position: relative;
    width: 150px;
    height: 30px;
    margin-left: auto;
}

/* === ラジオボタン ======================================== */
.all-pArea input[type="radio"] {
    display: none;
    /* チェックボックス非表示 */
}

/* === ラジオボタンのラベル（標準） ======================== */
.all-pArea label {
    display: block;
    /* ボックス要素に変更 */
    position: absolute;
    /* 親要素からの相対位置*/
    top: 0;
    /* 標準表示位置(上)   */
    bottom: 0;
    /* 標準表示位置(下)   */
    left: 0;
    /* 標準表示位置(左)   */
    right: 0;
    /* 標準表示位置(右)   */
    text-align: center;
    /* 文字位置は中央     */
    line-height: 25px;
    /* 1行の高さ(中央寄せ)*/
    font-size: 10pt;
    /* 文字サイズ         */
    font-weight: 100;
    /* 太字               */
    border: 2px solid #2171AB;
    /* 枠線(一旦四方向)   */
}

/* === ON側のラジオボタンのラベル（標準） ================== */
.all-pArea #all-pon + label {
    left: 50%;
    /* 右端を中央に変更   */

    background: #fff;
    /* 背景               */
    color: #666;
    /* 文字色             */

}

/* === ON側のラジオボタンのラベル（ONのとき） ============== */
.all-pArea #all-pon:checked + label {

    background-color: #2171AB;
    /* 背景 */

    color: #fff;
    /* 文字色             */

}

/* === OFF側のラジオボタンのラベル（標準） ================ */
.all-pArea #all-poff + label {
    /* right: 50%; */
    /* 左端を中央に変更   */
    background: #fff;
    /* 背景               */
    color: #666;
    /* 文字色             */

}

/* === OFF側のラジオボタンのラベル（OFFのとき） ============= */
.all-pArea #all-poff:checked + label {
    background-color: #2171AB;
    /* 背景 */

    color: #fff;
    /* 文字色 */
}

/**全体表示ONOFFスイッチここまで**/

/**スイッチON/OFF**/

.stylecheck {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;


}

.stylecheck label {
    all: initial;
    margin-left: 0px;
}

.stylecheck label span {
    margin-left: 10px;
}

.stylecheck label:hover {
    background: none;

}

.stylecheck .form-group {
    width: 150px;
    text-align: left;
}

.checkbox.checbox-switch {
    padding-left: 0;
    /* all: initial; */
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}

.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    position: relative;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
}

.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    content: " ";
    top: 0;
    position: absolute;
    /* position: relative; */
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}


/* Switch Default */
.checkbox.checbox-switch label > input:checked + span,
.checkbox-inline.checbox-switch > input:checked + span {
    background-color: rgb(180, 182, 183);
    border-color: rgb(180, 182, 183);
    box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch label > input:checked:disabled + span,
.checkbox-inline.checbox-switch > input:checked:disabled + span {
    background-color: rgb(220, 220, 220);
    border-color: rgb(220, 220, 220);
    box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch label > input:disabled + span,
.checkbox-inline.checbox-switch > input:disabled + span {
    background-color: rgb(232, 235, 238);
    border-color: rgb(255, 255, 255);
}

.checkbox.checbox-switch label > input:disabled + span:before,
.checkbox-inline.checbox-switch > input:disabled + span:before {
    background-color: rgb(248, 249, 250);
    border-color: rgb(243, 243, 243);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* Switch Light */
.checkbox.checbox-switch.switch-light label > input:checked + span,
.checkbox-inline.checbox-switch.switch-light > input:checked + span {
    background-color: rgb(248, 249, 250);
    border-color: rgb(248, 249, 250);
    box-shadow: rgb(248, 249, 250) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Dark */
.checkbox.checbox-switch.switch-dark label > input:checked + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked + span {
    background-color: rgb(52, 58, 64);
    border-color: rgb(52, 58, 64);
    box-shadow: rgb(52, 58, 64) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-dark label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-dark > input:checked:disabled + span {
    background-color: rgb(100, 102, 104);
    border-color: rgb(100, 102, 104);
    box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Success */
.checkbox.checbox-switch.switch-success label > input:checked + span,
.checkbox-inline.checbox-switch.switch-success > input:checked + span {
    background-color: rgb(40, 167, 69);
    border-color: rgb(40, 167, 69);
    box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-success label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-success > input:checked:disabled + span {
    background-color: rgb(153, 217, 168);
    border-color: rgb(153, 217, 168);
    box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
}

/* Switch Danger */
.checkbox.checbox-switch.switch-danger label > input:checked + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked + span {
    background-color: rgb(200, 35, 51);
    border-color: rgb(200, 35, 51);
    box-shadow: rgb(200, 35, 51) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-danger label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-danger > input:checked:disabled + span {
    background-color: rgb(216, 119, 129);
    border-color: rgb(216, 119, 129);
    box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 105, 217);
    box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: rgb(109, 163, 221);
    border-color: rgb(109, 163, 221);
    box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Info */
.checkbox.checbox-switch.switch-info label > input:checked + span,
.checkbox-inline.checbox-switch.switch-info > input:checked + span {
    background-color: rgb(23, 162, 184);
    border-color: rgb(23, 162, 184);
    box-shadow: rgb(23, 162, 184) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-info label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-info > input:checked:disabled + span {
    background-color: rgb(102, 192, 206);
    border-color: rgb(102, 192, 206);
    box-shadow: rgb(102, 192, 206) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/* Switch Warning */
.checkbox.checbox-switch.switch-warning label > input:checked + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked + span {
    background-color: rgb(255, 193, 7);
    border-color: rgb(255, 193, 7);
    box-shadow: rgb(255, 193, 7) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checbox-switch.switch-warning label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-warning > input:checked:disabled + span {
    background-color: rgb(226, 195, 102);
    border-color: rgb(226, 195, 102);
    box-shadow: rgb(226, 195, 102) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

/**スイッチON/OFFここまで**/
.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: block;
    position: relative;
    padding-left: 0;
}

.col-sm-6 {
    padding: 5px;

}

.titlecont {
    text-align: left;

}

.titlecont button {}

.titlecont.label-warning {
    float: left;
}

.titlecont .checkbox-inline {
    all: initial;
    text-align: left;
}

.titlecont form {
    all: initial;
    display: inherit;

}

.titlecont form label {
    all: initial;
    display: inherit;


}

.titlecont label input {
    all: initial;
    display: inherit;
}

.fontbtnichi {
    position: absolute;
    top: 80px;
    left: 15px;
}

.fontbtnichi-2 {
    position: absolute;
    top: 80px;
    left: 30px;
}

/** スタイルのtabメニューここまで **/


/***検索のタブ***/


.kensakupage.sarchtabbtn {
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 15px;
}

.sarchtabbtn .nav-item {

    float: left;
    display: block;

    margin-right: 0px;
}

.sarchtabbtn li {
    background-color: initial;
    width: 150px;
    display: block;
    padding-left: 10px
}

.sarchtabbtn li.w166 {
    background-color: initial;
    width: 166px;
    display: block;
    padding-left: 10px
}

.sarchtabbtn li .tab_top {
    background-color: initial;
    padding-left: 30px;
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    width: 168px;
    height: 39px;
    /* 色指定 */
    background-image: url("../images/modal_head_tabblk.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 10px;
    padding-left: 40px;
    border-radius: 0px 18px 18px 0px;
}

.sarchtabbtn li .active {
    background-color: initial;
    padding-left: 30px;
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    width: 168px;
    height: 39px;
    /* 色指定 */
    background-image: url("../images/modal_head_tab.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 10px;
    padding-left: 40px;
}

.sarchtabbtn li a:hover.tab_top {
    background-color: initial;
    border: none;
    padding-left: 30px;
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    width: 168px;
    height: 39px;
    /* 色指定 */
    background-image: url("../images/modal_head_tab.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 10px;
    padding-left: 40px;
}

.sarchtabbtn li a {
    color: #FFF;
    border: none;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    width: 154px;
    height: 39px;
    /* 色指定 */
    background-image: url("../images/modal_head_tab.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 10px;
    padding-left: 30px;
}

.sarchtabbtn li >.blkbg {
    color: #FFF;
    border: none;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    width: 154px;
    height: 39px;
    /* 色指定 */
    background-image: url("../images/modal_head_tabblk.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 10px;
    padding-left: 30px;
    border: 1px solid #000;
    border-radius: 0px 18px 18px 0px;
}

.sarchtabbtn li >.blkbg>span {
    position: relative;
    top:10px;
}

.sarchtabbtn li a:hover {
    color: #FFF;
    border: none;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
    width: 154px;
    height: 39px;
    /* 色指定 */
    background-color: initial;
    background-image: url("../images/modal_head_tab.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;
    margin-top: 10px;
    padding-left: 30px;
}

.sarchtabbtn > li.active > a.tab_top,
.sarchtabbtn > li.active > a:hover.tab_top,
.sarchtabbtn > li.active > a:focus.tab_top {
    color: #FFF;
    cursor: default;
    background-color: inherit;
    border: 0px solid #fff;
    background-image: url("../images/modal_head_tab.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;

}

.sarchtabbtn > li.active > a,
.sarchtabbtn > li.active > a:hover,
.sarchtabbtn > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: initial;
    border: 0px solid #fff;
    background-image: url("../images/modal_head_tab.png");
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transform: initial;
    transform: initial;

}

.sarchtabbtn.nav-tabs > li.active > a,
.sarchtabbtn.nav-tabs > li.active > a:hover,
.sarchtabbtn.nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: initial;
    border: none;
    border-bottom-color: #0e6da3;
}

.one {
    position: absolute;
    z-index: 50;
    top: 0px;

}

.two {
    position: absolute;
    z-index: 20;
    left: -12px;
}

.three {
    z-index: 10;
    left: -23px;
}

.four {
    z-index: 5;
    left: -32px;
}

.prebox img {
    all: initial;
    display: block;
    width: 300px;

}

/***検索のタブ***/

/**一覧（レイアウト問題一覧）ここから***/
.laoutmondaimenu {
    display: flex;
}

.laoutmondaimenu button {
    display: block;
    /* float: left; */
    width: auto;
    font-size: 12px;
    padding: 0px;
    margin: 0 10px;
}

.laoutmondaimenu button img {
    display: block;
    padding: 0px;
    margin: auto;
    height: 40px;
    width: auto;
}


/* ポップアップウインドウの設定 */
.popup-pro {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
    display: none;
    position: absolute;
    top: 200;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 200px;
    z-index: 3000;

}

/* チェックボックスの初期設定 */
#popup-on {
    display: none;
}

/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup {
    display: block;
}

/* 閉じるアイコン（右上） */
.icon-close {
    background: #ccc;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

/* 閉じるボタン */
.btn-close {
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
}

/* 開くボタン */
.btn-open {

    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    margin: 0px auto;
    width: 470px;
    height: 90px;
    text-align: center;
    background-color: #0e6da3;
    opacity: 0.15;
    /* 55％不透明度(＝45％透過) */
}

/* ポップアップの内容 */
.popup-prp-content {

    margin: 20px auto 50px auto;
    width: 90%;
}



/**一覧（レイアウト問題一覧）ここまで***/



/**送信ページここから**/

#myModalLabel {
    position: relative;
}

.send-text-right {
    position: absolute;
    right: 15px;
    top: 20px;

}

.sendcl.input-group {
    all: initial;
}

.sendcl .radio {
    display: initial;
    clear: both;
    display: block;
    margin-bottom: 5px;
}

.sendcl label {
    margin-left: 20px;
    color: initial;

}

.sendcl label:hover {
    background-color: initial;
    color: initial;
}

.sendcl input {
    display: initial;
}

.viewer-radio {
    display: block;
    width: 500px;
    margin-left: 30px;
    margin-bottom: 10px;

}

.viewer-radio label {
    display: block;
    text-align: left;

}

.viewer-radio label:hover {
    background-color: initial;
    color: initial;
}

.viewer-radio input {
    display: initial;
}

.viewer-radio .marginleft10 {
    margin-left: -20px;
}

.viewer-radio .checkbox-inline {
    all: initial;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 50px;

}

/**送信ページここまで**/

/***スクロールバーの色一括で変更**/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 0 2px #777;
}

::-webkit-scrollbar-thumb {
    background: #a8bed6;
    border-radius: 3px;
    box-shadow: none;
}

/********************************/
.booklist li a {
    color: #000;
}
.search_result_col .search_result_step4_count{
    display: inline-block;
    width: 55px;
}
.search_result_col .search_result_step4_count.ipados{
    width: 60px;
    font-size: 13px;
}
.search_result_col .search_result_step4_count .step4Select{
    width: 100%;
    padding: 0 1px;
    font-size: 13px;
    height: 18px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", Arial, sans-serif;
}
/*** IE対応 ***/
@media all and (-ms-high-contrast:none){
    .search_result_col .search_result_step4_count .step4Select{
        font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", Arial, sans-serif;
        padding-top: 2px;
        margin-bottom: -3px;
    }
}


