@charset "utf-8";
/* CSS Document */

/*---------------------------------------
共通
---------------------------------------*/
.txtRed{
  color: #c30d23;
}
.txtSS{
  font-size: 13px;
}
.txtS{
  font-size: 16px;
}
.txtM{
  font-size: 23px;
}
.txtL{
  font-size: 25px;
}
.industry .wrap{
  margin-bottom: 0px;
}
.industry .box_sentence{
  box-sizing: border-box;
}
.rate-txtM{
  font-size: 32px;
  font-weight: bold;
}
.rate-txtL{
  font-size: 48px;
  font-weight: bold;
  color: #2B69A1;
}
.rate-txtS{
  font-size: 16px;
  font-weight: bold;
  color: #2B69A1;
}
.rate-txt-cancel{
  text-decoration: line-through
}
.mv-txt{
  width: 960px;
  margin: 40px auto 0;
  box-sizing: border-box;
  text-align: center;
}
.pb40{
  padding-bottom: 40px;
}
.pb0{
  padding-bottom: 0 !important;
}
.bg_white{
  background: white !important;
}

/*---------------------------------------
メインビジュアル
---------------------------------------*/
.industry .box_main{
  margin-bottom: 0;
  background: #E2C7C3;
  height: auto;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #E8D1CE), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #E8D1CE), color-stop(.75, #E8D1CE), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 12px 12px;
}
.industry .box_main img{
  margin: 0 auto;
  display: block;
  padding: 0 !important;
  width: 95%;
}

/*---------------------------------------
追従バナー
---------------------------------------*/
.industry .follow_banner a img{
  width: auto;
}

/*---------------------------------------
見出し
---------------------------------------*/
.industry .title {
  text-align: center;
}
.industry .title_lvl02 {
  font-size: 28px;
  margin-bottom: 20px;
  background: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: unset;
  color: #B57463;
  margin-top: 40px;
}
.industry .caution{
  margin-bottom: 60px;
}
.industry .caution p{
  text-align: left;
  color: #333;
  font-weight: bold;
  padding: 14px 0;
}
.industry .caution ul li{
  font-size: 13px;
}
.industry .title_lvl03 {
  display: -webkit-flex; /* Safari */
  -webkit-flex-direction: row; /* Safari */
  -webkit-flex-wrap: nowrap; /* Safari */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 0;
  font-size: 20px;
  color: #333;
  padding-top: 15px;
}
.industry .title_lvl03:before {
  content: none;
}

/*---------------------------------------
box_sentence
---------------------------------------*/
.industry .box_sentence {
  margin-top: 60px;
}
.box_sentence + .inquiry_btn{
  margin-top: 65px;
}

/*---------------------------------------
飾り枠
---------------------------------------*/
.industry .box_sentence01, .industry .box_sentence02, .industry .box_sentence03, .industry .box_sentence04, .industry .box_sentence05, .industry .box_sentence06{
  font-size: 20px;
}

