/* サブページヘッダ共通 */
.sub-main-img {
  width: 100%;
  height: 60px;
}
.sub-main-img .smi-inner {
  background: url(../img/sp/common/sub-header-bg.png) top center repeat-x;
  text-align: left;
  padding: 10px 10px 0 10px;
  color: #ffffff;
  height: 60px;
}
.sub-main-img .smii-title {
  font-family: "Noto sans japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-shadow: 1px 1px 1px #808080;
  padding: 0;
  line-height: 120%;
}
/* パンくずリスト */
.bc-list-box {
  width: 100%;
  background-color: #f5f5f5;
}
.bc-list-box .bc-list {
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
  padding: 5px 0;
}
/* サブページメインボックス */
.sub-main {
  width: calc(100% - 10px);
  margin: 0 5px;
  overflow: hidden;
}
/* 左カラム基本構成 */
.sub-left {
  width: 100%;
  padding: 20px 10px 10px 10px;
  background-color: #f5f5f5;
}
.sub-left .sub-leftbox {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  padding: 10px 5px;
}
.sub-left .sl-subtitle {
  font-family: "Noto sans japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 20px;
  padding: 0 0 0 5px;
}
.sub-left .sl-machine .sl-subtitle {
  border-left: 5px solid #c32519;
}
.sub-left .sl-repair .sl-subtitle {
  border-left: 5px solid #048643;
}
.sub-left .sl-shop .sl-subtitle {
  border-left: 5px solid #357fd4;
}
.sub-left .sl-menu .sl-subtitle {
  border-left: 5px solid #c32519;
}
.sub-left .sl-subdesc {
  font-size: 12px;
  color: #222222;
  margin: 0 20px 10px 25px;
}
.sub-left .sl-list li {
  display: block;
  vertical-align: middle;
  width: calc(100% - 40px);
  min-height: 36px;
  margin: 0px 20px 0px 20px;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  font-size: 14px;
}
.sub-left .sl-machine li {
  background: url(./../img/sp/common/left-btn-red.png) no-repeat 5px 50%;
  background-size: 20px;
}
.sub-left .sl-repair li {
  background: url(./../img/sp/common/left-btn-green.png) no-repeat 5px 50%;
  background-size: 20px;
}
.sub-left .sl-shop li {
  background: url(./../img/sp/common/left-btn-blue.png) no-repeat 5px 50%;
  background-size: 20px;
}
.sub-left .sl-menu li {
  background: url(./../img/sp/common/left-btn-red.png) no-repeat 5px 50%;
  background-size: 20px;
}
.sub-left .sl-list li:last-child {
  border-bottom: 1px solid #808080;
}
.sub-left .sl-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 5px 10px 30px;
}
.sub-left .sl-relate li {
  width: 100% !important;
  text-align: center;
}
.sub-left .sl-relate li:first-child {
  margin-bottom: 5px;
}

.sub-right {
}

.sub-title {
  text-align: center;
  font-family: "Noto sans japanese", sans-serif;
  font-size: 24px;
  font-weight: 400;
  /*	text-shadow:1px 1px 1px #808080;*/
  color: #da291c;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #da291c;
  margin: 0 5px 0px 5px;
}

.only-x {
  display: block;
  font-size: 14px;
  background: #da291c;
  width: 280px;
  margin: 4px auto -8px;
  color: #fff;
}

.sub-desc {
  text-align: left;
  margin: 5px 5px 10px 5px;
  line-height: 150%;
  color: #808080;
}

.about-list {
  margin-bottom: 50px;
  width: 100%;
}
.about-list ul,
.about-list tbody tr {
  display: block;
  /*	box-shadow: 0 1px 5px 0 rgba( 0,0,0,.15 );*/
}
.about-list ul li:nth-child(2n + 1),
.about-list tbody tr:nth-of-type(2n + 1) {
  display: block;
  padding: 20px 20px;
  border-left: 5px solid #da291c;
  background-color: #fbfbfb;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  overflow: hidden;
}
.about-list ul li:nth-child(2n + 0),
.about-list tbody tr:nth-of-type(2n + 0) {
  display: block;
  padding: 20px 20px;
  border-left: 5px solid #da291c;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  overflow: hidden;
}
.about-list ul li .alist-title,
.about-list tbody tr .alist-title {
  display: block;
  width: 30%;
  float: left;
  font-weight: 600;
}
.about-list ul li .alist-desc,
.about-list tbody tr .alist-desc {
  display: block;
  width: 70%;
  float: left;
}

