/*
Theme Name:  サンガリア社員ポータルサイト.
Author:  寺田哲也
Template:  blankslate
Version:  1.0
*/

/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="submit"],
textarea,
select {
    -webkit-appearance: none;
}
li {
	list-style-type: none;
}

/* all
-------------------------------------------------- */
html {
  font-size: 62.5%;
  font-size:10px;
  width: 100%;
  overflow-x: hidden;
}
/* 基準フォントを10pxにしてるのでremの記述の際に、1.6remとすれば16pxとなる。 */

body {
  margin: 0;
  overflow-wrap: break-word;
  word-break: normal;
}

a {
  -webkit-transition: all ease-in-out .5s;
          transition: all ease-in-out .5s;
}
a:focus, a:active, a:hover {
  outline: 0;
}

* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

/* clear
-------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/**//* my-setting
-------------------------------------------------- */

/* スクロールの有無によるレイアウトずれ防止 */
html {
 overflow-y:scroll;
}
/* ボーダー、余白、幅消し */
* {margin: 0;padding: 0;}
*, *:before, *:after {  -moz-box-sizing: border-box;  -webkit-box-sizing:border-box;  box-sizing: border-box;}
img {border: 0px; max-width: 100%; vertical-align: bottom; height: auto;}
/* フロート */
@media screen and (min-width: 768px) {
.row {display: flex; justify-content: space-between; flex-wrap: wrap;}
.pc {}
.sp {display:none;}
}
@media screen and (max-width: 767px) {
.pc {display:none;}
.sp {display:block;}
.row {display: block;}
}

/* 文字揃え */
.t_c {text-align: center!important;}
.t_l {text-align: left!important;}
.t_r {text-align: right!important;}

/* ----------------------------------------
* フォント設定
---------------------------------------- */
.red {color: #cd0000;}
.orange {color: #fa6300;}
.blue {color: #3c5dad;}
.green {color: #9ec111;}
.purple {color: #;}
.yellow {color: #;}

/* ----------------------------------------
* all
---------------------------------------- */
html {
}
body {
  color: #1c1c1c;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS PゴシックＭＳ Ｐゴシック",sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  width: 100%;
}

a {
  color: #222222;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  text-decoration: underline;
}
a img {
  opacity: 1;
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.75;
}
h2.midashi {
    margin: 1em 0;
    text-align: left;
}

#wpadminbar {
  display: none;
}

/* all display サイトチューニング
-------------------------------------------------- */
.wrap {
  width: 1080px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
.wrap.w_m {
  width: 940px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}
section {
  width: 100%;
}
.tel a {
  pointer-events: none;
}
#wpmem_login .link-text .link-text-register {
  display:none;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  width: 100%;
  min-width: 1020px;
  background: #fff;
}
#header .wrap {
  padding: 50px 60px 0;
}
#header #site-title {
  margin-bottom: 2em;
}
#header #site-title a {
  font-size: 2em;
  font-weight: bold;
}
#header ul.menu  {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .menu li {
  padding: 0.5em 1em;
  border-right: solid 1px #111;
  position: relative;
}
#header .menu li:first-child {
  border-left: solid 1px #111;
}
#header .menu li a {
  display:inline-block;
  position: relative;
}
#header .menu li a:before {
  content: '';
  display: block;
  background: #111;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition-duration: 0.3s;
}
#header .menu li a:hover::before,
#header .menu li.current-menu-item a:before {
  width: 100%;
  left: 0;
  transition-duration: 0.3s;
}
#header .menu li a:hover {
  text-decoration: none;
}
#header .menu li .sub-menu {
  display: none;
  position: absolute;
  z-index: 2;
}
#header .menu li:hover .sub-menu,
#header .menu li .sub-menu:hover {
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
  display: block;
  top: 100%;
  left: 0;
}
#header .menu li .sub-menu li {
  width: 250px;
  text-align: left;
  margin: 0;
  border: none;
}

/* ----------------------------------------
* footer
---------------------------------------- */

