.den-short-div {
    min-height: 40px;
    height: 40px;
    vertical-align: middle;
}

p.den-double-bottom {
  border-bottom: double;
}

.den-hr-db {
  border-top: 3px double #bbb;
}

.den-hr-dot {
    border-top: 4px dotted #bbb;
  }
  
.den-top_menu {
  flex: 0 0 100%;
  background: red;
}

.den-top_menu_1, .den-_menu_2 {
  flex: 0 0 50%;
  background: green;
}

.den-top_menu_2 {
  background: blue;
}

.den-form-label{
    width: 300px;
}

.den-textlines {
    border: 2px solid #0a0;  /* 枠線 */
    border-radius: 0.67em;   /* 角丸 */
    padding: 0.5em;          /* 内側の余白量 */
    background-color: snow;  /* 背景色 */
    width: 100%;             /* 横幅いっぱいにする */
    box-sizing: border-box;  /* ※これがないと横にはみ出る */
    /* height: 120px;           高さ */
    font-size: 1em;          /* 文字サイズ */
    line-height: 1.2;        /* 行の高さ */
}
.den-textlines:focus {
    border: 2px solid #0a0;  /* 枠線 */
    border-radius: 0.67em;   /* 角丸 */
    padding: 0.5em;          /* 内側の余白量 */
    background-color: snow;  /* 背景色 */
    width: 100%;             /* 横幅いっぱいにする */
    box-sizing: border-box;  /* ※これがないと横にはみ出る */
    /* height: 120px;           高さ */
    font-size: 1em;          /* 文字サイズ */
    line-height: 1.2;        /* 行の高さ */
    -webkit-appearance: none;   
}

input.den-form-width-xsmall {
    width: 65px;
}

/* 成分表示用ボックス*/
.den-box1 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #9fd03f;
    border-radius: 8px;
}
.den-box1 .box-title {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 14px;
    background: #FFF;
    color: #000000;
    font-weight: bold;
}
.den-box1 p {
    margin: 0; 
    padding: 0;
    font-size: 12px;
}

/* UIKitのcss上書きstart */
/*
.uk-form-label {
    font-size: 1.5rem;
}

.uk-button {
    font-size: 1.5rem;
}

.uk-form-horizontal .den-form-label{
    width: 300px;
    font-size: 1.5rem;
}

.uk-form-horizontal .uk-form-label{
    font-size: 1.5rem;
}

.uk-table th {
    font-size: 1.5rem;
    text-align: center;
}

.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
color: #666;
}

*/

/*
input.uk-form-width-xsmall {
    width: 60px;
}
*/

.uk-select:not([multiple]):not([size]) {
    background-position: 100% 50%;
    /* background-size: contain; */
    /* width: 36px; */
    /* height: 24px; */
}

/* UIKitのcss上書きend*/

table.dataTable tbody tr{/* background-color:#fff; */}

/*
.input-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 600px;
    width: 100%;
    height: 60px;
  }
  .input-box:before {
    position: absolute;
    top: 8px;
    right: 20px;
    color: #ECEFF1;
    font-size: 20px;
    content: "▲";
    pointer-events: none;
  }
  .input-box:after {
    position: absolute;
    bottom: 8px;
    right: 20px;
    color: #ECEFF1;
    font-size: 20px;
    content: "▼";
    pointer-events: none;
  }
  .input-box .input {
    box-sizing: border-box;
    display: block;
    margin: 0 auto 40px;
    border: none;
    border-radius: 10px;
    padding: 20px 60px 20px 20px;
    width: 100%;
    height: 60px;
    font: 20px "Avenir Next";
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-appearance: none;
  }
  .input-box .input:focus {
    outline: none;
  }
  .input-box .input::-webkit-inner-spin-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: scale(5);
    transform-origin: right center;
    opacity: 0;
    cursor: pointer;
  }
  .input-box .input::-webkit-contacts-auto-fill-button {
    opacity: 0;
  }
*/

/* BootstrapのSPテーブルで横スクロールバーを表示する */
@media screen and (max-width: 575px) {
    /* 枠線を表示する */
    .table-responsive {
    border: 1px solid #eee;
    }
    /* スクロールできることを明示する */
    .table-responsive::before {
    font-size: 12px;
    display: block;
    padding: 5px 5px 5px 15px;
    content: ‘表は左右にスクロールできます’;
    color: #999;
    }
    /* iPhoneのtable-responsiveの時にスクロールバーを表示する */
    .table-responsive::-webkit-scrollbar {
    height: 5px;
    }

    .table-responsive::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
    }

    .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
    }
}

.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*
CSSのポイントとしては、iframe-wrapクラスの「padding-bottom: 56.25%;」は、アスペクト比（縦横比）が関係しています。
YouTube動画の縦横比は「16:9」です。
したがって幅と高さを16:9にする為には、幅に対して高さを56.25%にすると、どの画面サイズでも16:9で表示ができるということになります。
*/

.iframe_wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}

.iframe_wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/**/

/* select2をレスポンシブ対応にする */
.select2 {
  width:100%!important;
  }
  
.fix-top{
    position:sticky;
    height: 150px;
    top:0;
    z-index:100;
    display: flex;
}