.alist-desc select {
  width: 90%;
}

.about-list ul li .banners,
.about-list tbody tr .banners {
  display: block;
  width: 100% !important;
  margin-left: 24% !important;
}

.about-list ul li .alist-desc a.banner-link,
.about-list tbody tr .alist-desc a.banner-link {
  display: inline-block;
  width: 100%;
}

.gray-box {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  padding: 30px 10px;
}

.space_under {
  margin-top: 10px;
}

.areserv-other {
  display: inline-block;
  margin-top: 10px;
  color: #ff0000;
}

/*特定商取引法に基づく表示*/
.tokusho {
}

/*個人情報保護方針*/
.privacy {
}

.privacy-list {
}

.privacy-list dl {
  display: block;
  margin: 20px auto;
}

.privacy-list dl dt {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto sans japanese", sans-serif;
  margin-bottom: 10px;
}

.privacy-list dl dd {
  line-height: 150%;
  padding-left: 10px;
}

.privacy-list dl dd a {
  color: #357fd4;
}

.privacy-list dl dd span {
  display: block;
  padding-left: 1em;
}

/*サイトマップ*/
.sitemap {
}

.sitemap .about-list ul li {
  padding: 0;
}

.sitemap .about-list ul li.sm-nolink {
  padding: 20px;
}

.sitemap .about-list ul li a {
  display: block;
  padding: 20px;
}
.sitemap .sm-shoplist dd {
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #eeeeee;
}
.sitemap .sm-shoplist dd:last-of-type {
  border-bottom: none;
}
.sitemap .sm-shoplist dd .sm-shoplist-name {
  float: left;
  width: 50%;
  padding-left: 10px;
}
.sitemap .sm-shoplist dd .sm-shoplist-detailbox {
  float: left;
  width: 50%;
}
.sitemap .about-list ul li .sm-shoplist-detailbox {
  font-size: 12px;
}
.sitemap .about-list ul li .sm-shoplist-detailbox .sm-shoplist-phone {
  display: block;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
.sitemap .about-list ul li .sm-shoplist-detailbox .sm-shoplist-phone img {
  width: 14px;
  vertical-align: middle;
}
.sitemap .about-list ul li .sm-shoplist-detailbox a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}
.sitemap .about-list ul li .sm-shoplist-name a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px !important;
}

/*フォーム関係
------------------------------------------------------------------------------------------------------*/
.form .hissu {
  color: #ff0004;
  display: inline-block !important;
}

#btn_reserve_send {
  position: relative;
  display: inline-block;
  width: 300px;
  font-family: "Noto sans japanese", sans-serif;
  font-size: 16px;
  border: 1px solid;
  font-weight: 600;
  color: #ffffff;
  padding-right: 40px;
  text-align: center;
  background: #357fd4;
  border-color: #357fd4;
}
#btn_reserve_send:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/sp/common/btn-attow-w.png) no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.form .form-subst {
  margin-top: 10px;
  line-height: 150%;
  font-weight: bold;
}

.form .about-list ul li input[type="text"],
.form .about-list ul li input[type="email"] {
  height: 30px;
  width: 100%;
}

.form .about-list ul li span.alist-title .hissu {
  font-size: 14px;
}

.form .about-list ul li span.alist-desc span {
  display: block;
}
.form .about-list ul li span.alist-desc span:first-of-type input {
  margin-bottom: 10px;
}

.form .about-list ul li textarea {
  width: 100%;
  resize: none;
}

.form .btn-box {
  margin-top: 30px;
}

.form .btn-box .submit-button {
  position: relative;
}

.form .btn-box .submit-button input {
  display: inline-block;
  width: 300px;
  font-family: "Noto sans japanese", sans-serif;
  font-size: 16px;
  border: 1px solid;
  font-weight: 600;
  color: #ffffff;
  padding-right: 40px;
  text-align: center;
  background: #357fd4;
  border-color: #357fd4;
}

.form .btn-box .submit-button:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/sp/common/btn-attow-w.png) no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.form .input .btn-box .submit-button input,
.form .check .btn-box .submit-button input {
  background: #357fd4;
  border-color: #357fd4;
}

.form .btn-box .green-btn {
  position: relative;
}

.form .btn-box .green-btn input {
  display: inline-block;
  width: 300px;
  font-family: "Noto sans japanese", sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  border: 1px solid;
  font-weight: 600;
  color: #ffffff;
  padding-right: 40px;
  text-align: center;
}

