html{
  height:100%;
  overflow-y:scroll;
}
body {
  height:100%;
  font: 15px/1.231 'Lato', 'メイリオ', Meiryo, YuGothic, '游ゴシック', 'ＭＳ Ｐゴシック' ,sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height:1.7;
  letter-spacing: .04em;
  *font-size: small;
  *font: x-small;
  color:#000;
  -webkit-font-smoothing: antialiased;
  background: #f7f9fa;
}
@media all and (-ms-high-contrast:none){
  body{
    font-family: "メイリオ",Meiryo,'Lato', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック' ,sans-serif;
  }
}
*,
*:after,
*::before {
  box-sizing: border-box;
          word-break: break-all;
}
ul,ol {list-style: none;}
small {font-size: 86%;}

a {
  color: #269;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
a:hover {
  text-decoration: none;
}
img {
    vertical-align: bottom;
  transition: all 0.5s ease-out;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  @-moz-document url-prefix() {
    *{ font-feature-settings: "palt";}
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    *{ -webkit-font-feature-settings: "palt"; font-feature-settings: "palt";}
  }
}
/* reset css
 **************************************** */
input:focus,
select,
textarea,
button{
  outline: 0 !important;
}
.form-control:focus {
  box-shadow: none !important;
}

.mgn-btm15 {margin-bottom: 15px;}
.mgn-btm30 {margin-bottom: 30px;}
.float_right {
  float: right;
}
.pc-none {
  display: none;
}
.dis_none {
  display: none !important;
}
@media (max-width: 768px) {
  .none-sp {
    display: none;
  }
  .pc-none {
    display: inline-block;
  }
}

/* =====================================================================================

    COMMON

===================================================================================== */
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
.breadcrumb-wrap {
  background: #fff;
  color: #333;
  margin-bottom: 30px;
}
.breadcrumb-wrap .breadcrumb {
  font-size: 93%;
  padding: 10px 0;
  margin-bottom: 0;
  background-color: transparent;
}
.breadcrumb>li+li:before{
  content: ">";
  padding: 0 8px;
  color: #000;
}

.panel-body {
  padding: 40px;
  position: relative;
}

.form-horizontal .control-label {
  text-align: left;
  padding-top: 0;
}

.sub_text{
  font-weight: bold;
}
.thumbnail_colorbox {
  display: block;
}
.thumbnail_colorbox:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .thumbnail_colorbox:hover {
    opacity: 1;
  }
}
/* intro js
 **************************************** */
.introjs-skipbutton {
  display: none;
}
.introjs-donebutton {
  display: inline-block !important;
}

@media (max-width: 768px) {
  #app {
    padding-bottom: 68px;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breadcrumb-wrap {
    margin-bottom: 15px;
  }
  .breadcrumb-wrap .breadcrumb {
    font-size: 79%;
  }
}

/* sort-area
 **************************************** */
.sort-area {
  line-height: 35px;
}
.sort-area .btn {
  width: 100%;
  display: block;
}

.col-md-1-5,
.col-md-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.col-md-1-5 {
  width: 12.499999995%;
}
.col-md-2-5 {
  width: 20.833333325%;
}

/* btn-list
 **************************************** */
