@charset "UTF-8";

/*! ¥¤¥ó¥Ç¥¯¥Ã¥¹ */
.cl,
#serviceDetail article,
.serviceDetailTop ul,
.serviceMain,
#serviceBtmList {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after,
#serviceDetail article:after,
.serviceDetailTop ul:after,
.serviceMain:after,
#serviceBtmList:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl,
* html #serviceDetail article,
#serviceDetail * html article,
* html .serviceDetailTop ul,
.serviceDetailTop * html ul,
* html .serviceMain,
* html #serviceBtmList {
  height: 1%;
}


/*----------------------------------
service-detail-update20210817
----------------------------------*/


/* general css */

.width-middle {
  width: 760px;
  margin: 0 auto;
}

.width-small {
  width: 525px;
  margin: 0 auto;
}


.width-smallest {
  width: 350px;
  margin: 0 auto;
}

/* general css - text decolation */
.red-btn-txt {
  display: block;
  width: 100%;
  background-color: #D74449;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  border: #D74449 solid 2px;
}

.red-btn-txt:hover {
  box-sizing: border-box;
  background-color: transparent;
}



.red-btn-txt a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  padding: 1em;
}

.red-btn-txt:hover a {
  color: #D74449 !important;
}


.frame-txt {
  border: #D74449 solid 1px;
  border-left: #D74449 solid 3px;
  padding: 5px 5px 5px 8px;
  font-weight: bold;
  font-size: 16px;
}

.bold-flame-txt {
  color: #D74449;
  font-weight: bold;
  border: #D74449 solid 2px;
  text-align: center;
  padding: 1em;
}

.onepoint-txt {
  border-left: #D74449 solid 5px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 8px;
}

.underline-txt {
  border-bottom: #D74449 solid 1px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
}

/* page css */

#content-service-detail section {
  margin-bottom: 70px;
}

.location-title {
  margin-bottom: 15px;
}

.caption-title {
  margin-bottom: 15px;
}

.two-col-block-title {
  margin-bottom: 15px;
}

.flex-button {
  display: flex;
  justify-content: space-evenly;
}

.flex-button li {
  display: block;
}

.flex-button li a {
  max-width: 360px;
  border: 1px solid #D74449;
  padding: 15px 20px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.flex-button li a:hover {
  background-color: #D74449;
  color: white;
}

.flexslider .slides {
  width: 80%;
  margin: 0 auto;
}

.flex-control-thumbs {
  margin: 15px auto 0;
  width: 70%;
  display: flex;
  justify-content: center;
}

.flex-control-thumbs li {
  margin: 0 1%;
  width: 18%;
}
.service-icon {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-bottom: 20px;

}

.service-icon li {
  border: 1px solid #D74449;
  border-radius: 5px;
  padding: 3px 5px;
  color: #D74449;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

.two-col-block {
  display: flex;
}

.two-col-block .two-col-block-text {
  width: 250px;
  margin-right: 30px;
  flex-shrink: 0;

}

.two-col-block .two-col-block-image img {
  width: 100%;
  display: block;
  border-radius: 10px;
  margin: 0 auto;
}


.pamphlet-download img{
  margin:0 auto 15px;
  display: block;
  width: auto;
  max-height: 250px;
  max-width:100%;
  border: 1px solid #000;

}

.request-download{
  max-width: 350px;
  margin: 0 auto;
}



.request-download-block{
    border: 1px solid #000;
  padding: 5px;
  box-sizing: border-box;
}

.request-download-block:hover{
  background-color: #ddd;
}

.request-download-block a{
  text-decoration: none;
  color: #000;
}

.request-download-block a:hover{
  color: #000;
}

.request-download-responsive {
  display: flex;
  justify-content: space-between;

}

.request-download-responsive li {
  width: calc(50% - 15px/2);
  margin-bottom: 15px;

}

.request-download-wrapper {
  text-align: center;
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr 4fr;
  margin: 0 auto;
  max-width: 250px;
}

.request-download-wrapper::before {
  content: "";
  background-image: url(/common/img/service/care/btn_dl.png);
  width: 32px;
  height: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: block;
  align-self: center;
  justify-self: right;
}


.location-detail-list {
  border-top: 1px solid #000;
  display: flex;
  flex-wrap: wrap;

}

.location-detail-list dt,
.location-detail-list dd {
  flex-shrink: 0;
  border-bottom: 1px solid #000;
  padding: 1em 0 1em 1em;
  box-sizing: border-box;
}

.location-detail-list dt::before {
  position: relative;
  content: "";
}

.location-detail-list dt {
  width: 30%;
  display: grid;
}

.location-detail-list dd {
  width: 70%;
}

@media only screen and (max-width: 640px) {


  .request-download-responsive,
  .two-col-block {
    display: block;
  }

  .request-download {
    margin-bottom: 0;
  }

  .request-download-responsive li {
    width: 100%;
  }

  .flex-button {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .flex-button li {
    margin: 0 auto;
  }

  .flex-button li:first-of-type {
    margin-bottom: 20px;
  }

  .width-middle, 
  .two-col-block .two-col-block-text {
    width: 100%;
  }

  .width-small{
    width: 100%;
  }

  .width-smallest{
    width: 75%;
  }

  .two-col-block .two-col-block-text {
    margin-bottom: 15px;
  }

  .two-col-block .two-col-block-image img {
    width: 70%;
    margin-top: 1em;
  }

}



/*----------------------------------
article
----------------------------------*/
article {
  padding: 20px 0 35px;
}

article h2 {
  margin-bottom: 23px;
}

#serviceMain dt {
  font-weight: bold;
}

.hLvText03 {
  padding-left: 9px;
  font-size: 114.28571%;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 3px solid #d33a3e;
  margin-bottom: 0px;
  margin-top: 30px;
}

/*----------------------------------
serviceDetail
----------------------------------*/
#serviceDetail {
  margin-top: -15px;
}

#serviceDetail article {
  position: relative;
  padding: 35px 0;
  border-bottom: 1px dotted #ccc;
}