#footer {
  width: 100%;
  min-width: 1020px;
  padding: 2em 0;
}
#footer .footer-1 {
  background: #0780e9;
  position: relative;
  color: #fff;
}
#footer .footer-1 ul {
  padding: 30px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-1 ul li {
  font-size: 1.5rem;
}
#footer .footer-1 ul li a {
  color: #fff;
}
#footer .footer-1 ul li:first-child:after,#footer .footer-1 ul li:nth-child(2):after  {
  content: '|';
  margin: 0 1em;
}
#footer .footer-2 {
  padding: 20px 0;
}
#footer .footer-2 .copy {
  font-size: 1rem;
  margin: 1.7rem auto 0;
  line-height: 1;
}
#footer .sub_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
#footer .sub_menu li {
  padding-right: 1em;
  margin-right: 1em;
  border-right: solid 1px #999;
}
#footer .sub_menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
#footer .sub_menu li a {
  font-size: 0.75em;
}
.page_top {
  display: inline-block;
  width: 60px;
  position: fixed;
  bottom: 5px;
  left: 5px;
  opacity: 0;
  transition-duration: 0.5s;
}
.page_top.on {
  opacity: 1;
  transition-duration: 0.5s;
}

/* ----------------------------------------
* sp-floating-ban
---------------------------------------- */
#floating {
  display: none;
  height: 0;
  overflow: hidden;
}

/* ----------------------------------------
* content
---------------------------------------- */
#contents {
  width: 100%;
  min-width: 1020px;
  overflow: hidden;
  padding: 50px 0;
}
section {
  width: 100%;
}
section p {
  text-align: left;
}
p.login_status {
  text-align: right;
  margin-bottom: 20px;
}
.top_new_user {
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  padding: 50px 0;
}
.top_new_user a {
  text-decoration: underline;
}
#wpmem_restricted_msg {
  padding: 50px 0;
}
#wpmem_restricted_msg p {
  text-align: center;
  line-height: 2;
}
#wpmem_restricted_msg p a {
  text-decoration: underline;
  font-weight: bold;
}
#wpmem_login,
#wpmem_reg {
  text-align: center;
}
#wpmem_login .form,
#wpmem_reg .form {
  text-align: left;
  margin: auto;
}
#wpmem_login legend,
#wpmem_reg legend {
  margin-bottom: 30px!important;
}
#wpmem_login, #wpmem_msg,
#wpmem_reg, .wpmem_msg {
  width: 100%!important;
}
#wpmem_login .button_div,
#wpmem_reg .button_div {
  padding: 6px 0;
  text-align: left!important;
  width: 260px;
}
#wpmem_login input[type="submit"],
#wpmem_reg input[type="submit"] {
  -moz-box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  margin: auto;
  background: #f00;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 200px;
  height: 50px;
  cursor: pointer;
}
/* ----------------------------------------
* #news_area
---------------------------------------- */
#news_area {
  width: 100%;
  margin: 2em 0;
  border: solid 1px #999;
  padding: 2em;
  text-align: left;
}
#news_area h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
#news_area ul {
  text-align: left;
  height: 140px;
  overflow-y: auto;
}
#news_area li {
  display: flex;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
#news_area li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#news_area li .date {
  min-width: 130px;
  font-size: 0.8em;
  margin-right: 1em;
}
#news_area li .cont {

}
#news_area li .cont .ttl {
  font-weight: bold;
}
#news_area li .cont .txt {
  font-size: 0.8em;
}

#news_area li span.news { color:#ff5722; }
#news_area li span.system { color:#2196f3; }
#news_area li span.important { color:#f00; }
#news_area li span.pd_info { color:#4caf50; }
/* ----------------------------------------
* #order_form
---------------------------------------- */
#order_form {

}
#order_form p.desc {
  margin-bottom: 1em;
  color: #f00;
}
#order_form table {
  width: 100%;
  border-top: solid 1px #999;
  margin-bottom: 2em;
}
#order_form tr {
  border-bottom: solid 1px #999;
}
#order_form th {
  width: 23%;
  padding: 1.4em 1em 1em;
  vertical-align: top;
}
#order_form th .his {
  color: #ff6868;
  font-size: 0.8em;
  margin-left: 1em;
}
#order_form td {
  width: 73%;
  padding: 1em;
}
#order_form input[type="text"],
#order_form input[type="email"],
#order_form input[type="number"],
#order_form input[type="tel"],
#order_form input[type="date"],
#order_form textarea,
#order_form select {
  padding: 10px 15px;
  width: 100%;
  border: solid 1px #ccc;
}
#order_form input.disabled,
.total #total {
  background: #ededed;
  pointer-events: none;
}
#order_form input[type="date"] {
  max-width: 200px;
}
#order_form input.nouhin {
  border: 1px solid transparent;
  animation: blink 1.5s ease-in-out infinite;
}
#order_form input.nouhin:focus,
#order_form input.nouhin:not(:placeholder-shown) {
  /* animation: none;
  border-color: initial; */
}
#order_form input.no-animation {
  animation: none!important;
  border-color: initial;
}
@keyframes blink {
  0% {
    border-color: #ff6868;
  }
  50% {
    border-color:  #ccc;
  }
  100% {
    border-color: #ff6868;
  }
}
#order_form input.num,
#order_form .total input {
  padding: 5px;
  width: 10em;
  border: solid 1px #ccc;
  margin: 0 0.5em;
  text-align: center;
}
#order_form .open {
  background: #ff6868;
  border-radius: 5px;
  width: 80px;
  height: 25px;
  position: relative;
}
#order_form .open:before {
  content: '開く ▼';
  color: #fff;
  font-size: 0.8em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