.btn {
  text-decoration: none;
  padding: 9px 20px;
  font-size: 93%;
  font-weight: bold;
  border-color: transparent;
}
.btn-sm {
  padding: 7px 15px;
}
.btn-xs {
  font-size: 79%;
  padding: 1px 10px;
}
.btn-default {
  border: 1px solid #cce0f5;
  color: #269;
}
.btn-primary {
  color: #fff;
  background: #8be; /* Old browsers */
  background: linear-gradient(to bottom, #8be 0%,#7ad 100%);
}
.btn-primary:hover,
.btn-primary:active:hover {
  background: #77b2ec; /* Old browsers */
  background: linear-gradient(to bottom, #77b2ec 0%,#5b93cc 100%);
  border-color: #4c85bf;
}
.btn-success {
  background-color: #55bb88;
}
.btn-success:hover {
  background-color: #449d44;
  border-color: #398439;
}
.btn-search {
  color: #fff;
  background: #fd9535; /* Old browsers */
  background: linear-gradient(to bottom, #fd9535 0%,#ec8424 100%);
}
.btn-search:hover {
  color: #fff;
  background: #f78822; /* Old browsers */
  background: linear-gradient(to bottom, #f78822 0%,#e2730d 100%);
}
.btn-reset{
  text-align: center;
  margin-bottom: 8px;
}
.btn-reset button{
  background: #d9534f;
  color: #fff;
}
.btn-group-lg>.btn, .btn-lg {
  padding: 10px 70px;
  border-radius: 3px;
}
.btn-edit {
  display: inline-block;
  float: right;
}
.btn-delete_selected {
  display: inline-block;
  font-size: 108%;
  margin-left: 10px;
}
.page-share .btn-add_file {
  float: right;
}
.btn-radio {
  width: 25px;
  height: 25px;
}
.btn-final .introjs-donebutton {
  color: #fff;
  border: none;
  font-size: 90%;
  font-weight: bold;
  text-shadow: none;
  background: #55bb88 !important;
  outline: none;
    text-decoration: none;
}
.btn-final .introjs-donebutton:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .btn-group-lg>.btn,
  .btn-lg {
    font-size: 107%;
  }
  .btn-lg {
    padding: 10px 40px;
  }
  .form-group .btn {
    margin-bottom: 5px;
  }
  .btn-edit {
    float: none;
    margin-top: 20px;
  }
  .btn-radio {
    width: 20px;
    height: 20px;
    margin-right: 4px !important;
  }
}

/* table
 **************************************** */
.motolist-table {
  background: #fff;
  border-top: 1px solid #cce0f5;
  border-bottom: 1px solid #cce0f5;
  word-break: break-all;
}
.motolist-table>thead {
  border-bottom: 1px solid #cce0f5;
}
.motolist-table .table_main_ttl{
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 60px);
  color: #269;
  font-size: 94%;
  font-weight: bold;
  text-decoration: underline;
}
.motolist-table .table_main_ttl:hover{
  cursor: pointer;
  color: #5b8;
}
.motolist-table .table_main_ttl a{
  text-decoration: underline;
}
.motolist-table .table_main_ttl a:hover{
  color: #5b8;
}
.motolist-table--check_box {
  text-align: center;
}
.motolist-table--check_box input {
  margin: 0 !important;
}
.thumbnail img {
  width: 100px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px;
  line-height: 1.42857143;
  border: none;
  vertical-align: middle;
}
.table-sm>tbody>tr>td, .table-sm>tbody>tr>th, .table-sm>tfoot>tr>td, .table-sm>tfoot>tr>th, .table-sm>thead>tr>td, .table-sm>thead>tr>th {
  padding: 20px 24px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f5f9fd;
}
.table-bordered {
    border: none;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
.table-bordered th,
.table-bordered td {
    border-top: 1px solid #eee !important;
}
.table-intable {
  border: 2px solid #cce0f5;
}
.table-intable th {
  font-weight: normal;
  font-size: 79%;
}
.td-image .fa {
  width: 100%;
  text-align: center;
  color: #269;
}
.th-id {
  white-space: nowrap;
}


/* .option-table */
.option-table {
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.option-table th {
  text-align: center;
  background: #f5f9fd;
}
.option-table td label:not(:last-child) {
  margin-right: 4px;
}

@media (min-width: 769px) {
  #motolist-side.collapse,
  .panel-search.collapse {
    display: block;
  }
}

@media (max-width: 768px) {
  .motolist-table thead {
    display: none;
  }
  .motolist-table>tbody>tr {
    display: block;
    padding: 10px;
    position: relative;
    margin: 4px 0;
    background-color: #f6f6f6;
  }
  .motolist-table>tbody>tr:first-child{
    margin-top: 0;
  }
  .motolist-table>tbody>tr:last-child{
    margin-bottom: 0;
  }
  .motolist-table tr.collapse {
    display: none;
  }
  .motolist-table tr.collapse>td {
    padding: 10px !important;
  }
  .motolist-table th,
  .motolist-table td {
    display: block;
    padding: 4px !important;
  }
  .motolist-table td[data-title]:before {
    content: attr(data-title);
  }
  .motolist-table .td-check {
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .motolist-table .td-image {
    float: left;
    width: 30%;
    text-align: center;
    margin-left: 0;
  }
  .motolist-table .td-name,
  .motolist-table .td-sm {
    margin-left: 32%;
  }
  .motolist-table .td-name {
    margin-bottom: 5px;
  }
  .motolist-table .td-sm {
    font-size: 85%;
    text-align: right;
  }
  .motolist-table .table_main_ttl{
    max-width: none;
  }
  .td-sm:last-child {
    padding-bottom: 30px !important;
  }
  .table-intable tr {
    font-size: 86%;
    margin: 1px;
  }
  tbody .motolist-table--check_box {
    display: table-cell !important;
    width: 30px;
  }
  .item_id {
    display: none !important;
  }

  /* motolist-table-check */
  .motolist-table-check tbody>tr,
  .motolist-table-check thead>tr {
    display: table-row;
  }
  .motolist-table-check th,
  .motolist-table-check td {
    padding: 12px 10px !important;
  }

  /* .option-table */
  .option-table th,
  .option-table td {
    display: block;
    padding: 10px !important;
  }
  .option-table .form-inline .form-control {
    display: inline-block;
  }

  /* date-picker */
  .bootstrap-datetimepicker-widget table th,
  .bootstrap-datetimepicker-widget table td {
    display: table-cell;
  }

}


/* form
 **************************************** */
input.form-control,
textarea.form-control,
select.form-control {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #cce0f5;
  border-radius: 4px;
  box-shadow: none;
  font-size: 89%;
}
textarea.form-control {
  max-width: 10vw;
  min-width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control::-ms-expand{
  display: none;
}
input[type="checkbox"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #cce0f5;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}

input[type="checkbox"].form-control:checked::before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0066cc;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 141%;
}
label input[type=checkbox],
label input[type=radio] {
  margin-top: 0;
}
.form-control.input-sm {
  height: 35px;
}
.motolist-select {
  position: relative;
}
.motolist-select::after {
  display: inline-block;
  font: 25px/44px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  content: "\f107";
  position: absolute;
  z-index: 10;
  top: 0;
  right: 10px;
  color: #269;
  pointer-events: none;
}
.motolist-select-sm::after {
  line-height: 35px;
}
.input-group > .form-control,
.input-group > .motolist-select {
}

.repeat-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.motolist-addrow button {
  font-size: 214%;
  border: none;
  background: none;
  color: #269;
  padding: 0;
}
@media (max-width: 768px) {
  textarea.form-control,
  select.form-control {
    padding: 10px;
  }
  input.form-control,
  select.form-control {
    margin-bottom: 2px;
  }
  select.form-control {
    padding: 0 32px 0 10px;
  }
  .motolist-addrow {
    float: right;
    padding-right: 25px;
  }
  input[type="file"] {
    width: 100%;
  }
  .repeat-table {
    display: block;
  }
  input[type="checkbox"].form-control {
    width: 20px;
    height: 20px;
  }
  input[type="checkbox"].form-control:checked::before {
    font-size: 111%;
  }
}
/* panel
 **************************************** */
.panel-image {
  border: 2px dashed #cce0f5;
  color: #0066cc;
}
.panel-image .panel-body {
  padding: 32px 40px;
}
.panel-image--sub_text {
  margin-bottom: 4px;
  font-size: 95%;
}
.panel-search {
  background-color: transparent;
  border-bottom: 1px solid #E6E8EB;
  border-radius: 0;
  box-shadow: none;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.panel-search .panel-body {
  padding: 0;
}
.form-group {
  padding: 0 5px;
  margin-bottom: 16px;
}
.form-group > div {
  padding: 0 10px;
}
.panel-search .btn {
  width: 100%;
}
@media (max-width: 768px) {
  .panel-body {
    padding: 10px;
  }
  .panel-image .panel-body {
    padding: 24px 16px;
  }
  .panel-image--sub_text {
    margin: 8px 0 4px;
  }
  .form-group {
    padding: 0 10px;
  }
  .form-group > div {
    padding: 0 5px;
  }
}

/* title
 **************************************** */
.section-title {
  color: #269;
  font-size: 114%;
  font-weight: bold;
  padding: 20px 0 15px;
}

/* icon
 **************************************** */
.unpublish {
  border: 1px solid #c00;
  font-size: 79%;
  padding: 0 3px;
  color: #c00;
}
.publish {
  border: 1px solid #0a1;
  font-size: 79%;
  padding: 0 3px;
  color: #0a1;
}
@media (max-width: 768px) {
  .unpublish {
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
  }
}

/* link
 **************************************** */
.link-edit-area {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  margin-left: 10px;
  transition: all 0.2s ease-out;
}
.link-edit-area .link-edit {
  margin-right: 5px;
  padding: 1px 10px;
  font-size: 93%;
}
#form_delete_selected .link-delete,
.link-edit-area .link-delete {
  font-size: 81%;
  border: none;
  color: #fff;
  background-color: #dc7774;
  text-decoration: none;
  padding: 2px 5px;
  border: 1px solid #dc7774;
  border-radius: 5px;
  font-weight: bold;
}
#form_delete_selected .link-delete:hover,
.link-edit-area .link-delete:hover {
  text-decoration: none;
  color: #d9534f;
  background-color: #fff;

}
.text-primary {
  background: #ddf1e7;
  padding: 2px 5px;
  margin: 3px;
}
@media (max-width: 768px) {
  .link-edit-area {
    margin-left: 0;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}

/* seletct-multiple
 **************************************** */
.ms-container .search-input {
  margin-bottom: 8px;

}

.update_text {
  display: block;
  margin-top: 8px;
  color: #559a77;
  font-size: 83%;
}
@media (max-width: 767px) {
  .update_text {
    margin-top: 4px;
  }
}

/* =====================================================================================

    LOGIN

===================================================================================== */
.page-auth-login,
.page-password,
.page-register {
  background: #407bb0 url(../../images/back.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: auto;
}
.login-pannel {
  width: 480px;
  margin: 100px auto 20px;
  color: #fff;
}
.page-register .login-pannel {
  width: 600px;
}
.login-form {
  text-align: center;
  background: rgba(255, 255, 255, .15);
  padding: 80px;
  margin-bottom: 10px;
  line-height: 1.7;
}
.login-form .form-group {
  margin-bottom: 20px;
}
.login-bland {
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 40px;
}
.login-pannel input.form-control {
  background: rgba(255, 255, 255, 1);
  border: none;
  height: 50px;
}
.login-pannel a {
  color: #ccc;
}

.login-form .message {
  border: 1px solid rgba(255, 255, 255, .8);
  padding: 20px 24px;
}
.login-form .message small {
  display: inline-block;
  line-height: 1.4;
  margin: 8px 0 0;
}
.page-auth-login input[type="checkbox"].form-control {
  height: 25px !important;
  border: 2px solid #cce0f5 !important;
}
.trial_suspend {
  color: #ff0202;
  font-size: 110%;
  background-color: #dedede;
  padding: 8px;
}

@media (max-width: 768px) {
  .login-pannel,
  .page-register .login-pannel {
    width: 95%;
    margin-top: 80px;
  }
  .login-bland {
    margin-bottom: 15px;
  }
  .login-bland svg {
    width: 180px;
  }
  .login-form {
    padding: 30px;
  }
}

/* register
 *************************************************** */
.register--textarea {
  margin: 0 0 30px;
}
.register--textarea h3 {
  margin: 0 0 8px;
  color: #e6dc37;
  font-size: 140%;
  font-weight: bold;
}
.page-register-welcome .label_register{
  margin-bottom: 6px;
}

/* iframe-register
*************************************************** */
.iframe_form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.iframe_form input {
  width: 460px;
  height: auto;
  margin-right: 8px;
  padding: 13px 20px;
  line-height: 16px;
  font-size: 100%;
}
.iframe_form button {
  width: 240px;
  padding: 14px 20px;
  line-height: 16px;
  font-size: 110%;
  background-color: #3489d6;
  border: none;
}
.iframe_form button:hover {
  background: #eca92f;
}
@media (max-width: 767px) {
  .iframe_form div {
    display: block;
  }
  .iframe_form input {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
  }
  .iframe_form button {
    display: block;
    width: 200px;
    padding: 14px 20px 12px;
    margin: 12px auto 0;
  }
}
/* page-password-email
 **************************************** */
.page-password-email p {
  margin-bottom: 8px;
}

/* =====================================================================================

    LAYOUT

===================================================================================== */

/* motolist-header
 **************************************** */
#motolist-header {
  background: #2e3f50 url(../../images/header.jpg) center;
  background-size: cover;
  margin-bottom: 0;
  border: none;
}
#motolist-header #app-navbar-collapse {
  position: relative;
  float: right;
}
#motolist-header .navbar-fieldgroup {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 150%;
  font-weight: bold;
}
.cls-1,
.cls-2 {
  fill: #fff;
}

.pagegroup-item .nav--contents .header--nav--btn,
.pagegroup-share .nav--share .header--nav--btn,
.page-userproducts .nav--products .header--nav--btn,
.pagegroup-management .nav--products .header--nav--btn,
.pagegroup-mypage .nav--mypage .header--nav--btn {
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  height: 60px;
}

#motolist-header .header--nav--btn {
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
#motolist-header .header--nav--btn:focus,
#motolist-header .header--nav--btn:hover {
  background: #485563;
}
#motolist-header .navbar-right i {
  margin-right: 3px;
}
.dropdown-menu a {
  text-decoration: none;
}
#download-link {
  margin-top: 10px;
  margin-right: 10px;
  display: none;
}
#download-link a {
  display: block;
}

/**/
.pagegroup-item .breadcrumb-wrap {
  background: #eee;
}
.pagegroup-item #motolist-header {
  background: #fff;
}
.pagegroup-item .cls-1 {
  fill: #407bb0;
}
.pagegroup-item .cls-2 {
  fill: #000;
}
.pagegroup-item .nav--contents .header--nav--btn {
  border-bottom: 2px solid #269;
}
.pagegroup-item #motolist-header .header--nav--btn {
  color: #269;
}
.pagegroup-item #motolist-header .header--nav--btn:focus,
.pagegroup-item #motolist-header .header--nav--btn:hover {
  background: #f7f9fa;
}
@media (max-width: 768px) {
  #motolist-header .navbar-fieldgroup svg {
    height: 28px;
    width: 120px;
  }
  #motolist-header #app-navbar-collapse {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
  }
  #motolist-header .nav {
    float: left;
    display: table;
    margin: 0;
    width: 80%;
  }
  #motolist-header .nav>li {
    display: table-cell;
    text-align: center;
    width: 25%;
  }
  #motolist-header .navbar-right i {
    margin: 0;
  }
  #motolist-header .header--nav--btn {
    font-size: 180%;
    height: 65px;
    padding: 10px 4px;
    color: #269;
    line-height: 10px;
  }
  #motolist-header .header--nav--btn:focus,
  #motolist-header .header--nav--btn:hover {
    background: #eee;
  }
  #download-link {
    margin: 0;
    width: 20%;
    padding: 10px;
    display: block;
  }
  #download-link a {
    font-size: 190%;
    padding: 3px;
  }
  .header--nav--btn--txt {
    font-size: 50%;
  }
  .header--nav--btn--txt::before {
    content: '';
    display: block;
  }
  #motolist-header .dropdown-menu {
    position: absolute;
    top: -220px;
    left: -70px;
    bottom: 70px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .pagegroup-item .nav--contents .header--nav--btn,
  .pagegroup-share .nav--share .header--nav--btn,
  .pagegroup-management .nav--products .header--nav--btn,
  .pagegroup-mypage .nav--mypage .header--nav--btn {
    border-bottom-color: #269;
  }
  .navbar-brand {
    padding: 5px 16px;
  }
}



