﻿/*ローディング用*/
.pace-running #mainpage {
    display: none;
}

/*header部分のレイアウト*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    /*topから0の位置に*/
    /*height: 123px;*/
    background-color: #ffffff;
    border-bottom: 1px solid #c0c0c0;
    /*padding-bottom:0.3em; */
    z-index: 9999;
    /*background-image: url("img/season/grape_back.png");*/
}

div.contents-detail {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
}

.header-left {
    float: left;
    margin-bottom: 0;
    mix-blend-mode: multiply;
}

div.detailbox {
    position: relative;
    border-radius: 7px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background-color: #fefefe;
    padding: 0.5em;
    width: 85%;
    margin: 0 auto;
    margin-top:2em;
}

.top-img-title {
    position: absolute;
    z-index: 20;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
}


/*住所と電話番号とメニューボタン*/
.header-right {
    color: #808080;
    float: right;
    margin-right: 20px;
    margin-bottom: 0;
    text-align: right;
    font-family: Century;
}

.header-right span {
    font-size: 18px;
    font-weight: bold;
    color: #0000cd;
    font-family: Century;
}


.menu-item span a:hover {
    font-size: 12px;
}

/*スライドショー*/
#background {
    width: 100%;
}

/*スライドショーのナビボタン*/
/*.prev-btn {
    background-image: url(img/top-page/prev-btn.png);
}
.next-btn {
    background-image: url(img/top-page/next-btn.png);
}
.prev-btn:hover {
    background-image: url(img/top-page/prev-btn2.png);
}
.next-btn:hover {
    background-image: url(img/top-page/next-btn2.png);
}
.prev-btn .bx-prev {
    width: 100%;
    display: block;
}
next-btn .bx-next {
    width: 100%;
    display: block;
}
.navi-btn {
    margin: 79px 8px 0 9px;
    width: 23px;
    height: 50%;
    -webkit-background-size: 23px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}*/



/* 
    スクリーンの幅が「769px以上の時」 
    @media screen and (min-width:769px)のスタイルが適用される
    ※スマホ用のメニューを閉じたとき、「display:none」が最も優先順位が高くなってしまうため「!important」を使用して
      メニューを表示できるように設定
*/
@media screen and (min-width: 769px) {
    .menu-container .menu {
        display: flex !important;
    }
}

/*ハンバーガーメニュー*/
.icon-hamburger {
    /*background: #ffffff;*/
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: none;
    margin-bottom: 0.4em;
    position: fixed;
    right: 0px;
    top: 0;
}

.icon-hamburger span {
    background: #696969;
    display: block;
    height: 16%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 84%;
}

.icon-hamburger span::before,
.icon-hamburger span::after {
    background: #696969;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 50%;
    width: 100%;
}

.icon-hamburger span::before {
    margin-top: -38%;
}

.icon-hamburger span::after {
    margin-top: 19%;
}

/*ハンバーガーメニューおわり*/

/*twitterのアイコン*/
.twitter-icon {
    display:inline-block;
    margin-right:0.2em;
    font-size:3em;
}
.twitter-icon i{
    color:#000000;
}
/* width768以下非表示 */
.twitter-icon-768px {
    display:none;
}


/*スライドショーの下　teamviewer/お問い合わせ/メルマガ登録*/

#bottom-menu {
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 20;
}

table.table-k {
    max-width: 99%;
    border-collapse: separate;
    margin: auto;
    margin-top: 3em
}

table.table-k tr td {
    border-style: none;
    width: 150px;
}

table.table-k tr td a {
    display: block;
    padding: 0.5em;
    line-height: 150%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
    background: #7abcff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff', endColorstr='#4096ee', GradientType=0);
    /* IE6-9 */
    color: #fff;
    font-weight: bold;
    border: 1px solid #07498d;
    text-align: center;
    border-radius: 50px;
}

table.table-k tr td a:hover {
    background-image: none;
    background-color: #07498d;
}