#order_form .open.active {
  background: #0780e9;
}
#order_form .open.active:before {
  content: ' 閉じる ▲';
  color: #fff;
  font-size: 0.8em;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
#order_form .cat_ttl {
  font-size: 1.2em;
  font-weight: bold;
  padding: 2em 0 0.5em;
  border-bottom: solid 1px #ccc;
  text-align: left;
  position: relative;
}
#order_form ul.product {
  text-align: left;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.5s;
}
#order_form .open.active + ul.product,
#order_form ul.product.user,
#order_form .cat_ttl + ul.product {
  height: auto;
  opacity: 1;
  overflow: visible;
  transition-duration: 0.5s;
  padding-top: 15px;
}
#order_form ul.product li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ededed;
  position: relative;
}
#order_form ul.product li .genbutsu_block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5em;
}
#order_form ul.product li .genbutsu_block.hidden {
  display: none;
}
#order_form ul.product li .pd input:checked + label:before {
  content: '';
  display: block;
  background: #ff0;
  width: 100%;
  height: calc(100% + 10px);
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}
#order_form ul.product li .cs .txt,
#order_form ul.product li .gs .txt {
  font-size: 0.8em;
}
#order_form ul.product li .cs input,
#order_form ul.product li .gs input {
  background: #fff;
  padding: 5px;
  width: 5em;
  border: solid 1px #ccc;
  margin: 0 0.5em;
  pointer-events: none;
  text-align: center;
}
#order_form ul.product li.checked-pd .cs input,
#order_form ul.product li.checked-pd .gs input {
  pointer-events: auto;
}
#order_form ul.product li.discon {
}
#order_form ul.product li.discon .pd,
#order_form ul.product li.shortage .pd {
  pointer-events: none;
}
#order_form ul.product li.discon .pd input,
#order_form ul.product li.shortage .pd input {
  display:none;
}
#order_form ul.product li.discon .pd label,
#order_form ul.product li.shortage .pd label,
#order_form ul.product li .hosoku {
  color: #777;
}
#order_form ul.product li.discon .pd label:before {
  content: '終売';
  color: #f00;
  margin-right: 0.5em;
}
#order_form ul.product li.shortage .pd label:before {
  content: '欠品';
  color: #0029ff;
  margin-right: 0.5em;
}
#order_form ul.product li.discon .cs,
#order_form ul.product li.shortage .cs,
#order_form ul.product li.discon .genbutsu_block,
#order_form ul.product li.shortage .genbutsu_block {
  display:none;
}
#order_form tr.date input {
  max-width: 200px;
}
#order_form tr.date .caution {
  margin-left: 1em;
}
#selectedItems.hidden { display: none; }
#selectedItems {
  background: #fff;
  /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); */
  padding: 2em;
  border: solid 1px #999;
  /* position: fixed;
  bottom: 0;
  left: 0; */
  text-align: center;
  width: 100%;
}
#selectedItems .inner {
  width: 100%;
  margin: auto;
}
#selectedItems h3 {
  font-size: 1.2em;
  border-bottom: solid 1px #ccc;
  text-align: left;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  position: relative;
}
#selectedItems h3 span {
  font-size: 0.6em;
  color: #f00;
  position: absolute;
  right: 0;
  top: 10px;
}
#selectedItems .confirm_area {
  width: 100%;
  overflow: visible!important;
}
#selectedItems .confirms {
  background: #fff;
  display:flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #ccc;
}
#selectedItems .confirms .nums {
  width: 360px;
  display: flex;
  justify-content: flex-end;
}
#selectedItems .confirms #itemList {
}
#selectedItems .confirms #numList {
}
#selectedItems .confirms #itemList li,
#selectedItems .confirms #numList li,
#selectedItems .confirms #genList li {
  height: 2em;
}
#selectedItems .confirms .txt {
  font-size: 0.8em;
}
#selectedItems .confirms #itemList input {
  background: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px;
  width: 500px;
  border: none;
  pointer-events: none;
  text-align: left;
}
#selectedItems .confirms input[type="number"] {
  background: #fff;
  font-weight: bold;
  font-size: 1em;
  padding: 5px;
  width: 5em;
  border: none;
  border-bottom: solid 1px #ccc;
  margin: 0 0 0 0.5em;
  pointer-events: none;
  text-align: right;
}
#selectedItems .confirms input[type="number"].alert {
  background: #999;
  color: #f00;
  font-weight: normal;
}
#selectedItems .confirms .txt.alert {
  position:relative;
}
#selectedItems .confirms .txt.alert::before {
  content: '受付できない数量が入力されています。選択欄に戻り修正してください。';
  color: #f00;
  display: inline-block;
  width: 19em;
  position: absolute;
  top: -0.5em;
  right: 100%;
}
#selectedItems .total_area {
  background: #fff;
  display:flex;
  justify-content: flex-end;
  text-align: left;
  margin-bottom: 2em;
}
#selectedItems .total_area.stop input {
  visibility: hidden;
}
#selectedItems .total_area .pd p {
  font-weight: bold;
}
#order_form .total input {
  background: #ededed;
  padding: 5px;
  width: 5em;
  border: solid 1px #ccc;
  margin: 0 0.5em;
  pointer-events: none;
  text-align: center;
}
#order_form .check_area {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
#order_form .check_area input[type="checkbox"] {
  width: 20px;
  height: 20px:
}
#order_form .btn_area {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
#order_form .btn_area.stop {
  visibility: hidden;
}
#order_form .btn_area p {
  text-align: center;
}
#order_form .btn_area p .wpcf7-spinner {
  position: absolute;
  margin: 1em auto 0;
}
#order_form input[type="submit"],
#order_form button[type="submit"] {
  margin: auto;
  background: #f00;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 200px;
  height: 50px;
  cursor: pointer;
}
#order_form .wpcf7-submit:disabled {
    cursor: not-allowed;
    background: #ccc;
}
#order_form .required_area p.txt {
  text-align: center;
  color: #f00;
}
#order_form .required_area .required1.clear,
#order_form .required_area .required2.clear,
#order_form .required_area .required3.clear {
  display:none;
}
#order_form .wpcf7-acceptance {
  display: none;
}
#order_form .wpcf7-acceptance.check_ok {
  display: inline-block;
}
#order_form .success {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  padding: 5px;
  width: 100%;
  border: solid 1px #ff6868;
}
#order_form .success p {
  text-align: center;
}
#order_form .edit_comp {
  display: flex;
  justify-content: center;
  margin: 1em 0 2em;
  padding: 1em;
  width: 100%;
  border: solid 1px #ff6868;
}
#order_form .edit_comp p.success-message {
  margin-right: 2em;
  width: auto;
}
#order_form .edit_comp .backbtn {
  text-align: left;
  width: auto;
}
#order_form .edit_comp .backbtn a {
  margin: auto;
  display: inline-block;
  text-align: left;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}