/* motolist-side
 **************************************** */
#motolist-side {
  padding-right: 40px;
}

#motolist-side--inner {
  border-right: solid 1px #E6E8EB;
}

#motolist-side .panel {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
#motolist-side .panel-heading {
  color: #5b8;
  padding-left: 5px;
  font-weight: bold;
}
#motolist-side li p {
  padding: 5px 0 5px 10px;
  background: #f2f2f2;
  font-weight: bold;
}
#motolist-side .nav a {
  text-decoration: none;
  color: #333;
  padding: 8px 10px 8px 15px;
  font-size: 89%;
  overflow: hidden;
}
.pagegroup-item #motolist-side .nav a {
  padding: 9px 15px 9px 15px;
}
#motolist-side .current a {
  background-color: #fff;
  font-weight: bold;
  border-right: solid 2px #226699;
  margin-right: -1px;
}
#motolist-side .nav>li>a:focus,
#motolist-side .nav>li>a:hover {
}

#motolist-side .nav .badge {
  margin-top: 3px;
  background: #ccc;
  float: right;
}

@media (max-width: 768px) {
  #motolist-side {
    position: fixed;
    overflow: scroll;
    background: rgba(49, 68, 85, .9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding-right: 15px;
  }
  #motolist-side .panel {
    margin-bottom: 10px;
  }
  #motolist-side .panel-heading {
    color: #fff;
  }
  #motolist-side .nav a {
    background: #eee;
    margin-bottom: 1px;
    margin-right: 0;
    border-right: none;
  }
  #motolist-side--inner {
    border: none;
  }
  #motolist-side .navbar-toggle {
    z-index: 10000;
    margin: 6px -6px 0 0;
    line-height: 1;
  }
  .navbar-header .navbar-toggle {
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 0;
    border: solid 1px #576573;
    line-height: 1;
  }
  .navbar-toggle .fa {
    color: #fff;
    font-size: 126%;
  }
  .pagegroup-item .navbar-toggle .fa-bars {
    color: #269;
  }
  .pagegroup-item .navbar-header .navbar-toggle {
    border: solid 1px #eee;
  }
}


