@charset "utf-8";

body{
  font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
font-size: 14px;
font-weight: 400;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
    text-decoration: underline;
}
.pull-left {
     font-weight: 500;
}
.text-center {
    font-weight: 500;
}
.checkbox label, .radio label {
    font-weight: 500;
}

 .form-inline .form-control {
     font-weight: 500;
}
h2 {
  font-size: 160%;
  font-weight: 700;
  margin-bottom: 40px;
}

h3 {
  font-size: 140%;
  font-weight: 700;
}

.label {
  padding-top: .3em;
}

a {
  color: #333;
}

p {
    margin: 0 0 10px;
    line-height: 170%;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
}

.hover-gray {
  display: block;
}
.hover-gray:hover {
  background: #eee;
  cursor: pointer;
}

.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.breadcrumb > li + li::before {
  content: ">";
}
header {
  background: #FFFFFF;
  padding: 15px 15px 0 15px;
}

.navbar {
  margin-bottom: 0;
}
.navbar p {
  margin-bottom: 0;
}
.navbar-default {
  background-color: inherit;
  border: none;
  padding: 10px 20px 10px 20px;
}

.logo img {
  margin-top: 10px;
  height: 30px;
}

.navbar-brand {
  margin-right: 15px;
  padding-top: 0;
}

.navbar-brand p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin: -5px 0 0 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
}

.navbar-default .navbar-nav > li.regist > a {
  border: 1px solid #F5707C;
  color: #fff;
  padding: 7px 18px;
  border-radius: 4px;
  background-color: #F5707C;
}

.navbar-default .navbar-nav > li.regist > a:focus,
.navbar-default .navbar-nav > li.regist > a:hover {
  background-color: #F5707C;
  color: #fff;
}

.navbar-default .navbar-nav > li.login {
  margin-left: 15px;
}

.navbar-default .navbar-nav > li.login > a {
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #333;
  padding: 7px 18px;
  border-radius: 4px;
}

.navbar-default .navbar-nav > li.login > a:focus,
.navbar-default .navbar-nav > li.login > a:hover {
    opacity: 0.6;
}

.navbar-default .navbar-collapse,
.navbar-search {
  margin-top: 7px;
}
.navbar-nav > li > a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 30px
}
.nav > li > a:focus, .nav > li > a:hover {
  color: #000;
}

.modal.large .modal-dialog {
  width: 800px;
}
.modal-footer-center {
  text-align: center;
}

.blur {
  filter: blur(6px);
}

.contents {
  background: #f9fafd;
}

.main {
  padding-top: 40px;
  padding-bottom: 100px;
  margin: 0px auto 0px auto;
}

footer {
  background: #333333;
  color: #fff;
  padding: 30px 10px 0 10px;
  border-top: 1px solid #ddd;
}
footer a,
footer a:focus {
  color: #fff;
}
footer a:hover {
  color: #fff;
text-decoration: underline;
}
footer .list-inline {
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 30px;
}
footer .footer-links {
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  padding: 20px;
}
footer .footer-links ul li {
  width: 30%;
}
footer .footer-company {
  margin: 20px 0;
}
footer .footer-company > p {
  padding: 20px 0;
  font-size: 16px;
}
footer .footer-company .list-inline > li {
  padding-left: 30px;
  padding-right: 30px;
}
footer .copyright {
  text-align: center;
}

.form-inline input[type=text].form-control,
.form-inline input[type=password].form-control {
  min-width: 340px;
}
.form-inline input.form-control.input-short,
.form-inline input.form-control.input-sm-2,
.form-inline input.form-control.input-sm-3,
.form-inline input.form-control.datepicker {
  min-width: unset;
}
.form-inline input.form-control.input-short,
.form-inline input.form-control.datepicker {
  width: 140px;
} 
.form-inline input.form-control.datepicker.datepicker-sm {
  width: 120px;
}
.form-group.submit-button {
  margin-top: 40px;
}
.form-group-bg .form-group {
  background: #eee;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}  
.form-group-bg .form-group .control-label {
  padding-bottom: 7px;
}
.form-group-bg .form-group:last-child {
  border-bottom: 1px solid #ddd;
}
.form-group-bg .form-group .control-label + div{
  background : #fff;
}

.form-group-bg .form-group {
  margin-bottom: 0px;
}
.form-control.input-conf {
  margin-top: 5px;
}

.form-control.form-control-xs {
  padding: 0 4px;
  font-size: 11px;
  line-height: 1;
  height: 24px;
}
textarea.form-control.form-control-xs {
  padding-top: 4px;
  height: auto;
}

input[type="file"] {
  display: inline;
  margin-top: 7px;
  margin-bottom: 7px;
}

.round-checkbox input[type=checkbox],
.round-radio input[type=radio] {
  display: none;
}
.round-checkbox input[type=checkbox] + label,
.round-radio input[type=radio] + label{
  position: relative;
  padding: 10px 0 10px 30px;
  border:1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  cursor: pointer;
}
.round-checkbox input[type=checkbox]:checked + label,
.round-radio input[type=radio]:checked + label{
  background: #fcf8e3;
}
.round-checkbox input[type=checkbox]:checked + label > span,
.round-radio input[type=radio]:checked + label > span{
  background: #f0ad4e;
}

.round-checkbox input[type=checkbox] + label > span,
.round-radio input[type=radio] + label > span{
  display: block;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
}
.round-checkbox input[type=checkbox]:checked + label > span::before,
.round-radio input[type=radio]:checked + label > span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-5px, 2px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #fff;
}
.round-checkbox input[type=checkbox]:checked + label > span::after,
.round-radio input[type=radio]:checked + label > span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 4px;
  border-radius: 2px;
  transform: translate(-5px, 2px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #fff;
  animation: fadein 0.2s ease 0s 1 normal forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 70%;
  }
}
.round-checkbox .number {
  display: inline;
  padding-left: 10px;
}