#thanks {

}
#thanks p {
  margin: 2em auto;
}

#order_list {

}
#order_list .user_meta {
  margin: 3em 0 0;
  padding-bottom: 2em;
  border-bottom: dotted 1px #999;
  position: relative;
  min-height: 96px;
}
#order_list .user_meta h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  text-align: left;
}
#order_list .user_meta h3 {
  font-size: 1.em;
  margin-bottom: 1em;
  text-align: left;
}
#order_list .user_meta h2 span.s {
  font-size: 0.75em;
}
#order_list .user_meta p.tantou {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#order_list .user_meta p.txt_r {
  text-align: right;
}
#order_list .user_meta_simple {
  margin: 3em 0 0;
  position: relative;
}
#order_list .user_meta_simple .name {
  text-align: right;
}
#order_list .order_block {
  padding: 2em;
  margin: 3em 0 3em;
  border: solid 1px #ccc;
}
#order_list .order_block .denpyo {
  text-align: left;
  margin-bottom: 1em;
  padding-bottom: 1em;
  line-height: 1;
  border-bottom: solid 1px #999;
}
#order_list .order_block .denpyo span {
  font-size: 1.5em;
  font-weight: bold;
}
#order_list .order_block .day {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
#order_list .order_block .day .tekiyou {
  width: 100%;
  margin-top: 1em;
}
#order_list .order_block .tantou {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #ccc;
}
#order_list .order_block .tantou .manager span {
  font-size: 1.2em;
  font-weight: bold;
}
#order_list .order_block .day p.time span {
  font-size: 1.2em;
  font-weight: bold;
}
#order_list .order_block .day p.manager span {
  font-size: 1.2em;
  font-weight: bold;
}
#order_list .order_block .day .tekiyou span {
  font-size: 1.2em;
  font-weight: bold;
}
#order_list .order_block .okuri_cd span {
  font-size: 1.2em;
  font-weight: bold;
}
#order_list .order_block .order_status {
  width: 100%;
}
#order_list .order_block .order_status p {
  text-align: right;
}
#order_list .order_block .meta_area {
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ccc;
  position: relative;
}
#order_list .order_block .meta_area p {
  margin-bottom: 1em;
}
#order_list .order_block .meta_area p.name span,
#order_list .order_block .meta_area p.time span {
  font-size: 1.2em;
  font-weight: bold;
}
#order_list .order_block .meta_area .tantou {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#order_list .order_block .meta_area .kibou span {
  border-bottom: solid 1px #000;
}
#order_list .order_block .meta_area p a {
  text-decoration: underline;
}
#order_list .order_block .row {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: dotted 1px #ccc;
}
#order_list .order_block .nums {
  text-align: right;
}
#order_list .order_block .nums .num {
  margin-left: 1em;
}
#order_list .order_block .nums .num .data {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 0.5em;
  text-align: right;
  min-width: 2em;
}
#order_list .order_block .total_area p {
  text-align: right;
  font-weight: bold;
}
#order_list .order_block .post {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: solid 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
#order_list .order_block .post input {
  margin-left: 1em;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 120px;
  height: 40px;
  cursor: pointer;
}
#order_list .order_block .post input.kariden {
  border: solid 1px #999;
  color: #111;
  text-align: center;
  font-size: 1.2em;
  margin-left: 0;
}
#order_list .order_block .post input.comp {
  background: #ff6868;
}
#order_list .order_block .post input.stop {
  background: #9d68ff;
}
#order_list .order_block .post input.check {
  background: #0780e9;
}
#order_list .order_block .post input.back,
#order_list .order_block .post button.back,
#order_list .order_block .post .back a {
  margin-left: 1em;
  color: #fff;
  border-radius: 5px;
  border: none;
  width: 120px;
  height: 40px;
  cursor: pointer;
  background: #666;
}
#order_list .order_block .post .back a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
}
#order_list .order_block .post p.ok,
#order_list .order_block .order_status p.no {
  color: #f00;
  font-size: 1.2em;
  text-align: right;
}
#order_list .order_block.order_comp,
#order_list .order_block.order_check {
  background: #eee;
  position: relative;
}
#order_list .order_block.order_comp::after {
  content: '';
  display: block;
  background: url(img/order-comp-stomp.png) no-repeat center center;
  background-size: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.2;
}
#order_list .order_block.order_stop {
  background: #e5d7ff;
}
#order_list .order_block.order_back {
  background: #f0ffd7;
  position: relative;
}
#order_list .order_block.order_back:after {
  content: '※仮伝No修正中';
  display:inline-block;
  color: #f00;
  position: absolute;
  left: 2em;
  bottom: 2em;
}