/* motolist-main
 **************************************** */
#motolist-main .page-header {
  margin-top: 0;
  font-size: 107%;
  font-weight: bold;
  border-bottom: 0;
  padding-bottom: 0;
}
.copyright {
  text-align: center;
  padding: 15px;
  font-size: 79%;
  color: #999;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #motolist-main .page-header {
    margin-bottom: 8px;
  }
  .copyright {
    display: none;
  }
}

/* =====================================================================================

    CONTENTS

===================================================================================== */
.permission_show_area {
  display: inline-block;
}
#permission-form-modal .form-group>.sub_text {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #cart-in-all {
    margin-bottom: 15px;
  }
}


/* =====================================================================================

    BRAND

===================================================================================== */
.used_fileds span {
  margin-right: 4px;
  white-space: nowrap;
}
#ms-tabs .ms-list {
  height: 100px;
}
.ms-elem-selectable {
  padding: 10px !important;
}
.ms-selected {
  background: #FDF7E9;
  font-weight: bold;
  color: #269 !important;
}
.ms-selected:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 129%;
  float: right;
}
.ms-elem-selected {
  display: none !important;
}

/* =====================================================================================

    Preview_list (アイテム一覧)

===================================================================================== */
.product-info .product-code{
  color:#666;
  line-height: 1.6;
}
.product-info .category li{
  display:inline-block;
  margin-right:3px;
}
.product-info .category li a {
  font-size:86%;
  text-decoration:none;
}
.product-info .category li a:hover {
  text-decoration:underline;
}
.product-info .fieldgroup{
  position:absolute;
  top: 20px;
  right: 20px;
  display:block;
  color:#269;
  border:1px solid #cce0f5;
  border-radius: 30px;
  font-size:86%;
  padding:0 10px;
  line-height:18px;
  text-decoration:none;
}
.product-info .product-cta li{
  display:inline-block;
}
.sortbox {
  padding-bottom: 10px
}
.sortbox .btn {
  width: 100%;
}
.sortbox select {
  float:right;
  background:#fff;
  border:1px solid #cce0f5;
  border-radius: 4px;
  -webkit-appearance:none;
  line-height:23px;
  padding:5px 10px;
  font-size: 79%;
}

.preview-list .unpublished{
  background:#d9d9d9;
}

.preview-list .unpublished .unpublished-icon{
  border:1px solid #c00;
  color:#c00;
  font-size:79%;
  padding:1px 3px;
  margin-right:10px;
  vertical-align:1px;
}

.preview-list .list-product {
  position:relative;
  min-height: 140px;
  padding:30px;
  margin-bottom: 10px;
  background: #fff;
  border-bottom:1px solid #E6E8EB;
  border-radius: 4px;
}

