/* flex */
@media screen and (max-width: 767px) {
  a.fix-img {
    width: 100%;
    display: block;
  }
  a.fix-img img {
    width: 100%;
    height: auto;
  }
}
.paragraph {
  margin: 15px auto 20px;
  text-align: center;
}
.paragraph img {
  max-width: 900px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .paragraph img {
    width: 100%;
    height: auto;
  }
}

.em {
  background-color: #FF0;
  font-weight: bold;
}

.red {
  color: #ff0000;
}

#emergency-area {
  background-color: #ffe0e0;
  padding: 3px 0 0;
  color: #f72929;
  text-align: center;
  border-top: 1px solid #f72929;
  /*border-bottom: 3px solid #f72929;*/
}
#emergency-area .inner {
  padding: 10px 0;
  border-bottom: 1px solid #f72929;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #emergency-area {
    padding-top: 0;
  }
  #emergency-area .inner {
    text-align: left;
    padding: 10px 10px;
  }
}
#emergency-area .title {
  font-weight: bold;
  font-size: 30px;
  font-size: 3.0rem;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	#emergency-area .title {
		font-size: calc(100vw / 1200 * 30);
	}
}
@media screen and (max-width: 767px) {
	#emergency-area .title {
		font-size: calc(100vw / 1200 * 40);
	}
}
#emergency-area a {
  color: #f72929;
  text-decoration: none;
}
#emergency-area a:hover .title_text {
  text-decoration: underline;
}
#emergency-area .cate {
  background-color: #f72929;
  color: #fff;
  padding: 1px 5px 1px;
  display: inline-block;
  margin-right: 5px;
  font-size: 28px;
  font-size: 2.8rem;
  border-radius: 3px;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	#emergency-area .cate {
		font-size: calc(100vw / 1200 * 28);
	}
}
@media screen and (max-width: 767px) {
	#emergency-area .cate {
		font-size: calc(100vw / 1200 * 38);
	}
}
@media screen and (max-width: 767px) {
  #emergency-area .cate {
    margin-bottom: 4px;
  }
}

/*----------------------------
    work-price
------------------------------*/
#contents .work-price.is-type01 {
  width: calc(100% - 24px);
  margin: 100px auto 40px;
  position: relative;
  /*background: url(../images/common/work-fee-area.png) no-repeat;*/
  /*background-size: 100% 100%;*/
  background: url(../images/common/bg_work-fee-area.png) repeat;
  padding: 0 5% 40px;
  box-shadow: 0 0 0 6px #fff, 0 0 0 12px #acd2e6;
  color: #FFF;
}
#contents .work-price.is-type01 .title {
  text-align: center;
}
#contents .work-price.is-type01 .title img {
  margin-top: -56px;
}
@media screen and (max-width: 767px) {
  #contents .work-price.is-type01 .title img {
    margin-top: -35px;
  }
}
#contents .work-price.is-type01 .box {
  background-color: #ffffff;
  color: #000;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  margin: 0;
  padding: 20px;
}
#contents .work-price.is-type01 .box p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
#contents .work-price.is-type01 .box .note {
  margin: 0;
  padding: 0;
  list-style: none;
}
#contents .work-price.is-type01 .box .note li {
  margin-bottom: 0.2em;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #contents .work-price.is-type01 {
    padding-bottom: 22px;
    margin-top: 20px;
  }
  #contents .work-price.is-type01 .box {
    padding: 10px;
  }
  #contents .work-price.is-type01 .box p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 320px) {
  #contents .work-price.is-type01 .title {
  }
}

/*クリップボード枠内の場合*/
#contents.is-clipboard .work-price.is-type01 {
  width: calc(100% - 24px);
  margin: 60px auto 50px;
  position: relative;
  background: url(../images/common/bg_work-fee-area.png) repeat;
  padding: 0 5% 40px;
  box-shadow: 0 0 0 6px #fff, 0 0 0 12px #acd2e6;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #contents.is-clipboard .work-price.is-type01 {
    padding-bottom: 22px;
    margin-top: 20px;
  }
  #contents.is-clipboard .work-price.is-type01 .box {
    padding: 10px;
  }

}

/*----------------------------
    work-price02
------------------------------*/
#contents .work-price.is-type02 {
  width: 100%;
  margin: 30px 0 0;
  position: relative;
  padding: 0;
}
#contents .work-price.is-type02 .box {
  color: #191919;
  margin: 0;
  padding: 0;
}
#contents .work-price.is-type02 .box p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 16px;
  line-height: 1.6;
}
#contents .work-price.is-type02 .box .note {
  margin: 0;
  padding: 0;
  list-style: none;
}
#contents .work-price.is-type02 .box .note li {
  margin-bottom: 0.2em;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #contents .work-price.is-type02 {
    padding-bottom: 22px;
    margin-top: 20px;
  }
  #contents .work-price.is-type02 .box {
    padding: 0;
  }
  #contents .work-price.is-type02 .box p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}


/*-------------------------
telnum
---------------------------*/
.telnum img {
  width: 1200px;
  text-align: center;
}

.cv-area {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin: 20px 0;
}
.cv-area .cv-area1,
.cv-area .cv-area2 {
  width: 100%;
}
.cv-area .cv-area1 img,
.cv-area .cv-area2 img {
  width: 100%;
  height: auto;
}
.cv-area .cv-area1 {
  padding-right: 10px;
}
.cv-area .cv-area1 a {
  display: block;
}
.cv-area .cv-area2 {
  padding-left: 10px;
}
.cv-area .cv-area2 a {
  display: block;
}

