/*
Theme Name: system Child
Template: system
Version: 20170614
*/
body{
    position: relative;
}
.disno{
    display:none;
}
a ,a img,input{
    outline:none;
}
a:hover {
    color: #4682b4;
}
.tml{
    margin: auto;
}
h1.entry-title{
    margin-top:5px;
}
/*
.entry-title, .post .entry-title{
font-weight:400;
}
h1.entry-title{
padding:3px 8px;
border-bottom: 1px solid #CDCDCD;
    box-shadow: 0 1px 0 #FFFFFF;
    -moz-box-shadow: 0 1px 0 #FFFFFF;
    -webkit-box-shadow: 0 1px 0 #FFFFFF;
    position: relative;
    text-shadow: 0 1px #FFFFFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: rgb(248,248,248);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(232,232,232,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(232,232,232,1)));
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(232,232,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
}
*/
/*20250213*/
ul.cat-ul{
    display: block;
    list-style: none;
    clear: both;
}
ul.cat-ul li{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.cat-ul label {
    color: #EE848C;
}
ul.cat-ul li label {
    height: 28px;
    line-height: 28px;
    display: block;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px #887766 solid;
    position: relative;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    padding: 0 8px;
    min-width: 60px;
    box-sizing: border-box;
}
ul.cat-ul li input:checked+label ,
ul.cat-ul li input[type=checkbox]:checked+label {
    color: #fff;
    background-color: #EE848C;
    border: transparent 1px solid;
}

#stock-data{
    padding:10px;
    background:#fff;
    overflow-y:auto;
}
.post table.form{
    max-width:100%;
    overflow-x:hidden;
}
.post table tr td.contents{
    max-width:80%;
}
.post table tr td.td-center{
    text-align: center;
}
.post table tr.alert th, .post table tr.alert td {
    background: pink !important;
}
.post table tr.check th, .post table tr.check td {
    background: #ff9;
}
.post table tr.check-2 th, .post table tr.check-2 td {
    background: rgba(153, 182, 255, 0.6);
}

.post table tr.check.or th, .post table tr.check.or td {
    background: rgba(255,165,0,0.6);
}
.post table tr.check.green th, .post table tr.check.green td {
    background: rgba(0,128,0,0.4);
}

.post table tr td.pop-shop{
    position: relative;
}
.post table tr td.pop-shop::before {
    content: '';
    border: 3px solid #63b201;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border-radius: 3px;
    background: url(icon/check2.png);
    background-repeat: no-repeat;
    background-size: 35% auto;
    background-position: right bottom;
}

