@charset "utf-8";
/* CSS Document */
body { overflow-x: hidden; }
#wrapper { position: relative; background: #fff; }
.dodBg01 { position: absolute; right: -20vw; top: -10vh; width: 40vw; opacity: 0.5;}
.dodBg02 { position: absolute; left: -20vw; bottom: -10vh; width: 40vw; transform: rotate(180deg); opacity: 0.5;}
.dodBg03 { position: absolute; left: -20vw; top: 15%; width: 30vw; opacity: 0.5; transform: rotate(-10deg); z-index: 1;}
.dodBg04 { position: absolute; right: -20vw; top: 75%; width: 30vw; opacity: 0.5; transform: rotate(-80deg); z-index: 1;}
.dodBg05 { position: fixed; left: -15vw; top: 2vh; width: 25vw; opacity: 0.25; transform: rotate(-80deg); z-index: 1;}
@media screen and (max-width: 599px) {
	#wrapper { overflow-x: hidden; }
	.dodBg01 { position: absolute; right: -35vw; top: -10vh; width: 70vw; opacity: 0.5;}
	.dodBg02 { position: absolute; left: -35vw; bottom: -10vh; width: 70vw; transform: rotate(180deg); opacity: 0.5;}
	.dodBg05 { position: fixed; left: -15vw; top: 2vh; width: 35vw; }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
	#wrapper { overflow-x: hidden; }
}

.scroll-pall {
  animation: parallax-anim linear;
  animation-timeline: scroll();
}
@keyframes parallax-anim {
  from {
    transform: translateY(-300vh);
  }
  to {
    transform: translateY(0px);
  }
}
.scroll-pall02 {
  animation: parallax-anim02 linear;
  animation-timeline: scroll();
}
@keyframes parallax-anim02 {
  from {
    transform: translateY(200vh);
  }
  to {
    transform: translateY(0px);
  }
}
.scroll-pall03 {
  animation: parallax-anim03 linear;
  animation-timeline: scroll();
}
@keyframes parallax-anim03 {
  from {
    transform: translateY(0vh);
  }
  to {
    transform: translateY(100vh);
  }
}