/*-------------------------
howto-pay
---------------------------*/
.howto-pay .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 14px;
  text-align:center;
}
.howto-pay .debit {
  background: #fff7e7;
  padding: 20px;
}
.howto-pay .debit dl dt {
  margin-bottom: 10px;
  border-bottom: solid 3px #f8c38c;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.howto-pay .debit dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}
.howto-pay .debit p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .howto-pay .title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
    text-align:center;
  }
  .howto-pay .debit {
    padding: 10px;
  }
  .howto-pay .debit .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .howto-pay .debit dl dt {
    margin-bottom: 10px;
    border-bottom: solid 3px #f8c38c;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .howto-pay .debit dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .howto-pay .debit-img {
    width: 40%;
    padding-right: 0;
  }
}

.howto-pay-box {
  border: 6px solid #ddd;
  padding: 30px 24px 5px;
  background-color: #f9f9f9;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .howto-pay-box {
    padding: 20px 10px 0px;
    margin-top: 20px;
  }
}

.howto-pay-inner {
/*  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;*/
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .howto-pay-inner {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  margin-bottom: 10px;
  }
}

.howto-pay-left,
.howto-pay-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .howto-pay-left,
  .howto-pay-right {
    width: auto;
  }
}

.howto-pay-left {
  padding-right: 30px;
}

.howto-pay-right dt {
  font-size: 14px;
  font-size: 1.4rem;
}
.howto-pay-right dd {
  line-height: 1.6;
}
/*-----*/

.howto-pay-read{}
.howto-pay-read h3{}

.howto-pay-read p{
font-size:18px;
font-size:1.8rem;
margin:30px 32px;
}

/*装飾*/
.howto-pay_list{}
.howto-pay_list li span{
  background: #e6e6e6;
  border-bottom: solid 2px #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  position: relative;
  display:block;
  margin-top:20px;
  height: 61px;
  line-height: 61px;
  position: relative;
  padding: 0 32px;
  color: #5a5a5a;
}

.howto-paylist li:last-child {
  border-bottom: none;
}

/*カラム*/
.howto-pay_list li .detail {
  background: #fff;
  padding: 21px 32px 17px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
}

.howto-pay_list li  .detail p{
  padding: 0 0 20px;
}

.howto-pay_list li .detail p.none{
  padding: 0;
  border-bottom:none;
}
.howto-pay_list li .detail ul li.item{
  background: #fff;
  font-size: 15px;
  font-weight: normal;
  border: none;
  padding-left: 17px;
}
.howto-pay_list li .detail dl{
  border-bottom:  dotted 1px #d2d2d2;
  padding: 0 0 20px;
  position: relative;
  margin-bottom:20px;
}
.howto-pay_list li .detail dt{
  color: #5a5a5a;
  float: left;
  font-weight: bold;
  overflow: hidden;
}
.howto-pay_list li .detail dt img.img-adjust-01{
  position: absolute;
  top: 0;
  left: 11px;
  width:79px;
}
.howto-pay_list li .detail dd{
  margin-left: 136px;
  font-size: 14px;
}
.howto-pay_list li .detail dd p{
  padding: 2px 0 5px;
  border-bottom: none;
  margin: 0;
}

.list-cmn {}
  .list-cmn li {}
.list-cmn-01 {
  text-align: left;
  margin: 13px auto 54px;
  font-size: 12px;
  padding-left: 12px;
}
.list-cmn-01 li {
  padding-left: 13px;
  position: relative;
  font-size:14px;
  font-size:1.4rem;
}
  .list-cmn-01 li::before {
    content: '※';
    position: absolute;
    left: 0;
    }
    .list-cmn-01.type-03 {
    position: relative;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
  }

@media screen and (max-width: 767px) {
	.howto-pay_list li span{
	  font-size: 18px;
	  font-size: 1.8rem;
	  height: 50px;
	  line-height: 50px;
	  padding: 0 16px;
	}

	.howto-pay-read p{
	font-size:16px;
	font-size:1.6rem;
	margin:18px 16px;
	}

	.howto-pay_list li .detail {
	  padding: 21px 16px 17px;
	  font-size: 16px;
	  font-weight: normal;
	  position: relative;
	}
	.howto-pay_list li .detail dt{
	  float: none;
	}
	.howto-pay_list li .detail dd{
	  margin-left: 0px;
	}

	.howto-pay_list li .detail.type-01{}
	.howto-pay_list li .detail.type-01 dt img.img-adjust-01{
	  position: absolute;
	  top: 0;
	  left: 0px;
	  width:79px;
	}

	.howto-pay_list li .detail.type-01 dd{
	  margin-left: 90px;
	}
}

.howto-pay_list li.pay_conveni{}
.howto-pay_list li.pay_credit{}
.howto-pay_list li.pay_qr{}
.howto-pay_list li.pay_bank{}
.howto-pay_list li.pay_loan{}
.howto-pay_list li.pay_debit{}

/*-------------------------
rec-area-link
---------------------------*/
#rec-area-link {
  background-color: #f2f7fc;
  position: relative;
  margin: 100px 0 20px;
  padding: 33px 15px 9px;
}
#rec-area-link .rec-area-link_label {
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0 !important;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #rec-area-link .rec-area-link_label {
    top: -3vw;
  }
}
#rec-area-link .rec-area-link_text {
  margin: 0 !important;
  padding: 0;
  line-height: 1.4;
}
#rec-area-link .rec-area-link_text span {
  font-weight: bold;
  text-decoration: underline;
}
#rec-area-link .rec-area-link_link {
  margin: 11px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #rec-area-link {
    margin-top: 20px;
  }
  #rec-area-link .rec-area-link_label img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}