.preview-list .list-product .clickarea {
  display:block;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.preview-list .list-product .clickarea:hover {
  background: rgba(34, 102, 153, .04);
}

.preview-list .list-product > img,
.preview-list .list-product > span {
  float:left;
  max-width: 100px;
  height: auto;
  margin: -10px 0 -10px -10px;
}

.preview-list .list-product .list-id {
  font-weight: bold;
  color: #666;
  margin-bottom:7px;
  line-height: 1.4;
  text-align: right;
}

.preview-list .list-product .list-name{
  font-weight:bold;
  font-size: 129%;
  margin-bottom:7px;
  line-height: 1.4;
  float: left;
}

.preview-list .list-product .product-info{
  float:left;
  padding-left:20px;
  width: calc(100% - 90px) ;
}
.list-product:hover {
  color: #269;
}
.preview-list .list-product .product-cta {
  position:absolute;
  right:20px;
  bottom:20px;
}
.preview-list .list-product .dropdown {
  display: inline;
}

@media (max-width: 768px) {
  .preview-list .list-product .product-cta {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .list-product .btn {
    opacity: 1;
    padding: 2px 10px;
    margin-bottom: 4px;
  }
  .product-info .fieldgroup{
    position: static;
    display: inline-block;
    padding: 6px 10px;
    margin: 6px 0 8px;
    line-height: 1.2;
  }
}

/* =====================================================================================

    Preview_Detail (アイテム詳細)

===================================================================================== */
.preview-detail .image-area {
  text-align: center;
  padding: 15px;
  border:1px solid #cce0f5;
  float:left;
  background: #fff;
}
.preview-detail .downloads-list {
  text-align: left;
  border-top: 1px solid #cce0f5;
  margin-top: 30px;
}
.preview-detail .downloads-list li {
  padding: 20px 20px 0;
  border-bottom: none;
}
.preview-detail .downloads-list .relate_text {
  width: 280px;
}
.preview-detail .downloads-list .limit {
  margin-top: 8px;
}
.preview-detail .product-info{
  padding-left:370px;
}

.preview-detail .product-info .detail-name {
  font-size:150%;
  font-weight:bold;
  margin-bottom: 10px;
}

.preview-detail .product-info .category {
  border-top:1px solid #cce0f5;
  margin-top:17px;
  padding-top:18px;
  padding-bottom:10px;
}
.preview-detail .product-info .product-cta {
  clear: right;
  float:right;
  padding-top:12px;
}

@media (max-width: 768px) {
  .preview-detail .downloads-list {
    margin-bottom: 0;
  }
  .preview-detail .downloads-list li {
    padding: 12px;
  }
  .preview-detail .downloads-list .relate_text {
    width: 100%;
  }
  .preview-detail .product-info .detail-name{
    font-size: 129%;
    margin-top: 20px;
  }
  .preview-detail .product-info .product-cta {
    float:none;
  }
  .preview-detail .product-info .product-cta .btn {
    margin-bottom: 5px;
  }
}

/* relate_files(関連ファイル)
 **************************************** */
.downloads-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.downloads-list .outoftab-relate_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
}
.downloads-list .outoftab-relate_file:nth-child(odd) {
  margin: 0 2% 0 0;
}
.downloads-list .outoftab-relate_file .title{
  display: block;
  font-weight: bold;
  font-size: 127%;
}
.downloads-list .outoftab-relate_file .description{
  display: block;
  white-space: pre-wrap;
}
.downloads-list .outoftab-relate_file .limit{
  margin-bottom: 8px;
}
.downloads-list li{
  display: inline-block;
  font-size: 79%;
  color: #666;
  border-bottom: 1px solid #cce0f5;
  padding: 20px;
  background: #fff;
  overflow: hidden;
}
.downloads-list .outoftab-relate_file:nth-child(-n+2){
  border-top: 1px solid #cce0f5;
}
.downloads-list li > a {
  display:inline-block;
  float:left;
  width:120px;
}
.relate_thumbnail,
.relate_text{
  display: table-cell;
  vertical-align: middle;
}
.relate_thumbnail{
  width: 120px;
  padding-right: 20px;
}
.relate_thumbnail img{
  width: 100%;
}
.relate_text{
  width: 350px;
}
@media (max-width: 768px) {
  .downloads-list li{
    padding: 12px;
  }
  .relate_thumbnail,
  .relate_text{
    display: block;
  }
  .relate_text{
    width: 100%;
  }
  .relate_thumbnail{
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
  .downloads-list .outoftab-relate_file {
    display: list-item;
  }
  .outoftab-relate_file .relate_thumbnail i {
    margin: 20px 0;
  }
}

/* hidden */
.アイテム説明文,
.メイン画像,
.関連ファイル {
  display: none !important;
}

.nav-tabs {
  padding: 0 10px;
  border-color: #cce0f5
}

.nav-tabs > li > a{
  text-decoration:none;
}

.nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover{
  border-color:#cce0f5;
  border-bottom-color:transparent;
  font-weight:bold;
}

.tab-content > div:not(:last-child){
  margin-bottom: 15px;
}

.tab-content table{
  border:2px solid #cce0f5;
  font-size:86%;
  width:100%;
}

.tab-content table tr:nth-child(even){
  background:#f5f9fd;
}

.tab-content table th {
  vertical-align: middle;
  padding: 16px 16px;
  border-right:1px solid #cce0f5;
  font-weight:normal;
}
.tab-content table td {
  padding: 16px 24px;
}
.tab-content td .description {
  margin-top: 8px;
  color: #666;
  font-size: 95%;
}
.tab-content .limit{
  margin-top: 8px;
}

.btn_back{
  text-align: center;
}
.modal {
  /*font: inherit;*/
  color: #000;
}
.modal-title {
  font-size: 150%;
  text-align: center;
}
.modal-body {
  font-size: 93%;
  overflow: hidden;
  padding: 30px

}
.modal-body img{
  margin-right:30px;
  float:left;
}
.modal-body small{
  color:#666;
}
.modal-body input[type="checkbox"].form-control{
  margin-right: 5px;
}
.modal-open {
  padding-right: 0 !important;
}
.modal--check_all {
  margin: 8px 0;
}
@media (max-width: 768px) {
  .preview-detail .image-area {
    float: none;
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }
  .preview-detail .product-info {
    padding-left: 0;
  }
  .modal-body {
    padding: 10px;
  }
  .btn_back{
    text-align: center;
    margin-bottom: 12px;
  }
}

/* =====================================================================================

    DOWNLOAD BOX

===================================================================================== */
.panel-option {
  border: 1px solid #cce0f5;
  border-radius: 0;
}
.panel-option #option-view {
  font-size: 79%;
}
.panel-option #option-view > span {
  white-space: nowrap;
  display: inline-block;
  margin: 5px;
}
.form-inline .form-control.input-imgsize {
  width: 70px;
  text-align: right;
}
.page-cart {
  background-color: #269;
}
.page-cart h3{
  padding: 0 !important;
  margin-bottom: 10px;
}
.page-cart .motolist-table{
  margin-top: 16px;
}
.page-cart .table_main_ttl a{
  font-size: 105%;
}
.page-cart .item_count{
  float: left;
  margin-top: 14px;
}
.page-cart .out-checked{
  float: right;
}