#serviceDetail article h2 {
  margin-bottom: 0;
}

#serviceDetail article dl {
  margin-top: 23px;
}

#serviceDetail article dt {
  font-weight: bold;
}

.serviceDetailTop {
  letter-spacing: -.40em;
}

.serviceDetailTop h2,
.serviceDetailTop ul {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}

.serviceDetailTop ul {
  padding-top: 0.3em;
}

.serviceDetailTop li {
  float: left;
  margin-left: 13px;
}

.serviceMain {
  margin-top: 23px;
}

.serviceMain p {
  float: right;
  width: 660px;
  margin-top: -5px;
}

.serviceMain img {
  float: left;
}

/*----------------------------------
pickupBox
----------------------------------*/
div.pickupBox {
  border: solid 2px #d33a3e;
  padding: 20px;
  margin: 20px 0;
}

div.pickupBox h3 {
  font-size: 131% !important;
  font-weight: bold;
  margin-bottom: 10px;
  color: #d33a3e;
}

div.pickupBox ul {
  list-style-type: disc;
}

div.pickupBox ul li {
  margin-left: 20px;
  padding-left: 0px;
  font-size: 116% !important;
  font-weight: bold;
}

/*----------------------------------
serviceBtmList
----------------------------------*/
#serviceBtmList {
  margin-top: 40px;
}

#serviceBtmList li {
  float: left;
  width: 244px;
  border-left: 1px solid #e47c80;
}

#serviceBtmList li:first-child {
  width: 245px;
  border-left: none;
}

#serviceBtmList .btnAdoption a {
  border-right: none;
}

#serviceBtmList .btnBriefing a,
#serviceBtmList .btnEntry a {
  border-left: none;
  border-right: none;
}

#serviceBtmList .btnAddMail a {
  border-left: none;
}

.serviceHead {}

.serviceHead dt {
  margin-bottom: 10px;
  font-size: 114.28571%;
  font-weight: bold;
}

.serviceHead dt p,
.serviceHead dd p {
  margin-bottom: 1.2em;
}

.twoCol {
  padding-top: 25px;
  overflow: hidden;
}

.twoCol li {
  width: 48%;
  float: left;
}

.twoCol li.twoColLi {
  width: 43%;
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
}

.twoCol li ul.listDisc {
  margin-left: 5px;
}

