@media screen and (max-width: 767px) {
@charset "utf-8";
    
    body {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
        color: #333;
    }
    
    .pc {
        display: none !important;
    }
    
    /* header ///////////////////////////////////////////////////////////////////////////////////////// */
    header {
        background: #fff;
        overflow: hidden;
        display: block;
    }
    
    header nav {
        border-top: #ffffff 8px solid;
    }
    
    #header {
        background: #fff;
        width: 100%;
        /*overflow: hidden;*/
        /*padding: 10px 0 0;*/
        margin: 0 auto;
    }
    
    #header a:hover img {
        opacity: 0.6;
    }
    
    #header h1 {
        margin-left: 1.5%;
        width: 34%;
        float: left;
        text-align: left;
    }
    
    #header h1 img {
        width: 100%;
    }
    
    #header ul {
        margin-right: 1.5%;
        list-style: none;
        float: right;
        position: relative;
    }
    
    #header ul.logon {
        float: left;
        margin-left: 1.5%;
    }
    
    #header ul li {
        float: right;
        width: 95px;
        margin-top: 2px;
    }
    
    #header ul li:first-child {
        /*display: none;*/
    }
    
    #header ul li a.login_btn01,
    #header ul li a.login_btn02 {
        width: 90px;
        display: block;
        height: 24px;
        line-height: 24px;
        color: #fff;
        border-radius: 0.5em;
        text-align: center;
        font-size: 12px;
        text-decoration: none;
        float: right;
    }
    
    #header ul li a.login_btn01 {
        background: #e6191e;
    }
    
    #header ul li a.login_btn02 {
        background: #333;
    }
    
    #header ul li a.login_btn01:hover {
        background: #f74e53;
    }
    
    #header ul li a.login_btn02:hover {
        background: #666;
    }
    
    /* sub_navi /////////////////////////////////////////////////////////////////////////////////////// */
    .sub_nav {
        width: 100%;
        overflow: hidden;
        position: relative;
        overflow-x: scroll;
        /*-webkit-overflow-scrolling : touch;*/
        margin: 0;
        padding: 0;
        display: block;
    }
    
    #header nav.header_slide {
        overflow-x: scroll;
        width: 100%;
        display: block;
        border-bottom: 5px solid #fb0505;
    }
    
    
    #header nav.header_slide ul.cat_navi02 {
        min-width: 780px;
        margin: 0;
        text-align: left;
        float: left;
    }
    
    .sub_nav::-webkit-scrollbar,
    #header nav.header_slide::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    
    .sub_nav::-webkit-scrollbar-thumb,
    #header nav.header_slide::-webkit-scrollbar-thumb {
        width: 0px;
        height: 0px;
        background: #FFF;
    }
    
    .sub_nav::-webkit-scrollbar-track-piece:start,
    #header nav.header_slide::-webkit-scrollbar-track-piece:start#header nav.header_slide::-webkit-scrollbar-track-piece:start {
        width: 0px;
        height: 0px;
        background: #FFF;
    }
    
    .sub_nav::-webkit-scrollbar-track-piece:end,
    #header nav.header_slide::-webkit-scrollbar-track-piece:end {
        width: 0px;
        height: 0px;
        background: #FFF;
    }
    
    
    .sub_nav ul.sub_nav_cat li,
    #header nav.header_slide ul.cat_navi02 li {
        float: left;
        display: inline-block;
        width: auto;
        margin: 0;
    }
    
    .sub_nav ul.sub_nav_cat li a,
    .sub_nav ul.sub_nav_cat li button,
    #header nav.header_slide ul.cat_navi02 li a,
    #header nav.header_slide ul.cat_navi02 li button {
        height: 4em;
        line-height: 1;
        color: #fff;
        text-align: center;
        position: relative;
        text-decoration: none;
        box-shadow: 0 0 5px #000;
        border: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        -webkit-appearance: none;
    }
    
    #header nav.header_slide ul.cat_navi02 li a {
        display: table-cell;
        vertical-align: middle;
        width: 85px;
    }
    
    /* ▼200110修正▼ */
    #header nav.header_slide ul.cat_navi02 li.cat01_nav a {
        background: #0ba6de;
        width: 8em;
    }
    
    #header nav.header_slide ul.cat_navi02 li.cat02_nav a {
        background: #fb0505;
        width: 8em;
    }
    
    #header nav.header_slide ul.cat_navi02 li.cat03_nav a {
        background: #f9a208;
        width: 8em;
    }
    
    #header nav.header_slide ul.cat_navi02 li.cat04_nav a {
        background: #fa4c08;
        width: 9em;
    }
    
    #header nav.header_slide ul.cat_navi02 li.cat05_nav a {
        background: #4a57bb;
        width: 8em;
    }
    
    #header nav.header_slide ul.cat_navi02 li.cat06_nav a {
        background: #dd08c1;
        width: 8em;
    }
    
    #header nav.header_slide ul.cat_navi02 li.cat07_nav a {
        background: #097c25;
        width: 8em;
    }
    
    #header nav.header_slide ul.cat_navi02 li.cat08_nav a {
        background: #4db50d;
        width: 8em;
    }
    
    .sub_nav ul.sub_nav_cat li.cat01_nav a {
        background: #0ba6de;
    }
    
    .sub_nav ul.sub_nav_cat li.cat02_nav a {
        background: #fb0505;
    }
    
    .sub_nav ul.sub_nav_cat li.cat03_nav a {
        background: #f9a208;
    }
    
    .sub_nav ul.sub_nav_cat li.cat04_nav a {
        background: #fa4c08;
    }
    
    .sub_nav ul.sub_nav_cat li.cat05_nav a {
        background: #4a57bb;
    }
    
    .sub_nav ul.sub_nav_cat li.cat06_nav a {
        background: #dd08c1;
    }
    
    .sub_nav ul.sub_nav_cat li.cat07_nav a {
        background: #097c25;
    }
    
    .sub_nav ul.sub_nav_cat li.cat08_nav a {
        background: #4db50d;
    }
    
    .sub_nav ul.sub_nav_cat li.cat01_nav button {
        background: #0ba6de;
        width: 8em;
    }
    
    .sub_nav ul.sub_nav_cat li.cat02_nav button {
        background: #fb0505;
        width: 8em;
    }
    
    .sub_nav ul.sub_nav_cat li.cat03_nav button {
        background: #f9a208;
        width: 8em;
    }
    
    .sub_nav ul.sub_nav_cat li.cat04_nav button {
        background: #fa4c08;
        width: 9em;
    }
    
    .sub_nav ul.sub_nav_cat li.cat05_nav button {
        background: #4a57bb;
        width: 8em;
    }
    
    .sub_nav ul.sub_nav_cat li.cat06_nav button {
        background: #dd08c1;
        width: 8em;
    }
    
    .sub_nav ul.sub_nav_cat li.cat07_nav button {
        background: #097c25;
        width: 8em;
    }
    
    .sub_nav ul.sub_nav_cat li.cat08_nav button {
        background: #4db50d;
        width: 8em;
    }
    
    /* ▲200110修正▲ */
    .sub_nav ul.sub_nav_sns {
        display: none;
    }
    
    .sub_nav ul.sub_nav_cat li a.active,
    .sub_nav ul.sub_nav_cat li button.active {
        z-index: 2;
    }
    
    #header .pc_select_btn {
        display: none !important;
    }
    
    #header .sp_select_btn {
        float: right;
        margin-right: 1.5%;
        position: relative;
        padding: 0 0 0.5em;
        width: 23%;
    }
    
    #header .sp_select_btn .sel_btn01,
    #header .sp_select_btn .sel_btn02 {
        text-align: center;
        display: none;
    }
    
    #header .sp_select_btn .selected {
        display: inline-block;
    }
    
    #header .sp_select_btn .sel_btn01 img,
    #header .sp_select_btn .sel_btn02 img {
        width: 100%;
    }
    
    /* content
    ---------------------------------------------*/
    .content.inner {
        padding: 20px 15px;
        box-sizing: border-box;
    }
    
    .slide_area {
        display: none;
    }
    
    /* footer ///////////////////////////////////////////////////////////////////////////////////////// */
    footer {
    }
    
    #footer {
        overflow: hidden;
        display: block;
        z-index: 2;
        background: #fff !important;
        
        margin-bottom: 100px;
    }
    
    #footer .foot_wrap {
        background: #fff;
        width: 100%;
        left: 0;
        bottom: 0;
        position: fixed;
        z-index: 10005;
        overflow: hidden;
    }
    
    #footer .fixedMenu {
        box-shadow: 0 0 5px #999;
        position: fixed;
        width: 100%;
        height: 506px;
        background: #f3f3f3;
        z-index: 10004;
        font-size: 14px;
        /* top: 1600px; */
        top: 100% !important;
        left: 0;
        transition: transform .3s linear;
    }
    
    #footer .fixedMenu.up {
        transform: translate3d(0, -506px, 0);
    }
    
    #footer .fixedMenu ._scroll {
        width: 100%;
        padding-bottom: 20px;
    }
    
    #footer .foot_sec01 {
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    
    #footer .foot_sec01 p {
        margin: 0;
        font-size: 60%;
    }
    
    #footer .foot_sec01 p img {
        width: 69.6%;
        margin: 10px auto;
    }
    
    #footer .foot_sec02 {
        width: 100%;
        overflow: hidden;
        background: #ccc;
    }
    
    #footer .foot_sec02 dt {
        float: left;
        padding: 1em;
        overflow: hidden;
    }
    
    #footer .foot_sec02 dt a {
        font-weight: bold;
        color: #333;
        text-decoration: none;
    }
    
    #footer .foot_sec02 dd {
        float: right;
        background: #333;
        padding: 0.45em 0;
        color: #ccc;
        text-align: center;
        width: 2em;
        font-size: 175%;
    }
    
    #footer .contain {
        position: relative;
    }
    
    /* foot_nav */
    #footer .foot_wrap ul.foot_nav01 {
        width: 100%;
    }
    
    #footer .foot_wrap ul.foot_nav01 li {
        border-top: 1px solid #dcdcdc;
        padding: 5px 0;
        width: 14.7%;
        text-align: center;
        float: left;
    }
    
    #footer .foot_wrap ul.foot_nav01 li img {
        width: 90%;
    }
    
    #footer .foot_wrap ul.foot_nav01 li:first-child {
        border-top: 1px solid #dcdcdc;
        border-right: 1px solid #fff;
        width: 26%;
    }
    
    #footer .foot_wrap ul.foot_nav01 li:first-child span {
        text-align: right;
        display: block;
    }
    
    #footer .foot_wrap ul.foot_nav01 li span.sp_nav_open img,
    #footer .foot_wrap ul.foot_nav01 li span.sp_nav_close img {
        width: 95%;
        margin-right: 2%;
    }
    
    #footer .foot_wrap ul.foot_nav01 li:first-child span.sp_nav_close {
        display: none;
    }
    
    #footer .foot_wrap ul.foot_nav01 li.fpop {
        border-right: 1px solid #ccc;
        border-top: 1px solid #f0f0f0;
        background: #f0f0f0;
    }
    
    #footer ul.foot_nav02 {
        width: 100%;
        overflow: hidden;
    }
    
    #footer ul.foot_nav02 li {
        border-bottom: 1px solid #dcdcdc;
        width: 47.5%;
        margin: 0;
        text-indent: 0.5em;
        padding: 0 0 0 2.5%;
        vertical-align: bottom;
        float: left;
        overflow: hidden;
    }
    
    /* ▼200110修正▼ */
    #footer ul.foot_nav02 li:first-child {
        background: #0ba6de;
    }
    
    #footer ul.foot_nav02 li:nth-child(2) {
        background: #fb0505;
    }
    
    #footer ul.foot_nav02 li:nth-child(3) {
        background: #f9a208;
    }
    
    #footer ul.foot_nav02 li:nth-child(4) {
        background: #fa4c08;
    }
    
    #footer ul.foot_nav02 li:nth-child(5) {
        background: #4a57bb;
    }
    
    #footer ul.foot_nav02 li:nth-child(6) {
        background: #dd08c1;
    }
    
    #footer ul.foot_nav02 li:nth-child(7) {
        background: #097c25;
    }
    
    #footer ul.foot_nav02 li:nth-child(8) {
        background: #4db50d;
    }
    
    /* ▲200110修正▲ */
    #footer ul.foot_nav02 li a,
    #footer ul.foot_nav02 li button {
        font-size: 13px;
        background: #f3f3f3;
        text-align: left;
        display: block;
        height: 45px;
        line-height: 45px;
        width: 100%;
        color: #333;
        font-weight: bold;
        text-decoration: none;
        border-width: 0px !important;
    }
    
    #footer ul.foot_nav02 li a:hover,
    #footer ul.foot_nav02 li button:hover {
        opacity: 0.7;
    }
    
    #footer ul.foot_nav03 {
        width: 100%;
        overflow: hidden;
    }
    
    #footer ul.foot_nav03 li {
        border-bottom: 1px solid #dcdcdc;
        width: 50%;
        float: left;
    }
    
    #footer ul.foot_nav03 li a {
        font-size: 12px;
        background: #f3f3f3;
        display: block;
        color: #333;
        padding: 1em 0;
        text-indent: 1em;
        text-decoration: none;
    }
    
    #footer ul.foot_nav03 li:nth-child(odd) a {
        border-right: 1px solid #dcdcdc;
    }
    
    #footer ul.foot_nav03 li a:hover {
        color: #999;
    }
    
    #footer ul.foot_nav04 {
        margin: 0.5em 0;
        overflow: hidden;
    }
    
    #footer ul.foot_nav04 li {
        width: 33.33%;
        float: left;
        text-align: center;
    }
    
    #footer ul.foot_nav04 li:first-child {
        width: 100%;
    }
    
    #footer ul.foot_nav04 li:first-child a {
        background: -moz-linear-gradient(top, rgba(94, 218, 17, 1) 0%, rgba(59, 190, 29, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(94, 218, 17, 1) 0%, rgba(59, 190, 29, 1) 100%);
        background: linear-gradient(to bottom, rgba(94, 218, 17, 1) 0%, rgba(59, 190, 29, 1) 100%);
        border-radius: 0.5em;
        text-decoration: none;
        color: #fff;
        width: 97%;
        margin: 0 auto;
        padding: 1em 0 0.5em;
    }
    
    #footer ul.foot_nav04 li img {
        height: 1.5em;
        margin-right: 0.25em;
        vertical-align: middle;
    }
    
    #footer ul.foot_nav04 li a {
        vertical-align: middle;
        text-decoration: none;
        font-weight: bold;
        display: block;
    }
    
    #footer ul.foot_nav04 li.line a {
        border-radius: 0.5em;
        color: #333;
        width: 90%;
        margin: 1em auto 0.5em;
        padding: 0.5em 0;
        border: 1px solid #ccc;
        font-size: 11px;
        font-weight: bold;
        background-color: #fff;
    }
    
    #footer ul.foot_nav04 li.fb a {
        background: -moz-linear-gradient(top, rgba(75, 104, 185, 1) 0%, rgba(60, 87, 162, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(75, 104, 185, 1) 0%, rgba(60, 87, 162, 1) 100%);
        background: linear-gradient(to bottom, rgba(75, 104, 185, 1) 0%, rgba(60, 87, 162, 1) 100%);
        border-radius: 0.5em;
        color: #fff;
        width: 90%;
        margin: 1em auto 0.5em;
        padding: 0.5em 0;
        border: 1px solid #4c69ba;
        font-size: 11px;
        font-weight: bold;
    }
    
    #footer ul.foot_nav04 li.tw a {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
        border-radius: 0.5em;
        color: #333;
        width: 90%;
        margin: 1em auto 0.5em;
        padding: 0.5em 0;
        border: 1px solid #ccc;
        font-size: 11px;
        font-weight: bold;
    }
    
    #footer ul.foot_nav05 {
        overflow: hidden;
        border-top: 1px solid #dcdcdc;
        padding: 1em 0 0;
        width: 97%;
        margin: 0 auto;
    }
    
    #footer ul.foot_nav05 li {
        width: 40%;
        float: left;
    }
    
    #footer ul.foot_nav05 li:first-child {
        width: 60%;
    }
    
    #footer ul.foot_nav05 li a.login_btn01,
    #footer ul.foot_nav05 li a.login_btn02 {
        display: block;
        height: 28px;
        width: 95%;
        line-height: 28px;
        color: #fff;
        border-radius: 0.5em;
        text-align: center;
        font-size: 12px;
        text-decoration: none;
    }
    
    #footer ul.foot_nav05 li a.login_btn01 {
        background: #e6191e;
    }
    
    #footer ul.foot_nav05 li a.login_btn02 {
        background: #333;
        width: 100%;
    }
    
    #footer ul.foot_nav05 li a.login_btn01:hover {
        background: #f74e53;
    }
    
    #footer ul.foot_nav05 li a.login_btn02:hover {
        background: #666;
    }
    
    #footer .foot_pc {
        display: none;
    }
    
    /* header footer add class 20190227
    ---------------------------------------------*/
    #header_in {
        padding-top: 10px;
    }
    
    .com-header {
        z-index: 10003 !important;
    }
    
    .com-header__open-main-tb {
        margin-right: 0 !important;
        float: inherit !important;
        position: absolute;
    }
    
    .com-header__open-main-tb li {
        float: inherit !important;
        width: 50% !important;
        margin-top: 0 !important;
        text-align: inherit !important;
        
    }
    
    .com-overlay {
        z-index: 10002 !important;
    }
    
    
    #footer .foot_sec01 .foot_nav {
        margin-bottom: 20px;
        display: -webkit-flex;
        display: flex;
        align-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        background-color: #ffffff;
        border-top: #c5c5c5 1px solid;
    }
    
    #footer .foot_sec01 .foot_nav li {
        text-align: center;
        border-right: #c5c5c5 1px solid;
        border-bottom: #c5c5c5 1px solid;
        width: 49.8%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
        background: rgb(255, 255, 255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0); /* IE6-9 */
    }
    
    #footer .foot_sec01 .foot_nav li:nth-child(2n) {
        border-right: none;
    }
    
    #footer .foot_sec01 .foot_nav li:last-child:nth-child(odd) {
        flex-grow: 1;
    }
    
    #footer .foot_sec01 .foot_nav li:last-child {
        border-right: none;
    }
    
    #footer .foot_sec01 .foot_nav li a {
        display: block;
        padding: 10px 0;
        color: #444444;
        text-decoration: none;
    }
    
    /* #breadcrumb
    ---------------------------------------------*/
    #breadcrumb {
        height: 38px;
        background: url(/dk_common/img/bc_back.jpg) repeat-x;
        vertical-align: middle;
        line-height: 38px;
        margin-top: 0;
    }
    
    #breadcrumb div {
        width: 98%;
        margin: 0 auto;
        padding-left: 2%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    #breadcrumb span {
        font-size: 12px;
    }
    
    #breadcrumb a {
        color: #0099FF;
        
    }
    
    /* menu  /////////////////////////////////////////////////////////// */
    #options {
        margin: 0;
        padding: 0;
        position: relative;
        border-bottom: 5px solid #ff0000;
    }
    
    .options_nonmanegement {
        margin: 0;
        padding: 0;
        position: relative;
        border-bottom: 5px solid #65B206;
    }
    
    #filters {
        min-width: 780px;
    }
    
    /* ▼200110修正▼ */
    #grid_contain ._active01 {
        border-bottom: 5px solid #0ba6de;
    }
    
    #grid_contain ._active02 {
        border-bottom: 5px solid #fb0505;
    }
    
    #grid_contain ._active03 {
        border-bottom: 5px solid #f9a208;
    }
    
    #grid_contain ._active04 {
        border-bottom: 5px solid #fa4c08;
    }
    
    #grid_contain ._active05 {
        border-bottom: 5px solid #4a57bb;
    }
    
    #grid_contain ._active06 {
        border-bottom: 5px solid #dd08c1;
    }
    
    #grid_contain ._active07 {
        border-bottom: 5px solid #097c25;
    }
    
    #grid_contain ._active08 {
        border-bottom: 5px solid #4db50d;
    }
    
    /* ▲200110修正▲ */
    .fixNavi {
        z-index: 10004;
        width: 100%;
        top: 0;
        left: 0;
        position: fixed !important;
    }
    
    #grid_contain {
        position: relative;
        overflow: hidden;
    }
    
    #grid_contain #grid {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    
    #grid_contain div.element-item {
        width: 49.9%;
    }
    
    #grid_contain div.element-wrap {
        margin: 0 auto 1px;
        position: relative;
        overflow: hidden;
        border: solid #ccc;
        border-width: 0 1px 1px 0;
        display: block;
        background: #fff;
        overflow: hidden;
        padding-bottom: 0.5em;
    }
    
    #grid_contain div.element-item a.element-link,
    #grid_contain div.element-item a.element-cm {
        text-decoration: none;
        color: #333;
    }
    
    #grid_contain div.element-item a img {
        width: 100%;
    }
    
    #grid_contain a.element-cm strong,
    #grid_contain a.element-link strong {
        display: block;
        padding: 0 0 5px;
        margin: 12px 4px 0;
        height: 3.6em;
        font-size: 14px;
        overflow: hidden;
        line-height: 1.2;
        position: relative;
    }
    
    #grid_contain div.new a.element-cm strong,
    #grid_contain div.new a.element-link strong {
        padding-left: 1.6em;
        background: url(../../dk_common/img/icon_navi_new.png) top left no-repeat;
        background-size: 1.5em;
    }
    
    #grid_contain a.element-link span {
        line-height: 1.2;
        position: relative;
        padding: 5px 0;
        margin: 0 14px;
        height: 4.8em;
        overflow: hidden;
        display: block;
        font-size: 12px;
        display: none;
    }
    
    .page_top {
        position: fixed !important;
        bottom: 84px;
        z-index: 999;
        right: 15px;
        opacity: 0.7;
        display: none;
    }
    
    /* form error common  /////////////////////////////////////////////////////////// */
    .error_common_txt {
        color: #ff0000;
        margin-top: 5px;
        margin-bottom: 10px;
        /*padding-left: 20px;*/
        font-size: 14px;
    }
    
    .error_common_bg {
        background-color: #f9e2e2 !important;
    }
    
    /* テスト用（本番化の際は消去） */
    #header ul.login_navi {
        /*display: none;*/
    }
    
    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    }
}