.checkbox-button input[type=checkbox],
.radio-button input[type=radio] {
  display: none;
}
.checkbox-button input[type=checkbox] + label,
.radio-button input[type=radio] + label {
  padding: 10px 0;
  border:1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}

.checkbox-button.checkbox-button-sm input[type=checkbox] + label,
.radio-button.radio-button-sm input[type=radio] + label {
  padding: 2px 5px;
  width: auto;
  text-align: left;
  font-weight: 500;
}

.checkbox-button.checkbox-button-sm input[type=checkbox] + label.text-center,
.radio-button.radio-button-sm input[type=radio] + label.text-center {
  text-align: center;
}

.checkbox-button input[type=checkbox]:checked + label,
.radio-button input[type=radio]:checked + label {
  background: #0ea0c1;
  border-color: #99c3d8;
  color: #fff;
}

.checkbox-button .checkbox-button-group,
.drilldown {
  display: block;
  position: relative;
  padding: 10px 0;
  border:1px solid #ccc;
  border-radius: 4px;
  background: #f8f8f8;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  cursor: pointer;
}
.checkbox-button .checkbox-button-group > span,
.drilldown > span {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}

.open-checkbox-modal {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 3px 5px 0 5px;
  min-height: 30px;
  cursor: pointer;
  margin-top: 5px;
}
.open-checkbox-modal > p {
  margin-bottom: 5px;
  font-weight: 500;
}

.has-error .open-checkbox-modal {
  border-color: #f62f83;
  font-size: 18px;
}

.upload .clearfix {
  margin-top: 5px;
}

.upload .clearfix .pull-left {
  width: 48%;
  height: 200px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eee;
  position: relative;
}

.upload .clearfix .pull-left .glyphicon-remove-sign,
.remove-sign .glyphicon-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.upload .clearfix .pull-left .glyphicon-remove-sign:hover,
.remove-sign .glyphicon-remove-sign:hover {
  font-size: 120%;
}