.twoCol li ul.listDisc li {
  width: 95%;
  float: none;
}

.twoCol li dl dt {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: #ccc dotted 1px;
}

.twoCol li.twoColR {
  float: right;
}

.twoColBottom {
  margin-bottom: 40px;
}

.bottomBtn01 {
  padding-bottom: 30px;
  text-align: center;
}

.bottomBtn01.pt40 {
  padding-top: 40px;
}

.bottomBtn01 li {
  margin: 0 10px;
  width: 250px;
  display: inline-block
}

.bnrsingle {
  margin: 20px 0;
}

.bnrFlat {
  text-align: center;
}

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

.bnrFlat li {
  margin: 0 0 0 40px;
  display: inline-block;
  float: left;
  overflow: hidden;
}

.bnrFlat li:first-child {
  margin: 0;
}

.imgRf {
  overflow: hidden;
}

.imgRf .rFImg {
  margin-left: 20px;
  float: right;
}

.imgRf .lFImg {
  margin-right: 20px;
  float: left;
}

.imgRf .rFImg img,
.imgRf .lFImg img {
  max-width: 360px;
}

.imgRf .w250 img {
  max-width: 250px;
}

.imgRf .rFBox {
  overflow: hidden;
}

.imgRf .rFBox p {
  margin-bottom: 20px;
}

.imgLf {
  overflow: hidden;
}

.imgLf .rFImg {
  margin-left: 20px;
  float: left;
}

.imgLf .rFImg {
  margin-right: 20px;
  float: right;
}

.imgLf .lFImg img,
.imgLf .rFImg img {
  max-width: 360px;
}

.imgLf .w250 img {
  max-width: 250px;
}

.imgLf .lFBox {
  overflow: hidden;
}

.imgLf .lFBox p {
  margin-bottom: 20px;
}


.listDisc li {
  margin-left: 1.3em;
  list-style-type: disc;
}

.decimalDisc li {
  margin-left: 2em;
  list-style-type: decimal;
}

.txCenter {
  margin-bottom: 20px;
  text-align: center;
}

.mb20 {
  margin-bottom: 20px;
}

.listLeftIcon li {
  overflow: hidden;
}

.listLeftIcon li span {
  margin-right: 5px;
  float: left;
}

.listLeftIcon li p {
  overflow: hidden;
}

.imgRf .rFBox .listLeftIcon li p {
  margin-bottom: 0;
}

.threeCol {
  margin-bottom: 30px;
  text-align: center;
}

.threeCol li.threeColLi {
  padding: 0 25px;
  display: inline-block;
  vertical-align: top;
}

.threeCol li div {
  width: 273px;
}

.threeCol li div dl dt {
  margin-bottom: 10px;
  padding: 5px 0;
  font-weight: bold;
  text-align: left;
  border-bottom: #ccc dotted 1px;
}

.threeCol li div dl dd {
  text-align: left;
}

.subCol {
  text-align: center;
}

.subCol li {
  display: inline-block;
  margin: 0 20px;
}

.subCol.wide li {
  display: inline-block;
  margin: 0 40px;
}

table {
  margin-top: 10px;
  margin-bottom: 40px;
  width: 100%;
}

table th,
table td {
  padding: 8px 3px;
  border-bottom: #ccc dotted 1px;
}

table thead th {
  font-weight: bold;
  background-color: #F5F5F5;
  border-left: #fff solid 1px;
}

table thead th,
table tbody td {
  text-align: center;
}

table tbody th {
  font-weight: bold;
}

table tbody td {
  border-left: #F5F5F5 solid 1px;
}

table tbody td.txLeft {
  text-align: left;
}

/*table新値段修追加*/
table.type02 {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 75%;
}

table.type02 th {
  width: 120px;
  padding: 10px;
  font-weight: normal;
  vertical-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #F5F5F5;
}