/* ダウンロードオプション
 **************************************** */
.link_csv_format {
  font-size: 90%;
  margin-top: 10px;
}
.link_csv_format a {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.link_csv_format a .fa {
  margin-right: 3px;
}
.link_csv_format a:hover {
  border-bottom: 0.1em solid #269;
}


@media (max-width: 768px) {
  .page-cart .navbar-header .navbar-toggle {
    display: none;
  }
  .panel-option #option-view span {
    display: block;
  }
  #download-option {
    width: 100%;
  }
  .page-cart h3{
    margin: 8px 0 16px;
  }
  .page-cart .item_count{
    padding-left: 3px;
    margin-top: 4px;
  }
  .page-cart .motolist-table tr{
    overflow: hidden;
  }
  .page-cart .out-checked button{
    padding: 5px 8px;
  }
  .fieldgroup_row{
    margin-bottom: 30px;
  }
  .code_row{
    display: none !important;
  }
}


/* =====================================================================================

    CONTACT

===================================================================================== */
#formyForm table {
  width: 70%;
  margin: 10px auto 0;
}
#formyForm th,#formyForm td {
  padding: 5px 20px;
  vertical-align: middle;
  border-bottom: solid 1px #fff;
}
#formyForm th {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 34%;
}
#formyForm table input[type="text"],#formyForm table input[type="password"],#formyForm table textarea {
  width: 100%;
  border-radius: 3px;
  vertical-align: bottom;
}
#formyForm table input[type="text"],#formyForm table input[type="password"],#formyForm select,#formyForm textarea {
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 100%;
  line-height: 1;
}
#formyForm table input[type="text"],#formyForm table input[type="password"] {
  padding: 0 15px;
  height: 40px;
}
#formyForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formyForm input:hover {
  opacity: 0.7;
}
#formyForm textarea:hover {
  opacity: 0.7;
}
#formyForm input:focus {
  background-color: #fff;
}
#formyForm .parsley-validated {
  background-color: #eee;
}
#formyForm .parsley-error {
  background-color: #fee;
}
#formyForm .parsley-success {
  background-color: #fff;
}
.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {
  display: none;
}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 10px;
}
.requiredIcon {
  background: #f55;
  color: #fff;
  margin: 0 10px 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  border-radius: 3px;
  float: right;
  line-height: 1.8em;
  font-weight: bold;
}
.form-group .requiredIcon {
  vertical-align: middle;
  float: right;
  padding: 5px;
}
#formy_btn {
  padding: 30px 0 0;
  text-align: center;
}
#formy_btn input {
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}
.formy_confirm {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_confirm.png) no-repeat;
}
.formy_submit_disabled {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_unfinished.png) no-repeat;
}
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack {
  width: 134px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_edit.png) no-repeat;
}

.formy_send {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_send.png) no-repeat;
}
#total_required {
  background: rgba(240, 50, 50, .8);
  border-radius: 3px;
  padding: 20px;
  color: #fff;
  position: fixed;
  top: 85px;
  right: 20px;
  display: none;
  z-index: 9999;
}

/* =====================================================================================

    一旦非表示

===================================================================================== */
.contract--type .form-horizontal .control-label{
  padding-top: 0;
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼

    管理

▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/



/* =====================================================================================

    USER PRODUCTS（アイテム一覧）

===================================================================================== */
/* page-userproducts-list(アイテム一覧)
 **************************************** */
.page-userproducts .table_main_ttl{
  text-decoration: none;
}
.page-userproducts .table_main_ttl a{
  font-size: 105%;
}
.page-userproducts input[type="checkbox"].form-control{
  margin-right: 5px;
}
.table_item_info th{
  width: 140px;
}
.table_item_info .checkbox {
  display: inline-block;
  margin: 0 16px 12px 0;
}
.table_item_info .checkbox input {
  margin-right: 2px !important;
}
.page-userproducts .item_file .control-label{
  margin-bottom: 8px;
}
#delete_selected {
  padding: 3px 8px !important;
  line-height:normal !important;
  line-height: initial !important;
}
@media (max-width: 768px) {
  .table_item_info .checkbox {
    margin: 0 12px 8px 0;
  }
  .page-userproducts .motolist-table thead {
    display: table-header-group;
  }
  .page-userproducts .motolist-table .td-image {
    float: none;
    width: 20%;
  }
  .page-userproducts .link-edit-area {
    display: none;
  }
  .page-userproducts-list .motolist-table th, 
  .page-userproducts-list .motolist-table td {
    display: table-cell;
  }
  .page-userproducts .del-file{
    margin: 4px 0 8px;
  }
  .page-userproducts .requiredIcon{
    margin: 0 10px 4px 1em;
  }
  .page-userproducts .date-update {
    display: none !important;
  }
}

/* page-userproducts-edit（アイテム編集）
 **************************************** */
.page-userproducts-edit .motolist-table-row>th{
  text-align: center;
  width: 200px;
  padding: 10px 24px;
  border-right: 3px solid #fff;
}
.page-userproducts-edit .motolist-table{
   border-top: none; 
   border-bottom: none; 
}
.page-userproducts-edit .motolist-table-row{
  background-color: #f5f9fd;
  border-bottom: 4px solid #fff;
}
.page-userproducts-edit .motolist-table-row:last-child{
  border-bottom: none;
}
.is_hidden_wrap {
  margin-top: 16px;
}
.item_file--sub_ttl {
  margin-bottom: 4px !important;
}

/* publish_set （公開設定）
 **************************************** */