/*NEWSから下*/
#mainpage {
    /*画像以下のレイアウト*/
    font-family: Century;
    min-height: 100vh;
    position: relative;
    /*←相対位置*/
    padding-bottom: 250px;
    /*←footerの高さ*/
    box-sizing: border-box;
    /*←全て含めてmin-height:100vhに*/
    overflow: hidden;
    /*margin-top: 123px;*/
    margin-top: 120px;
}

div#contents {
    margin-left: 1em;
    margin-right: 1em;
}

p.product-detail {}

p.product-detail span {
    display: inline-block;
}

div.contents-product {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
}

div#contents .newslist dt {
    color: #696969;
    margin-right: 30px;
    font-size: 120%;
    font-weight: bold;
}

div#contents .newslist dd {
    color: #696969;
    margin-top: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px #696969 dashed;
}

.newslist dd a {
    text-decoration: none;
}

.newslist dd :hover {
    text-decoration: underline;
    color: #4169e1;
}



/*NEWSのアイコン*/
div #contents .newslist dt:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: '\f0a4';
    display: inline-block;
    margin-left: 15px;
    margin-right: 3px;
}

/*NEWS*/
.scrollArea {
    height: 500px;
    overflow-y: scroll;
    padding-right: 20px;
    width: 90%;
    float: left;
    background-color: white;
    border: 1px solid #ccc;
    margin-left: 4%;
    /*margin-right:5%;*/
    margin-bottom: -123px;
}

.scrollArea.deco::-webkit-scrollbar {
    width: 15px;
}

.scrollArea.deco::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f2f2f2;
}

.scrollArea.deco::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*background-color: #b0c4de;*/
    background-color: #a9a9a9;
}

.newsbox {
    text-align: center;
}

/*twitter*/
.twitter-wrap {
    width: 25%;
    margin: 20px auto;
    border-left: 2px solid #037;
    border-right: 2px solid #037;
    border-top: 8px solid #037;
    border-bottom: 4px solid #037;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
    border-radius: 10px;
    height: 490px;
    overflow-y: scroll;
    position: relative;
    z-index: 1;
}

.twitter-wrap p {
    border: none;
    font-family: "arial black";
    font-size: 24px;
    padding: 5px;
    margin: 0;
    text-align: center;
    color: #037;
    background-color: #fff;
}

/*PRODUCT*/
#product {
    padding-top: 126px;
    margin-top: -123px;
}

.btn-sticky {
    display: block;
    margin-right: 3em;
    padding: 0.2em 0.5em;
    text-decoration: none;
    background: #f7f7f7;
    color: #696969;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    transition: ease 0.25s;
}

.btn-sticky:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

.btn-sticky:hover {
    letter-spacing: 0.1em;
    transition-delay: 0.1s;
}

.libra .btn-sticky,
ul.product-list-flex li .libra {
    border-left: solid 15px #ffea00;
}

.wage .btn-sticky,
ul.product-list-flex li .wage {
    border-left: solid 15px #4169e1;
}

.trust .btn-sticky,
ul.product-list-flex li .trust {
    border-left: solid 15px #800080;
}

.care .btn-sticky,
ul.product-list-flex li .care {
    border-left: solid 15px #1e90ff;
}

.aid .btn-sticky,
ul.product-list-flex li .aid {
    border-left: solid 15px #00ff00;
}

.self .btn-sticky,
ul.product-list-flex li .self {
    border-left: solid 15px #00bfff;
}

.ass .btn-sticky,
ul.product-list-flex li .ass {
    border-left: solid 15px #87cefa;
}

.food .btn-sticky,
ul.product-list-flex li .food {
    border-left: solid 15px #ffa500;
}

.reward .btn-sticky,
ul.product-list-flex li .reward {
    border-left: solid 15px #00ffff;
}

.silver .btn-sticky,
ul.product-list-flex li .silver {
    border-left: solid 15px #32cd32;
}