.form .btn-box .green-btn:after {
  content: " ";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-65%);
  background: url(../img/sp/common/btn-attow-w.png) no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.form .btn-box .green-btn input {
  background: #048643;
  border-color: #048643;
}

.form .btn-box .pageback {
  display: inline-block;
  width: 300px;
  font-family: "Noto sans japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 15px;
  padding-right: 40px;
  text-align: center;
  position: relative;
  background: #da291c;
  border: 1px solid #da291c;
}

.form .btn-box .pageback:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/sp/common/btn-attow-w.png) no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.form .btn-box .backtop {
  display: inline-block;
  width: 300px;
  font-family: "Noto sans japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 15px;
  padding-right: 40px;
  text-align: center;
  position: relative;
  background: #048643;
  border: 1px solid #048643;
}

.form .btn-box .backtop:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/sp/common/btn-attow-w.png) no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.form .error .errorbox {
  display: block;
  padding: 20px;
  line-height: 150%;
  border: 1px solid #da291c;
  color: #da291c;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  vertical-align: middle;
}

/*お問い合わせ*/
.contact {
}

/*WEB予約*/
.reservation {
}

/*WEB予約*/
.reservation {
}

.reservation #datepicker {
  width: 200px;
}

.reservation .about-list ul li label {
  display: inline-block;
  margin-right: 10px;
  width: 45%;
}

.line-div {
  margin: 1rem auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.line-icon {
  width: 10%;
}

.line-icon img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.line-text {
  width: 90%;
  word-break: break-all;
  font-size: 1rem;
  line-height: 1.2;
}

/*見積もり・来店予約*/
.shop-reserve {
}

.shop-reserve .al-subst {
  display: block;
  padding: 10px;
  border-left: 5px solid #da291c;
  background-color: #fbfbfb;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  font-family: "Noto sans japanese", sans-serif;
  font-size: 16px;
}

.shop-reserve .select-list {
  display: table;
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}

.shop-reserve .select-list li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
}

.shop-reserve .select-list li input[type="radio"] {
  display: none;
}