/*---------------------------------------
box_sentence01
---------------------------------------*/
.industry .box_sentence01{
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
/* main_bottom */
.industry .box_sentence01{
  margin-top: 50px !important;
  border: none;
  margin-bottom: 80px;
}
.industry .box_sentence01 .content01{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 0 35px 30px;
}
.industry .box_sentence01 .content01 .leftContent img{
  margin-right: 50px;
}
.industry .box_sentence01 .descr{
  font-size: 16px;
  margin-top: 20px;
}

/*---------------------------------------
box_sentence02
---------------------------------------*/
.industry .box_sentence02{
  width: auto;
}
.industry .box_sentence02 .content01,.industry .box_sentence02 .content01{
  padding-bottom: 40px;
}

/*---------------------------------------
box_sentence03
---------------------------------------*/
.industry .box_sentence03{
  width: auto;
  padding: 40px 0 35px;
  background-color: #F4EAE8;
}
.industry .box_sentence03 .rightContent{
  margin: 0 35px 0 25px;
}
.industry .box_sentence01 .content01 .rightContent .clinic-name{
  font-size: 15px;
  padding: 0 0 10px;
}
.industry .box_sentence01 .content01 .rightContent p{
  font-size: 16px;
  padding-top: 10px;
}
.industry .box_sentence01 .content01 .rightContent .agreement{
  font-size: 14px;
  padding-top: 10px;
}
.industry .box_sentence01 .content01 .rightContent .agreement a{
  background: url(/common/images/common_ic_arrow001.gif) no-repeat 2px;
  padding-left: 10px;
  text-decoration: underline;
}
.box_sentence01_txt{
  padding: 0px 35px 30px;
  color: #B57463;
}
.industry .box_sentence03 .leftContent{
  margin: 0 25px;
}
.industry .box_sentence03 .flow{
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.industry .box_sentence03 .flow .flowWrap{
  width: 100%;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}
.industry .box_sentence03 .flow h4{
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  letter-spacing: 0.1em;
  background-color: #B57463;
  border-radius: 40px;
  letter-spacing: 0.1em;
  position: relative;
}
.industry .box_sentence03 .flow .flowUsing{
  width: 50%;
  position: relative;
  font-size: 14px;
}
.industry .box_sentence03 .flow .flowUsing{
  background-color: #fff;
  padding-top: 20px;
}
.industry .box_sentence03 .flow .flowUsing .baseline{
  vertical-align: sub;
}
.industry .box_sentence03 .flow .flowUsing .line{
  border-top: 1px solid #B57463;
  width: 798px;
  margin: auto;
}
.flowUsing_txt{
  box-sizing: border-box;
  padding: 10px 70px 20px;
}
.industry .box_sentence03 .flow .flowWrap .flowBox{
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .credit_01{
  padding-right: 40px;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .credit_02{
  padding-top: 10px;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .e-money{
  padding-right: 12px;
  padding-top: 20px;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .rate{
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .rate p{
  padding: 0 20px;
}
.industry .box_sentence03 .flow .flowWrap .flowBox p{
  text-align: center;
}
.industry .box_sentence03 .flow .flowWrap .stepArrow{
  width: 0;
  height: 0;
  border-style: solid;
  border: 15px solid transparent;
  border-left: 15px solid #FFD300;
  margin: 60px 0 60px 10px;
}
.industry .box_sentence03 .content02 .flow{
  width: 100%;
}
.industry .box_sentence03 .content02 .flow .flowUsing{
  width: 960px;
}
.industry .box_sentence03 .content03{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/*---------------------------------------
box_sentence04
---------------------------------------*/
.industry .box_sentence04 .content01 .meritBox{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 80px;
}
.industry .box_sentence04 .content01 .meritBox .meritWrap{
  width: 38%;
  position: relative;
}
.industry .box_sentence04 .content01 .meritBox .meritList{
  padding: 20px 15px;
  width: auto;
  height: auto;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
}
.industry .box_sentence04 .content01 .meritBox .meritList h4{
  margin: 20px 0;
  text-align: center;
  height: 60px;
}
.industry .box_sentence04 .content01 .meritBox .meritList h4.line-height{
  line-height: 3em;
}
.industry .box_sentence04 .content01 .meritBox .meritList h4.cashless-merit{
  height: auto;
}
.industry .box_sentence04 .content01 .meritBox .meritList p{
  font-size: 16px;
}
.box_sentence03 .content02 .flow .flowUsing .benefit_wrap{
  margin: 15px 30px 40px;
  display: flex;
}
.box_sentence03 .content02 .flow .flowUsing div:nth-child(6) .flowBox{
  width: 800px;
}

.box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_title{
  width: 110px;
  margin-right: 20px;
}
.box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail{
  width: 770px;
}
.box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price{
  display: flex;
  justify-content: center;
  margin: 25px 0;
  align-items: center;
}
.box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price .txt-strong{
  color: #EF6801;
  font-size: 40px;
  font-weight: bold;
  margin-right: 60px;
}
.box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price .txt-strong span{
  font-size: 80px;
  font-weight: bold;
  color: #EF6801;
}
.box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price .stepArrow{
  width: 0;
  height: 0;
  border-style: solid;
  border: 15px solid transparent;
  border-left: 15px solid #333333;
  margin: 0 30px 0 50px;
}
.box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price .price_wrap{
  font-size: 22px;
  font-weight: bold;
}
.box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price .price_wrap .regular-price{
  font-size: 42px;
  font-weight: bold;
  text-decoration: line-through;
}
.box_sentence03 .content02 .flow .flowUsing .plan-caution{
  margin: 0 40px;
  margin-top: -50px;
}
/*---------------------------------------
box_sentence05
---------------------------------------*/
.industry .box_sentence05{
  border: 2px solid #B57463;
}

/*---------------------------------------
決済ブランド・手数料
---------------------------------------*/
.box_sentence03 .content02 .flow .flowUsing div:nth-child(3){
  height: 200px;
}
.industry .box_sentence03 .flow .flowWrap .stepArrow {
  border: 15px solid transparent;
  border-left: 15px solid #333333;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .credit_01{
  padding-right: 20px;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .rate .rate-regular{
  margin-right: 95px;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .rate .txt-strong{
  height: auto;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .rate .txt-strong p{
  font-size: 60px;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .rate .txt-strong p,
.industry .box_sentence03 .flow .flowWrap .flowBox .rate .rate-txtS {
  color: #EF6801;
  font-weight: bold;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .rate .txt-strong p span{
  font-size: 30px;
}
.industry .box_sentence03 .flow .flowWrap .flowBox p{
  text-align: left;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .rate .toggle_right{
padding: 0 20px 0 40px;
}
.industry .box_sentence03 .flow .flowWrap .flowBox .rate .rate-txtS{
padding: 0 0 0 20px;
}

/*===========================================
お申し込みの流れ
===========================================*/
div.box_inquiry{
  border: 2px solid #B57463;
}
div.box_inquiry .application_flow .application_flow_content .dec_circle{
  border: 2px solid #B57463;
}
div.box_inquiry .application_flow .application_flow_content .dec_circle .flow_cont {
  right: 10%;
  left: 10%;
}
div.box_inquiry .application_flow .application_flow_content p.txtS{
  font-size: 12px;
}

/*===========================================
問い合わせボタン
===========================================*/
.inquiry_btn{
  text-align: center;
}
.inquiry_btn p{
  padding-bottom: 20px;
}
.inquiry_btn div a{
  display: block;
  background: #fed600;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  width: 546px;
  padding: 27px 0;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 23px;
  position: relative;
  border-radius: 100px;
}
.inquiry_btn div a:hover{
  opacity: 0.6;
}
.inquiry_btn ul.indent{
  width: 546px; 
  margin: 0 auto;
  text-align: left;
}

/*---------------------------------------
店舗様のニーズに合ったお得なプランのご紹介
---------------------------------------*/
.features_con-ye {
  border: 2px solid #f3cc00;
}
.tpay-org_con_titlle {
  background-color: #FED600;
  padding: 10px 0;
  margin: -42px;
  height: 50px;
  line-height: 2;
}
.features_con {
  width: 100%;
  position: relative;
  padding: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.features_con img{
  width: 300px;
}
.grid .grid_wrap {
  display: grid;
}
.grid .grid_wrap .grid-item1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  margin-right: 40px;
}
.grid .grid_wrap .grid-item2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.grid .grid_wrap .grid-item3 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
.grid .grid_wrap.grid-img-lh .grid-item1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-right: 40px;
}
.grid .grid_wrap.grid-img-lh .grid-item3 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.grid .grid_wrap.grid-img-lh .grid-item2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 4;
}
.grid .grid_wrap .txt_wrap01 p span .balloon{
  background-color: #FEE87F;
  font-size: 15px;
  padding: 6px 12px;
  margin-right: 22px;
  vertical-align: middle;
  line-height: 2;
  border-radius: 4px;
}
.grid .grid_wrap .txt_wrap01 p span .balloon::after{
  content: "";
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
  border: 14px solid transparent;
  border-left: 27px solid #FEE87F;
}
.link_btn-area {
  text-align: center;
}
a.link_btn {
  color: #3e3a39;
}
a.link_btn:hover {
    opacity: 0.65;
}
.link_btn {
  box-shadow: none;
  border-radius: 100px;
  border: 1px solid #b7aaa7;
  font-size: 13px;
  padding: 11px 41px 9px 29px;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  width: 230px;
}
.link_btn:after {
  content: "";
  position: absolute;
  top: 39%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #6a5d59;
  border-right: 2px solid #6a5d59;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*===========================================
メディアクエリ(max-width: 768px)
===========================================*/
@media screen and (max-width: 768px) {
  .pc_only{display: none !important;}
  .industry .box_sentence01, .industry .box_sentence02, .industry .box_sentence03, .industry .box_sentence04, .industry .box_sentence05{
    font-size: 1.0rem;
  }
  #d_credit{
    margin-top: 64px;
  }
  .txtM{
    font-size: 1.1rem;
  }
  .txtL{
    font-size: 1.2rem;
  }

  /*---------------------------------------
  footer固定ボタン
  ---------------------------------------*/
  .fix_bottom{
    align-items: center;
    padding: 10px 15px;
    font-size: 3.8vw;
    box-sizing: border-box;
    justify-content: space-around;
    background-color: rgba(181, 116, 99, 0.8);
  }
  .fix_bottom .contact_dm{
    box-shadow: none;
    background-color: #fff;
    color: #333;
    border-radius: 100px;
    padding: 10px 30px 10px 15px;
    position: relative;
    margin: 10px 0 10px 10px;
    text-decoration: none;
    display: block;
    width: auto!important;
    float: none;
    text-align: left;
  }
  .fix_bottom a:nth-child(2) p{
    width: auto;
    font-size: 3.8vw;
    color: #B57463;
  }
  .fix_bottom .contact_dm > div:after{
    content: "";
    position: absolute;
    top: 44%;
    right: 12px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #B57463;
    border-right: 2px solid #B57463;
    transform: rotate(45deg);
    margin-top: -3px;
  }
  .fix_bottom .txtAre{
    color: #fff;
    font-size: 3.8vw;
  }
  div.fix_bottom a::before{
    display: none;
  }
  div.fix_bottom a::after{
    display: none;
  }
  .fix_bottom a:nth-child(1) p{
    padding-left: 0;
  }
  .fix_bottom a:visited{
    color: #2B69A1;
  }

  /*---------------------------------------
  Flexbox順序
  ---------------------------------------*/
  .industry .spOrder01 { order: 1; }
  .industry .spOrder02 { order: 2; }

  /*---------------------------------------
  メインビジュアル
  ---------------------------------------*/
  .industry .box_main{
    padding-top: 0 !important;
    width: 100%;
  }
  .industry .box_main img{
    width: 100%;
  }

  /*---------------------------------------
  見出し
  ---------------------------------------*/
  .industry .title_lvl02 {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .industry .title_lvl02 span{
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  .industry .title_lvl03 {
    padding-top: 10px;
    font-size: 1.1rem;
  }

  /*---------------------------------------
  飾り枠
  ---------------------------------------*/
  .industry .box_sentence{
    margin-top: 60px;
  }
  .industry .box_sentence01{
    margin-top: 25px !important;
  }

  /*---------------------------------------
  box_sentence01
  ---------------------------------------*/
  .industry .box_sentence01{
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
  }
  .industry .box_sentence01 .content01{
    display: block;
    padding: 0 10px;
  }
  .industry .box_sentence01 .content01 h4{
    font-size: 18px;
    padding: 10px 0;
  }
  .industry .box_sentence01 .content01 .leftContent img{
    margin-left: 0;
    width: 100%;
  }

  /*---------------------------------------
  box_sentence03
  ---------------------------------------*/
  .industry .box_sentence03 > p{
    line-height: 170%;
  }
  .industry .box_sentence03 .content01, .industry .box_sentence03 .content02{
    padding: 20px 20px 0 20px;
  }
  .industry .box_sentence01 .rightContent{
    margin: 0;
    text-align: left;
  }
  .industry .box_sentence01 .content01 .rightContent .clinic-name{
    font-size: 14px;
    padding: 10px 0 0;
  }
  .box_sentence01_txt{
    padding: 0px 20px 30px;
    color: #B57463;
  }
  .industry .box_sentence03 .leftContent{
    margin: 0 auto;
    text-align: center;
  }
  .industry .box_sentence03 .leftContent p{
    padding-top: 20px;
    text-align: left;
  }
  .industry .box_sentence03 .flow{
    display: block;
    width: 100%;
  }
  .industry .box_sentence03 .flow .flowUsing{
    margin-right: 0;
  }
  .industry .box_sentence03 .flow .flowWrap{
    display: block;
    text-align: left;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox{
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox img{
    width: 90%;
    margin: auto;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox .rate p{
    padding: 0;
  }
  .industry .box_sentence03 .content03{
    display: block;
  }
  .industry .box_sentence03{
    padding: 0 0 40px 0;
  }
  .industry .box_sentence03 .flow h4{
    padding-bottom: 20px;
  }
  .industry .box_sentence03 .flow .flowUsing{
    padding: 20px 0 0;
  }
  .industry .box_sentence03 .flow .flowUsing .line{
    border-top: 1px solid #B57463;
    width: auto;
    margin: 0 15px;
    padding-bottom: 30px;
  }
  .industry .box_sentence03 .content02 .flow .flowUsing{
    width: 100%;
  }
  .flowUsing_txt{
    padding: 10px 20px 20px;
  }

  /*---------------------------------------
  決済ブランド・手数料
  ---------------------------------------*/
  .industry .box_sentence03 .flow .flowWrap .stepArrow{
    margin: 0 6px 0 20px;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox .credit_01{
    padding-right: 0;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox .credit_02{
    padding-top: 0;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox .e-money{
    padding-right: 0;
    padding-top: 0;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox .rate{
    height: 110px;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap {
    margin: 15px 15px 30px;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_title {
    width: unset;
    margin-right: 10px;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_title img{
    width: 60px;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail {
    width: 89%;
  }
  .industry .box_sentence03 .flow h4 {
    font-size: 20px;
    padding: 3px 0;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price {
    margin: 0 0 10px 0;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price.dp-block {
    display: block;
    text-align: center;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price p{
    text-align: center;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price .regular-price{
    font-size: 24px;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price img{
    width: 150px;
    margin-bottom: 15px;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price .stepArrow{
    border: 10px solid transparent;
    border-left: 10px solid #333333;
    margin: 0 2px 0 15px;
  }
  .box_sentence03 .content02 .flow .flowUsing .plan-caution {
    margin: 0 15px;
    margin-top: -30px;
    padding-bottom: 20px;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price .txt-strong{
    font-size: 30px;
    margin-right: 8px;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price .txt-strong span{
    font-size: 60px;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price .price_wrap{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  .box_sentence03 .content02 .flow .flowUsing .benefit_wrap .benefit_detail .price .price_wrap .regular-price{
    font-size: 24px;
  }
  .box_sentence03 .content02 .flow .flowUsing div:nth-child(6){
    padding: 15px;
    margin-top: 0px !important;
    width: auto;    
  }
  .box_sentence03 .content02 .flow .flowUsing div:nth-child(6) .flowBox{
    width: auto;
  }
  .box_sentence03 .content02 .flow .flowUsing div:nth-child(6) .flowBox p{
    text-align: left;
  }
  .box_sentence03 .content02 .flow .flowUsing div:nth-child(3) {
    height: auto;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox .credit_02 {
    margin-right: 0;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox .rate .rate-regular {
    margin-right: 0;
  }
  .industry .box_sentence03 .flow .flowWrap .stepArrow {
    border: 10px solid transparent;
    border-left: 10px solid #333333;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox .rate .txt-strong p {
    font-size: 50px;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox .rate .txt-strong p span {
    font-size: 25px;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox .rate .toggle_right{
    padding: 0;
  }
  .industry .box_sentence03 .flow .flowWrap .flowBox .rate .rate-txtS{
    padding: 0;
  }

  /*---------------------------------------
  box_sentence04
  ---------------------------------------*/
  .industry .box_sentence04 .content01{
    margin-bottom: 50px;
  }
  .industry .box_sentence04 .stepArrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 19px 0 19px;
    border-color: #FFD300 transparent transparent transparent;
    margin: 0 auto 20px;
  }
  .industry .box_sentence04 .content01 .meritBox{
    display: block;
    margin: 0 0 40px;
  }
  .industry .box_sentence04 .content01 .meritBox .meritWrap{
    width: 100%;
    margin-bottom: 25px;
  }
  .industry .box_sentence04 .content01 .meritBox .meritList h4{
    font-size: 22px;
    height: auto;
  }
  .industry .box_sentence04 .content01 .meritBox .meritList h4.firstTitle{
    margin: 10px 10px 25px;
  }
  .industry .box_sentence04 .content01 .meritBox .meritList p{
    font-size: 16px;
    text-align: center;
  }
  .industry .box_sentence04 .content01 .meritBox .meritList h4.line-height{
    line-height: 1.5em;
  }
  /*---------------------------------------
  box_sentence05
  ---------------------------------------*/
  .industry .box_sentence05 .content01 {
    padding: 0 20px;
  }
  /*===========================================
  お申し込みの流れ
  ===========================================*/
  div.box_inquiry{
    border: none;
  }
  div.box_inquiry .application_flow .application_flow_content .dec_circle{
    border: none;
    border-right: 1px solid #ccc;
  }
  /*===========================================
  問い合わせボタン
  ===========================================*/
  .inquiry_btn div a{
    display: block;
    background: #fed600;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    width: 100%;
    padding: 27px 0;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    border-radius: 100px;
  }
  .inquiry_btn ul.indent{
    width: 100%;
  }

  /*===========================================
   ご注意
  ===========================================*/
  .industry .caution ul li{
   font-size: 12px;
  }

  /*===========================================
  テキストサイズ
  ===========================================*/
  .mv-txt{
    font-size: 16px;  
    padding: 0 15px;
    margin: 20px 0 30px;
    width: 100%;
  }
  .rate-txtS{
    font-size: 14px;
  }
  .fix_bottom {
    background-color: rgba(181, 116, 99, 0.9);
  }
  
  /*---------------------------------------
  店舗様のニーズに合ったお得なプランのご紹介
  ---------------------------------------*/
  .center_con {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  .features_con {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .tpay-org_con_titlle {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    line-height: 1.5;
    height: auto;
    margin-bottom: 10px !important;
  }
  .features_con .features_wrap  {
    padding: 20px;
    margin-bottom: 0 !important;  
  }
  .features_con img {
    width: 100%;
  }
  .grid .grid_wrap .grid-item1, .grid .grid_wrap.ohter-set .grid-item1 {
    grid-column-end: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 3;
    margin-bottom: 0;
    margin-right: 0;
  }
  .grid .grid_wrap .grid-item2, .grid .grid_wrap.ohter-set .grid-item2 {
    grid-column-end: 1;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-row-start: 2;
  }
  .grid .grid_wrap .grid-item3, .grid .grid_wrap.ohter-set .grid-item3 {
    grid-column-end: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 4;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .grid .grid_wrap.grid-img-lh .grid-item1 {
    grid-column-end: 1;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-row-start: 2;
    margin-bottom: 0;
    margin-right: 0;
  }
  .grid .grid_wrap.grid-img-lh .grid-item3 {
    grid-column-end: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 4;
    margin-top: 30px;
  }
  .grid .grid_wrap.grid-img-lh .grid-item2 {
    grid-column-end: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 3;
  }
  .grid .grid_wrap .txt_wrap01 p:first-child{
    text-align: center;
    margin-bottom: 15px;
  }
  .grid .grid_wrap .txt_wrap01 p span {
    display: block;
    position: relative;
    font-size: 19px;
    line-height: 1.2;
  }
  .grid .grid_wrap .txt_wrap01 p span .balloon{
    display: flex;
    justify-content: center;
    padding: 4px 12px;
    margin-right: 0;
  }
  .grid .grid_wrap .txt_wrap01 p span .balloon::after{
    border: 10px solid transparent;
    border-top: 14px solid #FEE87F;
    top: 36px;
  }
  .link_btn {
    width: 77%;
  }
}

/*===========================================
メディアクエリ(max-width: 320px)
===========================================*/
@media screen and (max-width: 320px){
  .fix_bottom .contact_dm{
    margin: 10px 0 10px auto;
  }
  .fix_bottom .txtAre{
    font-size: 3.7vw;
  }
  .fix_bottom a:nth-child(2) p{
    font-size: 3.6vw;
  }
  .industry .box_sentence02 .content02 .solutionArea .solution .solutionInner .InnerWrap .InnerContent{
    width: 40%;
  }
  .industry .box_sentence02 .content02 .solutionArea .solution .InnerContent{
    font-size: 70%;
  }
  .industry .box_sentence05 .content01 .main_btn > div{
    width: auto;
  }
  .industry .box_sentence05 .content01 .main_btn .main_contactBtn.contactDl{
    width: 100%!important;
  }
}