.publish_set--limit .input-group>span {
  text-align: left;
  background: #fff;
  border: none;
  padding: 0;
  font-size: 100%;
}
.publish_set--limit .input-group label {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.publish_set--limit .input-group label>input {
  border-radius: 4px !important;
  margin-right: 8px !important;
}
/* --- fixed_btn --- */
.fixed_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 9999;
}
.fixed_btn--bg {
  background: #f7f9fa;
  padding: 24px 10px !important;
  border-top: 2px solid #fff;
}
.fixed_btn--bg a ,
.fixed_btn--bg button {
  padding: 16px 20px;
  line-height: 1;
  font-size: 110%;
}
.fixed_btn--bg button {
  width: 300px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .page-userproducts-edit .motolist-table-row>th{
    width: 100%;
    text-align: left;
    border-right: none;
  }
  .page-userproducts-edit .motolist-table-row{
    border: none;
  }
  .page-userproducts-edit .date_picker{
    margin-top: 8px;
  }
  .is_hidden_wrap {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #is_show {
    margin-right: 8px;
  }
  .fixed_btn {
    position: static;
    margin: 0 0 15px !important;
    z-index: auto;
  }
  .fixed_btn--bg {
    background:transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    padding: auto !important;
  }
  .fixed_btn--bg a, 
  .fixed_btn--bg button {
      padding: 9px 20px;
     line-height: inherit; 
     font-size: 100%; 
  }
  .fixed_btn--bg button {
    width: auto;
  }
}

/* =====================================================================================

    CATEGORY

===================================================================================== */
/* page-categories
 **************************************** */
@media (max-width: 768px) {
  .small_category{
    display: none !important;
  }
}

/* =====================================================================================

    ITEM UPLOAD 一括アップロード

===================================================================================== */
  .item_upload section:not(:last-child); {
    margin-bottom: 32px;
  }
  .item_upload .page-header {
    margin-bottom: 12px;
  }
  .item_upload .page-header small {
    display: inline-block;
    font-size: 80%;
    font-weight: normal;
  }
  .item_upload--text {
    margin-bottom: 32px;
    font-size: 95%;
  }
  .item_upload--text p:first-child {
    margin-bottom: 8px;
  }
  #item_upload .alert span {
    font-weight: bold;
  }
  .item_upload--section:not(:last-child) {
    margin-bottom: 32px;
  }
  .item_upload--section dl:not(:last-child) {
    margin-bottom: 24px;
  }
  .item_upload--section dt {
    margin-bottom: 4px;
    font-size: 100%;
    font-weight: normal;
  }
  .bulk_upload--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 16px;
  }
  .bulk_upload--text div {
    font-size: 95%;
  }
  .bulk_upload--storage {
    padding: 8px 24px;
    border: 1px solid #cce0f5;
    border-radius: 40px;
    background-color: #ffffff;
    color: #269;
    font-size: 90%;
    font-weight: bold;
  }
  .bulk_upload--storage .fa {
    margin-right: 8px;
  }
  
  @media screen and (max-width: 768px){
    .item_upload .panel-body {
      padding: 16px 24px;
    }
    .item_upload .page-header {
      margin-bottom: 8px !important;
    }
    .item_upload--section:not(:last-child) {
      margin-bottom: 24px;
    }
    .bulk_upload--text {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .bulk_upload--text div {
      margin-bottom: 8px;
    }
    .bulk_upload--storage {
      padding: 6px 20px;
      font-size: 85%;
    }
  }


/* =====================================================================================

    SHARE

===================================================================================== */
/* page-share
 **************************************** */
.page-share .breadcrumb-wrap {
  padding: 0 30px;
  font-weight: bold;
}
.page-share-top {
  margin-top: 30px;
}
.share--breadcrumb,
.share--breadcrumb_text{
  display: inline-block;
  vertical-align: middle;
}
.share--breadcrumb{
  padding: 0;
  margin-left: 10px;
}
.page-share .panel-image img{
  max-width: 500px;
}

@media (min-width: 769px) {
  .page-share #motolist-side{
    display: none;
  }
}
@media (max-width: 768px) {
  .page-share #motolist-header{
    margin-bottom: 8px;
  }
  .page-share-top {
    margin-top: 0;
  }
  .page-share .panel-image img{
    max-width: 100%;
  }
  .page-share .breadcrumb-wrap{
    display: none;
  }
  .page-share .navbar-header .navbar-toggle{
    display: none;
  }
  .page-share-detail .file_row th,
  .page-share-detail .file_row td{
    display: block;
  }
  .page-share-detail .limit_row th,
  .page-share-detail .limit_row td{
    display: inline-block;
  }
  .page-share-detail .limit_row td{
    text-align: center;
    width: calc(100% - 90px);
  }
}

/* =====================================================================================

    MAIL メール配信

===================================================================================== */
/* page-email-distribute
 **************************************** */
.page-email-distribute-edit .panel-body{
  padding: 24px 36px;
}
.page-email-distribute-edit .form-group{
  margin-bottom: 16px;
  background: #f5f9fd;
  padding: 12px 10px;
}
.page-email-distribute-edit .form-group:last-child{
  margin-bottom: 0;
}
.page-email-distribute-edit input[type="checkbox"].form-control{
  margin-right: 5px;
}

@media (max-width: 767px) {
  .page-email-content .table_main_ttl{
    width: calc(100% - 54px);
  }
  .page-email-content .link-edit-area{
    position: static;
    margin-left: 10px;
  }
  .page-email-distribute .table_main_ttl{
    width: 100%;
  }
  .page-email-distribute-edit .panel-body{
    padding: 8px 24px;
  }
  .page-email-distribute-edit .form-group{
    margin-bottom: 8px;
  }
}

/* =====================================================================================

    USER

===================================================================================== */
/* page-users-viewer
 **************************************** */
.page-users-viewer .link-edit-area{
  width: 168px;
}
.page-users-viewer .motolist-table .table_main_ttl{
  max-width: 260px;
}
.page-users-viewer .motolist-table--update{
  white-space: nowrap;
}
.page-users-viewer .motolist-table--email{
  max-width: 355px;
}
.page-users-viewer .motolist-table--check_box{
  width: 25px;
}
@media (max-width: 767px) {
  .page-users-viewer .link-edit-area,
  .page-users-viewer .motolist-table--check_box{
    width: auto;
  }
  .page-users-viewer .motolist-table .table_main_ttl,
  .page-users-viewer .motolist-table--email{
    max-width: none;
  }
  .page-users-viewer .main_ttl_col,
  .page-users-viewer .motolist-table--check_box{
    display: inline-block !important;
    vertical-align: middle;
  }
  .page-users-viewer .main_ttl_col{
    width: calc(100% - 36px);
  }
  .page-users-viewer .motolist-table--check_box{
    width: 30px;
  }
  .page-users-viewer .motolist-table--update{
    margin-bottom: 30px;
    font-size: 85%;
  }
  .page-users-viewer .float_right {
    float: none;
  }
}

