@charset "utf-8";
/*-------------------------------------
　基本
---------------------------------------*/
#repair_flow {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}
#content .content_wp {
  overflow: visible;
}
/*--- タブメニュー ---*/
.tab_area {
  display: flex;
  align-items: center;
}
.tab_area li {
  width: 50%;
  cursor: pointer;
  background-color: #ddd;
  font-size: 24px;
  text-align: center;
  padding: 6px 0 8px;
  position: relative;
}
.tab_area li:hover {
  opacity: 0.8;
}
.tab_area li span {
  position: relative;
}
.tab_area li#tab1 span {
  padding-left: 60px;
}
.tab_area li#tab2 span {
  padding-left: 46px;
}
.tab_area li span::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.tab_area li#tab1 span::before {
  background-image: url(/service/img/flow/icon_flow_web_bk.webp);
  width: 50px;
  height: 34px;
}
.tab_area li#tab1.select span::before {
  background-image: url(/service/img/flow/icon_flow_web.webp);
}
.tab_area li#tab2 span::before {
  background-image: url(/service/img/flow/icon_flow_shop_bk.webp);
  width: 38px;
  height: 38px;
}
.tab_area li#tab2.select span::before {
  background-image: url(/service/img/flow/icon_flow_shop.webp);
}
.tab_area li#tab1.select {
  background-color: #9365b8;
}
.tab_area li#tab2.select {
  background-color: #2a8ec1;
}
.tab_area li#tab1.select::after, .tab_area li#tab2.select::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 20px 0 20px;
}
.tab_area li#tab1.select::after {
  border-color: #9365b8 transparent transparent transparent;
}
.tab_area li#tab2.select::after {
  border-color: #2a8ec1 transparent transparent transparent;
}
.tab_area li.select {
  color: #fff;
}
.all_area {
  border: 1px solid #aaa;
}
.all_area div.content_area {
  /*Tabの内容を表示するエリアの装飾*/
  background: #ffffff;
}
.hide {
  display: none;
}
.mainTitleW800 {
  width: 800px;
  margin: 0 auto;
}
.flow_caption {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.tabstick {
  text-align: right;
  margin-bottom: 60px;
}
.tabstick a {
  color: #2c82c9;
  font-size: 18px;
  text-decoration: underline;
  position: relative;
}
.tabstick a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.tabstick a span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/service/img/flow/icon_triangle_right_blur.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
}
.linkbox {
  margin: 0 auto 20px;
  text-align: left;
}
.linkbox a {
  text-decoration: underline;
  color: #2c82c9;
}
.linkbox a:hover {
  opacity: 0.8;
}
.linkbox a span {
  font-size: 18px;
  position: relative;
  padding-left: 32px;
}
.linkbox a span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/service/img/flow/icon_triangle_right_blur.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/*--- タイトル ---*/
#repair_flow h2 {
  font-size: 36px;
  text-align: center;
  margin: 30px 0;
  border-bottom: solid 2px #333;
}
#repair_flow h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #aaa;
  padding: 6px 0 8px;
  margin-bottom: 20px;
}
#repair_flow h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #9365b8;
  border: 2px solid #9365b8;
  padding: 6px 0 8px;
  margin-bottom: 20px;
}
#repair_flow h4 span {
  font-size: 18px;
  margin-left: 20px;
  font-weight: normal;
}
#repair_flow h4.h4Blue {
  color: #2a8ec1;
  border: 2px solid #2a8ec1;
}
/*--- 流れコンテンツ ---*/
.flowTab {
  height: 90px;
}
.content_inner {
  width: 94%;
  margin: 0 auto;
}
.content_inner .content_inner_note {
  font-size: 18px;
  margin: 0px 24px 20px;
}
.content_inner .indent {
	padding-left: 1em;
	text-indent: -1em;
}
.flowStep {
  margin-bottom: 20px;
  position: relative;
}
.flowStep.mt30 {
  margin-top: 30px;
}
.flowStep ul {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}
.flowStep ul li {
  display: flex;
  align-items: center;
  /*height: 74px;*/
}
#repair_flow .flowStep ul li p {
  line-height: 1.4;
  font-size: 20px;
}
.flowStep ul li.textVertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fa9e55;
  border: 2px solid #fa9e55;
  width: 4%;
  margin-right: 1%;
  font-size: 18px;
  justify-content: center;
}
.flowStep ul li.textVertical p {
  margin-left: -2px;
}
.flowStep ul li:nth-child(2) {
  color: #fff;
  background: #fa9e55;
  border: 2px solid #fa9e55;
  width: 24%;
}
.flowStep ul li:nth-child(2) p {
  margin-left: 16px;
}
.flowStep ul li:nth-child(2) p span {
  font-size: 24px;
  line-height: 1.2;
}
.flowStep ul li:last-child {
  color: #333;
  border: 2px solid #ccc;
  border-left: none;
  width: 71%;
}
.flowStep ul li:last-child p {
  margin-left: 24px;
}