.shop-reserve .select-list li label {
  display: block;
  padding: 10px;
  background: #999999;
  color: #ffffff;

  font-family: "Noto sans japanese", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.shop-reserve .select-list li label img {
  width: 40px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.shop-reserve .select-list li label span {
  display: block;
}

.shop-reserve .select-list li input[type="radio"]:checked + label {
  background: #c32519;
}

.shop-reserve .todohuken-list {
  margin: 10px;
}

.shop-reserve .todohuken-list dl {
  margin: 10px 0;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cccccc;
}

.shop-reserve .todohuken-list dl dt {
  font-weight: bold;
  padding: 10px;
  background: #eeeeee;
}

.shop-reserve .todohuken-list dl dd {
  padding: 5px;
}

.shop-reserve .todohuken-list dl dd a {
  display: inline-block;
  padding: 10px;
  width: 80px;
  text-align: center;
  margin: 0 5px 5px 0;
}

.shop-reserve .sl-shoplist {
  margin: 10px;
}

.shop-reserve .sl-shoplist ul {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 10px;
}

.shop-reserve .sl-shoplist ul li {
  line-height: 150%;
}

.shop-reserve .sl-shoplist ul li:first-of-type {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  text-decoration: underline;
}

.shop-reserve .sl-shoplist ul li:nth-of-type(3) {
  font-weight: bold;
  margin: 10px 0;
}

.shop-reserve .sl-shoplist ul.sl-sl-tenpo li:last-of-type a {
  display: block;
  padding: 10px;
  color: #ffffff;
  background: #da291c;
  font-weight: bold;
  text-align: center;
}

.shop-reserve .sl-dateselect {
  margin: 10px 0;
  padding: 10px;
  background: #eeeeee;
}

.shop-reserve .sl-dateselect ul {
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-weight: bold;
}

.shop-reserve .sl-dateselect ul li.back-week {
  float: left;

  display: inline-block;
  padding: 10px;
  background: #da291c;
}

.shop-reserve .sl-dateselect ul li.next-week {
  float: right;

  display: inline-block;
  padding: 10px;
  background: #da291c;
}

.shop-reserve .sl-dateselect table {
  margin: 10px 0;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}

.shop-reserve .sl-dateselect table tr {
}

.shop-reserve .sl-dateselect table tr th {
  width: 12%;
  padding: 10px 0;
  background: #ffffff;
  text-align: center;
}

.shop-reserve .sl-dateselect table tr td {
  width: 12%;
  text-align: center;
}

.shop-reserve .sl-dateselect table tr td.ng {
  background: #eeeeee;
  padding: 10 0;
}

.shop-reserve .sl-dateselect table tr td.ok {
}

.shop-reserve .sl-dateselect table tr td.ok a {
  padding: 10px 0;
  display: block;
  background: #048643;
  color: #ffffff;
}

.shop-reserve .about-list ul li label {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.shop-reserve .about-list ul li span.alist-desc input[type="text"] {
  height: 30px;
}

.shop-reserve .btn-box .backtop {
  background: #ffffff;
  border: 1px solid #357fd4;
  color: #357fd4;
}

.shop-reserve .btn-box .backtop:after {
  content: " ";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/sp/common/btn-attow-bl.png) no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
}

/*症例ぺ－ジ
---------------------------------------------------------------------------------------*/
.cases {
}

.cases .sd-infobox .sd-ib-left img {
  width: 100%;
}

.cases-time {
  margin-top: 0 !important;
}

.cases-time ul {
  display: block;
  overflow: hidden;
}

.cases-time ul li {
  padding: 20px;

  color: #ffffff;
  font-family: "Noto sans japanese", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.cases-time ul li:first-of-type {
  background: #357fd4;
  margin-bottom: 10px;
}

.cases-time ul li:last-of-type {
  background: #048643;
}

/**/
.pricelist {
  margin: 30px 0;
}

.pricelist .plbox {
  display: block;
}

.pricelist .plbox table {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 5px solid #da291c;
  width: 100%;
}
.pricelist .plbox table tr {
}

.pricelist .plbox table tr:nth-child(2n + 1) {
  background-color: #fbfbfb;
}

.pricelist .plbox table tr th {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  width: 50%;
  padding: 20px;
  text-align: center;
}

.pricelist .plbox table tr th span {
  display: block;
  margin-bottom: 5px;
  font-family: "Noto sans japanese", sans-serif;
  font-weight: 700;
}

.pricelist .plbox table tr td {
  border-right: 1px solid #eeeeee;
  width: 25%;
  text-align: right;
}

.pricelist .plbox table tr td:first-child {
  text-align: left;
  padding: 10px;
}
span.price {
  display: block;
  min-width: 95px;
  width: max-content;
  margin: auto;
}
img.taxinc {
  display: inline-block;
  height: 100%;
  width: fit-content;
  object-fit: contain;
}
.pricelist .att-text {
  margin: 10px;
  font-size: 16px;
  color: #048643;
}
.pricelist .att-text p {
  line-height: 150%;
  margin: 0.2em 0 0.2em 1em;
  text-indent: -1em;
}

.case-shoplist {
}

.case-shoplist .case-shoplist-box {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.case-shoplist .case-shoplist-box .csl-box {
  flex: 1 1 47%;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
}

.case-shoplist .case-shoplist-box .csl-box:last-of-type {
  margin-bottom: 0;
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-left {
  position: relative;
  display: block;
  margin: 10px;
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-left a {
  display: block;
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-left dl {
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-left dl dt {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-left dl dd {
  margin-top: 5px;
  line-height: 150%;
}

.case-shoplist
  .case-shoplist-box
  .csl-box
  .csl-box-left
  dl
  dd.csl-opentime
  span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.case-shoplist
  .case-shoplist-box
  .csl-box
  .csl-box-left
  dl
  dd.csl-opentime
  .open {
  color: #048643;
}
.case-shoplist
  .case-shoplist-box
  .csl-box
  .csl-box-left
  dl
  dd.csl-opentime
  .close {
  color: #c32519;
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-right {
  display: block;
  margin: 10px 5px;
  /*  */
  border-bottom: 1px solid #F1F1F1;
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-right img {
  display: block;
  width: 20vw;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 1rem auto;
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-right ul {
  display: table;
  width: 100%;
  overflow: hidden;
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-right ul li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 0 5px;
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-right ul li a {
  display: block;
  padding: 10px;

  font-family: "Noto sans japanese", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 1px solid;
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-right ul li a img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.case-shoplist
  .case-shoplist-box
  .csl-box
  .csl-box-right
  ul
  li:first-of-type
  a {
  color: #357fd4;
  border-color: #357fd4;
}

.case-shoplist .case-shoplist-box .csl-box .csl-box-right ul li:last-of-type a {
  color: #048643;
  border-color: #048643;
}

.case-nagare {
  margin: 30px 0;
}

.case-nagare .case-nagare-box {
  display: block;
  overflow: hidden;
}

.case-nagare .case-nagare-box .cnb-conbox {
  display: block;
  margin-bottom: 10px;
  padding: 0 10px;
}

.case-nagare .case-nagare-box .cnb-conbox dl {
}

.case-nagare .case-nagare-box .cnb-conbox dl dt {
  font-family: "Noto sans japanese", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #c32519;

  text-indent: -1em;
  margin-left: 1em;
}

.case-nagare .case-nagare-box .cnb-conbox dl dd {
  margin-top: 10px;
  line-height: 150%;
}

.case-aboutrepair {
}

.case-aboutrepair .case-aboutrepair-box {
}

.case-aboutrepair .case-aboutrepair-box dl {
  margin-bottom: 20px;
}

.case-aboutrepair .case-aboutrepair-box dl dt {
  margin-bottom: 10px;
  color: #c32519;
  font-family: "Noto sans japanese", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.case-aboutrepair .case-aboutrepair-box dl dd {
  line-height: 150%;
}

.case-faq {
  margin: 30px 0;
  position: relative;
}

.case-faq dl {
  margin-bottom: 20px;
}

.case-faq dl dt {
  font-family: "Noto sans japanese", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.case-faq dl dd {
  line-height: 150%;
}

.repair-ex {
}

.repair-ex .repair-ex-box {
}

.repair-ex .repair-ex-box ul {
  display: block;
  overflow: hidden;
  margin-left: -2%;
  padding-bottom: 10px;
}

.repair-ex .repair-ex-box ul li {
  float: left;
  width: 48%;
  margin: 10px 0 0 1.7%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.repair-ex .repair-ex-box ul li a {
  display: block;
}

.repair-ex .repair-ex-box ul li dl {
}

.repair-ex .repair-ex-box ul li dl dt {
  background: #ffffff;
  margin-bottom: 1px;
}

.repair-ex .repair-ex-box ul li dl dt img {
  width: 100%;
}

.repair-ex .repair-ex-box ul li dl dd {
  background: #ffffff;
  line-height: 120%;
  padding: 5px;
}

.repair-ex .repair-ex-box ul li dl dd.shop {
  height: 26px;
  padding-top: 0;
}

.repair-ex .repair-ex-box ul li dl dd span {
  display: block;
}

.repair-ex .repair-ex-box ul li dl dd span.repair-ex-st,
.repair-ex .repair-ex-box ul li dl dd span.repair-ex-shop {
  font-family: "Noto sans japanese", sans-serif;
  font-weight: 500;
  text-align: center;
}
.repair-ex .repair-ex-box ul li dl dd span.repair-ex-text {
  margin-top: 5px;
  height: 84px;
}

/*対応端末ページ
--------------------------------------------------------------------------------------------------------------------*/
/*端末詳細*/
#model-list {
}

#model-list .store-l-box {
  display: block;
  width: 100%;
  overflow: hidden;
}

#model-list .sd-infobox {
  width: 100%;
  padding: 10px 0;
  background: #f5f5f5;
  border-radius: 10px;
}

#model-list .sd-infobox .sd-ib-right {
  width: 100%;
}

#model-list .sd-infobox dl dt {
  display: none;
}

#model-list .sd-infobox dl dd {
  padding: 10px;
}

#model-list .sd-infobox dl dd .model-name {
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 4px solid #da291c;
  border-left: 8px solid #da291c;
  font-weight: 300;
  font-size: 20px;
}

#model-list .sd-infobox dl dd .icon {
  margin: 20px 5px;
  padding: 3px 5px;
  border-radius: 5px;
  background: orange;
  text-decoration: none;
  color: #ffffff;
}

#model-list .sd-infobox dl dd .repair-detail {
  margin-top: 20px 0;
  padding-top: 10px;
  line-height: 1.5em;
  font-family: "Noto sans japanese", sans-serif;
}

#model-list .sd-infobox dl dd .repair-detail img {
  margin: 10px 5px;
  width: 100px;
}

.phone-detail .repair-history .about-list {
  margin-bottom: 0;
}

.phone-detail .in-btn {
  text-align: center;
}

.phone-detail .in-btn a {
  text-align: left;
  background: #c32519;
  padding: 0 10px;
  padding-right: 30px;
  height: 30px;
  line-height: 28px;
  width: 100%;
  max-width: 140px;
}

.phone-detail .in-btn a:after {
  width: 15px;
  height: 15px;
}

.phone-detail .sd-ib-right {
  position: relative;
}

.phone-detail .sd-ib-right .item-name {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  width: 30%;
  text-align: center;
  font-family: "Noto sans japanese", sans-serif;
  font-weight: 600;
  color: #c32519;
  font-size: 4vw;
  line-height: 150%;
}

/*FAQサブページ
---------------------------------------------------------------------------------------*/
.sub-faq {
}

.faq-list {
  position: relative;
}

.faq-list dl {
  margin: 30px 10px;
}

.faq-list dl dt {
  font-family: "Noto sans japanese", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #424242;
}

.faq-list dt:before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: url(../img/sp/common/question-bk16.png) no-repeat left center;
  background-size: cover;
  vertical-align: middle;
}

.faq-list dd:before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: url(../img/sp/common/reply-bk.png) no-repeat left center;
  background-size: cover;
  vertical-align: middle;
}

.faq-list dd {
  padding-left: 20px;
  text-indent: -20px;
}

.faq-list .btn-box .rl-btn {
  width: 300px;
}

/*料金表ページ
---------------------------------------------------------------------------------------*/
.sub-pricelist {
}

.work-box {
  width: 95%;
  margin: 0 auto 40px auto;
}

.work-box .work-left {
  border: none;
  margin: 10px auto;
  width: 95%;
  height: auto;
}

.work-box .work-menu {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  height: auto;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.work-box .work-menu dl {
  height: auto;
}

.work-menu dt {
  height: 63px;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  padding: 10px;
  line-height: 180%;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
}
.work-menu dt .red {
  color: #c32519;
  display: block;
  font-size: 14px;
}

.work-menu dd {
  height: 185px;
  font-size: 14px;
}

.work-menu dd img {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
}

.work-menu dd .red {
  color: #c32519;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.workbox .work-right {
  width: 95%;
  margin: 10px auto 0 auto;
}

.work-right .price-list {
  border: 1px solid #666666;
  margin: 10px auto 0 auto;
  width: 95%;
}

.work-right .price-list dl {
  height: 500px;
}

.price-list dt {
  height: 30px;
  padding: 5px 0 0 5px;
  text-align: left top;
  font-size: 20px;
  font-weight: 600;
}

.price-list dd {
  height: 30px;
  border-bottom: 1px dashed #cccccc;
  padding: 0 5px 5px 0;
  text-align: right;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: 700;
  color: red;
}

.price-list dd:last-child {
  border-bottom: none;
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 62px;
  line-height: 150%;
  margin: 15px 0;
  padding: 10px 0;
  text-align: left;
  vertical-align: middle;
}

.work-box .work-left-alone {
  margin: 10px auto 20px auto;
  width: 95%;
  height: 363px;
}

.work-left-alone .work-box .work-menu {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 363px;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}

.work-left-alone .work-box .work-menu dl {
  height: 363px;
}

.work-left-alone .work-menu dt {
  height: 120px;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px;
  line-height: 160%;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.work-left-alone .work-menu dt .red {
  font-size: 20px;
  color: #c32519;
}

.work-left-alone .work-menu dt .price {
  display: inline-block;
  font-size: 20px;
  color: red;
  float: right;
  vertical-align: bottom;
  padding-bottom: 2px;
}

.work-left-alone .work-menu dd {
  height: 243px;
  font-size: 14px;
}

.work-left-alone .work-menu dd img {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  padding: 0;
}

.work-left-alone .work-menu dd .menu-note {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  padding: 10px;
}

/*利用規約
----------------------------------------------------------------------------------------------------------------*/
.sub-rule {
}

.sub-rule .rule-box {
  padding: 0 20px;
}

.sub-rule .rule-list {
  margin: 10px 0;
}

.sub-rule .rule-list dt:before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: url(../img/sp/common/tick-inside-circle.png) no-repeat left center;
  background: cover;
  vertical-align: middle;
}

.sub-rule .rule-list dt {
  font-family: "Noto sans japanese", sans-serif;
  font-size: 20px;
  color: #da291c;
  margin-bottom: 8px;
}

.sub-rule .rule-list dd:before {
  padding-left: 24px;
  text-indent: -24px;
  content: " ";
  display: inline-block;
}

.sub-rule .rule-list dd {
  padding-left: 24px;
  text-indent: -24px;
  line-height: 150%;
  padding-bottom: 8px;
}

/*サービス内容
----------------------------------------------------------------------------------------------------------------*/
.service {
}

.service-box {
  margin: 20px 0;
}

.service-box .redbox-st {
  display: block;
  padding: 10px;
  background: #da291c;
  color: #ffffff;
  font-family: "Noto sans japanese", sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.twin-pricebox {
  display: block;
  overflow: hidden;
}

.twin-pricebox .twin-pb-inner {
  margin-bottom: 10px;
}

.twin-pricebox .twin-pb-img img {
  width: 100%;
}

.twin-pricebox .twin-pb-desc {
  display: block;
  overflow: hidden;
  border: 1px solid #cccccc;
  padding: 10px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.twin-pricebox .twin-pb-desc dl {
  display: table;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.twin-pricebox .twin-pb-desc dl:last-of-type {
  margin-bottom: 0;
}

.twin-pricebox .twin-pb-desc dl dt {
  display: table-cell;
  width: 50%;
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #cccccc;
  line-height: 150%;
}

.twin-pricebox .twin-pb-desc dl dd {
  display: table-cell;
  width: 50%;
  padding: 10px;
  vertical-align: middle;
  text-align: right;
  font-family: "Noto sans japanese", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #da291c;
  line-height: 150%;
}

/*修理対応端末一覧
----------------------------------------------------------------------------------------------------------------*/
.smartphones {
}

.smartphones .smartphones-box {
  margin: 20px 0 10px;
  display: block;
  border: 1px solid #cccccc;
  padding: 10px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.smartphones .smartphones-box .sp-box-img {
  text-align: center;
}

.smartphones .smartphones-box .sp-box-img img {
  max-width: 100%;
}

.smartphones .smartphones-box .sp-box-desc {
  margin-top: 10px;
}

.smartphones .smartphones-box .sp-box-desc .sp-box-st {
  font-size: 24px;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  font-family: "Noto sans japanese", sans-serif;
}

.smartphones .smartphones-box .sp-box-desc ul {
  display: block;
  overflow: hidden;
}

.smartphones .smartphones-box .sp-box-desc ul li {
  margin-top: 10px;
}

.smartphones .smartphones-box .sp-box-desc ul li dl {
  display: table;
  width: 100%;
  overflow: hidden;
}

.smartphones .smartphones-box .sp-box-desc ul li dl dt {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
}

.smartphones .smartphones-box .sp-box-desc ul li dl dd {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  color: #357fd4;
}

.smartphones .sp-box-att {
  text-align: right;
  font-size: 12px;
  margin-bottom: 20px;
}

/*おすすめサイト*/
.siterecommend {
}

.siterecommend .siterecommend-list,
.siterecommend .siterecommend-input,
.siterecommend .siterecommend-check {
}

.siterecommend-list .sr-listbox {
  display: block;
  overflow: hidden;
}

.siterecommend-list .sr-listbox li {
  display: block;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #da291c;
  border-left: 1px solid #da291c;
  border-right: 1px solid #c32519;
  border-bottom: 1px solid #c32519;
  margin-top: 10px;
}

.siterecommend-list .sr-listbox li a {
  display: block;
  padding: 10px;
}

.siterecommend-list .sr-listbox li p {
  font-family: "Noto sans japanese", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #da291c;
  border-bottom: 1px solid #da291c;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.siterecommend-list .sr-listbox li dl {
  display: block;
  overflow: hidden;
}

.siterecommend-list .sr-listbox li dl dt {
  margin-bottom: 5px;
  line-height: 150%;
}

.siterecommend-list .sr-listbox li dl dd {
  background: #cccccc;
}

.siterecommend-list .sr-listbox li dl dd img {
  width: 100%;
}

/*result-list
-------------------------------------------------------------------------------------*/

#shopselect-form {
  background-color: #c32519;
  color: #fff;
}

#shopselect-form ul {
  margin: 0px auto;
  height: 64px;
  padding: 8px;
}

#shopselect-form ul li {
  text-align: center;
}

#shopselect-form ul li:first-child {
  font-weight: 700;
}

#shopselect-form ul li span {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999999;
  font-size: 14px;
  position: relative;
  background: #ffffff;
}

#shopselect-form ul li:last-of-type span select {
  border-radius: 3px 0 0 3px;
  height: 30px;
  width: 200px;
  border: none;
}

#shopselect-form ul li:last-of-type span input {
  border-radius: 3px 0 0 3px;
  height: 30px;
  width: 100%;
  border: none;
}

#shopselect-form ul li span.hb-serch-desc img {
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  width: 20px;
}

.result-list {
  width: 100%;
  margin: 64px auto;
  text-align: center;
  padding: 4px 0;
  border: solid 1px #999999;
}

.result-list .shop-h-text {
  width: 96%;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  line-height: 150%;
}

.result-list .date-right {
  float: right;
}

.result-list .date-right::before {
  content: "";
  background: url(../img/common/clock-icon.png) no-repeat center;
  background-size: 16px;
  padding: 12px;
}

.result-list .img-box {
  width: 90%;
  margin: 26px auto;
}

.result-list .img-box img.type-single {
  width: 96%;
}

.result-list .img-box img.type-double {
  width: 50%;
  float: left;
}

.result-list dl {
  width: 88%;
  margin: 8px auto;
  text-align: left;
}

.result-list dl dt {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 8px;
  overflow: hidden;
  margin: 16px 0 8px 0;
}

.result-list dl dd {
  line-height: 120%;
  text-align: left;
}

.two-img img {
  padding: 0 4px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*covid-19
---------------------------------------------------------------------*/

.repair-desc {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}
.repair-desc dt {
  display: table-cell;
  width: 25px;
}
.repair-desc dt img {
  width: 100%;
}
.repair-desc dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
}

.covid19info {
  padding: 0 4px;
}
.covid19info .merit-box {
}
.covid19info .merit-box h2 {
  font-family: "Noto sans japanese", sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.covid19info .merit-box h2 img {
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.covid19info .co-con03 {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #999999;
  display: block;
  overflow: hidden;
}
.covid19info .co-con03:last-of-type {
  margin-bottom: 50px;
  border-bottom: 1px solid #000000;
}
.covid19info .co-con03 .co-con03-l {
  line-height: 150%;
}
.covid19info .co-con03 .co-con03-r {
}
.covid19info .co-con03 .co-con03-r img {
  width: 100%;
}

.covid-link-banner {
  background: #fff;
  border: 2px solid #ff0004;
  padding: 4px 0;
  text-align: center;
  margin: 8px 0;
}
.covid-link-banner a {
  display: block;
  width: 100%;
  color: #ff0004;
  font-weight: bolder;
}

/*flow
---------------------------------------------------------------------*/

#flow .ti-box ul li dl dt {
  margin-bottom: 10px;
  color: #c32519;
  font-family: "Noto sans japanese", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}

#flow .ti-box ul li dl dd {
  line-height: 180%;
  color: #424242;
}
#flow .ti-box ul li dl {
  margin-bottom: 20px;
}

#flow .gray-box {
  background: #f1f1f1;
}