/* page-users-viewer-contentspermission 
 **************************************** */
.box_area{
  padding: 16px;
  margin-bottom: 16px;
  background: #fff;
}
.box_area--ttl{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 107%;
  font-weight: bold;
  color: #269;
  white-space: nowrap;
}
.box_area--list{
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.box_area--list span{
  display: inline-block;
}
.flag_open{
  display: none !important;
}
.icon_date{
  float: left;
  width: 10%;
  text-align: center;
}
.page-users-viewer-contentspermission input[type="checkbox"].form-control{
  margin-right: 8px;
}
.page-users-viewer-contentspermission .date{
  float: left;
  width: 45%;
}
.page-users-viewer-contentspermission .sortbox--count,
.page-users-viewer-contentspermission .sortbox--field{
  display: inline-block;
  vertical-align: middle;
}
.page-users-viewer-contentspermission .sortbox--count{
  width: calc(100% - 310px);
  padding-left: 15px;
}
.page-users-viewer-contentspermission .sortbox--field{
  width: 300px;
  padding-right: 15px;
}
.page-users-viewer-contentspermission .btn_group {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.page-users-viewer-contentspermission .btn-reset {
  margin: 0 10px 0;
}

@media (max-width: 768px) {
  .box_area--ttl{
    display: block;
    text-align: left;
    margin-bottom: 4px;
  }
  .box_area--list{
    display: block;
    padding-left: 0;
  }
  .icon_date{
    width: 100%;
  }
  .page-users-viewer-contentspermission .date{
    width: 100%;
  }
  .page-users-viewer-contentspermission .sortbox--count{
    width: calc(100% - 150px);
  }
  .page-users-viewer-contentspermission .sortbox--field{
    width: 140px;
  }
}
/* =====================================================================================

    MY PAGE 設定

===================================================================================== */
  .page-mypage-info .control-label,
  .page-mypage-info .form-group--form{
    display: inline-block;
    vertical-align: middle;
  }
  .page-mypage-info .control-label{
    text-align: left;
    width: 180px;
    font-weight: normal;
  }
  .page-mypage-info .form-group--form{
    width: calc(100% - 200px);
  }

/* CONTRACT 契約プラン
**************************************** */
  .contract .panel-body {
    margin-bottom: 10px;
  }
  .contract .trial_expired {
    margin-bottom: 16px;
    font-weight: bold;
    color: #f9300b;
  }
  .contract--plan {
    text-align: center;
    margin: 40px 0 0;
    font-size: 100%;
  }
  .contract--plan h2 {
    margin-bottom: 16px;
    font-size: 110%;
    font-weight: bold;
  }
  .contract--plan--switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
  }
  .contract--plan--switch li label {
    font-weight: normal;
    cursor: pointer;
  }
  .ckbx-style-13 label:before {
    background: #34495b;
    box-shadow: inset 0 1px 1px rgb(52, 73, 90);
  }
  .ckbx-style-13 label:after {
    background: #35495b;;
  }
  .ckbx-style-13 input[type=checkbox]:checked+label:before {
    background: #34495b;
    box-shadow: inset 0 1px 1px rgb(52, 73, 90);
  }
  .ckbx-style-13 input[type=checkbox]:checked+label:after {
    background: #35495b;
  }
  .contract--plan--switch li:nth-child(2) {
    margin: 0 8px;
  }
  .contract--plan--switch li span {
    color: #ffc001;
    background: rgba(255, 192, 1, .16);
    padding: 0.2em 0.8em;
    margin-left: 8px;
    font-size: 90%;
  }
  .contract--plan_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contract--plan_select h3 {
    padding: 20px;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 110%;
  }
  .contract--plan_contents li {
    padding: 20px 40px;
    background: #f6f6f6;
    border: 1px solid #ddd;
  }
  .contract--plan_contents li:first-child {
    border-bottom: none;
  }
  .contract--plan_contents h4 {
    font-size: 105%;
    font-weight: bold;
  }
  .contract--plan_contents p {
    font-size: 95%;
    margin-top: 4px;
  }
  .contract--plan_contents .basic_price p {
    display: none;
    transition: 0.3s;
    -webkit-animation: ease-out;
            animation: ease-out;
    font-size: 110%;
    font-weight: bold;
    color: #f15f4d;
  }
  .contract--plan_contents.monthly .monthly{
    display: block;
  }
  .contract--plan_contents.anually .anually{
    display: block;
  }
  .standard {
    margin-right: 16px;
  }
  .standard h3 {
    background: #62bb46;
  }
  .premium h3 {
    background: #d66743;
  }
  .contract--select .form-group:last-child {
    margin-bottom: 0;
  }
  .contract--select .motolist-select {
    max-width: 400px;
  }
  .contract--select .down_grade {
    padding-top: 30px;
    margin-top: 20px;
    font-size: 95%;
    border-top: 2px solid #eee;
  }
  .contract--select .down_grade p {
    margin-bottom: 8px;
  }
  .contract #change {
    margin-bottom: 24px;
  }
  .contract--faq {
    text-align: center;
    font-size: 80%;
  }

  @media (max-width: 767px) {
    .page-mypage-info .control-label{
      width: 100%;
      margin-bottom: 8px;
      padding: 0 4px;
    }
    .page-mypage-info .form-group--form{
      width: 100%;
    }
    .page-mypage-info .requiredIcon{
      float: none;
    }

    /* CONTRACT 契約プラン
    **************************************** */
    .contract--plan--switch li span {
      display: none;
    }
    .contract--plan_select {
      display: block;
      margin: 24px 0 8px;
    }
    .contract--plan_select h3 {
      padding: 16px 20px;
    }
    .contract--plan_contents li {
      padding: 12px 40px;
      font-size: 95%;
    }
    .standard {
      margin: 0 0 16px;
    }
    .contract--select .down_grade {
      padding-top: 16px;
      margin-top: 16px;
    }
    .contract--faq {
      margin-bottom: 24px;
    }
  }

/* =====================================================================================

    FIELDS (カスタム項目)

===================================================================================== */
.set_option_row{
  display: none;
}