.flowStep ul.attention,
.flowStep ul.attention li{
  display:block;
}
.flowStep.bgBlue ul.attention li:nth-child(2){
  background: inherit;
  color: inherit;
  border: none;
  width: 100%;
}
.flowStep ul.attention li:last-child{
  width:100%;
  border:none;
}
.flowStep ul.attention{
  margin-left:1em;
  margin-top:1.5em;
}
.flowStep ul.attention>li{
  text-indent:-1em;
  height: auto;
  margin-top: 0.7em;
  line-height: 1.4;
}

.flowStep.bgBlue ul li.textVertical {
  color: #2983c8;
  border: 2px solid #2983c8;
}
.flowStep.bgBlue ul li:nth-child(2) {
  background: #2983c8;
  border: 2px solid #2983c8;
}
.about_inner {
  width: 94%;
  margin: 0 auto 60px;
}
.about_inner h5, .content_inner h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.about_inner h5 span, .content_inner h5 span {
  color: #9265b8;
}
.about_inner p {
  margin: 0 24px 20px;
  font-size: 18px;
}
.about_inner table {
  width: 100%;
  margin: 30px auto 20px;
  border-bottom: 2px solid #666;
  border-spacing: 0;
  border-collapse: collapse;
}
.about_inner table th {
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  font-size: 20px;
}
.about_inner table td {
  font-size: 18px;
}
.about_inner table th, .about_inner table td {
  padding: 8px 30px;
  text-align: left;
}
.about_inner table tr:nth-child(even) {
  background-color: #f6f6f6;
}
.about_inner table th:first-child, .about_inner table td:first-child {
  width: 70%;
}
.pdfBtn {
  text-align: center;
  margin-bottom: 30px !important;
}
.pdfBtn img {
  background-color: #952a1e;
  box-shadow: 0 8px 0 #952a1e;
  border-radius: 6px;
}
.pdfBtn img:hover {
  transform: translateY(4px);
  opacity: 0.8;
  box-shadow: none;
}
.attentionBox {
  margin: 60px auto;
}
.attentionBox p.attentionTxt, p.attentionTxt {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #d00;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  /*--- タブメニュー ---*/
  .flowTab {
    height: 60px;
  }
  .tab_area li {
    font-size: 4vw;
  }
  .tab_area li#tab1 span, .tab_area li#tab2 span {
    padding-left: 0;
  }
  .tab_area li span::before {
    content: none;
  }
  .tab_area li#tab1.select::after, .tab_area li#tab2.select::after {
    bottom: -12px;
    border-width: 12px 10px 0 10px;
  }
  .all_area div.content_area {
    /*Tabの内容を表示するエリアの装飾*/
    background: #ffffff;
    padding: 10px 4px;
  }
  .mainTitleW800 {
    width: 100%
  }
  .flow_caption {
    font-size: 4vw;
  }
  .tabstick {
    margin-bottom: 30px;
  }
  .tabstick.stickSp {
    text-align: left;
  }
  .tabstick a {
    font-size: 3.6vw;
  }
  .tabstick.stickSp a {
    font-size: 4vw;
  }
  .tabstick a span {
    padding-left: 20px;
    display: inline-flex;
  }
  .tabstick a span::before {
    width: 16px;
    height: 16px;
    left: 0;
  }
  .linkbox {
    margin-bottom: 10px;
  }
  .linkbox a span {
    font-size: 3.6vw;
    padding-left: 20px;
    display: inline-flex;
  }
  .linkbox a span::before {
    width: 16px;
    height: 16px;
    top: 25%;
  }
  .linkbox a span.spTop50::before {
    top: 50%;
  }
  .about_inner {
    margin: 0 auto 30px;
  }
  .about_inner h5, .content_inner h5 {
    font-size: 4.4vw;
    margin-bottom: 10px;
  }
  .about_inner p {
    margin: 0 4vw 10px;
    font-size: 3.6vw;
  }
  /*--- タイトル ---*/
  #repair_flow h2 {
    font-size: 5.4vw;
    margin-top: 0;
  }
  #repair_flow h3 {
    font-size: 4vw;
  }
  #repair_flow h4 {
    font-size: 5vw;
    padding: 3px 0 4px;
  }
  #repair_flow h4 span {
    font-size: 3.6vw;
    margin-left: 0;
  }
  /*--- 流れコンテンツ ---*/
  .flowStep ul {
    flex-wrap: wrap;
  }
  #repair_flow .flowStep ul li p {
    font-size: 3.8vw;
  }
  .flowStep ul li.textVertical {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    width: 24%;
    margin-right: 0;
    height: 40px;
  }
  .flowStep ul li:nth-child(2) {
    width: 76%;
    height: 40px;
  }
  .flowStep ul li:nth-child(2) p {
    margin-left: 10%;
  }
  .flowStep ul li:nth-child(2) p span {
    font-size: 3.8vw;
    margin-left: 10px;
  }
  .flowStep ul li:last-child {
    border: 2px solid #ccc;
    border-top: none;
    width: 100%;
    height: 100px;
    align-items: flex-start;
  }
  .flowStep ul li.spHeightAuto {
    height: auto;
  }
  .flowStep ul li:last-child p {
    margin: 10px 8px;
  }
  .about_inner table th, .about_inner table td {
    font-size: 3.8vw;
    padding: 8px 10px;
  }
  .about_inner table th:first-child, .about_inner table td:first-child {
    width: 74%;
  }
  .pdfBtn {
    margin-bottom: 10px !important;
  }
  .pdfBtn img:hover {
    transform: translateY(0);
    opacity: 1;
    box-shadow: 0 8px 0 #952a1e;
  }
  .attentionBox p.attentionTxt, p.attentionTxt {
    font-size: 4.8vw;
  }
  .flowStep ul.attention{
    font-size:3.8vw;
  }
  .flowStep ul.attention li:nth-child(2){
    height:auto;
  }
  .flowStep ul.attention li:last-child{
    height:auto;
  }
}
/*-------------------------------------
アコーディオンおよびアコーディオン内
---------------------------------------*/
.paneLabel {
  cursor: pointer;
  position: absolute;
  top: 34px;
  right: 8px;
  background-color: #9365b8;
  padding: 2px 36px 2px 8px;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}