.charity .btn-sticky,
ul.product-list-flex li .charity {
    border-left: solid 15px #ff69b4;
}

.map .btn-sticky,
ul.product-list-flex li .map {
    border-left: solid 15px #adff2f;
}

.attend .btn-sticky,
ul.product-list-flex li .attend {
    border-left: solid 15px #ff00ff;
}
.soudan .btn-sticky,
ul.product-list-flex li .soudan {
    border-left: solid 15px #FF3A3A;
}

.ftp .btn-sticky,
ul.product-list-flex li .ftp {
    border-left: solid 15px #dcdcdc;
}

.hp .btn-sticky,
ul.product-list-flex li .hp {
    border-left: solid 15px #ff7f50;
}

.tyouhyou .btn-sticky,
ul.product-list-flex li .tyouhyou {
    border-left: solid 15px #ffd700;
}

/* 製品一覧（製品用ページ） 開始 */

ul.product-list-flex {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    border: 1px #ccc solid;
    margin: 0.5em 0 0 0;
    padding: 0px;
    justify-content: center;
}

ul.product-list-flex li {
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    width: 400px;
    text-align: center;
    border-radius: 4px;
    /*角の丸み*/
}

ul.product-list-flex li a {
    display: block;
    text-decoration: none;
    color: #696969;
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    background-color: #f9f9f9;
}