#partner_boxes {
  display: flex;
  flex-wrap: wrap;
}
#partner_boxes .box {
  width: calc(100% / 3);
  padding: 0.5em;
}
#partner_boxes .box.w100 {
  width: 100%;
}
#partner_boxes .box .inner {
  padding: 1em;
  border: dotted 1px #ccc;
  height: 100%;
}
#partner_boxes .box p {
  border-bottom: solid 1px #eee;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
#partner_boxes .box p:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#partner_boxes .box .delete_btn {
    text-align: right;
}
#partner_boxes .box p.link {
  text-align: right;
}
#partner_boxes .box p.link a {
  color: #4285f4;
  text-decoration: underline;
}
#partner_boxes .box button.delete {
    background: none;
    border: none;
    color: #f00;
    font-size: 1.6rem;
    text-decoration: underline;
    cursor: pointer;
}
#partner_boxes .box span.l {
  min-width: 5em;
  display: inline-block;
  font-size: 0.9em;
}
#partner_boxes .box.w100 span.l {
  min-width: 8.5em;
}
#partner_boxes .box span.r {
  font-size: 1.1em;
}
#partner_boxes .box li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ddd;
}
#partner_boxes .box li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#data {
  margin: 2em auto;
}
#data .wrap {
  width: 1280px;
}
#data table {
  border-top: solid 1px #111;
}
#data table tr {
  border-bottom: solid 1px #111;
}
#data table th,
#data table td {
  font-size: 0.75em;
  padding: 0.5em;
  text-align: left;
}

