<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer-copy {
  /* 逕ｻ蜒上〒縺ｯ縺ｪ縺乗枚蟄励〒陦ｨ遉ｺ縺吶ｋ繧医≧縺ｫ螟画峩 */
  font-size: 0.9em;
  color: #ffb600;
  /*font-weight: bold;*/
}
@media screen and (max-width: 768px) {
  .footer-copy {
    font-size: 0.5em;
    text-align: center;
    padding: 5px 0;
  }
}
/* CM */
.cm-gallary-wrap {
  margin: 0 auto;
  width: 100%;
}
.cm-gallary {
  overflow: hidden;
  width: 100%;
}
.cm-gallary li {
  float: left;
  width: 31%;
  margin: 1%;
}
.cm-gallary li img {
  width: 100%;
  height: auto;
}
.cm-gallary p {
  margin: 10px;
  text-align: center;
}
.past-title {
  background-color: #DBDCDC;
  padding: 5px 5px 5px 20px;
}
.past-cm-gallary-wrap {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.past-cm-gallary {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.past-cm-gallary li {
  float: left;
  width: 21%;
  margin: 2%;
}
.past-cm-gallary li img {
  width: 100%;
}
.past-cm-gallary p {
  margin: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cm-gallary p {
    font-size: 11px;
  }
  .cm-gallary li {
    width: 46%;
    margin: 2%;
  }
  .past-cm-gallary p {
    font-size: 9px;
  }
  .past-cm-gallary li {
    width: 46%;
    margin: 2%;
  }
}
@media screen and (max-width: 480px) {
  .cm-gallary p {
    font-size: 9px;
  }
  .past-cm-gallary p {
    font-size: 7px;
  }
}
/*  */
.sub-nav ul, .reason-nav ul {
  background-color: #2FB3D9;
  /*font-size: 22px;*/
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.sub-nav li:first-child, .rec-nav li:first-child, .reason-nav li:first-child {
  border-left: 0px none;
}
.sub-nav li {
  border-left: 1px solid #FFF;
  display: inline-block;
  text-align: center;
  width: 24%;
}
.reason-nav li {
  border-left: 1px solid #FFF;
  display: inline-block;
  text-align: center;
  width: 30%;
}
.rec-nav li {
  border-left: 1px solid #FFF;
  display: inline-block;
  text-align: center;
  margin-left: 30px;
  background-color: #01bcf1;
  width: 30%;
}
.sub-nav li a, .reason-nav li a, .rec-nav li a {
  display: block;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}
.rec-nav ul {
  /*font-size: 22px;*/
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 30px;
}
.recruit-pic ul {
  overflow: hidden;
  text-align: center;
}
.recruit-pic li {
  float: left;
  text-align: center;
  width: 30%;
}
.overhead-box-wrap {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-bottom: 30px
}
.overhead-box {
  float: left;
  width: 47%;
  border: solid 1px #229f37;
  height: 250px;
  margin: 10px;
  text-align: center;
  position: relative;
}
.three-col {
  width: 31%;
}
.overhead-box-title {
  font-size: 1.8em;
  color: #229f37;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
.overhead-box-title p {
  display: inline-block;
  vertical-align: middle;
}
.overhead-box-title img {
  margin-right: 20px;
}
.overhead-icon {
  vartical-align: bottom;
  margin-right: 20px;
}
.three-col .overhead-box-title {
  font-size: 1.3em;
  padding: 10px;
}
.overhead-box-cnt {
  margin: 0 auto;
  color: #229f37;
  line-height: 1.875;
  width: 90%;
  text-align: center;
}
.three-col .overhead-box-cnt {
  line-height: 1.6;
}
.overhead-box-link {
  margin: 0 auto;
  background-color: #229f37;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 90%;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.overhead-box-link a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  display: block;
}
.overhead-p {
  padding: 10px;
  line-height: 1.875;
}
.two-column {
  float: left;
  width: 47%;
  margin: 10px;
}
.description-cnt {
  background-color: #eee;
  padding: 10px;
  margin: 10px;
}
.description-cnt p {
  margin: 5px 5px;
}
.insu-table {
  border: none;
  margin: 0 auto;
  width: 90%;
}
.insu-table th {
  border: solid 1px #fff7da;
  background-color: #ffa800;
  padding: 1%;
}
.insu-table td {
  border: solid 1px #fff7da;
  padding: 1%;
  background-color: #fff7da;
}
.insu-table .orange {
  background-color: #fdd653;
}
.dotted {
  border-bottom: 2px dotted #ddd;
}
.border-b {
  border-bottom: 1px solid #ddd;
}
.border-big {
  border-bottom: 30px solid #ddd;
}
.tax-table {
  width: 100%;
  padding: 1%;
}
.tax-table th {
  border: solid 1px #fff;
  background-color: #5a9bd5;
  padding: 1%;
}
.tax-table td {
  border: solid 1px #fff;
  padding: 1%;
  background-color: #eaeef7;
}
.tax-table .blue {
  background-color: #d2ddef;
}
.clear {
  clear: both;
}
.circle-bg {
  background: #01bcf1;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  text-align: center;
  color: #fff;
}
.vision-cnt {
  height: 150px;
  padding-left: 20px;
}
.valign-middle {
  display: table;
}
.valign-middle &gt; * {
  display: table-cell;
  vertical-align: middle;
}
.valign-bottom {
  display: table;
}
.valign-bottom &gt; * {
  display: table-cell;
  vertical-align: bottome;
}
.company-table {
  width: 100%;
  padding: 1%;
  border: solid 1px #ccc;
  line-height: 1.875;
}
.recruit-table {
  margin: 0 auto;
  width: 90%;
  padding: 1%;
  border: solid 1px #ccc;
  line-height: 1.875;
}
.company-table th {
  border: solid 1px #ccc;
  font-weight: bold;
  padding: 1%;
}
.company-table td, .recruit-table td {
  border: solid 1px #ccc;
  padding: 1%;
}
.purple {
  background-color: #f1f1f7;
}
.company-cnt p, .recruit-cnt p, .citizenship-cnt p, .reason-cnt p {
  line-height: 1.875;
}
.company-msg {
  padding: 0px;
}
.company-msg img {
  margin-right: 0px;
}
.recruit-table th {
  border: solid 1px #ccc;
  font-weight: bold;
  padding: 1%;
  background-color: #01bcf1;
  width: 30%;
  color: #FFF;
}
.recruit-tel {
  margin: 0 auto;
  background-color: #01bcf1;
  text-align: center;
  width: 70%;
  padding: 2%;
  color: #FFF;
}
.f-large {
  font-size: 2em;
}
.t-indent6 {
  text-indent: 4em;
}
.enkaku {
  padding: 10px;
  width: 100%;
}
.enkaku td:first-child {
  width: 15%;
}
.green-box-title {
  background-color: #229f37;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.green-box-main {
  margin: 0 auto;
  border: solid 1px #ccc;
  width: 100%;
  padding: 10px;
}
.green-box-main-l {
  float: left;
  width: 70%;
  margin: 0 auto;
}
.green-box-main-r {
  text-align: right;
}
.green-box-wrap {
  width: 102%;
  margin-right: -2%;
}
.green-box {
  margin: 0 auto;
  border: solid 1px #ccc;
  margin-right: 2%;
  float: left;
  width: 31.3%;
  height: 370px;
  margin-bottom: 10px;
}
.green-box-cnt {
  padding: 10px;
}
.green-box-cnt img {
  width: 100%;
}
.green-box-link {
  text-align: right;
  margin-top: 5px;
}
.tsuyomi-wrap {
  clear: both;
  width: 85%;
  margin: 0 auto;
}
.tsuyomi {
  min-height: 100px;
  width: 60%;
  float: left;
  margin-bottom: 50px;
  text-align: left;
  height: 335px;
}
.tsuyomi h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}
.tsuyomi-img-left {
  margin: 2%;
  float: left;
}
.tsuyomi-img-right {
  margin: 2%;
  float: right;
}
p.lh13 {
  line-height: 1.3;
}
.f-left {
  float: left;
}
/*繧ｨ繝ｩ繝ｼ陦ｨ遉ｺ*/
.errorItem {
  background-color: #ffc1c1 !important;
}
span.error {
  color: #ff0000;
  font-size: 80%;
  font-weight: bold;
}
span.alert {
  font-size: 80%;
}
/*繧ｨ繝ｩ繝ｼ陦ｨ遉ｺ縺薙％縺ｾ縺ｧ*/
img.submit {
  cursor: pointer;
}
.distribution-box {
  border: solid 1px #01bcf1;
  padding: 20px;
  line-height: 1.875;
  margin-bottom: 30px;
}
.distribution-box span {
  color: #01bcf1;
  font-weight: bold;
}
.distribution-cnt {
  line-height: 1.875;
  margin-bottom: 80px;
}
.distribution-cnt h3 {
  color: #229f37;
  font-size: 2em;
}
.distribution-cnt img {
  margin-right: 20px;
}
.f-orange {
  color: #ffb400;
  font-weight: bold;
}
.f-blue {
  color: #01bcf1;
  font-weight: bold;
}
.satei-cnt {
  width: 80%;
  margin: 0 auto;
}
.freesatei {
  width: 90%;
  padding: 1%;
  border: 1px solid #ccc;
  margin: 0 auto;
}
.freesatei th {
  width: 30%;
  padding: 1%;
}
.freesatei td {
  padding: 1%;
}
.freesatei-orange {
  background-color: #fff7da;
}
.freesatei-blue {
  background-color: #daf7ff;
}
.freesatei-label {
  width: 20%;
}
.freesatei .nihongo, .freesatei .input-telno {
  width: 90%;
}
.freesatei .customSelect {
  background: url(../images/parts/p_sellform_select_wide.png) 0 0 no-repeat;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  width: 240px;
}
.freesatei .customSelectInner {
  margin: 0 30px 0 6px;
}
.freesatei input {
  border: 1px solid #cdcdcd;
  font-size: 11px;
  height: 30px;
  padding: 6px;
}
.satei-btn ul {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.satei-btn li {
  display: table-cell;
  padding-left: 40px;
}
.satei-return {
  border: medium none;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  background-color: #ccc;
  box-shadow: 0px 1px 0px #C6C6C6;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding: 0px 43px;
}
.satei-submit {
  border: medium none;
  border-radius: 2px;
  display: inline-block;
  font-weight: bold;
  background-color: #ffb400;
  box-shadow: 0px 1px 0px #C6C6C6;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  padding: 0px 66px;
  margin-bottom: 30px;
}
.satei-submit:hover {
  background-color: #ffcc6a;
}
.satei-return:hover {
  background-color: #ddd;
}
.f-red {
  color: red;
}
.oshirase-btn {
  background: url(../images/home/home_more_04.png) 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
.oshirase-btn:hover {
  opacity: 0.8;
}
.oshirase-btn-new {
  top: 5px;
  right: 10px;
  position: absolute;
}
.oshirase-btn .mid {
  top: 15px;
  right: 15px;
}
li.header-nav-blog {
  position: relative;
}
/*繝輔か繝ｼ繝�繧ｹ繝�ャ繝励ヰ繝ｼ*/
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #ffb400;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #ffb400;
}
.stepBar.step3 .step {
  width: 33.333%;
}
/*繝輔か繝ｼ繝�繧ｹ繝�ャ繝励ヰ繝ｼ縺薙％縺ｾ縺ｧ*/
/*
縺薙％縺九ｉ
@media screen and (max-width: 768px) */
@media screen and (max-width: 768px) {
  h2 {
    font-size: 17px;
  }
  .past-title {
    font-size: 15px;
  }
  .overhead-cnt p {
    font-size: 13px;
    line-height: 1.875;
  }
  .overhead-box {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80%;
    height: 160px;
    float: none;
  }
  .overhead-box-title {
    font-size: 18px;
  }
  .three-col .overhead-box-title {
    font-size: 18px;
  }
  .overhead-box-title img {
    width: 50%;
  }
  .overhead-box-cnt {
    line-height: 1.3;
    font-size: 11px;
  }
  .green-box-link {
    text-align: right;
    margin-top: 5px;
  }
  .overhead-box-link a {
    padding: 10px;
  }
  .sub-nav ul, .reason-nav ul {
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .rec-nav ul {
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    line-height: 20px;
    margin: 20px 0;
  }
  .sub-nav li, .rec-nav li, .reason-nav li {
    border-top: 1px solid #FFF;
    border-left: none;
    float: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .rec-nav ul {
    margin: 0 auto;
  }
  .rec-nav li {
    margin: 0 auto;
  }
  .sub-nav li a, .rec-nav li a, .reason-nav li a {
    padding: 0px 4.7%;
  }
  .recruit-pic li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .recruit-tel {
    width: 100%;
  }
  .insu-table {
    font-size: 11px;
  }
  .two-column {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .tax-table {
    font-size: 11px;
  }
  .circle-bg {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    text-align: center;
    color: #fff;
  }
  .circle-bg h3 {
    font-size: 11px;
  }
  .vision-cnt {
    height: 50px;
    padding-left: 5px;
  }
  .company-cnt p, .recruit-cnt p, .reason-cnt p {
    font-size: 11px;
  }
  .company-cnt, .overhead-cnt, .reason-cnt {
    padding: 10px;
  }
  .company-msg {
    margin-bottom: 25px;
    padding: 10px;
  }
  p.f-large {
    font-size: 20px;
  }
  .company-table, .recruit-table {
    font-size: 11px;
    width: 100%;
  }
  .enkaku td:first-child {
    width: 30%;
  }
  .green-box-main {
    width: 100%;
  }
  .green-box-main-l {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .green-box-main-r {
    text-align: center;
  }
  .green-box {
    margin: 0 auto;
    float: none;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    overflow: scroll;
  }
  .green-box-cnt p {
    padding: 10px;
    font-size: 13px;
  }
  .green-box-cnt img {
    width: 100%;
  }
  .tsuyomi-wrap {
    width: 100%;
  }
  .tsuyomi {
    margin-bottom: 30px;
    float: none;
    width: 100%;
    height: auto;
  }
  .tsuyomi h3 {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .tsuyomi-img-left, .tsuyomi-img-right {
    float: none;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .distribution-cnt {
    margin-bottom: 50px;
  }
  .distribution-cnt h3 {
    font-size: 18px;
  }
  .distribution-cnt img {
    width: 20%;
  }
  .satei-cnt {
    width: 90%;
  }
  .satei-cnt p {
    font-size: 13px;
  }
  .freesatei {
    width: 100%;
    font-size: 13px;
  }
  .satei-btn li {
    display: block;
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .stepBar {
    font-size: 13px;
  }
  .freesatei th {
    width: 20%;
    padding: 1%;
  }
  .freesatei th img {
    width: 70%;
  }
  .freesatei .nihongo, .freesatei .input-telno, .freesatei #add01 {
    width: 80%;
  }
  .freesatei select {
    width: 60%;
  }
  .freesatei .customSelect {
    background: url(../images/parts/p_sellform_select.png) 0 0 no-repeat;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    width: 168px;
  }
  .freesatei input {
    border: 1px solid #cdcdcd;
    font-size: 11px;
    height: 30px;
    padding: 6px;
  }
  .p-sellform .customSelectInner {
    margin: 0 30px 0 6px;
    width: 132px;
  }
  .p-sellform-select dt {
    width: 23%;
  }
  .p-sellform-select dd {
    width: 77%;
  }
  .p-sellform .customSelect {
    width: 90%;
    background: url(../images/parts/p_sellform_select_wide.png) 0 0 no-repeat;
    background-size: cover;
  }
  .news-box img {
    /*float: left;
    margin-right: 5%;
    width: 46%;*/
    float: none !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .news-box-text {
    /*    float: left;
	    width: 49%;*/
    float: none !important;
    width: 100% !important;
  }
  .header-nav li img.oshirase-btn-new {
    margin-right: 12%;
    padding-top: 12px;
    width: 10%;
  }
  .sp-home-menu img.oshirase-btn-new {
    right: 12%;
    top: 12px;
  }
  .sp-home-more img.oshirase-btn-new {
    margin-right: 3%;
    padding-top: 3%;
    width: 20%;
  }
  .oshirase-btn:hover {
    opacity: 1;
  }
}
/*
縺薙％縺ｾ縺ｧ
@media screen and (max-width: 768px) */
/*
縺薙％縺九ｉ
@media screen and (max-width: 480px) */
@media screen and (max-width: 480px) {
  h1, h2 {
    font-size: 17px;
  }
  .sub-nav ul, .reason-nav ul {
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .rec-nav ul {
    font-size: 15px;
    font-weight: bold;
    height: 100%;
    line-height: 20px;
    margin: 20px 0;
  }
  .sub-nav li, .rec-nav li, .reason-nav li {
    border-top: 1px solid #FFF;
    border-left: none;
    float: none;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .sub-nav li a, .rec-nav li a, .reason-nav li a {
    padding: 0px 4.7%;
  }
  .recruit-pic li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .recruit-tel {
    width: 100%;
  }
  .past-title {
    font-size: 15px;
  }
  .overhead-cnt p {
    font-size: 11px;
    line-height: 1.875;
  }
  .overhead-box {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 90%;
    height: 200px;
    float: none;
  }
  .overhead-box-title {
    font-size: 13px;
  }
  .three-col .overhead-box-title {
    font-size: 13px;
  }
  .overhead-box-title img {
    width: 50%;
  }
  .overhead-box-cnt {
    font-size: 11px;
  }
  .green-box-link {
    text-align: right;
    margin-top: 5px;
  }
  .overhead-box-link a {
    padding: 10px;
  }
  .overhead-box-link a, .green-box-link a {
    font-size: 9px;
  }
  .insu-table {
    font-size: 11px;
  }
  .two-column {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .tax-table {
    font-size: 11px;
  }
  .circle-bg {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    text-align: center;
    color: #fff;
  }
  .circle-bg h3 {
    font-size: 11px;
  }
  .vision-cnt {
    height: 50px;
    padding-left: 5px;
  }
  .company-cnt p, .recruit-cnt p, .reason-cnt p {
    font-size: 11px;
  }
  .company-cnt, .overhead-cnt, .reason-cnt {
    padding: 10px;
  }
  p.f-large {
    font-size: 20px;
  }
  .company-table, .recruit-table {
    font-size: 11px;
    width: 100%;
  }
  .enkaku td:first-child {
    width: 30%;
  }
  .green-box-main {
    width: 100%;
  }
  .green-box-main-l {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .green-box-main-r {
    text-align: center;
  }
  .green-box {
    margin: 0 auto;
    float: none;
    width: 100%;
    height: 270px;
    margin-bottom: 10px;
    overflow: scroll;
  }
  .green-box-cnt p {
    padding: 10px;
    font-size: 11px;
  }
  .green-box-cnt img {
    width: 100%;
  }
  .tsuyomi-wrap {
    width: 100%;
  }
  .tsuyomi {
    margin-bottom: 30px;
    float: none;
    width: 100%;
    height: auto;
  }
  .tsuyomi h3 {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .tsuyomi-img-left, .tsuyomi-img-right {
    float: none;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .distribution-cnt {
    margin-bottom: 50px;
    font-size: 11px;
  }
  .distribution-cnt h3 {
    font-size: 15px;
  }
  .distribution-cnt img {
    width: 20%;
  }
  .satei-cnt {
    width: 95%;
  }
  .satei-cnt p {
    font-size: 13px;
  }
  .freesatei {
    width: 100%;
    font-size: 13px;
  }
  .satei-btn li {
    display: block;
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .freesatei th {
    width: 20%;
    padding: 1%;
  }
  .freesatei th img {
    width: 70%;
  }
  .freesatei .nihongo, .freesatei .input-telno, .freesatei #add01 {
    width: 80%;
  }
  .freesatei select {
    width: 60%;
  }
  .freesatei .customSelect {
    background: url(../images/parts/p_sellform_select.png) 0 0 no-repeat;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    width: 168px;
  }
  .freesatei input {
    border: 1px solid #cdcdcd;
    font-size: 11px;
    height: 30px;
    padding: 6px;
  }
  .freesatei .zipitem {
    width: 50px;
  }
  .p-h1-text {
    margin-top: 10px;
  }
  .news {
    padding-top: 0;
  }
  .p-sellform .customSelect {
    background: url(../images/parts/p_sellform_select.png) 0 0 no-repeat;
    background-size: contain;
  }
  .rec-nav li {
    font-size: 13px;
  }
}
/*
縺薙％縺ｾ縺ｧ
@media screen and (max-width: 480px) */
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
/* 蠎苓�荳隕ｧ */
.arealist {
  text-align: center;
  padding: 10px 0;
  background-color: #eef;
}
section.storelist {
  margin: 30px 0 50px;
}
.storelist h2.areaname {
  margin: 20px 0;
  font-weight: bold;
}
.storelist h3.prefname {
  margin: 0 0 20px 0;
  font-weight: bold;
}
.storelist-header-wrapper {
  width: 100%;
  padding: 10px;
  background-color: #eee;
  margin-bottom: 30px;
}
.storelist-header {
  float: left;
  width: 100%;
  font-weight: bold;
}
.storename {
  float: left;
  width: 25%;
  padding: 0 10px 0 0;
}
.storename a {
  color: #00F;
}
.address {
  float: left;
  width: 30%;
}
.telno {
  float: left;
  width: 10%;
}
.businesstime {
  float: left;
  width: 15%;
}
.holiday {
  float: left;
  width: 20%;
}
.prefstores {
  margin: 0 0 50px 0;
}
/*.storelist-item-wrapper{
	width: 100%;
}
.storelist-item{
	float: left;
	width: 100%;
	line-height: 1.2em;
	margin-bottom: 15px;
	word-wrap: break-word;
	font-size: 0.8em;
}*/
@media screen and (max-width: 768px) {
  section.storelist {
    padding: 0 10px;
  }
}
/* 繝ｦ繝ｼ繝昴せ縺九ｉ縺ｮ縺顔衍繧峨○ */
.p-pager li.dot {
  height: 32px;
}
@media screen and (max-width: 768px) {
  .p-pager li {
    margin-left: 10px;
  }
  .storename {
    float: initial;
    width: 100%;
    padding: 0 10px 0 0;
  }
  .address {
    float: left;
    width: 100%;
    margin-bottom: 2%;
  }
  .telno {
    float: left;
    width: 100%;
  }
  .telno span {
    display: inline-block !important;
  }
  .businesstime {
    float: left;
    width: 100%;
    display: inline-block !important;
  }
  .businesstime span {
    display: inline-block !important;
  }
  .holiday {
    float: left;
    width: 100%;
    display: inline-block !important;
  }
  .holiday span {
    display: inline-block !important;
  }
}
.shop-data-info .label {
  display: inline-block;
  width: 100px;
}
.footer_grid {
  background: url(https://www.u-pohs.co.jp/wp-content/themes/upohs2016/images/common/grid30.png);
  height: 60px;
  width: 100%;
  position: relative;
  z-index: 10;
  /*margin-top: 70px;*/
}
@media screen and (max-width: 768px) {
  .shop-data-info .label {
    width: 100px;
  }
  .footer_grid {
    height: 30px;
    width: 100%;
    positon: static;
    background-size: 30px;
  }
  .header_grid {
    background: url(../images/common/grid30.png);
    height: 30px;
    width: 100%;
    background-size: 30px;
  }
}
/* 繝悶Ο繧ｰ */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.blog {}
.blog-block {
  margin: 20px 0 40px;
}
.blog-block p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.blog-block img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .blog {
    padding: 0 10px;
  }
  .blog h1.p-h1-text {
    margin-top: 20px;
  }
}
/* 蝠上＞蜷医ｏ縺帑ｸ譌ｦ髱櫁｡ｨ遉ｺ */
.header-bottom-search {
  display: none;
}
@media screen and (min-width: 769px) {
  header.fixed .header-bottom-search {
    display: block;
  }
}
/*  */
img.pointer {
  cursor: pointer;
}
#darker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 99998;
  display: none;
}
#modal_frame {
  position: fixed;
  height: 467px;
  width: 400px;
  top: 50%;
  left: 50%;
  margin-top: -234px;
  margin-left: -200px;
  z-index: 99999;
  display: none;
}
#modal {
  position: absolute;
  top: 0;
  left: 0;
  height: 467px;
  width: 400px;
}
.modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 28px;
  height: 28px;
  transition: background 0.2s ease-out 0s;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  color: #607586;
  text-align: center;
}
.modal-close::after {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 28px;
  line-height: 28px;
  display: block;
  content: "ﾃ�";
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #3e5368;
}
.modal-close:hover, .modal-close:active {
  background: #3E5368 none repeat scroll 0% 0%;
}
.modal-close:hover.modal-close:after, .modal-close:active.modal-close:after {
  color: #f4f4f4;
}
.kana-text {
  font-size: 14px;
  line-height: 5px;
  height: 20px;
}
.kana-text-small {
  font-size: 8px;
  line-height: 2px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .kana-text {
    font-size: 11px;
    line-height: 1px;
    height: 8px;
  }
  .sub-nav {
    padding-top: 4em;
  }
}
.around-stores a {
  color: #01bcf1;
  text-decoration: none;
}
/*笆ｼ20200924_譟ｻ螳壹ヰ繝翫�霑ｽ蜉�(PLAN-B萓晞�ｼ)縺薙％縺九ｉ笆ｼ*/
.banner-satei {
  opacity: 0;
  bottom: 60px;
  position: fixed;
  right: 0;
  z-index: 1000;
}
.banner-satei--page {
  visibility: hidden;
}
.banner-satei__link {
  width: 200px;
  display: block;
  position: relative;
}
.banner-satei__link img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banner-satei {
    left: 0;
    bottom: 1vw;
    margin: auto;
  }
  .banner-satei--page {
    visibility: visible;
  }
  .banner-satei__link {
    width: 98%;
    margin: 0 auto;
  }
}
/*笆ｲ20200924_譟ｻ螳壹ヰ繝翫�霑ｽ蜉�(PLAN-B萓晞�ｼ)縺薙％縺ｾ縺ｧ笆ｲ*/
/*笆ｼ20201006_蠎苓�繝壹�繧ｸ謾ｹ菫ｮ(PLAN-B萓晞�ｼ)縺薙％縺九ｉ笆ｼ*/
.shop-data-info .data-link a.data-link__reason {
  font-size: 18px;
  background-color: #01bcf1;
}
@media screen and (max-width: 768px) {
  .shop-data-info .data-link a.data-link__reason {
    font-size: 15px;
  }
  .data-accordion {
    margin: 12px;
  }
  .data-accordion-ttl {
    background: #01bcf1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 4.7% 14px;
  }
  .data-accordion-ttl__icon {
    width: 28px;
    margin-right: 12px;
  }
  .data-accordion-ttl__icon--style2 {
    width: 40px;
  }
}
/*笆ｲ20201006_蠎苓�繝壹�繧ｸ謾ｹ菫ｮ(PLAN-B萓晞�ｼ)縺薙％縺ｾ縺ｧ笆ｲ*/

/*笆ｲ20201222_蠎苓�繝壹�繧ｸ謾ｹ菫ｮ(PLAN-B萓晞�ｼ)縺薙％縺九ｉ笆ｼ*/
/* 髮ｻ隧ｱ繧ｿ繝��繝懊ち繝ｳ */
.btn-tel-wrap {
  margin: 20px auto;
}
.btn-tel {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  background-image: -moz-linear-gradient(90deg, #ffb311 0%, #ffce16 100%);
  background-image: -webkit-linear-gradient(90deg, #ffb311 0%, #ffce16 100%);
  background-image: -ms-linear-gradient(90deg, #ffb311 0%, #ffce16 100%);
  box-shadow: 0px 5px 0px 0px #e59812;
  margin: 0 12px;
  padding: 6% 5% 4% 5%;
}
.btn-tel:hover {
  color: #fff;
}
.btn-tel-txt {
  display: block;
}
.btn-tel-num {
  font-size: 17px;
  margin-top: 5px;
  display: block;
}
.btn-tel-form-wrap {
  text-align: center;
}
.btn-tel-form {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #00a8d8;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #00a8d8;
  margin: 20px auto 10px;
  padding-bottom: 1px;
}
.btn-tel-form:hover {
  color: #00a8d8;
}
/* 縺雁ｽｹ遶九■諠��ｱ */
.shop-sell-useful-inner {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 0px 0px rgba(189, 214, 195, 0.29);
  padding: 70px 40px;
}
.shop-sell-useful-h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding-bottom: 30px;
}
.shop-sell-useful-h2-icon {
  max-width: 2.2em;
  margin-right: 0.7em;
  display: inline-block;
  vertical-align: bottom;
}
.shop-sell-useful-item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.shop-sell-useful-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-sell-useful-item--style1 {
  border-bottom: 3px solid #eafaff;
  margin-bottom: 30px;
  padding: 30px 12px;
}
.shop-sell-useful-item--style2 {
  width: 50%;
  padding: 30px 12px 15px;
}
.shop-sell-useful-item-wrap-ttl {
  font-size: 21px;
  font-weight: bold;
}
.shop-sell-useful-ttl {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.43;
  color: #01bcf1;
  margin-bottom: 0.5em;
}
.shop-sell-useful-ttl-link {
  text-decoration: none;
  color: #01bcf1;
}
.shop-sell-useful-ttl-link:hover {
  color: #01bcf1;
  opacity: 0.8;
}
.shop-sell-useful-list-arrow {
  max-width: 0.9em;
  display: inline-block;
  padding-top: 0.3em;
  margin-right: 0.4em;
}
.shop-sell-useful-txt {
  font-weight: 500;
  line-height: 1.46;
  padding-left: 2em;
}
.shop-sell-arrow {
  max-width: 0.9em;
  display: inline-block;
  padding-top: 0.05em;
  margin-right: 0.4em;
}
@media screen and (max-width: 768px) {
  .accordion-type04 {
    background: #d5f6ff;
    margin: 0;
    padding-bottom: 36px;
  }
  .accordion-type04 .data-accordion-link {
    display: block;
    background: url(../images/common/sp_footer_nav_arrow.png) 95.3% 50% no-repeat #fff;
    background-size: auto 35%;
    -webkit-background-size: auto 35%;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    padding: 18px 4.7% 16px;
    border-bottom: 1px solid #a9e4f4;
  }
  .accordion-type04 dt {
    background: url(../images/parts/sp_p_acordion_icon_open_type02.png) 95.3% 50% no-repeat #fff;
    background-size: auto 40%;
    -webkit-background-size: auto 40%;
    border: 0;
    color: #333;
    font-size: 15px;
  }
  .accordion-type04 dt.active {
    background: url(../images/parts/sp_p_acordion_icon_close_type02.png) 95.3% 50% no-repeat #fafafa;
    background-size: auto 40%;
    -webkit-background-size: auto 40%;
    color: #333;
  }
  .accordion-type04 dd {
    padding: 0;
  }
  .accordion-type04 dd .data-accordion-link {
    border-bottom: 1px solid #efefef;
    padding: 18px 4.7% 16px 9%;
  }
}
/*笆ｲ20201222_蠎苓�繝壹�繧ｸ謾ｹ菫ｮ(PLAN-B萓晞�ｼ)縺薙％縺ｾ縺ｧ笆ｲ*/


/* 蜈ｱ騾夐崕隧ｱ逡ｪ蜿ｷ縲∫筏縺苓ｾｼ縺ｿ繝輔か繝ｼ繝�髱櫁｡ｨ遉ｺ蟇ｾ蠢� */
.container.hide-common-tel-form .header-tel &gt; img {
	opacity: 0 !important;
}
.container.hide-common-tel-form .header-bottom,
.container.hide-common-tel-form .sp-header-webform,
.container.hide-common-tel-form .sp-header-tel,
.container.hide-common-tel-form .p-contact,
.container.hide-common-tel-form .p-sellform,
.container.hide-common-tel-form #sw,
.container.hide-common-tel-form .banner-satei,
.container.hide-common-tel-form .btn-tel-form-wrap {
	display: none !important;
}

/* 2023.11.30 繝ｦ繝ｼ繝昴せ繝ｪ繝ｼ繧ｹ蟇ｾ蠢� */
.p-h1-text .shop-lease {
	display: inline;
	font-size: 18px;
	padding: 4px;
	background: orange;
	color: white;
}
@media screen and (max-width: 768px) {
	.p-h1-text .shop-lease {
		font-size: 12px;
		padding: 2px;
	}
}
.shop-data-info .data-link a.data-link__lease {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.shop-data-info .data-link a.data-link__lease {
		font-size: 15px;
	}
}
</pre></body></html>