ul.product-list-flex li a:active {
    border-bottom: solid 1px #ccc;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

/* 製品一覧（製品用ページ） 終了 */

/* 新規追加　開始 */
.product-list-top {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-list-top li {
    /*display: flex;
        flex-wrap:wrap;*/
    /*flex-basis: 48%; */
    width: 700px;
    /*width:500px;*/
    flex-grow: 1;
}

.product-list-top li h5 {
    margin: 0;
    font-size: 120%;
    font-weight: normal;
    font-family: "Impact";
    position: relative;
    padding-top: 2.5%;
    padding-left: 0px;
    color: #696969;
    line-height: 200%;
}

.product-list-top li p {
    position: relative;
    display: inline-block;
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.hpsample {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hpsample li {
    margin: 0 0.5em 1em 0.5em;
    min-width: 30%;
}

.hpsample li img {
    border: 1px solid #c0c0c0;
}


/* 新規追加　終了 */
/*SUPPORTスタイル　開始*/
/*.support-flex-title {
    text-align: center;
    font-size: 128%;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
    list-style-type: none;
}

ul.support-flex-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    max-width: 700px;
    margin: auto;
}

    ul.support-flex-list li {
        margin: 0;
        padding: 0;
        font-size: 105%;
        padding: 0.25em;
        background: linear-gradient(transparent 50%,#ffff89 50%);
    }*/
.support {
    text-align: center;
}

.support p {
    padding-left: 2em;
}

.support p:first-child {
    padding: 0;
    font-size: 140%;
    background: linear-gradient(transparent 50%, #ffff89 50%);
    display: inline;
}

.support p:nth-child(n+2) {
    text-align: left;
}

table.support tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 33%;
}

.support td {
    border: none;
    text-align: center;
}

.support td span {
    font-weight: bold;
    font-size: 110%;
    margin: auto;
    text-align: center;
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969;
}

.support img {
    background-color: #add8e6;
    border-radius: 50%;
    max-width: 70%;
}

/*SUPPORTスタイル終了*/


/* その他リンク用スタイル　開始 */

table .linktable_other tbody,
table,
tr,
td {
    border-style: none;
}

table.linktable_other td {
    border-style: none;
    width: 24%;
}

table.linktable_other img {
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

/*.linktable_other{
    display:flex;
    flex-wrap:wrap;
    flex-grow:1;
}
.linktable_other li{
    justify-content:space-around;
    list-style:none;
    min-width:25%;
}
*/
@media only screen and (max-width: 768px) {
    /*table.linktable_other { 
    display: block;     
    max-width:100%; 
  }
  table.linktable_other thead{  
    float: left;        
    text-wrap:normal;
  }
  table.linktable_other tbody{ 
    display: block;   
    overflow-x: auto; 
    white-space: nowrap;
  }
  table.linktable_other th{ 
    display: block;
    text-align:left;
    height:120px;
    line-height:120px;
    
  }
  table.linktable_other tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
  table.linktable_other td{ 
    display: block;
    height:120px;
    
  }*/
}

/* その他リンク用スタイル　終了 */

/*teamviewer*/
.privacy {
    background-color: #ffffff;
    padding-bottom: 100px;
    max-width: 1000px;
    margin: auto;
}

.teamviewer {
    list-style-type: none;
}

.teamviewer li {
    padding-bottom: 1em;
}

/*company*/
table.companytable {
    border-collapse: collapse;
    border-left: 0px none #fff !important;
    margin: auto;
    max-width: 85%;
}

table.companytable>tbody>tr>th,
table.companytable>tbody>tr>td {
    padding: 0.5em;
    border-left-style: none !important;
    border-right-style: none !important;
}

table.companytable>tbody>tr>th {
    font-weight: bold;
    text-align: left;
    background-color: transparent;
    color: #696969;
}

table.notborder-table {
    border-style: none;
    width: 50%;
}

table.notborder-table th,
table.notborder-table td {
    border-style: none;
}

.iframe-wrap {
    position: relative;
    width: 80%;
    height: 80%;
    padding-top: 30.25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}


/*沿革*/
table.subtable {
    border-collapse: collapse;
    max-width: 900px;
}

table.subtable td,
table.subtable th {
    border: 1px solid #696969;
}

table.subtable td:first-child:before {
    content: none;
}

table.subtable th {
    padding: 5px 0 5px 0;
    color: #696969;
}


/*recruit*/
.recruit:first-child {
    padding: 1em;
    margin: auto;
}

.recruit-flex-title {
    text-align: center;
    font-size: 145%;
    color: #00bcd4;
    text-shadow: 2px 2px #ffffff, 3px 3px #94ccd4;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

ul.recruit-flex-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    padding: 0;
    max-width: 700px;
    margin: auto;
}

ul.recruit-flex-list li {
    margin: 0;
    padding: 0;
    font-size: 105%;
    padding: 0.25em;
    background: linear-gradient(transparent 50%, #ffff89 50%);
}

.recruit dl {
    width: 95%;
}

.recruit dt {
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    font-weight: bold;
    top: 497px;
    left: 19px;
}

.recruit dd {
    padding-bottom: 0.5em;
    margin-left: 2.5%;
    border-bottom: dotted 1px #cccccc;
}

.recruit dt:before {
    font-family: "Font Awesome 5 Free";
    content: '\f303';
    margin-right: 0.5em;
    color: #008000;
}

h4.interview-title {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #4b92f5;
    border-radius: 15px;
}

h4.interview-title span {
    font-size: 80%;
}

h4.interview-title a {
    display: block;
    padding: 0.5em;
    text-decoration: none;
    color: #777777;
}

h4.interview-title:hover {
    border: 2px dotted #4b92f5;
}

div.interview-box h5 {
    background: linear-gradient(90deg, #19448e, #89c3eb);
    font-size: 20px;
    color: white;
    margin-right: 2%;
    padding-left: 2%;
}

ul.comments1,
ul.comments2,
ul.comments3,
ul.comments4 {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 1%;
    font-weight: bold;
    color: #282828;
    border: 1px #a9a9a9 solid;
}

ul.comments1 {
    background-image: url(img/recruitindex/rec_image1.png);
}

ul.comments2 {
    background-image: url(img/recruitindex/rec_image2.png);
}

ul.comments3 {
    background-image: url(img/recruitindex/rec_image3.png);
}

ul.comments4 {
    background-image: url(img/recruitindex/rec_image4.png);
}

.comments1 li,
.comments2 li,
.comments3 li,
.comments4 li {
    list-style-type: none;
    margin-left: -30px;
}

.comments1 li h5,
.comments2 li h5,
.comments3 li h5,
.comments4 li h5 {
    margin-left: 0;
}

.comments1 div,
.comments2 div,
.comments3 div,
.comments4 div {
    margin-left: 1em;
}

.comments1 p,
.comments2 p,
.comments3 p,
.comments4 p {
    margin-top: 0;
    top: 0;
    vertical-align: top;
}

/*2021.11.2追加　求人情報のボタン*/
.recruit_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 5vh;
}

.recruit_wrap img {
    max-width: 100%;
}

.tab-label {
    background-color: #fff;
    color: #696969;
    border: 2px solid #d3d3d3;
    margin-right: 5px;
    padding: 3px 12px;
    order: -1;
    border-radius: 5px;
    max-width: 30%;
}

.tab-content {
    width: 85%;
    display: none;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    border: 3px solid #00bcd4;
    transform: scale(1.05);
}

.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

/* 社長インタビュー */
.interview__container>h1 {
    font-size: 1.4em;
    margin-bottom: 5%;
    padding: 3%;
    text-align: center;
}

/* recruit終わり */
/**/
.wrapper {
    padding-bottom: 20px;
}

.main {
    float: right;
    width: 690px;
}

.subpage #sub {
    float: left;
    width: 235px;
    overflow: hidden;
}

/*リンク*/
ul.link {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2.5%;
    justify-content: center;
}

ul.link li {
    list-style-type: none;
    margin-bottom: 1em;
    margin-right: 2em;
    text-decoration: none;
    background: #f7f7f7;
    color: #ff7c5c;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 500px;
    font-size: 120%;
    flex-grow: 1;
}

ul.link li:nth-child(2n) {
    border-left: solid 15px #fdd35c;
}

ul.link li:nth-child(2n+1) {
    border-left: solid 15px #82cddd;
}

ul.link li a {
    text-decoration: none;
    color: #696969;
    font-weight: bold;
    display: block;
    position: relative;
    padding: 0.5em 1em;
}

ul.link li:hover {
    animation: flash 3s;
}

.dummy {
    visibility: hidden;
}

@keyframes flash {
    0% {
        background: #f7f7f7;
    }

    10% {
        background: #ffffff;
    }

    100% {
        background: #f7f7f7;
    }
}

ul.link li:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

#addIcon ul.link li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    margin-right: 0.5em;
}

#linkwrap {
    margin-left: 2em;
}

/* リンクページのOmusubiアイコンの設定 */
.omusubi::before {
    content: '';/* 画像サイズが調整できないため、未指定とする */
    margin-right: 30px;
    background-image: url(./img/link/Omusubi-logo.png);
    width: 30px;/*画像の幅*/
    height: 32px;/*画像の高さ*/
    background-repeat: no-repeat;
    position:absolute;
  }

/*アクセスカウンター*/
#hpb-counter {
    /*border-top: 1px dotted #99e29a;
    border-bottom: 1px dotted #99e29a;*/
    padding-top: 0.5em;
    padding-bottom: 0.25em;
    padding-left: 1em;
}

/*sitemap*/
/*dl {
    width: 100%;
}*/

/*pressrelease*/
dl.pressrelease {
    margin-top: 0;
}

dl.pressrelease dt {
    /*padding-top: 10px;*/
    font-weight: bold;
    color: #696969;
}

dl.pressrelease dd {
    /*line-height:2;*/
    color: #4169e1;
    margin-left: 1em;
    margin-bottom: 1em;
    border-bottom: 1px #ccc solid;
    /*padding-left:1%;*/
}

dl.pressrelease dd a {
    color: #4169e1;
}

.pressrelease dt:before {
    content: '◆';
    color: #696969;
}


/*privacy*/
.privacy {
    background-color: #ffffff;
    padding-left: 1em;
    padding-bottom: 100px;
    max-width: 900px;
    margin: auto;
}

dl.privacy_sub {
    width: 100%;
}

dl.privacy_sub>dt {
    padding-left: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 110%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 8px solid #0cbcff;
    border-right: 8px solid #0cbcff;
    background-color: #f5f9fc;
    font-weight: bold;
}

dl.privacy_sub>dt:nth-child(n+2) {
    margin-top: 1em;
}

dl.privacy_sub>dd dt {
    font-weight: bold;
}

dl.privacy_sub>dd dt:nth-child(n+2) {
    margin-top: 1em;
}

dl.privacy_sub dd {
    margin-top: 1em;
    border-bottom: 1px dotted #cccccc;
    margin-left: 3%;
}

dl.privacy_sub>dd dd:last-child {
    border-style: none;
}

dl.privacy_sub ul,
dl.privacy_sub ol {
    margin-left: 0;
    padding-left: 0.75em;
}

dl.privacy_sub li {
    margin-bottom: 1.0em;
    border-bottom: 1px dotted #cccccc;
}

dl.privacy_sub ul li dl.privacy_sub ol li {
    margin-bottom: 1.0em;
    border-bottom: 1px dotted #cccccc;
}

dl.privacy_sub li:last-child {
    border-style: none;
    margin-bottom: 0px;
}


/*個人情報保護に関するお問い合わせ先*/
div.contactbox {
    padding: 1em;
    border: 1px solid black;
    max-width: 600px;
    margin: auto;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
}

div.contactbox dl {
    margin: 0;
    margin: auto;
}

div.contactbox dl dt {
    line-height: 200%;
    font-size: 100%;
    color: #468bf7;
    font-weight: bold;
    text-align: center;
}

div.contactbox dl dd {
    margin-left: 0.5em;
    margin-top: 0.25em;
    font-size: 90%;
}

div.contactbox dl .member {
    line-height: 100%;
    color: inherit;
    margin-top: 1.5em;
    border-bottom: 2px solid #0cbcff
}

article {
    margin-left: 2.5em;
    margin-bottom: 2.5em;
}

.productmove {
    margin-top: -130px;
    padding-top: 130px;
}

/* footer関係のスタイル定義　開始 */
footer {
    background-color: #b0c4de;
    background-image: url('subtle-grey.png');
    width: 100%;
    padding: 0 0;
    position: absolute;
    /*←絶対位置*/
    bottom: 0;
    /*下に固定*/
    left: 0;
    border-top: 2px solid #0865bf;
    clear: both;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid #0865bf;
}

footer ul li {
    text-align: center;
    color: white;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
    /*border-left: 1px #0865bf solid;*/
    width: 120px;
    flex-grow: 1;
    /*height:50px;
            line-height:50px;*/
}

footer ul li a {
    /*line-height: 50px;*/
    margin: 0.25em;
    /*padding-left: 0.5em;
                padding-right: 0.5em;*/
    display: block;
    /*text-decoration: none;*/
    border-radius: 5px;
    color: #0865bf;
    font-size: 85%;
}

footer ul li a:hover {
    border-radius: 5px;
    color: #fff;
}


footer .company-value {
    text-align: center;
    color: #0865bf;
}

footer p {
    text-align: center;
    color: #0865bf;
}

/* footer関係のスタイル定義　終了 */


/* OTHER関係のスタイル　開始*/
ul.other-list-flex {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    border: 1px #ccc solid;
    margin: 0.5em 0 0 0;
    padding: 0px;
    justify-content: center;
}

ul.other-list-flex li {
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    width: 125px;
}

ul.other-list-flex li img {
    width: 100%;
}

.columntitle {
    position: relative;
    text-align: center;
    border-style: none;
    font-weight: normal;
    font-size: 130%;
    border-top: 3px double #e6ce0a;
    border-bottom: 3px double #e6ce0a;
}

/*.columntitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.columntitle::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}*/