header { position: inherit; }
@media screen and (min-width: 1080px) {
	header .in-head-flex .hR ul li a         { resize: none; }
	header .in-head-flex .hR ul li a:link    { color:#000; text-decoration: none; }
	header .in-head-flex .hR ul li a:visited { color:#000; text-decoration: none; }
	header .in-head-flex .hR ul li a:hover   { color:#333; text-decoration: none; }
	header .in-head-flex .hR ul li a:active  { color:#000; text-decoration: none; }
	
	header .in-head-flex .hR ul li.telHead p { color: #000; line-height: 1.0; background: url("../img/common/icon-tel.png") left top no-repeat; background-size: 40px; padding-left: 45px; margin-bottom: 0px; }
	header.is-fix .in-head-flex .hR ul li.telHead p { color: #fff; }
	
	header .in-head-flex .hR ul li .fas { color: #007440; opacity: 1.0; }
	header .in-head-flex .hR ul li .far { color: #007440; opacity: 1.0; }
	
	header .in-head-flex .hR ul li.telHead .fas { color: #fff; opacity: 1.0; }
	header .in-head-flex .hR ul li.contactHead .fas { color: #fff; opacity: 1.0; }
}
footer { margin-top: 0px; }
.contactSec { margin-bottom: 0px; z-index: 1; position: relative; }

@media screen and (max-width: 1079px) {
	.menu-trigger span { position: absolute; z-index: 9999; left: 4.2px; width: 100%; height: 1px; background-color: #007440; border-radius: 2px; }
	.h_menu .active span { background-color: #fff !important; } /* 色を変える */
}

/*-- headline ------------------------------------------------------------*/
#headline { padding: 4% 0; /*background-image: repeating-linear-gradient(45deg, #badbd8 0 4px, transparent 4px 10px);*/ position: relative; }
#headline .headTtl { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); padding: 40px; background: #fff; text-align: center; }
#headline h2 { color: var(--base-color); line-height: 1.5; text-align: center; }
#headline h2 span.xsmall { font-size: 0.5em; }
#headline h6 { font-family:'Roboto Condensed', sans-serif; font-weight:bold; display:block; letter-spacing: 0em; color: #badbd8; }

@media screen and (max-width: 599px) {
	#headline { padding: 15% 0; }
	#headline .headTtl { padding: 0; width: 80%; }
	#headline h2 { font-size: 1.5rem; line-height: 1.2; }
	#headline h6 { font-size: 0.7rem; }
	#headline .bicycle { width: 50px; margin: 0 auto 0px; }
}
@media screen and (min-width: 600px) {
	#headline { display: flex; justify-content: space-between; align-items: center;}
	#headline .bicycle { width: 80px; margin: 0 auto 0px; }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
	#headline { padding: 8% 0; }
	#headline h2 { font-size: 1.5rem;}
	#headline h6 { font-size: 0.8rem;}
}
@media screen and (min-width: 900px) and (max-width: 1079px)  {
	#headline { padding: 6% 0; }
	#headline h2 { font-size: 2.1rem;}
	#headline h6 { font-size: 0.85rem;}
}
@media screen and (min-width: 1080px) and (max-width: 1199px)  {
	#headline h2 { font-size: 2.2rem;}
	#headline h6 { font-size: 0.9rem;}
}
@media screen and (min-width: 1200px) and (max-width: 1479px)  {
	#headline h2 { font-size: 2.3rem;}
	#headline h6 { font-size: 0.95rem;}
}
@media screen and (min-width: 1480px) {
	#headline h2 { font-size: 2.4rem;}
	#headline h6 { font-size: 1.0rem;}
}

/*-- breadcrumbs ------------------------------------------------------------*/
#breadcrumbs { display: flex; justify-content: flex-end; align-items: center; margin-bottom: 20px; padding: 0 4%; }
#breadcrumbs li { font-size: 0.8rem; margin-right: 5px; display: inline-block; }
#breadcrumbs li:after { content: ">"; margin-left: 10px; }
#breadcrumbs li:last-child { margin-right: 0px; }
#breadcrumbs li:last-child:after { display: none; }
@media screen and (max-width: 599px) {
	#breadcrumbs { margin-bottom: 10px; }
	#breadcrumbs li { font-size: 0.7rem; }
}

/*-- content ------------------------------------------------------------*/
#content { background: #fff; }
@media screen and (max-width: 599px) {
	#content { position: relative; }
	#content .in-content { margin: 0 4%; display: flex; flex-direction: column; }
	#content aside { padding: 0 2%; order: 1; position: relative; z-index: 2; }
	#content aside .aside-in { position: sticky; top: 5%; display: block; }
	#content aside h4 { background: #f4f4f4; border-left: 5px solid var(--base-color); margin:0 2% 10px; text-align: left; padding: 10px 4%; font-size: 0.9rem; position: relative; }
	#content aside h4:after { content: "\f1de"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 50%; right: 2%; transform: translateY(-50%); color: var(--base-color); }
	#content aside h4.active:after { color: #333; }
	#content aside .sp-toggleContent { margin: 0 4%; }
	#content aside h5 { margin-bottom: 10px; text-align: center; padding: 5px 0; font-size: 0.85rem; background: #dedede; cursor: pointer; position: relative; }
	#content aside h5:after { content: "\f067"; font-family: "Font Awesome 5 Free"; font-weight: bold; position: absolute; right: 4%; top: 50%; transform: translateY(-50%); font-size: 0.8rem; color: #ccc; }
	#content aside h5.active:after { content: "\f068"; font-family: "Font Awesome 5 Free"; font-weight: bold; }
	#content aside ul { margin-bottom: 20px; }
	#content aside ul li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #ccc; font-size: 0.8rem; }
	#content aside ul li span { position: relative; top: 2px; margin-left: 5px; }
	
	#content main { order: 2; }
	#content section { padding: 4% 0; }
	#content section .in-in { margin: 0 2%; }
	#content section h3 { font-size: 1.4rem; margin-bottom: 20px; position: relative; line-height: 1.0; color: var(--base-color); text-align: center; }
	#content main section .in-comment h3.cateTtl { font-size: 1.4rem; margin-bottom: 20px; position: relative; line-height: 1.5; color: var(--base-color); text-align: center; }
	#content main section h3.cateTtl { font-size: 1.4rem; margin-bottom: 20px; position: relative; line-height: 1.5; color: var(--base-color); text-align: center; }
	
	#content section h4 { font-size: 1.01rem; margin-bottom: 10px; font-weight: bold; text-align: center; }
	
	#content section .ttlFlaex { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--base-color);  }
	#content section .ttlFlaex h3 { margin-bottom: 10px;}
	#content section .ttlFlaex h6 { color: #dedede; font-size: 0.75em; display: block; text-align: center; }
	
	#content section h2.ttl01 { font-size: 1.5rem; margin-bottom: 10px; line-height: 1.0; }
	#content section h2.ttl01 .xlarge { font-size: 1.5em; }
	#content section h3.subTtl01 { font-size: 1.0rem; margin-bottom: 10px; font-weight: normal; color: #000000; }
	#content section h3.subTtl02 { font-size: 1.1rem; margin-bottom: 40px; font-weight: normal; color: var(--base-color); position: relative; text-align: center; }
	#content section h3.subTtl02:after { content: ""; height: 1px; width: 100px; position: absolute; bottom: -20px; left: 0; right: 0; margin: 0 auto; background: var(--sub-color); }
	
	.mlogo { width: 50%; margin: 0 auto 20px;} 
	
	.sec-icon { width: 50px; margin: 0 auto 10px; }
	#content section .ttlFlaex.ttlFlaexModel .mlogo { width: 10%; margin: 0 auto 10px; }
	#content section .ttlFlaex.ttlFlaexModel { padding-bottom: 10px; }
	
	.contactWrapper { background: #f4f4f4; padding: 2%; }
	.contactWrapper h5 { text-align: center; margin-bottom: 10px; font-size: 0.8rem; }
	
	.tbl01 { width: 100%; margin: 0 auto 40px; }
	.tbl01 th,.tbl01 td { padding: 20px; text-align: left; }
	.tbl01 th { width: 20%; text-align: center; border-bottom: 3px solid #dedede; }
	.tbl01 td { width: 80%; border-bottom: 1px solid #dedede; }
	
	#content .in-content section.singleContent .tbl02 { width: 100%; margin: 0 auto 40px; }
	#content .in-content section.singleContent .tbl02 th,.tbl02 td { padding: 10px; text-align: left; vertical-align: middle; display: block; }
	#content .in-content section.singleContent .tbl02 th { text-align: center; border: 1px solid #dedede; background: #f4f4f4; font-size: 0.8rem; }
	#content .in-content section.singleContent .tbl02 td { border: 1px solid #dedede; background: #fff; font-size: 0.8rem; }
	
	.priceTbl { margin-bottom: 40px; width: 100%;}
	.priceTbl th { background: #41b8e4; padding: 10px; text-align: center; border: 1px solid #dedede; color: #fff; }
	.priceTbl td { background: #fff; padding: 10px; text-align: center; border: 1px solid #dedede; }
	.priceTbl td span { font-size: 2.0em; font-weight: bold; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	
	.flexHead { display: block; }
	.flexHeadL { width: 100%; } 
	.flexHeadR { display: none; }
	.img_y_R.headImg { display: block; }
	
	.flexThird { }
	.flexThird li { margin-bottom: 20px; }
	.flexThird li:last-child { margin-bottom: 0px; }
	.flexThird li .icon { width: 30%; margin: 0 auto 20px; }
	.flexThird li h4 { font-size: 1.2rem; text-align: center; color: var(--base-color);}
	
	.cycleList { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	.cycleList li { width:28%; margin:0 2% 40px; }
	#content section .cycleList li h4 { font-size: 0.9rem; margin-bottom: 10px; color: #000; }
	.cycleList li h5 { font-size: 0.7rem; margin-bottom: 5px; color: #333; }
	
	.contactSecList { display: flex; justify-content: flex-start; flex-wrap: wrap;  }
	.contactSecList li { width: 49%; margin-right: 2%; margin-bottom: 10px; background: #333; display: flex; justify-content: flex-start; align-items: center; height: 40px; }
	.contactSecList li .cslIcon { width: 30px; padding: 5px; }
	.contactSecList li .cslTtl { padding-left: 0%;  }
	.contactSecList li h6 { color: #fff; line-height: 40px; font-size: 0.7rem; }
	.contactSecList li:nth-child(2n) { margin-right: 0px; }
	.contactSecList li:nth-child(4) h6 { line-height: 1.7; padding-top: 5px; height: 35px; }
	.contactSecList li:nth-child(4) h6 .memo { display: block; font-size: 0.7em; }
	.contactSecList li:nth-child(4) h6 .roboto { font-size: 1.5em; line-height: 1.0; }
	
	.flexFourth { }
	.flexFourth li { wposition: relative; margin-bottom: 20px; }
	.flexFourth li:last-child { margin-bottom: 0px; }
	.flexFourth li .fFooter { position: absolute; left: 0; bottom: 0;  background: rgba(0,0,0,0.9); padding: 4%; }
	#content section .flexFourth li h4 { color: var(--base-color); margin-bottom: 10px; letter-spacing: 0.5em;text-align: center; font-size: 1.1rem; font-weight: bold; }
	#content section .flexFourth li p { color: #000; margin-bottom: 0px; font-size: 0.9rem;  }
	.flexFourth li .icon { width: 40%; margin: 0 auto 20px; }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
	#content { position: relative; }
	#content .in-content { margin: 0 2%; display: flex; flex-direction: column; }
	#content aside { padding: 0 2%; order: 1; position: relative; z-index: 2; }
	#content aside .aside-in { position: sticky; top: 5%; display: block; }
	#content aside h4 { background: #f4f4f4; border-left: 5px solid var(--base-color); margin:0 2% 10px; text-align: left; padding: 10px 4%; font-size: 0.9rem; position: relative; }
	#content aside h4:after { content: "\f1de"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 50%; right: 2%; transform: translateY(-50%); color: var(--base-color); }
	#content aside h4.active:after { color: #333; }
	#content aside .sp-toggleContent { margin: 0 4%; }
	#content aside h5 { margin-bottom: 10px; text-align: center; padding: 5px 0; font-size: 0.85rem; background: #dedede; cursor: pointer; position: relative; }
	#content aside h5:after { content: "\f067"; font-family: "Font Awesome 5 Free"; font-weight: bold; position: absolute; right: 4%; top: 50%; transform: translateY(-50%); font-size: 0.8rem; color: #ccc; }
	#content aside h5.active:after { content: "\f068"; font-family: "Font Awesome 5 Free"; font-weight: bold; }
	#content aside ul { margin-bottom: 20px; }
	#content aside ul li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #ccc; font-size: 0.8rem; }
	#content aside ul li span { position: relative; top: 2px; margin-left: 5px; }
	
	#content main { order: 2; }
	#content section { padding: 4% 0; }
	#content section .in-in { margin: 0 2%; }
	#content section h3 { font-size: 1.4rem; margin-bottom: 20px; position: relative; line-height: 1.0; color: var(--base-color); }
	#content main section .in-comment h3.cateTtl { font-size: 1.4rem; margin-bottom: 20px; line-height: 1.5; color: var(--base-color); }
	#content main section h3.cateTtl { font-size: 1.4rem; margin-bottom: 20px; line-height: 1.5; color: var(--base-color); }
	
	#content section h4 { font-size: 1.01rem; margin-bottom: 10px; font-weight: bold; }
	
	#content section .ttlFlaex { margin-bottom: 20px; padding-bottom: 0px; border-bottom: 1px solid var(--base-color);  }
	#content section .ttlFlaex h3 { margin-bottom: 10px; line-height: 1.7;}
	#content section .ttlFlaex h6 { margin-bottom: 10px; color: #dedede; font-size: 0.75em; }
	
	#content section h2.ttl01 { font-size: 1.8rem; margin-bottom: 10px; line-height: 1.0; }
	#content section h2.ttl01 .xlarge { font-size: 1.5em; }
	#content section h3.subTtl01 { font-size: 1.1rem; margin-bottom: 10px; font-weight: normal; color: #000000; }
	#content section h3.subTtl02 { font-size: 1.2rem; margin-bottom: 60px; font-weight: normal; color: var(--base-color); position: relative; text-align: center; }
	#content section h3.subTtl02:after { content: ""; height: 1px; width: 100px; position: absolute; bottom: -20px; left: 0; right: 0; margin: 0 auto; background: var(--sub-color); }
	
	.mlogo { width: 20%; margin: 0 0 20px;} 
	#content section .ttlFlaex.ttlFlaexModel { display: flex; justify-content: flex-start; align-items: center; }
	#content section .ttlFlaex.ttlFlaexModel .mlogo { width: 20%; margin: 0 4% 0 0; }
	#content section .ttlFlaex.ttlFlaexModel h3 { margin-bottom: 5px; }
	#content section .ttlFlaex.ttlFlaexModel h6 { margin-left: 0px; }
	#content section .ttlFlaex.ttlFlaexBrand { padding-bottom: 10px; }
	#content section .ttlFlaex.ttlFlaexProduct { padding-bottom: 10px; }
	
	.sec-icon { width: 50px; margin: 0 auto 10px; }
	
	.contactWrapper { background: #f4f4f4; padding: 2% 4%; }
	.contactWrapper h5 { text-align: center; margin-bottom: 10px; font-size: 0.9rem; }
	
	.tbl01 { width: 100%; margin: 0 auto 40px; }
	.tbl01 th,.tbl01 td { padding: 20px; text-align: left; }
	.tbl01 th { width: 20%; text-align: center; border-bottom: 3px solid #dedede; }
	.tbl01 td { width: 80%; border-bottom: 1px solid #dedede; }
	
	#content .in-content section.singleContent .tbl02 { width: 100%; margin: 0 auto 40px; }
	#content .in-content section.singleContent .tbl02 th,.tbl02 td { padding: 20px; text-align: left; vertical-align: middle; }
	#content .in-content section.singleContent .tbl02 th { width: 20%; text-align: center; border: 1px solid #dedede; background: #f4f4f4; font-size: 0.9rem; }
	#content .in-content section.singleContent .tbl02 td { width: 80%; border: 1px solid #dedede; background: #fff; font-size: 0.9rem; }
	
	.priceTbl { margin-bottom: 40px; width: 100%;}
	.priceTbl th { background: #41b8e4; padding: 10px; text-align: center; border: 1px solid #dedede; color: #fff; }
	.priceTbl td { background: #fff; padding: 10px; text-align: center; border: 1px solid #dedede; }
	.priceTbl td span { font-size: 2.0em; font-weight: bold; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	
	.flexHead { display: block; }
	.flexHeadL { width: 100%; } 
	.flexHeadR { display: none; }
	.img_y_R.headImg { display: block; }
	
	.flexThird { display: flex; justify-content: space-between; }
	.flexThird li { width: 30%;}
	.flexThird li .icon { width: 30%; margin: 0 auto 20px; }
	.flexThird li h4 { font-size: 1.2rem; text-align: center; color: var(--base-color);}
	
	.cycleList { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	.cycleList li { width:21%; margin:0 2% 40px; }
	#content section .cycleList li h4 { font-size: 0.95rem; margin-bottom: 10px; color: #000; }
	.cycleList li h5 { font-size: 0.8rem; margin-bottom: 5px; color: #333; }
	
	.contactSecList { display: flex; justify-content: flex-start; flex-wrap: wrap;  }
	.contactSecList li { width: 49%; margin-right: 2%; margin-bottom: 10px; background: #333; display: flex; justify-content: flex-start; align-items: center; height: 50px; }
	.contactSecList li .cslIcon { width: 40px; padding: 5px; }
	.contactSecList li .cslTtl { padding-left: 4%;  }
	.contactSecList li h6 { color: #fff; line-height: 50px; font-size: 0.8rem; }
	.contactSecList li:nth-child(2n) { margin-right: 0px; }
	.contactSecList li:nth-child(4) h6 { line-height: 1.7; padding-top: 5px; height: 45px; }
	.contactSecList li:nth-child(4) h6 .memo { display: block; font-size: 0.7em; }
	.contactSecList li:nth-child(4) h6 .roboto { font-size: 1.5em; line-height: 1.0; }
	
	.flexFourth { display: flex; justify-content: space-between; max-width: 1260px; width: 96%; margin: 0 auto; }
	.flexFourth li { width: 23.25%; position: relative; }
	#content section .flexFourth li h4 { color: var(--base-color); margin-bottom: 10px; font-size: 1.3rem; text-align: center; font-weight: bold; letter-spacing: 0.5em; }
	#content section .flexFourth li p { color: #000; margin-bottom: 0px; font-size: 1.0rem; }
	.flexFourth li .icon { width: 150px; margin: 0 auto; }
	#content section .flexFourth li h4 { font-size: 1.05rem; }
	#content section .flexFourth li p { font-size: 0.75rem; }
}
@media screen and (min-width: 900px) {
	#content { position: relative; }
	#content .in-content { display: flex; justify-content: space-between; margin: 0 2%; }
	#content aside { width: 20%; padding: 0 0%; order: 1; position: relative; z-index: 2; }
	#content aside .aside-in { position: sticky; top: 5%; }
	#content aside h4 { background: #fff; border-top: 3px solid var(--base-color); margin-bottom: 10px; text-align: center; padding: 10px 0; font-size: 0.9rem; }
	#content aside h5 { margin-bottom: 10px; text-align: center; padding: 5px 0; font-size: 0.85rem; background: #dedede; cursor: pointer; position: relative; }
	#content aside h5:after { content: "\f067"; font-family: "Font Awesome 5 Free"; font-weight: bold; position: absolute; right: 4%; top: 50%; transform: translateY(-50%); font-size: 0.8rem; color: #ccc; }
	#content aside h5.active:after { content: "\f068"; font-family: "Font Awesome 5 Free"; font-weight: bold; }
	#content aside ul { margin-bottom: 20px; }
	#content aside ul li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #ccc; font-size: 0.8rem; }
	#content aside ul li span { position: relative; top: 2px; margin-left: 5px; }
	
	#content main { width: 80%; order: 2; margin-left: 4%; }
	#content section { padding: 4% 0; position: relative; z-index: 2;}
	#content section .in-in { margin: 0 2%; }
	#content section h3 { font-size: 2.0rem; margin-bottom: 20px; position: relative; line-height: 1.0; color: var(--base-color); }
	#content main section .in-comment h3.cateTtl { font-size: 2.0rem; margin-bottom: 20px; position: relative; line-height: 1.5; color: var(--base-color); }
	#content main section h3.cateTtl { font-size: 2.0rem; margin-bottom: 20px; position: relative; line-height: 1.5; color: var(--base-color); }
	
	#content section h4 { font-size: 1.5rem; margin-bottom: 10px; font-weight: bold; }
	
	#content section .ttlFlaex { margin-bottom: 20px; padding-bottom: 0px; border-bottom: 1px solid var(--base-color);  }
	#content section .ttlFlaex h3 { margin-bottom: 10px; line-height: 1.7;}
	#content section .ttlFlaex h6 { margin-bottom: 10px; color: #dedede; font-size: 0.75em; }
	
	#content section h2.ttl01 { font-size: 2.4rem; margin-bottom: 10px; line-height: 1.0; }
	#content section h2.ttl01 .xlarge { font-size: 1.5em; }
	#content section h3.subTtl01 { font-size: 1.6rem; margin-bottom: 10px; font-weight: normal; color: #000000; }
	#content section h3.subTtl02 { font-size: 1.6rem; margin-bottom: 60px; font-weight: normal; color: var(--base-color); position: relative; text-align: center; }
	#content section h3.subTtl02:after { content: ""; height: 1px; width: 100px; position: absolute; bottom: -20px; left: 0; right: 0; margin: 0 auto; background: var(--sub-color); }
	
	.mlogo { width: 50%; margin: 0 0 20px;} 
	.sec-icon { width: 50px; margin: 0 auto 10px; }
	
	#content section .ttlFlaex.ttlFlaexModel { display: flex; justify-content: flex-start; align-items: center; }
	#content section .ttlFlaex.ttlFlaexModel .mlogo { width: 10%; margin: 0 4% 10px 0; }
	#content section .ttlFlaex.ttlFlaexModel h3 { margin-bottom: 5px; }
	#content section .ttlFlaex.ttlFlaexModel h6 { margin-left: 0px; }
	#content section .ttlFlaex.ttlFlaexBrand { padding-bottom: 10px; }
	#content section .ttlFlaex.ttlFlaexProduct { padding-bottom: 10px; }
	
	.contactWrapper { background: #f4f4f4; padding: 2% 4%; }
	.contactWrapper h5 { text-align: center; margin-bottom: 10px; font-size: 0.9rem; }
	
	.tbl01 { width: 100%; margin: 0 auto 40px; }
	.tbl01 th,.tbl01 td { padding: 20px; text-align: left; }
	.tbl01 th { width: 20%; text-align: center; border-bottom: 3px solid #dedede; }
	.tbl01 td { width: 80%; border-bottom: 1px solid #dedede; }
	
	#content .in-content section.singleContent .tbl02 { width: 100%; margin: 0 auto 40px; }
	#content .in-content section.singleContent .tbl02 th,.tbl02 td { padding: 20px; text-align: left; vertical-align: middle; }
	#content .in-content section.singleContent .tbl02 th { width: 20%; text-align: center; border: 1px solid #dedede; background: #f4f4f4; font-size: 0.9rem; }
	#content .in-content section.singleContent .tbl02 td { width: 80%; border: 1px solid #dedede; background: #fff; font-size: 0.9rem; }
	
	.priceTbl { margin-bottom: 40px; width: 100%;}
	.priceTbl th { background: #41b8e4; padding: 10px; text-align: center; border: 1px solid #dedede; color: #fff; }
	.priceTbl td { background: #fff; padding: 10px; text-align: center; border: 1px solid #dedede; }
	.priceTbl td span { font-size: 2.0em; font-weight: bold; font-family:'Roboto Condensed', sans-serif; font-weight:bold; }
	
	.flex { display: flex; justify-content: space-between; }
	.flexHalf { width: 48%; } 
	.flexHeadL { width: 48%; } 
	.flexHeadR { width: 48%; } 
	.img_y_R.headImg { display: none; }
	
	.flexThird { display: flex; justify-content: space-between; }
	.flexThird li { width: 30%;}
	.flexThird li .icon { width: 30%; margin: 0 auto 20px; }
	.flexThird li h4 { font-size: 1.2rem; text-align: center; color: var(--base-color);}
	
	.cycleList { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	.cycleList li { width:16%; margin:0 2% 40px; }
	#content section .cycleList li h4 { font-size: 1.0rem; margin-bottom: 10px; color: #000; }
	.cycleList li h5 { font-size: 0.8rem; margin-bottom: 5px; color: #333; }
	
	.contactSecList { display: flex; justify-content: flex-start; flex-wrap: wrap;  }
	.contactSecList li { width: 49%; margin-right: 2%; margin-bottom: 10px; background: #333; display: flex; justify-content: flex-start; align-items: center; height: 60px; }
	.contactSecList li .cslIcon { width: 50px; padding: 5px; }
	.contactSecList li .cslTtl { padding-left: 4%;  }
	.contactSecList li h6 { color: #fff; line-height: 60px; font-size: 0.8rem; }
	.contactSecList li:nth-child(2n) { margin-right: 0px; }
	.contactSecList li:nth-child(4) h6 { line-height: 1.7; padding-top: 10px; height: 50px; }
	.contactSecList li:nth-child(4) h6 .memo { display: block; font-size: 0.7em; }
	.contactSecList li:nth-child(4) h6 .roboto { font-size: 1.5em; line-height: 1.0; }
	
	.flexFourth { display: flex; justify-content: space-between; max-width: 1260px; width: 96%; margin: 0 auto; }
	.flexFourth li { width: 23.25%; position: relative; }
	#content section .flexFourth li h4 { color: var(--base-color); margin-bottom: 10px; font-size: 1.3rem; text-align: center; font-weight: bold; letter-spacing: 0.5em; }
	#content section .flexFourth li p { color: #000; margin-bottom: 0px; font-size: 1.0rem; }
	.flexFourth li .icon { width: 150px; margin: 0 auto; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	#wrapper { overflow-x: hidden; }
	#content aside { width: 24%; }
	#content main { width: 76%; }
	#content aside .aside-in { top: 0; }
	#content aside h4 { font-size: 0.8rem; }
	#content aside h5 { font-size: 0.75rem;  }
	#content aside ul li { font-size: 0.75rem;  } 
	
	.flexHead { display: block; }
	.flexHeadL { width: 100%; } 
	.flexHeadR { display: none; }
	.img_y_R.headImg { display: block; }
	
	#content section h3 { font-size: 1.5rem; }
	#content main section h3.cateTtl { font-size: 1.5rem; }
	#content main section .in-comment h3.cateTtl { font-size: 1.5rem; }
	
	#content section h4 { font-size: 1.25rem; }
	
	#content section h2.ttl01 { font-size: 1.9rem; }
	#content section h2.ttl01 .xlarge { font-size: 1.25em; }
	#content section h3.subTtl01 { font-size: 1.35rem; }
	#content section h3.subTtl02 { font-size: 1.35rem; }
	
	.cycleList li { width:21%; margin:0 2% 40px; }
	
	#content section .flexFourth li h4 { font-size: 1.1rem; }
	#content section .flexFourth li p { font-size: 0.8rem; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px)  {
	#content aside { width: 28%; }
	#content main { width: 78%; }
	
	#content aside h4 { font-size: 0.85rem; }
	#content aside h5 { font-size: 0.80rem;  }
	#content aside ul li { font-size: 0.80rem;  } 
	
	.flexHeadL { width: 56%; } 
	.flexHeadR { width: 40%; }
	
	#content section h3 { font-size: 1.6rem; }
	#content main section .in-comment h3.cateTtl { font-size: 1.6rem; }
	#content main section h3.cateTtl { font-size: 1.6rem; }
	
	#content section h4 { font-size: 1.3rem; }
	
	#content section h2.ttl01 { font-size: 2.0rem; }
	#content section h2.ttl01 .xlarge { font-size: 1.30em; }
	#content section h3.subTtl01 { font-size: 1.40rem; }
	#content section h3.subTtl02 { font-size: 1.40rem; }
	
	.contactSecList li { height: 50px; }
	.contactSecList li .cslIcon { width: 40px; padding: 5px; }
	.contactSecList li h6 { color: #fff; line-height: 50px; font-size: 0.70rem; }
	
	#content section .flexFourth li h4 { font-size: 1.15rem; }
	#content section .flexFourth li p { font-size: 0.85rem; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px)  {
	#content aside h4 { font-size: 0.85rem; }
	#content aside h5 { font-size: 0.80rem;  }
	#content aside ul li { font-size: 0.80rem;  } 
	
	.flexHeadL { width: 54%; } 
	.flexHeadR { width: 42%; }
	
	#content section h3 { font-size: 1.7rem; }
	#content main section .in-comment h3.cateTtl { font-size: 1.7rem; }
	#content main section h3.cateTtl { font-size: 1.7rem; }
	
	#content section h4 { font-size: 1.35rem; }
	
	#content section h2.ttl01 { font-size: 2.1rem; }
	#content section h2.ttl01 .xlarge { font-size: 1.35em; }
	#content section h3.subTtl01 { font-size: 1.45rem; }
	#content section h3.subTtl02 { font-size: 1.45rem; }
	
	.contactSecList li { height: 55px; }
	.contactSecList li .cslIcon { width: 45px; padding: 5px; }
	.contactSecList li h6 { color: #fff; line-height: 55px; font-size: 0.75rem; }
	
	#content section .flexFourth li h4 { font-size: 1.2rem; }
	#content section .flexFourth li p { font-size: 0.9rem; }
}
@media screen and (min-width: 1290px) and (max-width: 1389px)  {
	.flexHeadL { width: 52%; } 
	.flexHeadR { width: 44%; } 
	
	#content section h3 { font-size: 1.8rem; }
	#content main section .in-comment h3.cateTtl { font-size: 1.8rem; }
	#content main section h3.cateTtl { font-size: 1.8rem; }
	
	#content section h4 { font-size: 1.4rem; }
	
	#content section h2.ttl01 { font-size: 2.2rem; }
	#content section h2.ttl01 .xlarge { font-size: 1.40em; }
	#content section h3.subTtl01 { font-size: 1.50rem; }
	#content section h3.subTtl02 { font-size: 1.50rem; }
	
	.contactSecList li { height: 55px; }
	.contactSecList li .cslIcon { width: 45px; padding: 5px; }
	.contactSecList li h6 { color: #fff; line-height: 55px; font-size: 0.75rem; }
	
	#content section .flexFourth li h4 { font-size: 1.25rem; }
	#content section .flexFourth li p { font-size: 0.95rem; }
}
@media screen and (min-width: 1390px) and (max-width: 1489px)  {
	.flexHeadL { width: 50%; } 
	.flexHeadR { width: 46%; } 
	
	#content section h3 { font-size: 1.9rem; }
	#content main section .in-comment h3.cateTtl { font-size: 1.9rem; }
	#content main section .h3.cateTtl { font-size: 1.9rem; }
	
	#content section h4 { font-size: 1.45rem; }
	
	#content section h2.ttl01 { font-size: 2.3rem; }
	#content section h2.ttl01 .xlarge { font-size: 1.45em; }
	#content section h3.subTtl01 { font-size: 1.55rem; }
	#content section h3.subTtl02 { font-size: 1.55rem; }

	.contactSecList li { height: 55px; }
	.contactSecList li .cslIcon { width: 45px; padding: 5px; }
	.contactSecList li h6 { color: #fff; line-height: 55px; font-size: 0.75rem; }
	
	#content section .flexFourth li h4 { font-size: 1.25rem; }
	#content section .flexFourth li p { font-size: 0.95rem; }
}
@media screen and (min-width: 1490px)  {
	#content .in-content { max-width: 1400px; margin: 0 auto; width: 100%; }
}


/*-- news ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.newsList li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #dedede; }
	.newsList li .newsDl { margin-bottom: 10px; }
}
@media screen and (min-width: 600px) {
	.newsList li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #dedede; }
	.newsList li .newsDl { margin-bottom: 10px; }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
}

/*-- faq ------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.faDl dt { background: #f4f4f4; margin-bottom: 10px; padding: 10px 30px 10px 20px; font-size: 1.0rem; font-weight: bold; position: relative; cursor: pointer; border-top: 1px solid #dedede; }
	.faDl dt:after { position: absolute; top: 50%; transform: translateY(-50%); right: 2%; content: "\f067"; font-family: "Font Awesome 5 Free"; font-weight: bold; opacity: 0.5; }
	.faDl dt.active:after { position: absolute; top: 50%; transform: translateY(-50%); content: "\f068"; font-family: "Font Awesome 5 Free"; font-weight: bold; opacity: 0.5; }
	.faDl dt span { margin-right: 10px; font-size: 1.2em; display: block;}
	.faDl dd { padding: 10px 20px 20px; font-size: 0.9rem; }
}
@media screen and (min-width: 600px) {
	.faDl dt { background: #f4f4f4; margin-bottom: 10px; padding: 10px 20px; font-size: 1.1rem; font-weight: bold; position: relative; cursor: pointer; border-top: 1px solid #dedede; }
	.faDl dt:after { position: absolute; top: 50%; transform: translateY(-50%); right: 2%; content: "\f067"; font-family: "Font Awesome 5 Free"; font-weight: bold; opacity: 0.5; }
	.faDl dt.active:after { position: absolute; top: 50%; transform: translateY(-50%); content: "\f068"; font-family: "Font Awesome 5 Free"; font-weight: bold; opacity: 0.5; }
	.faDl dt span { margin-right: 10px; font-size: 1.2em;}
	.faDl dd { padding: 10px 20px 20px; }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
}

/*-- search ------------------------------------------------------------*/
.sp-searchform {
	position: relative;
	text-align: left;
	/*background: #ccc;*/
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
.sp-searchform #wp-searchform {
	letter-spacing: -0.4em;
}
.sp-searchform #wp-searchform div .screen-reader-text {
	display: none;
}
.sp-searchform #wp-searchform input {
	width: 100%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #333;
	background: #e3e2e0;
	padding: 10px 6%; 
	border: none;
	border-radius: 30px;
}
.sp-searchform #wp-searchform input#s {
	width: 100%;
	margin: 0;
	font-size: 15px;
	outline: none;
	background: #333;
	border: none;
	border-radius: 0;
}
.sp-searchform #wp-searchform button[type=submit] {
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px !important;
    border: none;
    background: none;
    line-height: 1.0;
    color: #fff;
}
.sp-searchform #wp-searchform button[type=submit] .fas { font-size: 15px !important; }

/* Placeholder */
.sp-searchform #wp-searchform input#s::-webkit-input-placeholder {
 padding: 3px 0 0 3px;
 font-size: 13px;
}
.sp-searchform #wp-searchform input#s::-moz-placeholder {
 padding: 3px 0 0 3px;
 font-size: 13px;
}
.sp-searchform #wp-searchform input#s:-ms-input-placeholder {
 height: 24px;
 font-size: 13px;
 color: #999;
}

.searchTtl { padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px solid #ccc; }


/*-- 下層ベース wordpress -------------------------------------------------------------*/
#content .in-content section.singleContent p { font-size:14px; margin-bottom: 20px; }
#content .in-content section.singleContent h1 { font-size:24px; margin-bottom: 15px; font-weight: bold; }
#content .in-content section.singleContent h2 { font-size:20px; margin-bottom: 15px; font-weight: bold; background:var(--base-color); color: #fff; padding: 5px 10px; }
#content .in-content section.singleContent h3 { font-size:18px; margin-bottom: 15px; color: var(--base-color); font-weight: bold; }
#content .in-content section.singleContent h3.subTtl02 { margin-bottom: 40px; color: var(--base-color); font-weight: bold; }
#content .in-content section.singleContent h4 { font-size:17px; margin-bottom: 15px; color: #000; padding-bottom: 10px; border-bottom: 1px solid #000; font-weight: bold;}
#content .in-content section.singleContent h5 { font-size:16px; margin-bottom: 10px; color: var(--base-color); border-left: 5px solid var(--base-color); padding: 5px 10px 5px 15px; font-weight: bold; }
#content .in-content section.singleContent h6 { font-size:15px; margin-bottom: 10px; font-weight: bold; }
@media screen and (max-width: 599px) {
	#content .in-content section.singleContent p { font-size:14px; }
	#content .in-content section.singleContent h1 { font-size:20px; }
	#content .in-content section.singleContent h2 { font-size:18px; }
	#content .in-content section.singleContent h3 { font-size:17.5px; }
	#content .in-content section.singleContent h3.subTtl02 { font-size:18px; margin-bottom: 40px; }
	#content .in-content section.singleContent h4 { font-size:16px; }
	#content .in-content section.singleContent h5 { font-size:15.5px; }
	#content .in-content section.singleContent h6 { font-size:15px; }
	
	.checkList { border: 1px solid #ebdfbc; border-radius: 6px; margin-bottom: 20px; padding: 20px; background: #fffdf5; }
	.checkList li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #dedede; font-weight: bold; }
	.checkList li:last-child { padding-bottom: 0px; margin-bottom: 0px; border-bottom: 0px; }
	.checkList li:before { content: "\f00c" !important; font-family: "Font Awesome 5 Free"; font-weight: 900; color:#d33d3d; margin-right: 10px; }
	
	#content .in-content section.singleContent table { width: 100%; margin-bottom: 40px;  }
	#content .in-content section.singleContent table th { font-weight: bold; padding: 10px 20px 10px 0; word-break: keep-all; text-align: left; width: 100%; border-bottom: 3px solid #dedede; }
	#content .in-content section.singleContent table td { padding: 10px 0px 10px 10px; border-bottom: 1px solid #dedede; font-size: 0.9rem; }
	
	.brandList { display: flex; justify-content: flex-start; flex-wrap:wrap; align-items: center; }
	.brandList li { width: 30%; margin:0 1.5%; margin-bottom: 20px; }
	.brandList li div { display: flex; align-items: center; }
}
@media screen and (min-width: 600px) {
	.checkList { border: 1px solid #ebdfbc; border-radius: 6px; margin-bottom: 20px; padding: 20px; background: #fffdf5; }
	.checkList li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #dedede; font-weight: bold; }
	.checkList li:last-child { padding-bottom: 0px; margin-bottom: 0px; border-bottom: 0px; }
	.checkList li:before { content: "\f00c" !important; font-family: "Font Awesome 5 Free"; font-weight: 900; color:#d33d3d; margin-right: 10px; }
	
	#content .in-content section.singleContent table { width: 100%; margin-bottom: 40px;  }
	#content .in-content section.singleContent table th { font-weight: bold; padding: 10px 20px 10px 0; word-break: keep-all; text-align: left; max-width: 20%; width: 100%; border-bottom: 3px solid #dedede; }
	#content .in-content section.singleContent table td { padding: 10px 10px 10px 10px; border-bottom: 1px solid #dedede; font-size: 0.9rem; }
	
	.brandList { display: flex; justify-content: flex-start; flex-wrap:wrap; align-items: center; }
	.brandList li { width: 12%; margin:0 2%; margin-bottom: 40px; }
	.brandList li div { display: flex; align-items: center; }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
	#content .in-content section.singleContent p { font-size:14.5px; }
	#content .in-content section.singleContent h1 { font-size:22px; }
	#content .in-content section.singleContent h2 { font-size:19px; }
	#content .in-content section.singleContent h3 { font-size:18px; }
	#content .in-content section.singleContent h3.subTtl02 { font-size:22px; }
	#content .in-content section.singleContent h4 { font-size:17px; }
	#content .in-content section.singleContent h5 { font-size:16px; }
	#content .in-content section.singleContent h6 { font-size:15px; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	#content .in-content section.singleContent p { font-size:15px; }
	#content .in-content section.singleContent h1 { font-size:23px; }
	#content .in-content section.singleContent h2 { font-size:20px; }
	#content .in-content section.singleContent h3 { font-size:19px; }
	#content .in-content section.singleContent h3.subTtl02 { font-size:21.5px; }
	#content .in-content section.singleContent h4 { font-size:18px; }
	#content .in-content section.singleContent h5 { font-size:17px; }
	#content .in-content section.singleContent h6 { font-size:16px; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px)  {
	#content .in-content section.singleContent p { font-size:15px; }
	#content .in-content section.singleContent h1 { font-size:23px; }
	#content .in-content section.singleContent h2 { font-size:20px; }
	#content .in-content section.singleContent h3 { font-size:19px; }
	#content .in-content section.singleContent h4 { font-size:18px; }
	#content .in-content section.singleContent h5 { font-size:17px; }
	#content .in-content section.singleContent h6 { font-size:16px; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px)  {
	#content .in-content section.singleContent p { font-size:15.5px; }
	#content .in-content section.singleContent h1 { font-size:23.5px; }
	#content .in-content section.singleContent h2 { font-size:20.5px; }
	#content .in-content section.singleContent h3 { font-size:19.5px; }
	#content .in-content section.singleContent h3.subTtl02 { font-size:22px; }
	#content .in-content section.singleContent h4 { font-size:18.5px; }
	#content .in-content section.singleContent h5 { font-size:17.5px; }
	#content .in-content section.singleContent h6 { font-size:16.5px; }
}
@media screen and (min-width: 1290px) and (max-width: 1389px)  {
	#content .in-content section.singleContent p { font-size:15.5px; }
	#content .in-content section.singleContent h1 { font-size:23.5px; }
	#content .in-content section.singleContent h2 { font-size:20.5px; }
	#content .in-content section.singleContent h3 { font-size:19.5px; }
	#content .in-content section.singleContent h3.subTtl02 { font-size:22.5px; }
	#content .in-content section.singleContent h4 { font-size:18.5px; }
	#content .in-content section.singleContent h5 { font-size:17.5px; }
	#content .in-content section.singleContent h6 { font-size:16.5px; }
}
@media screen and (min-width: 1390px) and (max-width: 1389px)  {
	#content .in-content section.singleContent p { font-size:16px; }
	#content .in-content section.singleContent h1 { font-size:24px; }
	#content .in-content section.singleContent h2 { font-size:21px; }
	#content .in-content section.singleContent h3 { font-size:20px; }
	#content .in-content section.singleContent h3.subTtl02 { font-size:23px; }
	#content .in-content section.singleContent h4 { font-size:19px; }
	#content .in-content section.singleContent h5 { font-size:18px; }
	#content .in-content section.singleContent h6 { font-size:17px; }
}
@media screen and (min-width: 1490px) {
	#content .in-content section.singleContent p { font-size:16px; }
	#content .in-content section.singleContent h1 { font-size:24px; }
	#content .in-content section.singleContent h2 { font-size:21px; }
	#content .in-content section.singleContent h3 { font-size:20px; }
	#content .in-content section.singleContent h3.subTtl02 { font-size:23.5px; }
	#content .in-content section.singleContent h4 { font-size:19px; }
	#content .in-content section.singleContent h5 { font-size:18px; }
	#content .in-content section.singleContent h6 { font-size:17px; }
}

/*-- model -------------------------------------------------------------*/
@media screen and (max-width: 599px) {	
	.cycleList { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	.cycleList li { margin: 0 4% 20px 0; max-width: 30.5%; min-width: 80px; }
	.cycleList li:nth-child(3n) { margin-right: 0px; }
	.cycleList li div { display: flex; justify-content: center; align-items: center; background: #fff; border-radius: 50%; }
	.cycleList li h5 { text-align: center; font-size: 0.8rem; }
}
@media screen and (min-width: 600px) {
	.cycleList { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	.cycleList li { margin: 0 1% 20px; max-width: 120px; min-width: 80px; }
	.cycleList li div { display: flex; justify-content: center; align-items: center; background: #fff; border-radius: 50%; }
	.cycleList li h5 { text-align: center; font-size: 0.9rem; }
}

/*-- model -------------------------------------------------------------*/
@media screen and (max-width: 599px) {	
	.productList { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	.productList li { width: 48%; margin-right: 4%; margin-bottom: 20px; }
	.productList li:nth-child(2n) { margin-right: 0px; }
	.productList li div { margin-bottom: 10px; display: flex; align-items: center }
	.productList li h5 { text-align: center; font-size: 0.8rem; }
}
@media screen and (min-width: 600px) and (max-width: 1089px) {
	.productList { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	.productList li { width: 32%; margin-right: 3.5%; margin-bottom: 20px; }
	.productList li:nth-child(3n) { margin-right: 0px; }
	.productList li div { margin-bottom: 10px; display: flex; align-items: center;}
	.productList li h5 { text-align: center; font-size: 0.9rem; }
}
@media screen and (min-width: 1090px) {
	.productList { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	.productList li { width: 23.5%; margin-right: 2%; margin-bottom: 20px; }
	.productList li:nth-child(4n) { margin-right: 0px; }
	.productList li div { margin-bottom: 10px; display: flex; align-items: center }
	.productList li h5 { text-align: center; font-size: 1.0rem; }
}

.swiper-slide-card div.hight { display: flex; align-items: center; }

@media screen and (max-width: 1289px) {
	.common-cycle-big { display: none; }
}
@media screen and (min-width: 1290px) {
	.common-cycle-mini { display: none; }
}

/*-- flow -------------------------------------------------------------*/
@media screen and (max-width: 599px) {	
	.flowTtl { margin-bottom: 20px;}
	.flexBnr li { margin-bottom: 10px; text-align: center; }
	.flexBnr li:last-child { margin-bottom: 0px;}
	
	.flow-subTtl { margin-bottom: 20px; }
	
	#content main section.singleContent ul.flowStep-y { }
	#content main section.singleContent ul.flowStep-y li { 
		list-style: none; padding: 0 0 10px; text-indent: 0; border-bottom: #dedede 1px solid; margin-bottom: 30px; 
		position: relative; 
	}
	#content main section.singleContent ul.flowStep-y li:before { display: none; }
	#content main section.singleContent ul.flowStep-y li:after { 
		content: ""; position: absolute; left: 50%; bottom:-10px; width:0; height:0; border-style:solid; border-width: 10px 15px 0 15px; border-color: #dedede transparent transparent transparent; transform: translateX(-50%);
	}
	#content main section.singleContent ul.flowStep-y li:last-child { margin-bottom: 0px; }
	#content main section.singleContent ul.flowStep-y li:last-child:after { display: none; }
	#content main section.singleContent ul.flowStep-y li h5 { border-left: none; font-size: 16px; padding: 5px 10px; text-align: center; margin-bottom: 0px; text-align: center; background: none;  }
	#content main section.singleContent ul.flowStep-y li div.tablet-ex { text-align: center; width: 60%; margin: 0 auto 10px; }
	#content main section.singleContent ul.flowStep-y li p { font-size: 0.90rem; text-align: left; }
	
	#content main section.singleContent ul.caution li { color:#ad1519; }
	#content main section.singleContent ul.caution li:before { content: "※"; font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; font-weight: normal; color: #ad1519; }
	
	#content .in-content section.singleContent h3.reasonTtl { background: var(--base-color); color: #fff; margin-bottom: 20px; padding: 5px 20px; }
}
@media screen and (min-width: 600px) and (max-width: 889px) {
	.flowTtl { margin-bottom: 20px;}
	.flexBnr { display: flex; justify-content: space-between; align-items: center;}
	.flexBnr li { width: 24%; }
	
	.flow-subTtl { margin-bottom: 20px; }
	
	#content main section.singleContent ul.flowStep-y { }
	#content main section.singleContent ul.flowStep-y li { 
		list-style: none; padding: 0 0 10px; text-indent: 0; border-bottom: #dedede 1px solid; margin-bottom: 30px; 
		position: relative; 
		display: flex; justify-content: space-between; align-items: center; 
	}
	#content main section.singleContent ul.flowStep-y li:before { display: none; }
	#content main section.singleContent ul.flowStep-y li:after { 
		content: ""; position: absolute; left: 50%; bottom:-10px; width:0; height:0; border-style:solid; border-width: 10px 15px 0 15px; border-color: #dedede transparent transparent transparent; transform: translateX(-50%);
	}
	#content main section.singleContent ul.flowStep-y li:last-child { margin-bottom: 0px; }
	#content main section.singleContent ul.flowStep-y li:last-child:after { display: none; }
	#content main section.singleContent ul.flowStep-y li h5 { border-left: none; font-size: 16px; padding: 5px 10px; text-align: center; margin-bottom: 10px; text-align: left; background: none;  }
	#content main section.singleContent ul.flowStep-y li div { text-align: center; width: 60%; margin: 0 auto 10px; }
	#content main section.singleContent ul.flowStep-y li p { font-size: 0.90rem; text-align: left; }
	
	#content main section.singleContent ul.flowStep-y li .fsy_L { width: 18%;}
	#content main section.singleContent ul.flowStep-y li .fsy_R { width: 78%;}
	
	#content main section.singleContent ul.caution li { color:#ad1519; }
	#content main section.singleContent ul.caution li:before { content: "※"; font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; font-weight: normal; color: #ad1519; }
	
	#content .in-content section.singleContent h3.reasonTtl { background: var(--base-color); color: #fff; margin-bottom: 20px; padding: 5px 20px; }
}
@media screen and (min-width: 900px) {
	.flowTtl { margin-bottom: 40px;}
	.flexBnr { display: flex; justify-content: space-between; align-items: center;}
	.flexBnr li { width: 24%; }
	
	.flow-subTtl { margin-bottom: 20px; }
	
	#content main section.singleContent ul.flowStep-y { display: flex; justify-content: flex-start; }
	#content main section.singleContent ul.flowStep-y li { 
		list-style: none; padding: 0; text-indent: 0; border-bottom: none; 
		border-right: #dedede 1px solid; padding: 0 2%; 
		position: relative; 
		width: 20%;
	}
	#content main section.singleContent ul.flowStep-y li:before { display: none; }
	#content main section.singleContent ul.flowStep-y li:after { 
		content: ""; position: absolute; top: 50%; right:-10px; width:0; height:0; border-style:solid; border-width: 15px 0 15px 10px; border-color: transparent transparent transparent #dedede;
		transform: translateY(-50%);
	}
	#content main section.singleContent ul.flowStep-y li:last-child { border-right: 0px; }
	#content main section.singleContent ul.flowStep-y li:last-child:after { display: none; }
	#content main section.singleContent ul.flowStep-y li h5 { border-left: none; font-size: 15px; padding: 5px 10px; text-align: center; margin-bottom: 10px; text-align: center; background: none;  }
	#content main section.singleContent ul.flowStep-y li div.tablet-ex { text-align: center; width: 60%; margin: 0 auto 10px; }
	#content main section.singleContent ul.flowStep-y li p { font-size: 0.95rem; }
	
	#content main section.singleContent ul.caution li { color:#ad1519; }
	#content main section.singleContent ul.caution li:before { content: "※"; font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic ProN','メイリオ', serif; font-weight: normal; color: #ad1519; }
	
	#content .in-content section.singleContent h3.reasonTtl { background: var(--base-color); color: #fff; margin-bottom: 20px; padding: 5px 20px; }
}


/*-- in-comment -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#content main section .in-comment p { line-height: 1.7; font-size: 0.95rem; }
	
	#content main section .in-comment h2 { font-size: 1.5rem; line-height: 1.7; }
	#content main section .in-comment h3 { font-size: 1.3rem; line-height: 1.7; font-weight: bold; }
	#content main section .in-comment h4 { font-size: 1.1rem; padding-bottom: 10px; border-bottom: 1px solid #000; line-height: 1.7; }
	#content main section .in-comment h5 { font-size: 1.05rem; background: #f4f4f4; padding: 5px 10px; line-height: 1.7; }
	#content main section .in-comment h6 { font-size: 1.0rem; line-height: 1.7; }
	
	#content main section .in-comment ul { margin-bottom: 20px; }
	#content main section .in-comment ul li { margin-bottom: 10px; font-size: 0.9rem; }
	#content main section .in-comment ul li strong { font-size: 1.0rem; }
}
@media screen and (min-width: 600px) {
	#content main section .in-comment h2 { margin-bottom: 10px; line-height: 1.7; }
	#content main section .in-comment h3 { margin-bottom: 10px; line-height: 1.7; }
	#content main section .in-comment h4 { margin-bottom: 10px; line-height: 1.7; }
	#content main section .in-comment h5 { margin-bottom: 10px; line-height: 1.7; }
	#content main section .in-comment h6 { margin-bottom: 10px; line-height: 1.7; }
	
	#content main section .in-comment h2 { font-size: 1.6rem; }
	#content main section .in-comment h3 { font-size: 1.5rem; font-weight: bold; }
	#content main section .in-comment h4 { font-size: 1.15rem; padding-bottom: 10px; border-bottom: 1px solid #000; }
	#content main section .in-comment h5 { font-size: 1.1rem; background: #f4f4f4; padding: 5px 10px; }
	#content main section .in-comment h6 { font-size: 1.05rem; }

	#content main section .in-comment p { line-height: 1.7; }
	
	#content main section .in-comment ul { margin-bottom: 20px; }
	#content main section .in-comment ul li { margin-bottom: 10px; font-size: 0.95rem; }
	#content main section .in-comment ul li strong { font-size: 1.0rem; }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
}
@media screen and (min-width: 1090px) and (max-width: 1189px)  {
}
@media screen and (min-width: 1190px) and (max-width: 1289px)  {
}
@media screen and (min-width: 1290px) and (max-width: 1389px)  {
}
@media screen and (min-width: 1390px) and (max-width: 1389px)  {
}
@media screen and (min-width: 1490px) {
}

/*-- singleContent -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#content main section.singleContent p { line-height: 1.7; font-size: 0.95rem; }
	
	#content main section.singleContent h2 { font-size: 1.2rem; line-height: 1.7; }
	#content main section.singleContent h3 { font-size: 1.15rem; line-height: 1.7; }
	#content main section.singleContent h4 { font-size: 1.1rem; padding-bottom: 10px; border-bottom: 1px solid #000; line-height: 1.7; }
	#content main section.singleContent h5 { font-size: 1.05rem; background: #f4f4f4; padding: 5px 10px; line-height: 1.7; }
	#content main section.singleContent h6 { font-size: 1.0rem; line-height: 1.7; }
	
	#content main section.singleContent ul { margin-bottom: 20px; }
	#content main section.singleContent ul li { margin-bottom: 10px; font-size: 0.9rem; }
	#content main section.singleContent ul li strong { font-size: 1.0rem; }
	
	/*-- list indent ------------------------------------------------------------*/
	#content main section.singleContent ol { list-style-position: inside;}
	#content main section.singleContent ol li { padding-left: 1em; text-indent: -1em;}
	#content main section.singleContent ul { list-style-position: inside;}
	#content main section.singleContent ul li { padding-left: 1em; text-indent: -1em;}

	/*-- ol number list ------------------------------------------------------------*/
	#content main section.singleContent ol { margin-bottom:20px; }
	#content main section.singleContent ol li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:1px dotted #DEDEDE; }

	#content main section.singleContent ul { margin-bottom:20px; }
	#content main section.singleContent ul li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:1px dotted #DEDEDE; }
	#content main section.singleContent ul li:before { content:"\f0da"; font-family:'Font Awesome 5 Free'; font-weight: 900; margin-right:10px; color:var(--base-color); }
}
@media screen and (min-width: 600px) {
	#content main section.singleContent h2 { margin-bottom: 10px; line-height: 1.7; }
	#content main section.singleContent h3 { margin-bottom: 10px; line-height: 1.7; }
	#content main section.singleContent h4 { margin-bottom: 10px; line-height: 1.7; }
	#content main section.singleContent h5 { margin-bottom: 10px; line-height: 1.7; }
	#content main section.singleContent h6 { margin-bottom: 10px; line-height: 1.7; }
	
	#content main section.singleContent h2 { font-size: 1.3rem; }
	#content main section.singleContent h3 { font-size: 1.2rem; }
	#content main section.singleContent h4 { font-size: 1.15rem; padding-bottom: 10px; border-bottom: 1px solid #000; }
	#content main section.singleContent h5 { font-size: 1.1rem; background: #f4f4f4; padding: 5px 10px; }
	#content main section.singleContent h6 { font-size: 1.05rem; }

	#content main section.singleContent p { line-height: 1.7; }
	
	#content main section.singleContent ul { margin-bottom: 20px; }
	#content main section.singleContent ul li { margin-bottom: 10px; font-size: 0.95rem; }
	#content main section.singleContent ul li strong { font-size: 1.0rem; }
	
	/*-- list indent ------------------------------------------------------------*/
	#content main section.singleContent ol { list-style-position: inside;}
	#content main section.singleContent ol li { padding-left: 1em; text-indent: -1em;}
	#content main section.singleContent ul { list-style-position: inside;}
	#content main section.singleContent ul li { padding-left: 1em; text-indent: -1em;}

	/*-- ol number list --------------------------------*/
	#content main section.singleContent ol { margin-bottom:20px; }
	#content main section.singleContent ol li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:1px dotted #DEDEDE; }
	
	#content main section.singleContent ul { margin-bottom:20px; }
	#content main section.singleContent ul li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:1px dotted #DEDEDE; }
	#content main section.singleContent ul li:before { content:"\f0da"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; color:var(--base-color); }
}
@media screen and (min-width: 600px) and (max-width: 899px)  {
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
}
@media screen and (min-width: 1090px) and (max-width: 1189px)  {
}
@media screen and (min-width: 1190px) and (max-width: 1289px)  {
}
@media screen and (min-width: 1290px) and (max-width: 1389px)  {
}
@media screen and (min-width: 1390px) and (max-width: 1389px)  {
}
@media screen and (min-width: 1490px) {
}

/*-- ko-gu  -------------------------------------------------------------*/
@media screen and (max-width: 899px) {	
	.listTtl { background: #49a557; text-align: center; padding: 5px 0; }
	.listTtl a         { resize: none; display: block;}
	.listTtl a:link    { color:#fff; text-decoration: none; }
	.listTtl a:visited { color:#fff; text-decoration: none; }
	.listTtl a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	.listTtl a:active  { color:#fff; text-decoration: none; }
	
	.oyaList li { font-size: 1.0rem; font-weight: bold; margin-right: 3.5%; margin-bottom: 40px; }
	.oyaList li:last-child { margin-bottom: 0%;}
	.oyaList li ul { padding-left: 1em; }
	.oyaList li ul.child li { font-size: 0.9rem; width: 100%; margin-bottom: 10px; padding-left: 2em; text-indent: -2em; }
	.oyaList li ul.child li:before { content:"\f54a"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; color:#389d48; } 
	.oyaList li ul.child li:last-child { margin-bottom: 20px; }
	
	.list-flex { display: flex; justify-content: space-between; }
	.list-flex-eye { width: 30%; margin: 0 0 20px 4%; }
	.list-flex-L { width: 66%; }
}
@media screen and (min-width: 900px) {	
	.oyaList { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	
	.listTtl { background: #49a557; text-align: center; padding: 5px 0; }
	.listTtl a         { resize: none; display: block;}
	.listTtl a:link    { color:#fff; text-decoration: none; }
	.listTtl a:visited { color:#fff; text-decoration: none; }
	.listTtl a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	.listTtl a:active  { color:#fff; text-decoration: none; }
	
	.oyaList li { width: 31%; font-size: 1.1rem; font-weight: bold; margin-right: 3.5%; }
	.oyaList li:nth-child(3n) { margin-right: 0%;}
	.oyaList li ul { padding-left: 1em; }
	.oyaList li ul.child li { font-size: 0.9rem; width: 100%; margin-bottom: 10px; padding-left: 2em; text-indent: -2em;}
	.oyaList li ul.child li:before { content:"\f54a"; font-family:"Font Awesome 5 Free"; font-weight: 900; margin-right:10px; color:#389d48; } 
	.oyaList li ul.child li:last-child { margin-bottom: 40px; }
	
	.list-flex { display: flex; justify-content: space-between; }
	.list-flex-eye { width: 30%; margin: 0 0 20px 4%; }
	.list-flex-L { width: 66%; }
}