table.type02 td {
  width: 120px;
  padding: 10px;
  vertical-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/*table新値段修追加*/

@media only screen and (max-width: 640px) {
  section {
    margin-top: 30px;
  }

  article {
    padding: 15px 0;
  }

  #serviceDetail article {
    padding: 30px 0 0;
    border-bottom: none;
  }

  .serviceDetailTop h2,
  .serviceDetailTop ul {
    display: block;
  }

  .serviceDetailTop ul {
    margin: 10px 0 20px;
    letter-spacing: -.40em;
    text-align: right;
  }

  .serviceDetailTop li {
    float: none;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }

  .serviceMain {
    margin-top: 23px;
    text-align: center;
  }

  .serviceMain p {
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: left;
  }

  .serviceMain img {
    float: none;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  #serviceBtmList {
    margin-top: 30px;
  }

  #serviceBtmList ul {
    width: 100%;
  }

  #serviceBtmList li {
    float: left;
    width: 47.5%;
    margin: 5% 0 0;
  }

  #serviceBtmList li img {
    max-width: 100%;
  }

  #serviceBtmList li:nth-child(even) {
    margin-left: 4.3%;
  }

  #serviceBtmList li:first-child {
    width: 47.5%;
    border-left: none;
  }

  .bottomBtn01 {
    padding-bottom: 0px;
  }

  .bottomBtn01 li {
    padding-bottom: 10px;
  }

  .twoCol {
    padding-top: 0;
  }

  .twoCol li {
    padding-top: 20px;
    width: 100%;
    float: none;
  }

  .twoCol li.twoColLi {
    padding-top: 20px;
    width: 100%;
    float: none;
  }

  .bnrsingle {
    margin-bottom: 30px;
  }

  .bnrFlat li img {
    width: 100%;
  }

  .bnrFlat li:last-child {
    margin: 30px 0 0;
  }

  .imgRf .rFImg,
  .imgRf .lFImg {
    margin: 0 0 15px;

    float: none;
    text-align: center;
  }

  .imgRf .rFImg img,
  .imgRf .lFImg img {
    width: 100%;
  }

  .imgLf .lFImg,
  .imgLf .rFImg {
    margin-bottom: 15px;
    float: none;
    text-align: center;
  }

  .imgLf .lFImg img,
  .imgLf .rFImg img {
    width: 100%;
  }

  .threeCol {
    margin-bottom: 0;
  }

  .threeCol li {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .threeCol li div {
    width: auto;
  }

  /*table新値段修追加*/
  table.type02 {
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
  }

  table.type02 th {
    font-size: 90%;
    width: 100px;
    padding: 8px;
    font-weight: normal;
    vertical-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #F5F5F5;
  }

  table.type02 td {
    font-size: 90%;
    width: 120px;
    padding: 8px;
    vertical-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  /*table新値段修追加*/

}

/*===================================
TAB TOGGLE
===================================*/
@media only screen and (max-width: 640px) {
  .sp-mt20 {
    margin-top: 20px;
  }
}

.hide {
  display: none;
}

#tab {
  text-align: center;
  font-size: 114.28571%;
  font-weight: bold;
}

#tab li {
  margin: 0;
  width: 980px;
  display: inline-block;
  float: left;
}

#tab li:first-child {
  margin: 0;
}

#tab li a {
  display: block;
  text-decoration: none;
  border: 2px solid #d33a3e;
  color: #d33a3e;
  padding: 10px 0;
}

#tab li a.active {
  background: #d33a3e;
  color: #fff;
  cursor: default;
}

.toggle a {
  display: block;
  text-decoration: none;
  border: 2px solid #d33a3e;
  color: #d33a3e;
  padding: 10px 0 10px 13px;
  font-size: 114.28571%;
  font-weight: bold;
  position: relative;
}

.toggle a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/sp_switch_01.png) no-repeat;
  background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
  position: absolute;
  top: 15px;
  right: 20px;
}

.toggle a.active {
  background: #d33a3e;
  color: #fff;
}

.toggle a.active span {
  background: url(../img/sp_switch_01_on.png) no-repeat;
  background-size: 15px 15px;
  -webkit-background-size: 15px 15px;
}

.inquiry-link p a {
  display: block;
  text-decoration: none;
  border: 2px solid #d33a3e;
  color: #fff;
  padding: 10px 0 10px 13px;
  font-size: 114.28571%;
  font-weight: bold;
  text-align: center;
  background: #d33a3e url(../img/ico-list01.png) no-repeat center left 361px;
}