#select{
    box-sizing:border-box;
    max-width:100%;
    display: block;
    clear: both;
}
.ms-parent{
    max-width:100%;
}
.ms-drop.bottom ul{
    overflow-x:hidden;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
table tr td{
    padding:8px 4px;
}
#side .st-aside ul li ,#side .logo{
    background:rgb(54,54,54);
    color:#fff;
    border-bottom:1px rgb(100,100,100) solid;
}
#side .st-aside ul li:hover {
    background:orange;
}
#side .st-aside ul li a{
    color:#fff;
    text-decoration:none;
    padding:20px 15px 20px 15px;
    display:block;
    width:100%;
    box-sizing:border-box;
}
#side .logo{
    padding:20px 15px 20px 15px;
    background:#000;
}
#side .st-aside ul li ,#side .logo{
    font-size: 100%;
    line-height: 100%;
}
input[type="button"].default-type,
input[type="button"].submit-type,
form input[type="submit"] ,input[type="submit"]{
    text-align: center;
    font-size: 100%;
    font-weight: 200;
/*    margin-bottom: 10px;*/
    padding: 6px 22px;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    background-image: linear-gradient(#80aad2, #5971a1, #282961);
    border-radius: 7px;
    border:none;
    box-shadow: 1px 1px 1px #999;
    white-space:nowrap;
    box-sizing:border-box;
}
input[type="button"].submit-type{
    font-size: 85%;
    margin-bottom: 10px !important;
    padding: 6px 22px !important;
}
input[type="button"].default-type{
    font-size: 85%;
    font-size: 110%;
    /*padding: 6px 22px !important;*/
    padding: 10px 22px !important;
}

.mail-form-box input[type="submit"],
.flex-start input[type="submit"]{
    padding: 6px 8px;
    min-width:50px;
}
input:not([type=checkbox]):not([type=submit]):not([type=radio]), textarea, select {
    max-width: 100%;
}
#content input[type="text"].data-change{
    max-width:150px;
}
.post select,select,input.input-normal,.post input, .post textarea,input,textarea{
    border: 1px solid #bbb;
    border-radius:3px;
    max-width:100%;
}
.st-post select.wid-auto,
.post select.wid-auto{
    width:auto;
}
.post select,select,input.input-normal,.post input,input{
    white-space:nowrap;
}
.mail-form-box input[type="reset"],.mail-form-box input.reset_b,
.form-box input[type="reset"],.form-box input.reset_b,
.form-box input[type="button"],input[type="button"].d_bt,.button-image
 {
    width:auto !important;
    text-align: center;
    font-size: 100%;
    font-weight: 200;
    padding: 6px 8px !important;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    background-image: linear-gradient(#ff0019, #c01c20);
    border-radius: 7px;
    border: none;
    box-shadow: 1px 1px 1px #999;
}
.button-image{
    display:inline-block;
}
input[type="button"].button-image{
    border: none;
}
input[type="button"].red_bt,.button-image.red_bt{
    color:#fff;
    background-image: linear-gradient(#ff0019, #c01c20);
}
input[type="button"].green_bt,.button-image.green_bt{
    color:#fff;
    background: linear-gradient(#63b201, #408701);
}
.post input[type="button"].wid-auto{
    width: auto;
    padding: 5px 12px;
    border-radius: 6px;
}
input[type="button"].blue_bt,.button-image.blue_bt{
    color:#fff;
    background: linear-gradient(#80aad2, #5971a1, #282961);
}
input[type="button"].orange_bt{
    color:#fff;
    background: orange;
}

input[type="button"].widauto{
    width:auto !important;
}
.detail-box{
    padding:15px 10px 5px;
    background:#fff;
    overflow-y:auto;
    text-align:center;
    margin:2px;
}
.post input[type="text"].max-wid200px,
input[type="text"].max-wid200px{
    max-width:200px;
}
.post input[type="text"].max-wid150px,
input[type="text"].max-wid150px{
    max-width:150px;
}
.post input[type="text"].max-wid100px,
input[type="text"].max-wid100px{
    max-width:100px;
}

/*label*/
label.design-label {
    display: block;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px #887766 solid;
    position: relative;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    padding: 2px 3px 1px;
    box-sizing: border-box;
}
input[type=checkbox]:checked+label.design-label,
input[type=radio]:checked+label.design-label {
    color: #fff;
    background-color: orange;
    border: transparent 1px solid;
}
/*吹き出し*/
.cursp{
    cursor:pointer;
}
.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e0edff;
    border-radius: 15px;
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
}
.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  margin: 0.5em 35px 0.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  border-right:none;
  box-sizing: border-box;
  z-index:9;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}
.balloon2-right span,
.balloon2-right p {
  margin: 0;
  padding: 0;
}
.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -64px;
  margin-top: -32px;
  border: 32px solid transparent;
  border-left: 32px solid #FFF;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  margin-top: -35px;
  border: 35px solid transparent;
  border-left: 35px solid #555;
  z-index: 1;
}
.balloon2-right.comp {
  background:skyblue;
  color:#fff;
  border: solid 3px skyblue;
  border-right:none;
}
.balloon2-right.comp:before {
  border-left: 32px solid skyblue;
}
.balloon2-right.comp:after {
  border-left: 35px solid skyblue;
}
.balloon2-right.select {
  border: solid 3px orange;
  border-right:none;
}
.balloon2-right.select:after {
  border-left: 35px solid orange;
}

.mgb5{
    margin-bottom: 5px;
}
.mgl10{
    margin-left: 10px;
}
.mgr10{
    margin-right: 10px;
}
.mgr20{
    margin-right: 20px;
}

.form-box input[type="button"].clb{
    background-image: linear-gradient(#80aad2, #5971a1, #282961);
}
.form-box input[type="button"].clg{
    background: linear-gradient(#63b201, #408701);
}
.satei-mail-form input:not([type=checkbox]):not([type=radio]):not([type=submit]), .satei-mail-form select,select.auto-size {
    display:block;
    width: auto;
    clear:both;
    margin-bottom:10px;
    max-height:36px;
}
.exp-box{
    display:block;
    font-size:90%;
}
.auto-size{
    width: auto;
    white-space:nowrap;
}
.wid-fit{
    width: fit-content;
} 
.ofh{
    overflow:hidden;
}
.wp-core-ui .quicktags-toolbar input.button.button-small{
    display:inline-block;
    width:auto;
}
.satei-mail-form input[type="text"].input-title{
    width:100% !important;
}
.satei-title,.template-h2,.mail-h2,.kihon-h2,h2{
/*
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
*/
    color:#fff;
/*background-image: linear-gradient(#81cded, #70bfed, #5db1e9);*/
    background: #258de0;
    border:none;
}
h2.ws-n-h2{
    word-break: break-all;
}
h2.mail-h2,h2.kihon-h2{
    margin-top:0;
}
hr.noborder{
    border:none;
    width:100%;
    margin:5px 0;
    clear:both;
}
.scroll-auto{
    overflow:auto;
    max-height: 90vh;
    height:100%;
    max-width:100%;
    z-index: 3;
}
.scroll-x{
    overflow-x:auto;
}
.zind2{
    z-index:2;
}
.zind999{
    z-index:999;
}
.post table tr th,
.post table tr td{
    vertical-align:middle;
}
.kihon_table{
    width:100%;
    max-width:100%;
}
.kihon_table.wide-table{
    width:auto;
    max-width:500%;
    min-width:100%;
}
.post table.wid-auto{
    width:auto;
}
.kihon_table.wide-table thead{
    z-index: 1;
    background:#fff;
}
.kihon_table.wide-table tbody {
}
.kihon_table.wide-table th,
.kihon_table.wide-table td{
    min-width:40px;
}
.sticky_table thead th {
    /* 縦スクロール時に固定する */
    background:#fff;
    background: #fcf9f3;

    position: -webkit-sticky;
    position: sticky;
    top: 0;
  /* tbody内のセルより手前に表示する */
    z-index: 1;
}
.post table.mgb0{
    margin-bottom:0px;
}
.kihon_table.border{
    border-top:1px solid #999;
    border-right:1px solid #999;
}

.kihon_table.layout-fixed{
    table-layout:fixed;
}
.kihon_table.layout-fixed th.wid30p{
    width:30%;
}
table tr th{
    text-align:center;
}
table tr.comp,
.post table tr.comp{
    background:#ffc !important;
}
table tr th.wid30{
    width:30px;
}
table tr th.wid50{
    width:50px;
}
table tr th.wid60{
    width:60px;
}
table tr th.wid70{
    width:70px;
}
table tr th.wid80{
    width:80px;
}
table tr th.wid90{
    width:90px;
}

table tr th.mwid50{
    max-width:50px;
}
table tr th.mwid100{
    max-width:100px;
}
.post table tr.draft:nth-child(even),
table tr.draft{
/*background: rgba(255 ,192 ,203, 0.8);*/
}
.post table tr.complete:nth-child(even),
table tr.complete{
    background: #ffa;
}

.satei-table,.satei-table tr, .satei-table th, .satei-table td,
.noborder,.noborder tr,.noborder th,.noborder td
{
    border:none;
}
.satei-table th, .satei-table td{
    font-size:16px;
    padding:7px 20px;
    min-width:80px;
}
.fa-refresh,
.fa-trash{
cursor:pointer;
font-size:22px;
}
/*ul*/
ul.title,
ul.content{
list-style:none;
}
ul.title li{
width:30%;
text-align:center;
background:#ccc;
border:1px solid #888;
border-radius:8px;
box-sizing:bordre-box;
padding:8px 1px;
cursor:pointer;
}
ul.title li.select{
background:orange;
color:#fff;
border:1px solid orange;
}
ul.title li.none{
border:none;
padding:0;
}
/*flex*/
.flex-start{
display:flex;
flex-wrap:wrap;
justify-content:flex-start;
align-items:center;
align-content: flex-start;
padding:0;
}
.flex-between{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
align-content: space-between;
padding:0;
}
.flex-between.nowrap{
flex-wrap:nowrap;
}
.flex-between.center{
align-items: center;
}
.flex-between.start{
align-items: start;
}
.flex-around{
display:flex;
flex-wrap:wrap;
justify-content:space-around;
align-items:flex-start;
align-content: space-between;
padding:0;
}
.flex-between.nowrap,
.flex-center.nowrap{
flex-wrap:nowrap;
}
.flex-center{
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:flex-start;
align-content: space-between;
padding:0;
}

.mgt10{
    margin-top:10px;
}
.mgt20{
    margin-top:20px;
}
.mgt30{
    margin-top:30px;
}
.mgt40{
    margin-top:40px;
}
.mgt50{
    margin-top:50px;
}

.mgb10{
    margin-bottom:10px;
}
.mgb20{
    margin-bottom:20px;
}
.mgb30{
    margin-bottom:30px;
}
.mgb40{
    margin-bottom:40px;
}
.mgb50{
    margin-bottom:50px;
}

.mgl20{
    margin-left:20px;
}

.mail-form-box,.flex-start{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
/*width:auto;*/
    max-width:100%;
}
#gazou-wide{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding-right:10px;
}
#gazou-wide #st-menubox{
    margin-left:auto;
}
.main-logo{
    padding:10px 20px;
    background:#888;
    color:#fff;
}
.main-logo a{
    color:#fff;
    text-decoration:none;
}
.main-logo img{
    max-width:26px;
    margin-right:6px;
}
.post table.kihon_table tr td,
table.kihon_table tr td{
    vertical-align:middle;
}
.post table.noborder,
.post table.noborder tr,
.post table.noborder tr th,
.post table.noborder tr td
 {
    border:none;
}
.post table.noborder tr{
    border-bottom:1px solid #999;
}
.side-fixed-scan.right-type{
    width: auto;
    white-space:nowrap;
    writing-mode: vertical-rl;
    box-sizing:border-box;
    position:fixed;
    right:0;
    top:50%;
    z-index:999;
    background: rgba(66,181,247,0.7);
    color: #fff;
    padding:12px 3px;
    cursor: pointer;
    border-radius: 15px 0 0 15px;
}
.side-fixed-scan.left-type{
    max-width: 30px;
    white-space:nowrap;
    writing-mode: vertical-rl;
    box-sizing:border-box;
    position:fixed;
    left:0;
    top:50%;
    z-index:999;
    background: rgba(66,181,247,0.7);
    color: #fff;
    padding:12px 4px 12px 2px;
    cursor: pointer;
    border-radius:0 15px 15px 0;
}
.footer-fixed-menu{
    width:100%;
    box-sizing:border-box;
    position:fixed;
    left:0;
    bottom:0;
    z-index:999;
    background:url(icon/special-photo-bg.png) rgba(0,0,0,0.5);
    color: #fff;
    padding:4px 10px;
    cursor: pointer;
}
.footer-fixed-menu ul{
    width:100%;
    list-style:none;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
}
.footer-fixed-menu ul li{
    width:25%;
    box-sizing:border-box;
    padding:2px;
    text-align:center;
}
.footer-fixed-menu ul li.select{
    background:rgba(255,165,0,0.7);
}
.footer-fixed-menu ul li a{
    display:block;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    color:#fff;
    text-decoration:none;
}
.data-box-in{
    background:#fff;
    padding:10px;
    overflow-y:auto;
}
.lity-container{
    min-width:300px;
    margin:auto;
}
.lity-iframe-container iframe{
}
.lity-iframe-container{
    min-height: 90vh;
}

#page-top{
    bottom:55px;
}
#page-top a{
    background:#888;
}
.text-content br{
    display:none;
}
.profile_tabs,.post .profile_tabs{
    list-style:none;
}
a.edit,a.did{
    text-align: center;
    font-size: 100%;
    font-weight: 200;
    margin-bottom: 10px;
    padding: 4px 18px;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    background-image: linear-gradient(#80aad2, #5971a1, #282961);
    border-radius: 7px;
    border:none;
    box-shadow: 1px 1px 1px #999;
    cursor:pointer;
}
a.edit{
    margin-right:10px;
}
a.did{
    background: linear-gradient(#ff0019, #c01c20);
}
.post table tr td.center-td{
    text-align:center;
}
.henshin-sumi,.temp-file,.req-span,.code-span{
    white-space:nowrap;
    display:block;
    text-align: center;
    font-size: 80%;
    font-weight: 200;
    margin-bottom: 10px;
    margin-left:0;
    padding: 4px 6px;
    color: #fff;
    text-shadow: 1px 1px 1px #999;
    background: linear-gradient(#ff0019, #c01c20);
    border-radius: 7px;
    border:none;
    box-shadow: 1px 1px 1px #999;
}
.req-span{
    max-width:30px;
}
.req-span.fl-right{
    float:right;
}
.code-span{
    background: linear-gradient(#63b201, #408701);
}
.fs20{
    font-size:20px;
}
.temp-file{
    display:inline-block;
    background-image: linear-gradient(#80aad2, #5971a1, #282961);
}
a.temp-file{
    text-decoration:none;
}
a.temp-file:hover{
    color:orange;
}
/*manual*/
.toggleopen{
    cursor:pointer;
}
.faq_box .fa, #result_faq .fa {
    margin-right: 6px;
    vertical-align: bottom;
    font-size: 200%;
    color: orange;
}
.faq_box .ans, #result_faq .ans {
    font-weight: bold;
    font-size: 120%;
    color: #fff;
    background: #4682b4;
    padding: 0 5px;
    border-radius: 50%;
    margin-right: 6px;
    margin-right:100%;
    margin-bottom:10px;
    clear:right;
}
.qabox{
    padding-bottom:15px;
}
#side .st-aside .sub-menu{
    display:none;
}
.menu-item{
    position:relative;
}
.menu-item .fa{
    position:absolute;
    top:0;
    right:10px;
    padding:20px;
    font-size:120%;
    z-index:99;
    cursor:pointer;
}
.rotate90, .op:not(.qap) .fa{
    transform: rotateZ( 90deg );
}
.trigger .op .fa{
    transform: rotateZ(0);
}
.temp-file-box img{
    width:100px;
    vertical-align:bottom;
}
.img-frame{
    position:relative;
    display:inline-block;
    width:100px;
}
.img-frame .dele_bt{
    position:absolute;
    top:0;
    right:3px;
    color:red;
    font-weight:bold;
    cursor:pointer;
    z-index:1;
}
.ul-list li{
    cursor:pointer;
    border-bottom:1px dotted #999;
    margin-bottom:6px;
}
.scroll-y{
    overflow-y:auto;
    max-height:600px;
}
table tr td.nb-left{
    border-left:none;
}
table.item_list_table tr td{
    text-align:right;
}
table.kihon_table tr th a.tri{
    text-decoration:none;
    font-size:30px;
    display:inline-block;
    line-height:12px;
}
table.kihon_table tr th p.tri_p{
    margin-top:3px;
    margin-bottom:0;
    line-height:12px;
}
table.item_list_table tr td input{
    text-align:right;
    max-width:80px !important;
}
.post table tr td.center-td,table tr td.center-td{
    text-align:center;
}
.post table tr td.right-td,table tr td.right-td{
    text-align:right;
}
.post table tr td.wsnr,table tr td.wsnr{
    white-space:nowrap;
}
.post table tr td.wsr,table tr td.wsr{
    white-space:normal;
}

.post table tr td.fwb-td,table tr td.fwb-td{
    font-weight:bold;
}
.post table tr td.red-td,table tr td.red-td{
    color:red;
}
.product-ul li,.product_ul li{
    cursor:pointer;
}
.cid-span{
    display:inline-block;
    padding-left:8px;
    min-width:60px;
}
.front-nenu-ul{
    list-style:none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap:wrap;
}
.front-nenu-ul li{
    box-sizing:border-box;
    position:relative;
    width:24%;
    margin-right:1%;
    margin-bottom:10px;
    border: 2px solid #dd243d;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    position:relative;
    overflow:hidden;
}
.front-nenu-ul li > a {
    text-decoration:none;
    color:#555;
}
.front-nenu-ul li > a div{
position:absolute;
display:inline-block;
top: 50%;
left: 50%;
width:100%;
height:auto;
box-sizing:border-box;
padding:25% 3%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}
h2.front-title {
    color:#666;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    background:none;
    border:none;
}
.front-nenu-ul li .fa{
    font-size: 36px;
    color:#dd243d;
}
.front-nenu-ul li h3{
    border:none;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
}
p.fs13{
font-size: 13px;
}
.post table tr td.wid30,table tr td.wid30{
    width:30px;
}
.fa.cl-ccc{
    color:#ccc;
}
.fa.cl-red,.cl-red{
    color:red;
}
.fa.cl-orange,.cl-orange{
    color:orange;
}
.fs20{
    font-size:20px;
}
.curs-p{
    cursor:pointer;
}
ul.nagare_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    margin-bottom: 15px;
}
ul.nagare_ul li, ul.nagare_ul li:last-child {
    width: 22%;
    padding: 8px 1%;
    margin-bottom: 3px;
    background: #999;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    list-style:none;
}
ul.nagare_ul li.select {
    background: #0F84E3;
}
ul.nagare_ul,ul.nagare_contents{
    list-style:none;
}
ul.nagare_contents{
    padding:0;
}
ul.nagare_contents li,ul.nagare_contents li:last-child{
    padding-bottom:10px;
}
/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
.mail-form-box, .flex-start {
    flex-wrap:nowrap;
}
.mail-form-box select,.mail-form-box input[type="text"],
.flex-start select,.flex-start input[type="text"]{
    max-width:70%;
}
.mail-form-box input[type="text"].datep,
.mail-form-box input[type="text"].search-title{
    max-width:25%;
}
#check-box1{
    min-width:600px;
}
td.ws-nw{
    white-space:nowrap;
}
.post table tr td,table tr td{
    min-width:30px;
}
.post table tr td.tdmw80,table tr td.tdmw80{
    min-width:80px;
}
.post table tr td.tdmw100,table tr td.tdmw100{
    min-width:100px;
}
table tr th.wid250,table tr td.wid250{
    width:250px;
}
header .smanone ul.menu li a:hover {
    color: #4682b4;
}
#headbox {
    padding: 0;
}
#st-menubox{
    margin-bottom:0;
}
#content{
    max-width:100%;
    box-sizing:border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    overflow:hidden;
}
#side .st-aside ul li {
    background:rgb(54,54,54);
    color:#fff;
    border-bottom:1px rgb(100,100,100) solid;
}
#contentInner{
/*max-width:80%;
box-sizing:border-box;*/
    margin-right:0;