.upload img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fileuploader-drop {
  border: 3px dashed #C8C8C8;
  background-color: #F0F0F0;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}
.fileuploader-drop label {
  width: 100%;
  display: inline-block;
  color: #909090;
}
.fileuploader-drop label:hover {
  cursor: pointer;
}
.fileuploader-drop label input {
  display: none;
}
.fileuploader-drop label span {
  font-size: 30px;
}
.fileuploader-preview {
  width: 75%;
  margin: 15px auto;
}
.fileuploader-preview img {
  height: 100px;
  max-width: 100%;
  width: auto;
  margin: auto;
}
.fileuploader-preview-item {
  float: left;
  width: 48%;
  height: 200px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eee;
  position: relative;
}
.fileuploader-preview[data-type="link"] .fileuploader-preview-item {
  width: auto;
  height: auto;
  padding: 10px 20px;
}
.fileuploader-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fileuploader-preview-item .glyphicon-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.fileuploader-preview-item .glyphicon-remove-sign:hover {
  font-size: 120%;
}

.pw-switch {
  position: relative;
}
.pw-switch > span.glyphicon {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.label-cols-2 label {
  width: 48%;
}

.label-cols-3 label {
  width: 32%;
  font-weight: 700;
}

.label-cols-4 label {
  width: 23%;
}

.label-cols-5 label {
  width: 19%;
}

.col-sm-4 {
  margin-top: 0px;
}

.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.ml0 {
  margin-left: 0;
}
.mr0 {
  margin-right: 0;
}
.mt5 {
  margin-top: 5px;
 font-weight: 500;
}
.mb5 {
  margin-bottom: 5px;
  font-weight: 500;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mt10 {
  margin-top: 10px;
  font-weight: 500;
}
.mb10 {
  margin-bottom: 10px;
  font-size: 14px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml40 {
  margin-left: 40px;
}
.mr40 {
  margin-right: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.mr50 {
  margin-right: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.ml60 {
  margin-left: 60px;
}
.mr60 {
  margin-right: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mb70 {
  margin-bottom: 70px;
}
.ml70 {
  margin-left: 70px;
}
.mr70 {
  margin-right: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.ml80 {
  margin-left: 80px;
}
.mr80 {
  margin-right: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mb90 {
  margin-bottom: 90px;
}
.ml90 {
  margin-left: 90px;
}
.mr90 {
  margin-right: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml100 {
  margin-left: 100px;
}
.mr100 {
  margin-right: 100px;
}
.m-auto {
  margin: auto;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.pt5 {
  padding-top: 5px;
}
.pb5 {
  padding-bottom: 5px;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.pr40 {
  padding-right: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}
.pr50 {
  padding-right: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.pl60 {
  padding-left: 60px;
}
.pr60 {
  padding-right: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pb70 {
  padding-bottom: 70px;
}
.pl70 {
  padding-left: 70px;
}
.pr70 {
  padding-right: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.pl80 {
  padding-left: 80px;
}
.pr80 {
  padding-right: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pb90 {
  padding-bottom: 90px;
}
.pl90 {
  padding-left: 90px;
}
.pr90 {
  padding-right: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl100 {
  padding-left: 100px;
}
.pr100 {
  padding-right: 100px;
}
.pd5 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}

.radius0 {
  border-radius: 0;
}
.relative {
  position: relative;
}

.abs-top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.abs-top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.abs-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.abs-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.text-lg {
  font-size: 36px;
}
.text-md {
  font-size: 33px;
}
.text-sm {
  font-size: 16px;
}
.text-default {
  font-size: 100%;
}
.text-xs {
  font-size: 12px;
}
.text-xxs {
  font-size: 10px;
}
.text-bold {
  font-weight: bold;
  font-size: 25.6px;
}
.text-normal {
  font-weight: normal;
}
.text-line1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
}
.text-line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}
.text-line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-line4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}
.text-gray {
  color: #888;
}
.text-lightblue {
  color: #5FC1C7;
}
.text-primary {
  color: #0098ba;
}

.dl-horizontal.dl-sm > dt {
  width: 100px;
}
.dl-horizontal.dl-sm > dd {
  margin-left: 110px;
}

.dl-vertical dt {
  padding: 5px;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
} 
.dl-vertical dd {
  padding: 5px;
} 

.width-sm-10 {
  width: 10%;
}
.width-sm-15 {
  width: 10%;
}
.width-sm-20 {
  width: 20%;
}
.width-sm-50 {
  width: 50%;
}
.border {
  border: 1px solid #ddd;
}
.table.table-va-middle > thead > tr > th,
.table.table-va-middle > tbody > tr > td {
  vertical-align: middle;
}

.nav-tabs.nav-tabs-wired > li > a {
  background: #fff;
  border: 1px solid #ccc;
  color: #888;
  text-align: center;
  margin-right: 0;
}
.nav-tabs.nav-tabs-wired  > li.active > a, 
.nav-tabs.nav-tabs-wired  > li.active > a:focus, 
.nav-tabs.nav-tabs-wired  > li.active > a:hover {
  background: #0098ba;
  color: #fff;
  border:1px solid #0098ba;
}

.badge.badge-danger,
.list-group-item.active > .badge.badge-danger {
  color: #fff;
  background: #d9534f;
}
.nav_global {
  color: #333;
}
.nav_global .badge.badge-danger {
  position: absolute;
  top: 10px;
  right: 2px;
  z-index: 1;
}

.bg-white {
  background-color: #fff;
}
.bg-gray {
  background: #ddd;
}
.bg-lightgray {
  background: #f5f5f5;
}
.bg-lightblue {
  background: #ecf3fb;
}
.border-bottom {
  border-bottom: 1px solid #ccc;
}
.label-primary {
  background: #009aba
}
.label-category {
  background-color: #5FC1C7;
  color: #fff;
  border-radius: 10px;
}
.label-dark {
  background-color: #333333;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
  background-color: #0098ba;
  border-color: #009aba;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
  background-color: #5FC1C7;
  border-color: #5FC1C7;
}
.btn-primary:hover {
  opacity: 0.6;
}
.btn-red {
  background: #F5707C;
  border-color: #F5707C;
  color: #fff !important;
}
.btn-lightblue {
  background: #5FC1C7;
  border-color: #5FC1C7;
  color: #fff;
}
.btn-gray {
  background: #eee;
  border-color: #ddd;
}
.btn-wide {
    width: 100%;
    margin-top: 10px;
    font-weight: 900;
    font-size: larger;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
}
.btn-wired {
  background: #FFFFFF !important;
}
.btn-wired.btn-red {
  color: #F5707C;
}
 

.btn-wired.btn-primary {
    color: #fff;
    background-color: #F5707C !important;
    border-color: #F5707C;
    padding: 6px 19px;
    border-radius: 20px;
    font-weight: bold;
}
.btn-wired.btn-primary.my-favorite {
color: #F5707C;
    border-color: #F5707C;
    background-color: #FFF !important;
    border-radius: 20px;
}
.btn-wired.btn-lightblue {
  color: #5FC1C7;
}
.btn-round {
  border-radius: 20px;
}

.icon-blue .glyphicon {
  color: #5FC1C7;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #0098ba;
  border-color: #009aba;
}

.preview_nolink {
	pointer-events:none;
}

.box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 10px;
}

.box-heading {
  padding: 10px;
}

.box-shadow-all .box,
.box-shadow {
  box-shadow: 0 3px 5px 2px #ccc;
}

.box-shadow-all-sm .box,
.box-shadow-sm {
  box-shadow: 0 3px 4px 0px #ccc;
}

.box-shadow-all-xs .box,
.box-shadow-xs {
  box-shadow: 0 1px 3px 0px #ccc;
}

.box-blue-all .box,
.box.box-blue {
  background: #ffffff; /* 背景色を白に設定 */
  padding: 10px; /* 内側の余白を設定 */
  margin: 10px; /* 外側の余白を設定 */
  border: 1px solid #ddd; /* 薄いグレーの枠線を設定 */
  border-radius: 20px; /* 角を丸くする */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1); /* 影を追加して浮いて見えるようにする */
  transition: transform 0.3s; /* ホバー時の変形をスムーズにするためのトランジション */
  font-size: 14px;
}

.box-white-all .box,
.box.box-white {
  background-color: #fff;
  border: unset;
  border-radius: unset;
  background: #ffffff; /* 背景色を白に設定 */
  padding: 10px; /* 内側の余白を設定 */
  margin: 10px 0px 10px 0px; /* 外側の余白を設定 */
  border: 1px solid #ddd; /* 薄いグレーの枠線を設定 */
  border-radius: 0px; /* 角を丸くする */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);/* 影を追加して浮いて見えるようにする */
  transition: transform 0.3s; /* ホバー時の変形をスムーズにするためのトランジション */
}
.box.box-gray {
  background-color: #ddd;
  border: unset;
  border-radius: unset;
}

.box-round-all .box,
.box.box-round {
  border-radius: 8px;
}

.box-transparent-all .box,
.box.box-transparent {
  background-color: transparent;
  border: unset;
  border-radius: unset;
}

.box.box-wired.box-lightblue {
  border: 1px solid #5FC1C7;
}

.box.box-wired.box-lightblue2 {
  border: 2px solid #5FC1C7;
  color: #5FC1C7;
  text-align: center;
  padding: 5px 0;
  border-radius: 8px;
}

.box.box-protrude {
  background-color: transparent;
  border: unset;
  border-radius: unset;
  padding: 0px;
}
.box.box-protrude > h2 {
  margin-bottom: 10px;
}
.box.box-protrude > .box-body {
  background: #fff;
  padding: 50px 40px 40px;
  margin: 10px; /* 外側の余白を設定 */
  border: 1px solid #ddd; /* 薄いグレーの枠線を設定 */
  border-radius: 10px; /* 角を丸くする */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);/* 影を追加して浮いて見えるようにする */
  transition: transform 0.3s; /* ホバー時の変形をスムーズにするためのトランジション */
}
.box.box-protrude > .box-body.box-body-sm {
  padding: 10px 10px 0;
}

.box.box-opened {
  border-top: 1px solid #eee;
  border-left: unset;
  border-right: unset;
  border-bottom: unset;
  border-radius: unset;
  margin-bottom: 0;
}
.box.box-opened:last-child {
  border-bottom: 1px solid #eee;
}
.box.box-opened .control-label + div {
  border-left: 2px solid #687584;
}
.box.box-scroll {
  height: 300px;
  border: 1px solid #ccc;
  border-radius: unset;
  overflow-y: scroll;
}

.box > h2,
.box > .clearfix > h2 {
  padding: 20px 20px 15px 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

.box-body {
  overflow: hidden;
  padding: 20px;
  padding: 20px 20px 20px 20px;
}
.box-body.box-body-sm {
  padding: 10px;
}

.ebox {
  margin-bottom: 20px;
}
.ebox img {
  display: block;
  max-width: 100%;
  height: auto;  
}

.chase-button {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #77777794;
  width: 100%;
  padding: 20px;
  z-index: 100;
}

.quantity-item {
  text-align: center;
  height: 230px;
  position: relative;
}
.quantity-item-empty::after {
  content: "";
  display: block;
  background: #ccc;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.quantity-item img {
  width: 130px;
  margin: auto;
}
.quantity-item-name {
  font-weight: bold;
  margin: 10px 0 5px 0;
}
.quantity-item-quantity {
  color: #CA3222;
}
.quantity-item-label {
  font-weight: bold;
  min-height: 10px;
}
.quantity-item-value {
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
}

.pie-chart {
  width: 110px;
  height: 110px;
  margin: auto;
  border-radius: 50%;
}

.list .search-panel .box-body {
  padding: 20px 10px;
}
.checkbox-button.label-cols-3 input[type="checkbox"] + label {
  width: 32%;
  font-size: 95%;
  font-weight: 500;
}

.modal.modal-square .modal-content {
  border-radius: 0;
}
.modal.modal-square .modal-header {
  background-color: #fff;
}
.modal.modal-square .nav-pills > li.active > a {
  background-color: #f4f4f4;
  color: #333;
}
.modal.modal-square .nav > li > a {
  padding: 5px 15px;
  position: relative;
  color: #0099ba;
} 
.modal.modal-square .nav > li > a::after {
  content:"";
  position: absolute;
  border-right: 1px solid #ccc;
  height: 20px;
  right: 0px;
}
.modal.modal-square .nav > li:last-child > a::after {
  border-right: unset;
}
.modal.modal-square .modal-footer .btn {
  width: 200px;
  border-radius: 0;
}
.modal.modal-square .modal-footer .btn-default {
  border-color: #0099ba;
  color: #0099ba;
}

.glyphicon-star,
.bi-star-fill,
.bi-star-half {
  color: #eedf89;
}
.glyphicon-star-empty,
.bi-star {
  color: #ccc;
}
.btn-favorite,
.btn-favorite:hover,
.btn-favorite:focus,
.btn-favorite:active,
.btn-favorite:active:hover {
  color: #fff;
  background-color: #F5707C;
  border-color: #F5707C;
  padding: 6px 19px;
border-radius: 20px;
  font-weight: bold;

}
.btn-favorite.my-favorite {
  color: #F5707C;
  border-color: #F5707C;
  background-color: transparent;
  border-radius: 20px;  
}
.btn-primary.btn-wired .my-favorite{
  background-color: #ffffff !important;
  padding: 6px 19px;
  font-weight: bold;
}
.list {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
border-top: 1px solid #ccc;
}

.list .left .form-group .checkbox:first-child{
  margin-top: 0px;
}

.list .save-condition {
  padding-top: 20px;
}

.list .saved-condition {
  margin-bottom: 20px;
}

.list .right {
  padding-left: 0px;
}
.list .right .box {
  background: transparent;
}

.list p.total {
  margin-bottom: 20px;
}

.list p.total span {
  font-size: 120%;
  font-weight: 700;
}

.item-list {
  margin-left: 0;
  margin-right: 0;
}

.item-list .item {
  background: #fff;
  border: 1px solid #eef3f7;
  padding: 20px; /* 内側の余白を設定 */
 margin: 10px 0px 10px 0px; /* 外側の余白を設定 */
  border: 1px solid #ddd; /* 薄いグレーの枠線を設定 */
  border-radius: 20px; /* 角を丸くする */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);; /* 影を追加して浮いて見えるようにする */
  transition: transform 0.3s; /* ホバー時の変形をスムーズにするためのトランジション */
}
.item-list .item-body {
  padding: 30px 30px 10px 30px;
}
.item-list .item-heading {
  padding: 20px;
  background: #ddd;
}
.item-list .item-heading.item-heading-sm {
  padding: 10px 20px;
}
.item-list .item-heading.item-heading-light {
  background: #f4f4f4;
}
.item-list .item-footer {
  padding: 20px;
  background: #f2f2f2;
}
.item-list .item-footer.item-footer-sm {
  padding: 10px 20px;
}
.item-list .item-footer.item-footer-light {
  background: #f4f4f4;
}
.item-list .item-footer-company {
  padding: 15px;
  background: #f4f4f4;
  border-radius: 25px;
}
.item-list .item-footer-company .image > img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.item-list .item-footer-company .caption {
  width: calc(100% - 180px);
  padding-top: 5px;
  padding-left: 20px;
}

.item-list .item-body .image > img {
  height: 100px;
  object-fit: cover;
}
.item-list .item-body .industry,
.item-list .item-footer .industry {
  color: #888;
}
.item-list .item-body h3 {
  margin-top: 0;
}
.item-list .item-body .intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
  margin-bottom: 5px;
}

.item-list .thumbnail {
  margin-bottom: 0;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  border-bottom: 1px dotted;
  padding: 10px 0;
}
.item-list a:last-child .thumbnail {
  border:none;
}

.item-list .thumbnail .image {
  height: 250px;
  padding: 0;
}

.item-list .thumbnail .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-list .thumbnail .caption h3 {
  font-size: 120%;
  margin-top: 10px;
}

.item-list .thumbnail .caption h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 18px;
}

.item-list .thumbnail .caption .intro {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
  margin-bottom: 5px;
}

.item-list .thumbnail .caption .label {
  font-size: 90%;
}

.item-list .thumbnail .caption .company {
  color: #a15205;
  margin: 0;
}

.item-list .thumbnail .caption > .row {
  margin: 0;
}

.item-list .thumbnail .caption dl {
  padding:0;
  margin-bottom: 10px;
}

.item-list .thumbnail .caption dt,
.item-list .thumbnail .caption dd {
  border-bottom: 1px solid #ddd;
  height: 35px;
  line-height: 35px;
  padding: 0;
}

.item-list .thumbnail .caption dt {
  font-weight: normal;
}

.item-list .thumbnail .caption dt::before {
  content: "●";
  color: #4f7bbf;
  padding: 0 5px 0 0;
  border: medium none;
}

.item-list .thumbnail .caption dd p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 18px;
}

.item-list .thumbnail .to-detail {
  margin: 10px 0 5px;
}
.item-list .thumbnail .to-detail .btn {
  font-size: 120%;
  width: 200px;
  margin: 0 10px 2px;
}
.item-list .thumbnail .to-detail .btn.btn-sm {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main.detail {
  padding-top: 0;
  width: 100%;
}

.main.detail .mv img {
    width: 100%;
    max-height: 415px;
}

/* スマホサイズ用（最大幅が767pxまで） */
@media (max-width: 767px) {
    .main.detail .mv img {
        object-fit: contain;
    }
}

/* タブレットサイズ用（768pxから1024pxまで） */
@media (min-width: 768px) and (max-width: 1024px) {
    .main.detail .mv img {
        object-fit: cover;
    }
}

/* パソコンサイズ用（1025px以上） */
@media (min-width: 1025px) {
    .main.detail .mv img {
        object-fit: contain;
    }
}

.main.detail h2 {
  font-size: 160%;
  color: #000;
  padding: 8px;
  margin-bottom: 20px;
  border-left: 5px solid #5FC1C7;
}
.main.detail .left .table th {
  width: 120px;
}

.company-box {
  background-color: #ecf3fb;
  padding: 30px;
}

.company-box .glyphicon-star {
  color: #eedf89;
}

.company-box .glyphicon-star-empty {
  color: #ccc;
}

.company-box h1 {
  font-size: 24px;
  margin-top: 0;
}

.link,
.link a {
  color: #4aa9ed;
}

.official {
  text-align: center;
  border: 1px solid #000;
  width: 100%;
}

.menu {
  /* border-bottom: 1px solid #b8b1b1; */
  /* background-color: #fff;*/
  /* margin-left: 0;*/
  background: #ffffff;
  padding: 10px;
  margin: 10px 0px -9px 0px;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.menu li{
  width: 19%;
  text-align: center;
  padding: 15px;
  font-weight: 500;
}
.menu li.active{
  border-bottom: 4px solid #0098ba;
  font-weight: bold;
}

.mv {
  position: relative;
  margin-bottom: 30px;
}
.main.detail .right .box-body {
  padding: 5px;
}
.company-info table th,
.company-info table td {
  padding: 5px 0;
  font-size: 12px;
  font-weight: 500;
}
.company-info table th {
  width: 100px;
}
.company-logo-sm > img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.company-logo > img {
  width: 80px;
}
.company-logo.v20 {
  margin-top: -20px;
}

.img-square {
  width: 135px;
  height: 135px;
}
.img-square-sm {
  width: 80px;
  height: 80px;
}


.btn-more,
.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more:active:hover {
  color: #009aba;
  border-color: #009aba;
  border-radius: 20px;
}

.linear-scale {
  width: 100%;
}
.linear-scale th,
.linear-scale td {
  text-align: center;
  padding: 5px 0;
}
.linear-scale tbody tr td:first-child {
  text-align: right;
  padding-right: 20px;
}
.linear-scale tbody tr td:last-child {
  text-align: left;
  padding-left: 20px;
}

.survey img {
  max-width: 200px;
}

.main.top {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  margin: 0;
}

.main.top h2 {
  padding: 10px 0;
  margin-top: 0px;
  margin-bottom: 20px;
}

#topCarousel .item img {
  width: 100%;
  min-height: 340px;
  object-fit: cover;
  border-top: 1px solid #ccc; /* 上部の枠線のみ指定 */
  border-bottom: 1px solid #ccc; /* 下部の枠線のみ指定 */
}

#topCarousel p{
  text-align: left;
  font-size: 20px;
  margin-bottom: 0;
}

#topCarousel p span{
  font-weight: bold;
}

#topCarousel .carousel-caption {
  width: 100%;
  height: 55%;
  padding: 20px 70px;
  left: 0;
  top: 45%;
  background-color: #575450;
  opacity: 0.7;
}

#topCarousel .carousel-indicators {
  display: none;
}

#topCarousel .carousel-control{
  top: 50%;
  width: 5%;
}

#topCarousel .carousel-control .glyphicon-chevron-right,
#topCarousel .carousel-control .glyphicon-chevron-left {
  font-size: 18px;
}

.search {
  position: absolute;
  top: 3vw;
  left: 10%;
  width: 500px;
}
.search > .nav-tabs > li {
  width: 50%;
}
.search > .nav-tabs > li > a {
  border-radius: 10px 10px 0 0;
  background: #eee;
  color: #888;
  text-align: center;
  margin-right: 0;
  font-weight: 500;
}
.search > .nav-tabs > li.active > a, 
.search > .nav-tabs > li.active > a:focus, 
.search > .nav-tabs > li.active > a:hover {
  background: #fff;
  color: #000;
  border-bottom: 2px solid #5FC1C7;  
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  font-weight: 500;
}


.search > .search-body {
  padding: 20px;
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;  
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.search .control-label {
  font-weight: 700;
}

.search .form-group:last-child {
  margin-bottom: 0px;
}

.search .form-group > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.search .form-group > .row  > div {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

.search .btn {
  width: 100%;
  font-weight: 700;
}
.search .btn-primary {
  background-color: #5FC1C7;
  border-color: #5FC1C7;
  padding: 7px 14px;
}
.search .open-checkbox-modal > .pull-right {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
  margin-right: 2px;
}
.search .modal-results p {
  display: none;
}

.clients-list img {
  border-radius: 10px;
}

.btn-regist {
  background-color:#5FC1C7;
  border: 1px solid #5FC1C7;
  width: 450px;
  border-radius: 25px;
  font-weight: 700;
}

.search-theme > .box-body > .row > div {
  height: 80px;
}

.pickup-contents {
  margin-right: 0;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 #c1c1c1;
  padding: 0 10px;
  margin: 0 0 20px;
}

.pickup-contents .item-list .item {
  padding-right: 5px;
  padding-left: 5px;
}

.pickup-contents .item-list .thumbnail {
  border-bottom: unset;
  padding: 0;
  margin-bottom: 5px;
}

.pickup-contents .thumbnail .caption {
  padding-left: 0;
  padding-right: 0;
}

.pickup-contents .item-list .thumbnail .image {
  height: 150px;
}

.new-contents {
  margin-right: 0;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 #c1c1c1;
  padding: 0 10px;
  margin: 0 0 20px;
}

.new-contents .item-list .item {
  padding-right: 5px;
  padding-left: 5px;
}

.new-contents .item-list .thumbnail {
  border-bottom: unset;
  padding: 0;
  margin-bottom: 5px;
}

.new-contents .thumbnail .caption {
  padding: 5px 0;
}

.new-contents .item-list .thumbnail .caption ul {
  margin-bottom: 5px;
}

.new-contents .item-list .thumbnail .caption .label {
  font-size: 10px;
}

.new-contents .item-list .thumbnail .caption h3 {
  margin: 4px 0;
  font-size: 14px;
  min-height: 14px;
  font-weight: normal;
}
.new-contents .item-list .thumbnail .caption .company {
  font-size: 12px;
}

.new-contents .item-list .thumbnail .image {
  height: 100px;
}

.information {
  margin-top: 0;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 #c1c1c1;
}

.information-body {
  padding: 0 10px 10px 10px;
}

.information p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-body img {
  max-width: 100%;
  height: auto;
}

.main.detail .company > span {
  padding: 5px;
  border: 1px solid #ddd;
  margin-left: 10px;
}

.main.detail .list-unstyled .label{
  font-size: 100%;
}

.main.detail .feature {
  margin-bottom: 40px;
}

.main.detail .message {
  font-size: 110%;
  margin-bottom: 30px;
}

.image-viewer {
  margin-bottom: 40px;
}

.image-viewer .full{
  width: calc(100% - 130px);
}

.image-viewer .full img {
  margin: auto;
  border: 1px solid #fff;
}

.image-viewer .thumb {
  width: 100px;
}

.image-viewer .thumb li {
  cursor: pointer;
  margin-bottom: 5px;
  border: 1px solid #fff;
  height: 80px;
}

.image-viewer .thumb li:hover {
  opacity: 0.6;
}

.image-viewer .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.my_page_menu {
  padding: 5px 10px;
}

.my_page_menu span {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.my_page_menu .panel,
.my_page_menu .panel > .panel-heading {
  border: unset;
  color: #fff;
  background: #267fd9;
  border-color: #267fd9;
}

.my_page_menu .panel > .panel-body {
  color: #fff;
}

.my_page_menu.customer .panel,
.my_page_menu.customer .panel > .panel-heading {
  background: #eb6e6e;
  border-color: #eb6e6e;
}


.my_message h3 {
  font-size: 12pt;
}

.sub-title {
  padding: 20px;
  border: solid #446799;
  margin-bottom: 20px;
}

.message-thread .panel {
  max-width: 90%;
  position: relative;
}

.message-thread .panel-heading .pull-left {
  margin-right: 10px;
}

.message-thread .panel::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 10px;
}

.message-thread .panel::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 10px;
}

.message-thread .panel.pull-left::before {
  left: -15px;
  border-right: 15px solid #ddd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-left:after {
  left: -12px;
  border-right: 15px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-right::before {
  right: -15px;
  border-left: 15px solid #ddd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-right:after {
  right: -12px;
  border-left: 15px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.message-thread .panel.panel-info.pull-left::before,
.message-thread .panel.panel-info.pull-right::before {
  border-left-color: #bce8f1;
  border-right-color: #bce8f1;
}

.message-thread .panel.panel-success.pull-left::before,
.message-thread .panel.panel-success.pull-right::before {
  border-left-color: #d6e9c6;
  border-right-color: #d6e9c6;
}

.message-thread .panel.panel-warning.pull-left::before,
.message-thread .panel.panel-warning.pull-right::before {
  border-left-color: #faebcc;
  border-right-color: #faebcc;
}

.message-thread .panel.panel-danger.pull-left::before,
.message-thread .panel.panel-danger.pull-right::before {
  border-left-color: #ebccd1;
  border-right-color: #ebccd1;
}

.main h2:nth-of-type(n+2) {
  margin-top: 60px;
}

.contractor-top .mv {
  height: 30vw;
  max-height: 500px;
  background: url(../img/contractor_mv.jpg) 0 / cover;
  margin-bottom: 0;
}

.contractor-top .mv .box {
  width: 700px;
  margin: auto;
  position: relative;
  top: 28%;
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 5px 0 #888;
}

.contractor-top .obi {
  padding: 50px 0;
  color: #5a3108;
}

.contractor-top .obi:nth-of-type(odd) {
  background: #fff;
}

.contractor-top .obi-body {
  margin-bottom: 50px;
}

.contractor-top h1 {
  font-size: 2em;
  margin-bottom: 50px;
  margin-top: 0;
}

.contractor-top .box-body .icon {
  text-align: center;
  background-color: #267fd9;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  font-size: 60px;
  margin: 0px auto 30px;
}

.contractor-top .box-body .icon > span {
  vertical-align: middle;
}

.contractor-top .box-body p {
  font-size: 110%;
}

.nav_contractor.navbar-nav > li > a{
  padding-top: 0;
  padding-bottom: 0;
}
.nav_contractor.nav_global .badge.badge-danger {
  top: -5px;
  right: 12px;
}

.qa {
  border-bottom: 1px solid #ddd;  
}

.qa > a {
  display: block;
  padding: 20px;
  color: #5a3108;
  cursor: pointer;
  font-size: 120%;
}

.qa > p {
  display: none;
  padding: 10px 10px 10px 30px;
}

.resume .item-list .thumbnail .image {
  height: auto;
  padding-top: 40px;
}
.resume .item-list .thumbnail .image span {
  font-size: 100px;
}

.text-danger {
    color: #E33028;
    font-size: 14px;
}

@media (min-width: 1850px) {
  .container {
    width: 1050px;
  }
.list {
    width: 100%;
    padding-left: 20px;
    padding-right: 500px;
}
}

@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }
}

@media (min-width: 993px) and (max-width: 1119px) { 
}

@media (min-width: 768px) and (max-width: 992px) { 
}

@media (max-width: 767px) {

  .label-cols-2 label {
    width: 100%;
  }
.open-checkbox-modal {
    padding: 6px 5px 0 5px;
}
  .form-inline .input-sm-3 {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
  }
  .form-inline .input-sm-2 {
    display: inline-block;
    width: 36%;
    vertical-align: middle;
  }
  
  .btn-sm-1 .btn {
    width: 80%;
    margin-bottom: 5px;
  }

  header.row {
    padding: 0px;
  }
  .navbar-default .navbar-nav > li.login {
    margin-left: 0;
  }

  .modal.large .modal-dialog {
    width: auto;
  }
  
  .form-horizontal .form-group > .control-label > .label-danger.pull-left {
    margin-top: 2px;
    margin-right: 2px;
  }
  
  .contents {
    padding-bottom: 20px;
  }
  
  .main {
    padding: 0px;
    width: 100%;
  }
  
  .breadcrumb {
   margin: 0px 0px 10px 10px;
  }
  
  .breadcrumb > li {
    display: inline;
  }
  
  .box-body {
    padding: 0 0 10px 0;
  }
  .box.box-protrude > .box-body {
    padding: 10px;
  }
  .main.top {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  #topCarousel .item img {
    width: 100%;
    min-height: unset;
  }

  #topCarousel .carousel-caption {
    padding: 10px 20px;  
  }
  
  #topCarousel p{
    font-size: 100%;
  }

  .search {
    position: relative;
    top: 0;
    left: 0;
    margin: 15px;
    width: auto;
    padding: 10px;
    border-radius: 5px;
  }
  
  .search-theme > .box-body > .row > div {
    height: 50px;
  }
  
  .btn-regist {
    width: 90%;
  }
  
  .label-cols-5 label {
    width: 32%;
  }
  
  .search .checkbox {
    padding: 0px;
  }
  
  .new-contents {
    margin-top: 0px;
  }
  
  .main.top h2 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  
  .item-list .thumbnail .image {
    height: 60vw;
  }
  
  .information {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .information dl {
    margin: 10px;
  }
  
  .open-search {
    margin-top: -20px;
    margin-bottom: 10px;
  }
  
  .list .left {
    display: none;
    border: unset;
    padding: 0 0 20px 0;
  }
  
  .list .right {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .list .right .image {
/*    width: 100%; */
  }
  
  .list p.total {
    margin-bottom: 10px;
  }
  
  .main.detail {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .main.detail .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .main.detail .left {
    padding-left: 0px;
    padding-right: 0px;
    border-right: unset;
    margin-bottom: 20px;
  }
  
  .main.detail .box-body,
  .main.detail .left .box-body {
    padding: 10px 0;
  }
  
  .main.detail h2 {
    font-size: 130%;
  }
  
  .main.detail .feature {
    font-size: inherit;
    margin-bottom: 10px;
  }
  
  .main.detail .message {
    margin-bottom: 10px;
  }
  
  .main.detail table th,
  .main.detail table td {
    padding: 4px;
  }
  
  .main.detail table th::before {
    padding: 0px 4px 0px 0px;
  }

  .main.detail .right {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .message-thread-bottom {
    margin-bottom: 10px;
  }
  
  .contents-status label.col-xs-6 {
    text-align: right;
    padding-top: 7px;
  }
  
  .image-viewer {
    margin-bottom: 0px;
  }
  
  .image-viewer .full {
    width: 100%;
  }
  
  .image-viewer .thumb {
    width: 100%;
  }
  
  .image-viewer .thumb {
    font-size: 0;
  }
  
  .image-viewer .thumb li {
    width: 60px;
    height: 40px;
    display: inline-block;
  }
  
  .main.preview {
    width: 100%;
  }
  
  footer {
  }
  .footer-body {
    padding-left: 5px;
    padding-right: 5px;
  }
  footer .footer-links {
    padding: 0;
  }
  
  footer .footer-links ul li {
    width: auto;
  }
  
  footer .footer-company .list-inline > li {
    padding-left: 0;
    padding-right: 10px;
  }
  
  .contractor-top .mv {
    height: auto;
    max-height: unset;
    padding: 30px;
  }
  
  .contractor-top .mv .box {
    width: auto;
  }
  
  .contractor-top h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  
  .my-contents.item-list .status {
    padding: 8px 20px;
  }
  
  .navbar-default .navbar-nav > li {
    margin-right: 5px;
    float: left;
  }
  .navbar-default .navbar-nav > li.regist {
    margin-bottom: 5px;
  }
  
  .modal.modal-square .modal-footer .btn {
    width: 120px;
  }
  
  .company-box {
    padding: 10px;
  }
  .company-box h1 {
    font-size: 16px;
  }
  .company-box .col-xs-9 {
    padding-left: 0;
  }
  .company-box .btn-primary {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .btn-favorite {
    padding: 0 6px;
  }
  .menu li {  
    width: 30%;
    padding: 10px;
  }
  
  .item-list .item-body {  
    padding: 10px;
  }
  .item-list .item-footer {
    padding: 10px;
  }
  .item-list .item-footer-company .caption {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  .mt-xs-0 {
    margin-top: 0;
  }
  .pr-xs-0 {
    padding-right:0;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  
  .box > h2, .box > .clearfix > h2 {  
    padding: 0;
  }
  .form-inline input[type="text"].form-control, 
  .form-inline input[type="password"].form-control {
    min-width: unset;
  }
  .message-box {
    padding: 0;
  }
  .message-box .nav-tabs > li > a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 11px;
  }
  .upload .clearfix .pull-left {
    width: 100%;
  }


/* スマホ用に調整20240528 */
   body{
    font-family: \30d2\30e9\30ae\30ce\89d2\30b4\0020ProN\0020W3, Hiragino\20Kaku\20Gothic\20Pro, Helvetica, HelveticaNeue, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}
  .mb10 {
  font-size: 14px;
}
  .label-cols-3 label {
    width: 32%;
    font-weight: 500;
  }
  .search .btn {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
  }
 .ebox img {
   max-width: 100%;
  }
 .container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
.box-blue-all .box,
.box.box-blue {
  background: #ffffff; /* 背景色を白に設定 */
  padding: 20px; /* 内側の余白を設定 */
  margin: 10px; /* 外側の余白を設定 */
  border: 1px solid #ddd; /* 薄いグレーの枠線を設定 */
  border-radius: 5px; /* 角を丸くする */
box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s; /* ホバー時の変形をスムーズにするためのトランジション */
 }
 .text-line1 {
    font-size: 14px;
    line-height: 2;
 }

 .text-line2 {
    font-size: 10px;
 }
.text-lg {
  font-size: 30px;
}
.text-danger {
    color: #E33028;
    font-size: 10px;
}
.slick-slide img {
   max-width: 115%;
 }
.text-bold {
    font-weight: 700;
    font-size: 14px;
}
.mt60 {
    margin-top: 20px;
}
.mb40 {
    margin-bottom: 20px;
}
.box-shadow{
    background: #ffffff;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}
.item-list .item{
    background: #ffffff;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 10px;
}
.box.box-white {
  background-color: #fff;
  border: unset;
  border-radius: unset;
  background: #ffffff; /* 背景色を白に設定 */
  padding: 15px; /* 内側の余白を設定 */
  margin: 0px 0px 10px 0px;
  border: 1px solid #ddd; /* 薄いグレーの枠線を設定 */
  border-radius: 0px; /* 角を丸くする */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s; /* ホバー時の変形をスムーズにするためのトランジション */
}

p {
    margin: 0px
}
.btn-default{
    margin: 0px 10px 0px 0px;
}
.col-xs-9 {
    width: 70%;
    margin-left: 10px;
}
/* スマホ用に調整20240528 */


}