.inquiry-link p a:hover {
  background: #FFFFFF url(../img/ico-list04.png) no-repeat center left 361px;
  color: #d33a3e;
}

.telContact {
  display: block;
  text-decoration: none;
  border: 2px solid #d33a3e;
  color: #d33a3e;
  padding: 10px 0 10px 13px;
  font-size: 114.28571%;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  background: #FFFFFF;
}

.btn-area .inquiry-link {
  float: left;
}

.btn-area .inquiry-link a {
  padding: 10px 175px 9px;
  background-position: center left 146px;
}

.btn-area .inquiry-link a:hover {
  background-position: center left 146px;
}

.btn-area .telContact {
  float: right;
  padding: 6px 79px;
}

.btn-area .telContact .date {
  width: 70px;
  display: inline-block;
  float: left;
  font-size: 63%;
  text-align: left;
  color: #d33a3e;
}

.btn-area .telContact .img {
  float: left;
}

.btn-area .telContact img {
  max-width: 160px;
  vertical-align: middle;
  margin-left: 10px;
}

@media only screen and (max-width: 640px) {
  .inquiry-link p a {
    background-position: center left 12%;
  }

  .inquiry-link p a:hover {
    background-position: center left 15%;
  }

  .btn-area .inquiry-link {
    float: none;
    margin-bottom: 20px;
  }

  .btn-area .inquiry-link a {
    padding: 10px 0 10px 13px;
    background-position: center left 15%
  }

  .btn-area .inquiry-link a:hover {
    background-position: center left 12%
  }

  .btn-area .telContact {
    float: none;
    padding: 10px 0 10px 13px;
  }

  .btn-area .telContact img {
    max-width: 160px;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 330px) {
  .inquiry-link p a {
    background-position: center left 6% !important;
  }

  .inquiry-link p a:hover {
    background-position: center left 6% !important;
  }
}

.three-col {
  padding: 10px 0;
  overflow: hidden;
}

.three-col .colmn {
  float: left;
  margin-left: 20px;
  display: inline-block;
  width: 305px;
  overflow: hidden;
}

.three-col .colmn dl dt img {
  max-width: 305px;
}

.three-col .colmn dl dt {
  margin: 10px 0;
}

.three-col .colmn dl dd span {
  display: block;
  font-size: 118%;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .inquiry-link p a span {
    display: block;
  }

  .three-col .colmn {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }

  .three-col .colmn dl dt {
    text-align: center;
  }

  .three-col .colmn dl dt img {
    width: 100%;
  }
}

@media only screen and (min-width: 640px) {
  .mw313 {
    max-width: 313px !important;
  }
}

.tablearea-01 .header {
  background-color: #dedede;
}

.tablearea-01 tr th,
.tablearea-01 tr td {
  border: 1px solid #eeeeee;
  line-height: 2.0;
}

.tablearea-02 {
  width: 63%;
}

.tablearea-02 .tabletitle {
  position: relative;
  color: #b8860b;
  font-size: 108%;
  font-weight: bold;
  padding-left: 16px;
}

.tablearea-02 .tabletitle:before {
  content: "●";
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  position: absolute;
  left: 0px;
  top: -3px;
}

.tablearea-02 table tr.header {
  background-color: #dedede;
}

.tablearea-02 table tr.header td {
  text-align: center !important;
}

.tablearea-02 table tr th,
.tablearea-02 table tr td {
  border: 1px solid #dedede;
  text-align: left;
}

ol.num li {
  padding-left: 16px;
  position: relative;
}

ol.num li:before {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
}

ol.num li.num-1:before {
  content: "①";
}

ol.num li.num-2:before {
  content: "②";
}

ol.num li.num-3:before {
  content: "③";
}

ol.num li.num-4:before {
  content: "④";
}

ol.num li.num-5:before {
  content: "⑤";
}

ol.num li.num-6:before {
  content: "⑥";
}

.comme {
  font-size: 89%;
}

@media only screen and (max-width: 640px) {
  .tablearea-02 {
    width: 100%;
  }

  .tablearea-02 table tr th,
  .tablearea-02 table tr td {
    font-size: 89%;
  }

}