/** Shopify CDN: Minification failed

Line 138:10 Expected ":"
Line 150:10 Expected ":"

**/
/*---------------------------------------------
	MAIN MENU
---------------------------------------------*/
.list-menu li{
  color: #1F3442;
}
.list-menu li a{
  color: #1F3442 !important;
}

/*---------------------------------------------
	ALL
---------------------------------------------*/
.footBanner{
  max-width: 400px;
  margin: 4% auto 0;
}
img{
	width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
    line-height: 1;
}
h1.main-page-title{
  font-size: 3.5rem;
  position: relative;
    text-align: center;
  letter-spacing: 0.12em;
}
h1.main-page-title:before {
    bottom: -60px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
  height: 2px;
  background: #1F3442;
}
h1.blogTit{
  margin-bottom: 60px;
}
a.linkMargin{
  padding-top: 30px;
}
.width1100{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.pageMenu{
  background: #1F3442;
  color: #FFF;
  border-radius: 20px;
  padding: 10px 0;
}
.pageMenu li{
  color: #FFF;
  padding: 0 10px;

}
.pageMenu li a{
  color: #FFF;
  padding: 2px 20px;

}
.pageMenu li.currentMenu{
  color: #858B95;
}
.pageMenu li.currentMenu a{
  color: #858B95;
}
a.menuArrow{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.menuArrow:before,
a.menuArrow:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #FFF;
  transition: all .3s;
  right: 0;
}
a.menuArrow:before{
  width: 20px;
  transform: translate(10px, 0px);
}
a.menuArrow:after{
  width: 7px;
  transform-origin: right center;
  transform: translate(10px, 0px) rotate(45deg);
}
/*hoverした際の移動*/
a.menuArrow:hover::before{
    right: -6px;
}
a.menuArrow:hover::after{
    right:-6px;
}

@media screen and (max-width: 750px) {
  .width1100{
  padding: 0 15px;
  }
  h1.main-page-title{
  font-size: 2.5rem;
  position: relative;
    text-align: center;
  letter-spacing: 0.12em;
    margin-top: 30px;
}
}

/*---------------------------------------------
	TOP
---------------------------------------------*/
.slideshowLeftimg{
	position: absolute;
  left: -20px;
   top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: auto;
}
.slideshowLeftimg img{
	width: 100%;
  max-width: 30px;
}
.slideshowRightimg{
	position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: auto;
}
.slideshowRightimg img{
	width: 100%;
  max-width: 35px;
}
.banner__box span{
  letter-spacing: 0.12em !important;
  font-weight: bold;
}

.topBanner-jfit {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.topBanner-jfit-posi {
  display: flex;
  align-items: stretch;
  margin: 20px 0 0;
}
.topBanner-jfit-L {
  width: 35%;
  position: relative;
  background: url("/cdn/shop/files/banner-jfit-optionBack.jpg?v=1680135073")
    center no-repeat;
  background-size: cover;
  padding: 30px 20px;
}
.topBanner-jfit-C {
  width: 30%;
  position: relative;
  margin-left: 2.5%;
}
.topBanner-jfit-R {
  width: 30%;
  position: relative;
  margin-left: 2.5%;
}
.topBanner-jfit-L h3{
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.12em;
}
.topBanner-jfit-L p{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
}
.topBanner-jfit-item{
}
.topBanner-jfit-item h3{
  font-size: 2rem;
  text-align: center;
  margin: 15px 0;
}
.topBanner-jfit-Link{
  margin: 20px 0 0;
  text-align: center;
}
.topBanner-jfit-Link a{
  display: block;
  border: solid 1px;
  color: #1F3442;
  padding: 10px 20px;
}
.topBanner-jfit-Link a:hover{
  background: #1F3442;
  color: #FFF;
}

@media screen and (max-width: 1250px) {
  .slideshowLeftimg{
  left: 10px;
  }
  .slideshowLeftimg img{
  max-width: 20px;
  }
  .slideshowRightimg{
  right: 10px;
  }
  .slideshowRightimg img{
  max-width: 25px;
  }
}
@media screen and (max-width: 750px) {
  .slideshowLeftimg, .slideshowRightimg{
  display: none;
  }
}

/*about*/
.homeAbout{
  padding-top: 80px !important;
  padding-bottom: 30px !important;
}
.homeAbout img{
  width:100%;
}
.homeAboutL{
  width: 50%;
}
.homeAboutR{
  width: 50%;
  padding: 0 0 0 5%;
}
.homeAboutR img{
  max-width: 350px;
  margin: 0 0 10px;
}
.homeAboutR p{
  letter-spacing: 0.12em;
  line-height: 2.2;
}
.homeAboutBtn{
  margin: 30px 0 0;
}
@media screen and (max-width: 750px) {
  .homeAboutR img{
  max-width: 300px;
  }
  .homeAboutL{
  width: 100%;
  }
  .homeAboutR{
  width: 100%;
  padding: 30px 30px 0 30px;
  }
  .homeAboutR p{
  letter-spacing: 0.08em;
  line-height: 2;
  }
}

/*series*/
.homeSeries{
}
.homeSeries img {
max-width: 500px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.homeSeries ul {
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.homeSeries li {
position: relative;
  width: 32%;
  margin: 0 2% 2% 0;
}
.homeSeries li:nth-child(3n) {
position: relative;
  margin-right: 0;
}
.homeSeries li{
background: #EAEAEA;
  overflow: hidden;
}
.homeSeries li a{
background: #EAEAEA;
}
.homeSeries li a:hover img{
transform: scale(1.05, 1.05);
  transition: .4s ease;
}
.homeSeriesInfo{
	padding: 20px;
  text-align: center;
}
.homeSeriesInfo h3{
	margin: 0 0 10px;
  font-size: 2.2rem;
}
.homeSeriesInfo p{
	font-size: 1.3rem;
}
.rollover {
display: inline-block;
position: relative;
margin: 0;
}
.off {
position: relative;
top: 0;
left: 0;
z-index: 1;
transition: 0 ease;

}
.on {
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
.on, .off {
display: block;
}
.rollover:hover .off {
opacity: 0;
}
@media screen and (max-width: 750px) {
  .homeSeries li {
  width: 49%;
  margin: 0 2% 2% 0;
  }
  .homeSeries li:nth-child(3n) {
  margin-right: 2%;
  }
  .homeSeries li:nth-child(2n) {
  margin-right: 0;
  }
}

/*banner*/
.homeBanner{
  max-width: 1500px;
  margin: 80px auto;
}
.homeBanner li{
  width: 49.5%;
  margin: 0 1% 40px 0;
  text-align: center;
}
.homeBanner li:nth-child(2n){
  margin-right: 0;
}
.homeBanner li p{
  font-size: 2.5rem;
  position: relative;
  margin: 20px 0 0;
  letter-spacing: 0.02em;
  font-family: "DIN Next";
}
.homeBanner li p:before {
    bottom: -45px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  height: 2px;
  background: #1F3442;
}

.homeBanner li h3{
  font-weight: normal;
  font-size: 1.5rem;
  margin: 20px 0 0;
  letter-spacing: 0.12em;
}
.homeBannerImg{
  overflow: hidden;
}
.homeBannerImg img{
 transition:0.4s all;
}
.homeBannerImg img:hover{
  transform:scale(1.05,1.05);
  transition:0.4s all;
}
@media screen and (max-width: 750px) {
  .homeBanner li p{
  font-size: 2rem;
  }
  .homeBanner li h3{
  font-size: 1.4rem;
  }
}

/*---------------------------------------------
	ABOUT
---------------------------------------------*/
.aboutAd{
  padding-top: 80px !important;
}
.aboutAd h2{
  margin: 0 0 20px;
  font-size: 3rem;
}
.aboutAd h2 span{
  font-size: 1.5rem;
  margin-left: 10px;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Helvetica", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.aboutAd h3{
  font-size: 2rem;
  letter-spacing: 0.12em;
  margin: 0 0 15px;
}
.aboutAdBlock{
  margin: 0 0 60px;
  padding: 0 0 60px;
  border-bottom: solid 1px #EFEFEF;
}
.aboutAdL{
  width: 65%;
  margin-right: 5%;
}
.aboutAdR{
  width: 30%;
}
.aboutAd .aboutAdL h3{
  font-size: 2.5rem;
}
.aboutAdLInfo{
  position: relative;
  margin: 20px 0 0;
}
.aboutAdNum{
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  border: solid 2px #1F3442;
  padding: 2px 20px;
  font-size: 3rem;
  color: #1F3442;
  font-family: "DIN Next";
  font-weight: 700;
  font-style: normal;
}
.aboutAdLTxt{
  margin: 0 0 0 100px;
}
.aboutAdRInfo{
  margin: 20px 0 0;
}
.aboutAdRInfo p{
  font-size: 1.4rem;
  line-height: 1.6;
}
.aboutAdRImgMargin{
  margin: 30px 0 0;
}
@media screen and (max-width: 750px) {
  .aboutAd h3{
  font-size: 1.8rem;
}
  .aboutAd .aboutAdL h3{
  font-size: 2.3rem;
}
  .aboutAdL{
  width: 100%;
  margin-right: 0;
  }
  .aboutAdR{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 10% 0;
  }
  .aboutAdRInfo p{
  text-align: left;
  }
  .aboutAdNum{
  position: absolute;
  left: auto;
  right: 20px;
  top: -60px;
    background: #FFF;
  }
  .aboutAdLTxt{
  margin: 0 0 0 0;
  }
}

/*message*/
.aboutMs{
  padding: 80px 50px;
  background: #EFEFEF;
}
.aboutMs h2{
  margin: 0 0 20px;
  font-size: 3rem;
}
.aboutMs h2 span{
  font-size: 1.5rem;
  margin-left: 15px;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Helvetica", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.aboutMsPosi{
  max-width: 1200px;
  margin: 0 auto;
}
.aboutMsL{
  width: 50%;

}
.aboutMsR{
  width: 50%;
  padding: 0 0 0 5%;
}
.aboutMsL p{
  letter-spacing: 0.12em;
  line-height: 1.8;
  font-size: 1.4rem;
}
.aboutMsL h3{
  margin: 20px 0 0;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Helvetica", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.aboutMsRImg{
  margin: 0 0 20px;
}
@media screen and (max-width: 750px) {
  .aboutMs{
  padding: 80px 15px;
  }
  .aboutMsL{
  width: 100%;
  }
  .aboutMsR{
  width: 100%;
  padding: 30px 0 0 0;
  }
}

/*---------------------------------------------
	COLLECTION
---------------------------------------------*/
/*list*/

.collectionMain{
  background: #EBEBEB;
  margin: 20px 0 0;
}
.collectionMainL{
  width: 50%;
  padding: 5%;
}
.collectionMainR{
  width: 50%;
  padding: 5% 5% 5% 0;
}
.collectionMainR h1{
  font-size: 3rem;
  margin: 0 0 30px;
  background: #1F3442;
  color: #EAEAEA;
  display: inline-block;
  padding: 10px 20px;
}
.collectionMainR h2, .collectionMainR p{
  max-width: 380px;
}
.collectionMainR h2{
  font-size: 3.5rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  margin: 0 0 30px;
}
.collectionMainR p{
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  line-height: 2;
}
.collectionMainList{
  margin: 2% 0 0;
}
.collectionMainList ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.collectionMainList li{
  width: 32%;
  margin: 0 2% 0 0;

}
.collectionMainList li:nth-child(3){
  margin-right: 0;
}
.collectionMainListInfo{
  padding: 20px;
  text-align: center;
}
.collectionMainListInfo h3{
  font-size: 2rem;
  margin: 0 0 10px;
  letter-spacing: 0.12em;
}
.collectionMainListInfo p{
  line-height: 1.5;
  text-align: left;
  font-size: 1.5rem;
}
.collectionMainListInfo p span{
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}
.collectionBlock{
  padding-top: 60px !important;
  max-width: 1300px;
  text-align: center;
}
.collectionBlockInfo{
  text-align: center;
  margin: 30px auto 0;
  max-width: 600px;
}
.collectionBlockInfo h2{
  letter-spacing: 0.12em;
  line-height: 1.5;
  font-size: 3rem;
  margin: 0 0 10px;
}
.collectionBlockInfo p{
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-align: left;
}

.product-grid-container li{
	padding: 0 2% 4% 2%;
}
.product-grid-container li .card__heading, .card__information .card__heading{
font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Helvetica", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.collectionName{
  margin: 80px 0 0;
}
.collectionName h2{
  text-align: center;
  font-size: 4rem;
  
}
@media screen and (max-width: 750px) {
  .collectionMainL{
  width: 100%;
  padding: 0 20%;
  }
  .collectionMainR{
  width: 100%;
  padding: 10% 30px 5% 30px;
  }
  .collectionMainR h2, .collectionMainR p{
  max-width: 100%;
  }
  .collectionMainList li{
  width: 100%;
  margin: 0 0 30px 0;
  }
  .collectionBlockInfo{
  margin: 20px auto 0;
  }
  .collectionBlockInfo h2{
  font-size: 2.5rem;
  }
}

/*---------------------------------------------
	HOW
---------------------------------------------*/
/*reason*/
.howReason{
  margin-top: 80px;
  overflow: hidden;
}
.howReasonPosi{
  width: 100%;
  position: relative;
  background: #1F3442;
}
.howReasonHeadImg{
  width: 50%;
}
.howReasonHeadInfo{
  padding: 20px 40px 20px 40px;
  color: #FFF;
  width: 50%;
}
.howReasonHeadInfo h2{
  color: #FFF;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 10px;
}
.howReasonHeadInfo span{
  letter-spacing: 0.12em;
  font-size: 3rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Helvetica", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.howReasonHeadInfo p{
  color: #FFF;
}

@media screen and (min-width: 1400px) {
  .howReasonHeadInfo{
  padding: 4% 8% 4% 8%;
  color: #FFF;
  width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .howReasonPosi{
  width: 100%;
  position: relative;
  background: none;
}
  .howReasonHeadImg{
  width: 100%;
  }
  .howReasonHeadInfo{
  width: 100%;
    text-align:center;
    background: #1F3442;
    padding: 20px 20px 30px;
  }
  .howReasonHeadInfo h2{
  margin: 0 0 5px;
  }
  .howReasonHeadInfo span{
  font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .howReasonHeadInfo{
  }
  .howReasonHeadInfo p{
  font-size: 1.3rem;
  }
}

.howReasonBlock{
  position: relative;
}
.howReasonBlock{
  margin-top: 4%;
}
.howReasonBlock li{
  width: 48%;
  margin: 0 4% 4% 0;
}
.howReasonBlock li:nth-child(2n){
  margin-right: 0;
}
.howReasonInfo{
  margin: 25px 0 0;
  position: relative;
}
.howReasonInfo h3{
  padding: 0 0 0 60px;
  margin: 0 0 15px;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
}
.howReasonInfo h3 span{
  font-size: 3rem;
  font-weight: normal;
  position: absolute;
  letter-spacing: 0.02em;
  left: 0;
  top: -12px;
  border-radius: 100px;
  border: solid 2px;
  padding: 2px 13px;
}
@media screen and (max-width: 750px) {
  .howReasonBlock li{
  width: 100%;
  margin: 0 0 4% 0;
  }
}

/*choose*/
.howThickBlock{
  background: #efefef;
  padding: 30px 0 50px;
}
.howThickMain{
  text-align: center;
  max-width: 600px;
  margin: 40px auto;
}
.howThickMain h3{
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
}
.howThickMain p{

}
.howThickPosi{
  margin: 50px 0 0;
}
.howThicImg{
width: 50%;
}
.howThicImg img{
max-width: 800px;
}
.howThicInfo{
width: 50%;
  padding: 0 5% 0 5%;
}
.howThicInfo li{
  margin: 0 0 30px;
}
.howThicInfo li h4{
  font-size: 3rem;
  font-weight: normal;
}
.howThicInfo li p{
  margin: 10px 0;
}
p.howThickTaiou{
  font-size: 1.3rem;
}

.howChooseBlock{
	margin-top: 60px;
}
.howChoosePosi{
}
.howChoosePosi li{
  width: 18%;
  margin: 0 2.5% 0 0;
}
.howChoosePosi li:nth-child(5n){
  margin-right: 0;
}
.howChoosePosi li h4{
  text-align: center;
  font-size: 2.5rem;
  margin: 15px 0 0;
}
.howChoosePosi li h4 a{
  color: #1F3442;
}
.howChoosePosi li h4 a:hover{
  color: #B6BDCC;
}
.howChoosePosi li h5{
  text-align: center;
  margin: 20px 0 10px;
  letter-spacing: 0.12em;
  font-size: 1.5rem;
}
.howChoosePosi li p{
	font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .howThicImg{
  width: 100%;
  }
  .howThicImg img{
  max-width: 400px;
  }
  .howThicInfo{
  width: 100%;
  padding: 30px 30px 0 30px;
  }
  .howThicInfo li h4{
  font-size: 2.3rem;
  font-weight: normal;
  }
  .howThicInfo li p{
  margin: 5px 0;
    line-height: 1.6;
  }
  .howChoosePosi li{
  width: 32%;
  margin: 0 2% 20px 0;
  }
  .howChoosePosi li:nth-child(3n){
  margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .howChoosePosi li{
  width: 49%;
  margin: 0 2% 20px 0;
    padding: 0 2%;
  }
  .howChoosePosi li:nth-child(3n){
  margin-right: 2%;
  }
  .howChoosePosi li:nth-child(2n){
  margin-right: 0;
  }
}

/*maintenance*/
.howMainteMain{
  margin: 60px 0 0;
}
.howMainteMainL{
  width: 50%;
}
.howMainteMainR{
  width: 50%;
  padding: 0 0 0 5%;
}
.howMainteMainR h4{
  background: #C64848;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px 3px;
  letter-spacing: 0.12em;
  border-radius: 5px;
}
.howMainteMainR h3{
	font-size: 2.8rem;
  margin: 10px 0 15px;
  letter-spacing: 0.12em;
}
.howMainteMainR h5{
  font-size: 1.8rem;
  margin: 20px 0 5px;
  letter-spacing: 0.12em;
  display: inline-block;
  text-decoration: underline;
}
.howFire h3{
  margin-bottom: 0;
}
.howMainteList{
  margin: 30px 0 -30px;
}
.howMainteList li{
  width: 23.5%;
  margin: 0 2% 35px 0;
  position: relative;
}
.howMainteList li:nth-child(4n){
  margin-right: 0;
}
.howMainteList li h4{
font-weight: normal;
  margin: 15px 0 0;
  letter-spacing: 0.08em;
}
.howMainteList li p{
  position: absolute;
  top: -20px;
  right: 20px;
  display: inline-block;
  border-radius: 100px;
  border: solid 2px;
  background: #FFF;
  font-size: 2.2rem;
  padding: 3px 16px;
  font-family: "DIN Next";
}
@media screen and (max-width: 750px) {
  .howMainteMainL{
  width: 100%;
  }
  .howMainteMainR{
  width: 100%;
  padding: 20px 0 15px;
  }
  .howMainteList li{
  width: 32%;
  margin: 0 2% 35px 0;
  position: relative;
  }
  .howMainteList li:nth-child(4n){
  margin-right: 2%;
  }
  .howMainteList li:nth-child(3n){
  margin-right: 0;
  }
  .howMainteList li p{
  right: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 9px;
  }
}

/*---------------------------------------------
	TOKUTEI
---------------------------------------------*/
.tokutei{
  width: 100%;
  border-top: solid 1px #EFEFEF;
}
.tokutei th{
  width: 150px;
  text-align: left;
  font-size: 1.4rem;
  padding: 20px 0;
  vertical-align: top;
  border-bottom: solid 1px #EFEFEF;
}
.tokutei td{
  font-size: 1.4rem;
  padding: 20px 0;
  vertical-align: top;
  border-bottom: solid 1px #EFEFEF;
}

/*---------------------------------------------
	PRIVACY POLICY
---------------------------------------------*/
.privacy{
}
.privacy ul{
  margin: 0 !important;
  padding: 0 !important;
}
.privacy ul li{
  margin: 30px 0 0;
  padding: 0;
}
.privacy ul li h3{
  margin: 0 0 5px;
  letter-spacing: 0.08em;
}

/*---------------------------------------------
	GUIDE
---------------------------------------------*/
.guideBlock{
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0 50px;
}
.guideRed{
  color: #BA0015;
}
.guideTxtL{
  font-size: 2rem;
  font-weight: bold;
}
.guideTxts{
  font-size: 1.3rem;
}
.guideUnder{
  text-decoration: underline;
  font-weight: bold;
}
.guideBlock h2{
  font-size: 2.8rem;
  display: inline-block;
  border-bottom: solid 2px;
  padding: 0 0 3px;
  letter-spacing: 0.12em;
  margin: 0 0 20px;
}
.guideBlock h3{
  margin: 30px 0 5px;
}

/*how*/
.guideHowL{
  width: 50%;
}
.guideHowR{
  width: 50%;
  padding: 0 0 0 5%;
}
p.guideHowTxt{
}
p.guideHowTxt span{
  font-weight: bold;
  text-decoration: underline;
}
.guideHowL ul{
  margin: 20px 0 0;
}
.guideHowL ul li{
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 15px;
  line-height: 1.6;
}
.guideHowL ul li span{
  position: absolute;
  top: 0;
  left: 0;
  font-family: "DIN Next";
  font-size: 2rem;
  color: #BA0015;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .guideHowL{
  width: 100%;
  }
  .guideHowR{
  width: 100%;
  padding: 20px 0 0 0;
  }
}

/*pay*/
.guideCreImg{
}
.guideCreImg img{
  width: 100%;
  max-width: 300px;
}
.guideCreImg p{
  margin: 15px 0 0;
  font-size: 1.3rem;
}

/*send*/
.guideSendPosi{
  margin: 20px 0 0;
}