.shopLabel {
  background-color: #2a8ec1;
}
.paneLabel::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  color: #fff;
  font-size: 1em;
}
.paneLabel:hover {
  opacity: 0.8;
}
.on-off {
  display: none;
}
.pane_inner {
  transition: 0.3s;
  width: 94%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.on-off ~ .pane_inner {
  height: 0;
  overflow: hidden;
}
.on-off:checked ~ .pane_inner {
  height: auto;
}
.on-off + .paneLabel::after {
  content: '▼';
}
.on-off:checked + .paneLabel::after {
  content: '▲';
}
.pane_inner p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.inner1col {
  margin: 40px 0;
}
.inner2col {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
.inner2col .stepTexL {
  width: 76%;
}
.inner2col .stepTexL p.stepIndent {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 20px;
}
.inner2col .stepTexL p.stepIndent::before {
  content: "○";
}
.inner2col .stepTexL p.komekome {
  font-size: 18px;
}
.inner2col .stepTexL p.komekome::before {
  content: "※";
}
.inner2col .stepTexL p.komekome a {
  color: #2c82c9;
  margin-left: 10px;
}
.inner2col .stepImgR {
  width: 20%;
}
p.stepBtnAnc {
  margin-bottom: 30px;
  text-align: center;
}
#flow .content_area p.stepBtnAnc a {
  font-size: 24px;
  color: #fff;
  background-color: #4aaf08;
  border-radius: 6px;
  text-decoration: none;
  padding: 4px 20px 6px;
}
p.txtRed {
  color: #dd0000;
  margin-bottom: 30px;
}
p.txtBlue {
  color: #0162ad;
}
p.txtCenter {
  text-align: center;
  font-weight: normal;
}
.campaign {
  width: 750px;
  box-sizing: border-box;
  margin: 50px auto ;
  text-align: center;
}
.campaign img {
  margin: 0px auto;
}

/*特急バナー表示*/
.topimage {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 3px solid #2c82c9 ;
    border-radius: 5px;
    padding: 20px;
}
.topimage img,h2 {
    vertical-align: middle ;
    display: inline-block;
}
.topimage h2 {
    font-size: 30px !important;
    color: #245aa4;
    font-weight: 600;
    text-align: left ;
    border-bottom: #fff !important;
    margin: 30px 0px 0px !important;
}
.topimage h2 span.tokyuTxt {
    color: #245aa4 ;
    font-size: 18px !important;
    text-align: left ;
}
.topimage h2 span {
    color: #00a2ed;
    font-size: 84px !important;
} 
a, a span{
    text-decoration: none !important;
}

/*--- 申し込むボタン ---*/
.alignC {
  text-align: center;
  margin: 30px 79px 40px;
}
.alignC img {
  margin-bottom: 20px;
}
.alignC .bnr-box-link {
  display: inline-block;
  text-decoration: none !important;
  color: #FFF;
  box-shadow: 0 8px 0 #952a1e;
  border-radius: 3px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #e14a39;
  transition: 0.1s;
  text-align: center;
  padding: 10px 0;
  font-size: 30px;
  letter-spacing: 4px;
  width: 750px;
}
.fa-caret-right:before {
  margin-left: 10px;
}
.alignC a.bg_purple {
  background: #9365b8;
  box-shadow: 0 8px 0 #724399;
  position: relative;
  padding-left: 60px;
}
.alignC a.bg_purple::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background-image: url(/service/img/flow/icon_flow_web.webp);
  width: 50px;
  height: 34px;
}
.alignC .bnr-box-link:hover {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  opacity: 0.8;
  box-shadow: none;
}
.alignR {
  text-align: left;
}
/* 注意事項 */
.accbox {}
.accbox label {
  display: block;
  margin: 6px 0;
  color: #333;
  cursor: pointer;
  font-size: 18px;
}
.accbox label .fa-arrow-alt-circle-down:before {
  margin-right: 6px;
  font-size: 1.4em;
}
.accbox label:hover {
  color: #FF0004;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
.cssacc:checked + .accshow {
  height: auto;
  padding: 10px 15px;
  background: #eee;
  opacity: 1;
}
.accbox p {
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.4em;
}
@media only screen and (max-width: 479px) {
  .paneLabel {
    top: 100px;
    font-size: 3.6vw;
    height: 30px;
    padding: 2px 8% 2px 8px;
  }
  .changeLabel {
    cursor: pointer;
    position: relative;
    background-color: #9365b8;
    padding: 6px 46px 6px 18px;
    border-radius: 3px;
    font-size: 4.2vw;
    color: #fff;
  }
  .changeLabel::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    color: #fff;
    font-size: 1em;
  }
  .changeLabel:hover {
    opacity: 0.8;
  }
  .on-off + .changeLabel::after {
    content: '▼';
  }
  .on-off:checked + .changeLabel::after {
    content: '▲';
  }
  .inner1col, .inner2col {
    margin: 20px 0;
  }
  .inner2col .stepTexL p.stepIndent {
    font-size: 3.8vw;
  }
  #flow .content_area p.stepBtnAnc a {
    font-size: 4.4vw;
  }
  #flow .content_area p.stepBtnAnc.spOnly {
    margin-top: 30px;
  }
  #flow .content_area p.stepBtnAnc.spOnly a {
    font-size: 3.8vw;
  }
  .pane_inner p {
    font-size: 3.6vw;
  }
  .campaign {
    width: 100%;
    margin: 30px auto 20px;
  }
  .campaign img {
    margin: 0;
  }
    