#kiyaku_area {
  text-align: left;
}
#kiyaku_area h2 {
  font-size: 2rem;
  margin-bottom: 0;
}
#kiyaku_area p {
  margin-bottom: 2em;
}
#kiyaku_area ol {
  padding: 0 0 1em 2em;
}
#kiyaku_area li {
  list-style: disc;
  margin-bottom: 1em;
}

.manual_list {
  text-align: left;
}
.manual_list li {
  list-style-type: auto;
  line-height: 2;
}
.manual_list li a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  /* ----------------------------------------
  * レスポンシブ
  ---------------------------------------- */

    body {
      color: #1c1c1c;
      text-align: center;
      font-size: 1.6em;
      line-height: 1.5;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS PゴシックＭＳ Ｐゴシック",sans-serif;
      letter-spacing: 0em;
      width: 100%;
      overflow: hidden;
    }
    /* phone */
    /* all display サイトチューニング
    -------------------------------------------------- */
    .wrap,
    .wrap.w_m {
      max-width: 750px;
      width: 100%;
      padding: 0 5%;
      box-sizing: border-box;
      margin: 0 auto;
      *zoom: 1;
    }

    /* ----------------------------------------
    * SP-header
    ---------------------------------------- */
    #header {
      width: 100%;
      min-width: 100%;
      background: #fff;
      position: relative;
    }
    #header .wrap {
    padding: 30px 4vw 0;
    }
    #header.active:before {
      content: '';
      background: rgba(0,0,0,0.5);
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
    }
    #header #menu {
      background: #fff;
      text-align: left;
      box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.2);
      width: 90%;
      height: 100vh;
      transition-duration: 0.5s;
      position: fixed;
      top: 70px;
      right: -100%;
      z-index: 2;
    }
    #header.active #menu {
      right: 0;
    }
    #header #menu .menu_head p {
      font-size: 1.2em;
      font-weight: bold;
      padding: 20px;
      border-bottom: solid 1px #111;
    }
    #header ul.menu  {
      display: block;
      padding: 20px;
    }
    #header .menu li {
      padding: 0 0 1em;
      margin: 0 0 1em;
      border: none;
      border-bottom: dotted 1px #111;
    }
    #header .menu li:first-child {
      border-left: none;
    }
    #header .menu li:last-child {
      padding: 0 0 1em;
      margin: 0;
      border: none;
      border-bottom: dotted 1px #111;
    }
    #header .menu li:before {
      content: none;
      display: none;
    }

    /*==================================================
　   5-2-8 3本線が横方向に回転して×に
    ===================================*/

    /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
    .menu_btn {
      position: fixed;
      top: 10px;
      right: 4vw;
      z-index: 3;
    }
    .openbtn {
      position: relative;/*ボタン内側の基点となるためrelativeを指定*/
      background:#111;
      cursor: pointer;
      width: 50px;
      height:50px;
      border-radius: 5px;
    }

    /*ボタン内側*/
    .openbtn .openbtn-area{
      transition: all .6s;/*アニメーションの設定*/
      width:50px;
      height:50px;
    }

    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        width: 45%;
      }

    .openbtn span:nth-of-type(1) {
      top:15px;
    }

    .openbtn span:nth-of-type(2) {
      top:23px;
    }

    .openbtn span:nth-of-type(3) {
      top:31px;
    }

    /*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
    .openbtn.active .openbtn-area{
      transform: rotate(360deg);
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
            transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
      opacity: 0;
    }

    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    /* ----------------------------------------
    * sp-footer
    ---------------------------------------- */

    #footer {
      width: 100%;
      min-width: 100%;
    }
    #footer .footer-1 {
      background: #0780e9;
      position: relative;
      color: #fff;
    }
    #footer .footer-1 ul {
      padding: 10px 0 24px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #footer .footer-1 ul li {
      font-size: 1.2rem;
    }
    #footer .footer-1 ul li a {
      color: #fff;
      text-decoration: none;
    }
    #footer .footer-1 ul li:after {
      content: '|';
      margin: 0 0.5em;
    }
    #footer .footer-1 ul li:last-child:after {
      content: '';
      display: none;
    }
    #footer .footer-2 {
      padding: 20px 0 30px;
    }
    #footer .footer-2 .logo {

    }
    #footer .footer-2 .copy {
      font-size: 1rem;
      margin: 17px auto 0;
      line-height: 1;
    }

    /* ----------------------------------------
    * sp-content
    ---------------------------------------- */
    #contents {
      min-width: 100%;
      position: relative;
      padding: 25px 0;
    }
    section {
      width: 100%;
    }
    section p {
      text-align: left;
    }
    section input {
      font-size: 16px;
    }

    /* ----------------------------------------
    * CV
    ---------------------------------------- */
    .cv_area {
      text-align: center;
    }

    /* ----------------------------------------
    * news_area
    ---------------------------------------- */

    #news_area {
      width: 100%;
      margin: 1em 0;
      padding: 1.5em 1em 1em;
    }
    #news_area h3 {
      margin-bottom: 0.5em;
    }
    #news_area ul {
      height: 200px;
      overflow-y: auto;
    }
    #news_area li {
      display: block;
    }

    /* ----------------------------------------
    * order_form
    ---------------------------------------- */
    #order_form table {
      border-bottom: solid 1px #999;
    }
    #order_form th {
      width: 100%;
      display: block;
      padding: 1em;
      text-align: left;
      vertical-align: top;
    }
    #order_form td {
      width: 100%;
      display: block;
      padding: 0 1em 1em;
    }
    #order_form ul.product li {
      display: block;
      justify-content: space-between;
      padding-bottom: 1em;
      margin-bottom: 1em;
      border-bottom: solid 1px #ededed;
      position: relative;
    }
    #order_form ul.product li .cs {
      margin-top: 1em;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
    #order_form ul.product li .gs {
      margin-top: 0.2em;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
    #order_form ul.product li .cs input, #order_form ul.product li .gs input {
      padding: 2px 3px;
      width: 4em;
    }
    #order_form tr.date .caution {
      display: block;
      margin: 0.5em 0 0;
    }
    #selectedItems {
      padding: 2em 4vw;
      border: none;
    }
    #selectedItems h3 {
      position: static;
    }
    #selectedItems h3 span {
      display: block;
      font-size: 0.6em;
      color: #f00;
      position: static;
      text-align: right;
      margin-top: 0.5em;
    }
    #selectedItems .inner {
      width: 100%;
      margin: auto;
    }
    #selectedItems .confirm_area {
      width: 100%;
      overflow: auto!important;
    }
    #selectedItems .confirms {
      width: 830px;
      min-height: 110px;
      justify-content: flex-start;
    }
    #selectedItems .confirms #itemList {
      width: auto;
    }
    #selectedItems .confirms .nums {
      width: auto;
      display: flex;
      justify-content: flex-start;
    }
    #selectedItems .confirms #itemList,
    #selectedItems .confirms #numList {
      margin-right: 1em;
    }
    #selectedItems .confirms #itemList li,
    #selectedItems .confirms #numList li,
    #selectedItems .confirms #genList li {
      height: 2.5em;
    }
    #selectedItems .total_area {
      margin: 1em 0 2em;
    }

    #order_list .order_block .meta_area .tantou {
      position: static;
      text-align: left;
    }
    #partner_boxes .box {
      width: 100%;
      padding: 1em;
    }

}