/*20181102下記コードで横幅制御できる*/
    overflow:hidden;
}
.st-main {
    margin-right: 10px;
}
.st-main article{
    min-height:100vh;
}
.lity-container{
    max-width:80%;
    margin:auto;
}
.front-nenu-ul li h3{
    margin-bottom:10px;
}
.kihon_table.wide-table th,
.kihon_table.wide-table td{
    white-space:nowrap;
}
}
/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960x) {


/*-- ここまで --*/
}
@media only screen and (min-width: 768px) {
table.kihon_table.border tr th:nth-child(2),
table.kihon_table.border tr th:nth-child(3)
{

}
table.kihon_table.border textarea{
    min-width:500px;
}
table.kihon_table.border.item_list_table textarea{
    min-width:200px;
}
}
@media only screen and (max-width: 768px) {
.front-nenu-ul{
    flex-wrap:wrap;
}
.front-nenu-ul li{
    position:relative;
    width:49%;
}
.front-nenu-ul li:nth-child(odd){
    margin-right:1%;
}
.mail-form-box, .flex-start{
    flex-wrap:wrap;
}
ul.nagare_ul li, ul.nagare_ul li:last-child {
    width: 47%;
}
}
/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {
.ad {
    padding-bottom: 0;
    margin: 0px;
}

/*-- ここまで --*/
}
@media only screen and (max-width: 600px) {
.post table.kihon_table{
    table-layout:fixed;
}
}
@media only screen and (max-width: 500px) {
#gazou-wide{
    padding-right:0;
    flex-wrap: wrap;
}
.main-logo{
    width:100%;
    box-sizing:border-box;
}
.top-search-box{
    width:100%;
    box-sizing:border-box;
}
#headbox {
    padding-bottom: 0;
}
}
@media only screen and (max-width: 300px) {
    .front-nenu-ul li{
        position:relative;
        width:100%;
        margin-right:0;
    }
}