/*特急バナー表示*/
.topimage {
        flex-direction: column ;
        align-items: center ;
        width: 100% ;
	}   
.topimage img.switch {
		width: 70%;
        margin: 0px 0px ;
	}
.topimage h2 {
		font-size: 4.5vw !important;
		text-align: center;
	}
.topimage h2 span {
		font-size: 8.1vw !important;
	} 
.description .mt30{
        margin-top: 0px !important;/*SP調整*/
    }
  .alignC {
    margin: 30px auto;
    width: 94%;
  }
  .alignC .bnr-box-link {
    box-shadow: 0 4px 0 #952a1e;
    margin-bottom: 20px;
    padding: 6px 0;
    font-size: 6vw;
    letter-spacing: 0;
    width: 100%;
    position: relative;
    line-height: 1.5;
  }
  .alignC .bnr-box-link:hover {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    box-shadow: 0 4px 0 #952a1e;
  }
  .fa-caret-right:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  .alignC a.bg_purple {
    padding-left: 0;
    box-shadow: 0 4px 0 #724399;
  }
  .alignC a.bg_purple::before {
    content: none;
  }
  .alignC a.bg_purple:hover {
    box-shadow: 0 4px 0 #724399;
  }
  .accbox label {
    font-size: 3.6vw;
  }
  .accbox label .fa-arrow-alt-circle-down:before {
    margin-right: 2px;
    font-size: 1.2em;
  }
}
/*-------------------------------------
往復送料無料
---------------------------------------*/
.shuttleservice_wrap {
  margin: 60px auto 30px;
  text-align: center;
}
div.shuttleservice_h2 {
  text-align: center;
  margin: 0 auto;
}
div.shuttleservice_h2 img {
  background-color: #fff5e5;
}
p.shuttleservice_txt01 {
  font-size: 26px;
  margin: 0 auto;
}
p.shuttleservice_txt01 span {
  font-size: 36px;
  color: #f00;
  font-weight: bold;
}
p.shuttleservice_txt02 {
  font-size: 16px;
}
@media only screen and (max-width: 479px) {
  .shuttleservice_wrap {
    margin: 30px auto;
  }
  p.shuttleservice_txt01 {
    font-size: 4vw;
  }
  p.shuttleservice_txt01 span {
    font-size: 7vw;
  }
  p.shuttleservice_txt02 {
    font-size: 3.2vw;
    margin: 0 0 10px;
  }
  h2.shuttleservice_h2 {
    margin: 0 auto;
  }
  h2.shuttleservice_h2 img {
    width: 90%;
  }
}
/*-------------------------------------
レビュー
---------------------------------------*/
.reviewBg {
  margin: 0 auto;
  background-image: url("/service/img/flow/bg_reviewArea.webp");
  display: block;
  width: 94%;
}
.reviewAreaflow {
  padding: 30px;
  margin: 30px 0;
}
#repair_flow .reviewBg .reviewAreaflow h3 {
  border: none;
  font-size: 28px;
  font-weight: normal;
  padding: 0;
}
#repair_flow .reviewBg .reviewAreaflow h4.reviewTitle {
  border: none;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 4px;
  padding: 0;
  color: #333;
  margin: 0 auto 6px;
}
.reviewBox {
  margin: 0 0 30px;
  border-bottom: solid 1px #939393;
  display: flex;
  justify-content: space-between;
}
.reviewBox p {
  width: 76%;
  font-size: 16px;
  padding: 0;
  float: none;
}
.reviewBox p.reviewImg {
  width: 14%;
  margin-left: 24px;
}
.reviewBox p.reviewImg img {
  float: none;
  width: 100%;
  margin: 0;
}
.balloon1 {
  position: relative;
  /*display: inline-block;*/
  margin: 0 0 50px;
  padding: 7px 10px;
  max-width: 100%;
  background-color: rgba(255, 239, 64, 0.5);
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid rgba(255, 239, 64, 0.5);
}
@media only screen and (max-width: 479px) {
  .reviewBg {
    width: 100%;
  }
  .reviewAreaflow {
    padding: 20px 0 10px;
    margin: 30px 0;
  }
  #repair_flow .reviewBg .reviewAreaflow h3 {
    font-size: 5vw;
  }
  #repair_flow .reviewBg .reviewAreaflow h4.reviewTitle {
    font-size: 6vw;
    letter-spacing: 2px;
  }
  .reviewBox {
    width: 94%;
    margin: 0 auto 20px;
  }
  .reviewBox p {
    width: 72%;
    font-size: 3.2vw;
    padding: 0 0 10px;
  }
  .reviewBox p.reviewImg {
    width: 18%;
    margin-left: 10px;
    padding: 0;
  }
  .balloon1 {
    margin: 0 0 30px;
  }
}
/*-------------------------------------
スマホのみ表示
---------------------------------------*/
@media only screen and (max-width: 479px) {
  .changeLabel {
    cursor: pointer;
    position: relative;
    background-color: #9365b8;
    padding: 6px 46px 6px 18px;
    border-radius: 3px;
    font-size: 4.2vw;
    color: #fff;
  }
  .changeLabel::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    color: #fff;
    font-size: 1em;
  }
  .changeLabel:hover {
    opacity: 0.8;
  }
  .on-off + .changeLabel::after {
    content: '▼';
  }
  .on-off:checked + .changeLabel::after {
    content: '▲';
  }
  .exampleBox {
    margin: 0 auto 30px;
  }
  .exampleBox * {
    box-sizing: border-box;
  }
  .exInner {
    width: 94%;
    margin: 0 auto 20px;
  }
  .exampleBox h5 {
    margin: 0 auto 20px;
    background-color: #1067ae;
    font-size: 4.2vw;
    text-align: center;
    color: #fff;
    padding: 6px 0 8px;
    border: 1px solid #1067ae;
  }
  .exampleBox h6 {
    margin: 0 auto 10px;
    background-color: #1067ae;
    font-size: 3.8vw;
    color: #fff;
    padding: 2px 10px 4px;
  }
  .exTitle {
    color: #0162ad;
    font-size: 3.6vw;
  }
  .exampleBox img {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
  }
  .exampleBox ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .exampleBox ul li {
    font-size: 3.6vw;
  }
  .exampleBox ul li:last-child {
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.5;
    text-align: right;
  }
  .exPrice {
    color: #f00;
    font-size: 4.4vw;
    font-weight: bold;
    text-align: right;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .exPrice span {
    font-size: 6vw;
  }
  .exkome {
    font-size: 3.2vw;
    text-align: right;
  }
  /*戻る時の固定ヘッダー分アジャスト*/
  #stepR4, #stepR5 {
    margin-top: -120px;
    padding-top: 120px;
  }
  #stepR3 {
    z-index: 22;
  }
  #stepR4 {
    z-index: 11;
  }
  #stepR4 .paneLabel {
    top: 220px;
  }
  #stepR5 .paneLabel {
    top: 220px;
  }
}
/*-------------------------------------
汎用
---------------------------------------*/
.mt00 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.brPc {
  display: block;
}
.brSp {
  display: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}

.description {
    font-size: 13px !important;
	letter-spacing: 0.1rem;
    text-align: left ;
    padding-left: 1em;
    text-indent: -1em;
}
p.description a {
    color: #2a79de ;
    text-decoration: underline !important;
}

@media only screen and (max-width: 479px) {
  .brPc {
    display: none;
  }
  .brSp {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }
    
.description {
    text-align: left ;
    font-size: 10px !important;
}

}