#flow .ti-box {
  padding: 30px 10px;
}

#flow .ti-box .s-img img {
  width: 280px;
}
#flow .ti-box .s-img {
  text-align: center;
}

/*20210202｜総務省登録業者
---------------------------------------------------------------------*/

span.touroku-gyousya {
  display: block;
  padding: 5px 10px;
  background: #1869c3;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  margin-right: 5px;
  width: 120px;
  margin: 4px auto 0;
}

/* 端末ページ */

.model-news__list {
  display: flex;
  gap: 12px;
  padding: 20px 10px 10px;
  border: 1px solid #ddd;
  border-left: 10px solid #d82620;
  align-items: center;
  margin-bottom: 1rem;
}

.model-news__dt {
  font-size: 1rem;
  font-weight: bold;
}

.model-news__date {
  margin: 2px 0;
  font-size: 14px;
  color: #999;
  font-weight: bold;
}

.model-news__span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.model-news__img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.model-news__sentence {
  font-size: 1rem;
  line-height: 1.7;
}

/*  */

.other-form {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1rem;
  margin: 1rem .5rem;
}

.other-form__label {
	flex: 0 0 100%;
}

.other-form__select {
	flex: 0 1 calc(50% - 1rem);
}

.other-form__button {
	flex: 0 0 calc(33.3% - 2rem/3);
	border-radius: 4px;
	background: #c32519;
	color: #fff;
	cursor: pointer;
	border: none;
}



.price-att{
  background-color: #fff8e1;
}
.t-att{
  padding: 10px;
  border-right: 1px solid #EEEEEE;
  background-color: #fff8e1 !important;
}