@charset "UTF-8";

@media screen and (max-width: 599px) {
}
@media screen and (min-width: 600px) {
}
@media screen and (min-width: 600px) and (max-width: 889px)  {	
}
@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: 1489px)  {
}

/*-- 選ばれる理由 -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	#anch-reason .in { padding-top: 5vh; }
	#anch-reason .ttl02 { font-size: 1.0em}
	#anch-reason .ttl01 { width: 70%; margin: 0 auto 20px;}
	.reasonFlex { display: flex; justify-content: space-between; flex-wrap: wrap; }
	.reasonFlex li { width: 48%; margin-right: 4%; margin-bottom: 20px;  }
	.reasonFlex li:nth-child(2),.reasonFlex li:nth-child(5) { margin-right: 0; }
	.reasonFlex li:nth-child(3) { width: 48%; margin:0 26% 20px;  }
	.reasonFlex li:nth-child(4),.reasonFlex li:nth-child(5) { margin-bottom: 0; }
	.reasonFlex li .mark { text-align: center; width: 30px; margin:0 auto 10px; }
	.reasonFlex li .list-ttl { text-align: center; font-weight: bold; margin-bottom: 10px; font-size: 0.95em; }
	.reasonFlex li h5 { text-align: center; color: var(--base-color); font-weight: bold; margin-bottom: 10px; line-height: 1.0; font-size: 1.5em; }
	.reasonFlex li h5 .roboto.xlarge { font-size: 1.5em; }
	.reasonFlex li p { font-size: 0.9em; }
}
@media screen and (min-width: 600px) {
	.reasonFlex { display: flex; justify-content: space-between; }
	.reasonFlex li { width: 18.4%; }
	.reasonFlex li .mark { text-align: center; margin-bottom: 10px; }
	.reasonFlex li .list-ttl { text-align: center; font-weight: bold; margin-bottom: 10px; }
	.reasonFlex li h5 { text-align: center; color: var(--base-color); font-weight: bold; margin-bottom: 20px; line-height: 1.0; font-size: 2.0em; }
	.reasonFlex li h5 .roboto.xlarge { font-size: 1.5em; }
	.reasonFlex li p { font-size: 0.9em; }
}
@media screen and (min-width: 600px) and (max-width: 889px)  {
	.reasonFlex { justify-content: center; flex-wrap: wrap; }
	.reasonFlex li { width: 31%; margin-right: 3.5%; margin-bottom: 40px; }
	.reasonFlex li:nth-child(3),.reasonFlex li:nth-child(5) { margin-right: 0;}
	.reasonFlex li:nth-child(4),.reasonFlex li:nth-child(5) { margin-bottom: 0; }
	.reasonFlex li h5 { font-size: 1.7em; }	
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	.reasonFlex { justify-content: center; flex-wrap: wrap; }
	.reasonFlex li { width: 31%; margin-right: 3.5%; margin-bottom: 40px; }
	.reasonFlex li:nth-child(3),.reasonFlex li:nth-child(5) { margin-right: 0;}
	.reasonFlex li h5 { font-size: 1.75em; }
	.reasonFlex li:nth-child(4),.reasonFlex li:nth-child(5) { margin-bottom: 0; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px)  {
	.reasonFlex li h5 { font-size: 1.8em; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px)  {
	.reasonFlex li h5 { font-size: 1.85em; }
}
@media screen and (min-width: 1290px) and (max-width: 1389px)  {
	.reasonFlex li h5 { font-size: 1.9em; }
}
@media screen and (min-width: 1390px) and (max-width: 1489px)  {
	.reasonFlex li h5 { font-size: 1.95em; }
}

/*-- 悩み -------------------------------------------------------------*/
#anch-nayami { position: relative; }
#anch-nayami .in { background: url("../img/common/nayamiBg.png") center bottom no-repeat; background-size: cover; }
#anch-nayami .marker { color: #f03333; }
#anch-nayami:after { content: ""; position: absolute; bottom: -40px; left: 50%; width: 0px; height: 0px; border-style: solid; border-width: 30px 200px 0 200px; border-color: #cbdfe8 transparent transparent transparent; transform: translateX(-50%) rotate(0deg); }
@media screen and (max-width: 599px) {
	#anch-nayami { margin-bottom: 5vh; }
	#anch-nayami .in { width: 88%; padding: 6% 4% 5vh; }
	#anch-nayami .in .ttl01 { margin-bottom: 20px; }
	.checkList li { font-weight: bold; font-size: 1.0em; margin-bottom: 20px; background: url("../img/common/check.png") left top no-repeat; background-size: 25px; padding-left: 35px; text-indent: 0px; }
	#anch-nayami:after { border-width: 10px 100px 0 100px; position: absolute; bottom: -20px; }
}
@media screen and (min-width: 600px) {
	#anch-nayami .in .ttl01 { margin-bottom: 20px; }
	.checkList { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 0vh; }
	.checkList li { width: 43%; margin-right: 4%; font-weight: bold; font-size: 1.2em; margin-bottom: 20px; background: url("../img/common/check.png") left top no-repeat; background-size: 40px; padding-left: 5%; text-indent: 0%; }
	.checkList li:nth-child(2n) { margin-right: 0; }
}
@media screen and (min-width: 600px) and (max-width: 889px)  {	
	#anch-nayami { margin-bottom: 5vh; }
	#anch-nayami .in { width: 88%; padding: 6% 6%; }
	.checkList { margin-bottom: 0px; }
	.checkList li { background-size: 25px; text-indent: 0%; font-size: 0.9em; }
}
@media screen and (min-width: 900px) {
	#anch-nayami:after { content: ""; position: absolute; bottom: -60px; border-width: 50px 300px 0 300px; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	#anch-nayami { margin-bottom: 5vh; }
	#anch-nayami .in { width: 88%; padding: 6% 6%; }
	.checkList { margin-bottom: 0px; }
	.checkList li { background-size: 30px; text-indent: 0%; font-size: 0.95em; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px)  {
	#anch-nayami .in { width: 88%; padding: 6% 6%; }
	.checkList li { background-size: 35px; width: 48%; }
}
@media screen and (min-width: 1190px) and (max-width: 1289px)  {
	#anch-nayami .in { width: 88%; padding: 6% 6%; }
}
@media screen and (min-width: 1290px) and (max-width: 1389px)  {
	.checkList li { width: 42%; }
}
@media screen and (min-width: 1390px) and (max-width: 1489px)  {
	.checkList li { width: 42%; }
}
@media screen and (min-width: 1490px) {
	.checkList li { width: 40%; }
}

/*-- ラインナップ -------------------------------------------------------------*/
#anch-lineup .ttl01 .xsmall { color: #000; font-size: 0.7em; }
.series.kitaro6 { margin-bottom: 5vh;}
.seriesTtl { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--kitaro6-color); margin-bottom: 40px; }
.in-seriesTtl { display: flex; justify-content: flex-start; align-items: center; }
.model { height: 50px; line-height: 50px; font-size: 1.2em; padding: 0 20px; background: var(--kitaro6-color); color: #fff; word-break: keep-all; position: relative; }
.model:after { content: ""; width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent var(--kitaro6-color); border-width: 50px 0px 0px 75px; position: absolute; bottom: 0; right: -75px;}
.seriesDl { display: flex; justify-content: flex-start; align-items: center; margin-left: 100px; }
.seriesDl dt { color: #333; word-break: keep-all; font-size: 0.9em; margin-right: 20px; width: -webkit-fill-available; }
.seriesDl dt .fas { display: inline; }
.seriesDl dd { color: var(--kitaro6-color); word-break: keep-all; width: -webkit-fill-available; }
#anch-lineup .en.roboto { font-style: italic; font-size: 2.0rem; line-height: 1.0; margin-bottom: 0; color:var(--kitaro6-color); opacity: 0.2; }
.kitaro6 .seriesBox .seriesCopy { color: var(--kitaro6-color); font-weight: bold; }

.next3 .seriesTtl { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--next3-color); }
.next3 .in-seriesTtl { display: flex; justify-content: flex-end; align-items: center; }
.next3 .seriesDl { margin-left: 0px; margin-right: 100px; }
.next3 .seriesDl dt { margin-right: 0px; margin-left: 20px; } 
.next3 .seriesDl dd { color: var(--next3-color); }
.next3 .model { height: 50px; line-height: 50px; font-size: 1.2em; padding: 0 20px; background: var(--next3-color); color: #fff; word-break: keep-all; position: relative; }
.next3 .model:after { content: ""; width: 0; height: 0; border-style: solid; border-color: transparent transparent var(--next3-color) transparent; border-width: 0px 0px 50px 75px; position: absolute; bottom: 0; left: -75px;}
#anch-lineup .next3 .en.roboto { color:var(--next3-color); opacity: 0.2; }
.next3 .seriesBox .seriesCopy { color: var(--next3-color); font-weight: bold; }
@media screen and (max-width: 599px) {
	.seriesTtl { margin-bottom: 20px; align-items: flex-start; }
	.in-seriesTtl { flex-direction: column; align-items: flex-start; }
	.model { order: 2; }
	.seriesDl { order: 1; margin-left: 0; margin-bottom: 5px;  }
	.seriesDl dt { order: 1; margin: 0 20px 0 0; }
	.seriesDl dd { order: 2; margin: 0 0px 0 0; }
	.seriesBox { display: flex; flex-direction: column; align-items: center; }
	.seriesBox .in-seriesBox { order: 1; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; width: 100%; }
	.wrap-seriesBox { margin-bottom: 30px; }
	.seriesBox .seriesLogo { order: 1; margin-right: 4%; width: 240px; }
	.seriesBox .seriesCopy { order: 2; font-size: 1.1em; }
	.seriesBox p { order: 2; margin-bottom: 0; }
		
	.next3 .seriesTtl { justify-content: flex-start; }
	#anch-lineup .en.roboto { font-style: italic; font-size: 1.6rem; display: none; }
	.model { height: 30px; line-height: 30px; font-size: 1.0em; }
	.model:after { border-width: 30px 0px 0px 40px; right: -40px; left: inherit; }
	.next3 .in-seriesTtl { justify-content: flex-start; align-items: flex-start; }
	.next3 .model { height: 30px; line-height: 30px; font-size: 1.0em; order: 1; }
	.next3 .model:after { border-width: 30px 0px 0px 40px; right: -40px; left: inherit; }
	.next3 .seriesDl dt { margin: 0 20px 0 0; }
	.next3 .model:after { border-color: transparent transparent transparent var(--next3-color); }
	
	.in-seriesBox { display: flex; justify-content: center; flex-direction: column; }
	.seriesBox .seriesLogo { width: 60%; margin: 0 auto 20px; }
}
@media screen and (min-width: 600px) {
	#anch-lineup { margin-top: 6vh; }
	.seriesBox { display: flex; justify-content: flex-start; }
}
@media screen and (min-width: 600px) and (max-width: 889px)  {	
}
@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: 1489px)  {
}

@media screen and (min-width: 600px) and (max-width: 1089px)  {	
	.seriesTtl { margin-bottom: 20px;}
	.seriesBox { display: flex; flex-direction: column; align-items: center; }
	.seriesBox .in-seriesBox { order: 1; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px; width: 100%; }
	.seriesBox .seriesLogo { order: 1; margin-right: 4%; width: 200px; }
	.seriesBox .seriesCopy { order: 2;  }
	.seriesBox p { order: 2; margin-bottom: 0; }
	.seriesBox .wrap-seriesBox { margin-bottom: 20px; }
	
	.next3 .seriesTtl { justify-content: flex-end; }
	#anch-lineup .en.roboto { font-style: italic; font-size: 1.6rem; display: none; }
	.model { height: 40px; line-height: 40px; font-size: 1.1em; }
	.model:after { border-width: 40px 0px 0px 50px; right: -50px; }
	.next3 .model { height: 40px; line-height: 40px; font-size: 1.1em; }
	.next3 .model:after { border-width: 0px 0px 40px 50px; left: -50px; }
}
@media screen and (min-width: 1090px) {
	.seriesBox { display: flex; justify-content: space-between; align-items: center; }
	.seriesBox .in-seriesBox { display: flex; justify-content: space-around; align-items: center; margin-bottom: 40px; }
	.seriesBox .seriesLogo { width: 46%; }
	.seriesBox .seriesCopy { width: 50%; }
	.seriesBox p { width: 50%; margin-bottom: 0; }
	.seriesBox .wrap-seriesBox { width: 46%; }
	
	.next3 .seriesTtl { justify-content: flex-end; }
	#anch-lineup .en.roboto { font-style: italic; font-size: 1.8rem; display: none; }
	.model { height: 40px; line-height: 40px; font-size: 1.1em; }
	.model:after { border-width: 40px 0px 0px 50px; right: -50px; }
	.next3 .model { height: 40px; line-height: 40px; font-size: 1.1em; }
	.next3 .model:after { border-width: 0px 0px 40px 50px; left: -50px; }
}

/*-- ポイント -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#anch-point .ttl01 img { width: 60vw; margin: 0 auto 20px; }
	.in-flex { display: flex; justify-content: space-between; align-items: center; flex-direction: column; margin-bottom: 5vh; }
	.in-flex:last-child { margin-bottom: 0px; }
	.in-flex .in-flex-Img { width: 100%; position: relative; order: 1; margin-bottom: 20px; }
	.in-flex .in-flex-Txt { width: 100%; order: 2; }
	.in-flex .in-flex-Txt .ttl01 { text-align: center; margin-bottom: 10px; }
	.pointDl { margin-bottom: 10px; display: flex; justify-content: center; align-items: center; flex-direction: column; }
	.pointDl dt { background: var(--base-color); color: #fff; padding: 1px 10px; width: fit-content; margin-right: 0.5em; word-break: keep-all; }
	.pointDl dd { padding: 2px 0px; }
	.pointDl dd .roboto { font-size: 1.5em; margin: 0 2px; }
	.in-flex .in-flex-Img:after { content: ""; position: absolute; top: -4%; left: -4%; background: var(--opa-color); width: 96%; height: 100%; z-index: -1; border-radius: 8px; }
}
@media screen and (min-width: 768px) {
	.in-flex { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5vh; }
	.in-flex:last-child { margin-bottom: 0px; }
	.in-flex .in-flex-Img { width: 40%; position: relative; }
	.in-flex .in-flex-Txt { width: 56%; }
	.in-flex .in-flex-Txt .ttl01 { text-align: left; margin-bottom: 10px; }
	.pointDl { display: flex; justify-content: flex-start; align-items: center; }
	.pointDl dt { background: var(--base-color); color: #fff; padding: 1px 10px;}
	.pointDl dd { padding: 1px 10px; }
	.pointDl dd .roboto { font-size: 1.5em; margin: 0 2px; }
	.in-flex .in-flex-Img:after { content: ""; position: absolute; top: -4%; left: -4%; background: var(--opa-color); width: 96%; height: 100%; z-index: -1; border-radius: 8px; }
}
@media screen and (min-width: 768px) and (max-width: 889px)  {	
	#anch-point .ttl01 img { width: 40vw; margin: 0 auto 20px; }
	.in-flex { display: flex; justify-content: space-between; align-items: flex-start; }
	.in-flex .in-flex-Img { width: 46%; }
	.in-flex .in-flex-Txt { width: 50%; }
	
	#anch-point .in-flex { display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; }
	#anch-point .in-flex .in-flex-Img { width: 60%; margin: 0 auto 40px; order: 1; }
	#anch-point .in-flex .in-flex-Txt { width: 100%; order: 2; }
	.pointDl { display: flex; justify-content: center; align-items: center; }
	#anch-point h3.ttl01 { text-align: center; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	#anch-point .ttl01 img { width: 40vw; margin: 0 auto 20px; }
	.in-flex .in-flex-Img { width: 44%; }
	.in-flex .in-flex-Txt { width: 52%; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px)  {
	#anch-point .ttl01 img { width: 40vw; margin: 0 auto 20px; }
	.in-flex .in-flex-Img { width: 42%; }
	.in-flex .in-flex-Txt { width: 54%; }
}
@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: 1489px)  {
}

/*-- 導入事例 -------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	/*.swiper-wrapper-card { display: flex; justify-content: flex-start; flex-wrap: wrap; }
	.swiper-wrapper-card li { width: 48%; margin-right: 4%; margin-bottom: 20px; }
	.swiper-wrapper-card li:nth-child(2n) { margin-right: 0px; }*/
	#anch-example .swiper-card { margin:0 6% 40px; }
	.cate { display: flex; justify-content: flex-start; margin-bottom: 10px; }
	.kitaro6 .cate dt { background: var(--kitaro6-color); padding: 1px 5px; color: #fff; border: 1px solid var(--kitaro6-color); font-size: 0.8em; } 
	.kitaro6 .cate dd { background: #fff; padding: 1px 5px; color: var(--kitaro6-color); border: 1px solid var(--kitaro6-color); font-size: 0.8em; } 
	.next3 .cate dt { background: var(--next3-color); padding: 1px 5px; color: #fff; border: 1px solid var(--next3-color); font-size: 0.8em; } 
	.next3 .cate dd { background: #fff; padding: 1px 5px; color: var(--next3-color); border: 1px solid var(--next3-color); font-size: 0.8em; } 
	.swiper-wrapper-card li .exTtl { text-align: center; margin-bottom: 10px; }
	.swiper-wrapper-card li p { font-size: 0.9em; }
	.eye { position: relative; margin-bottom: 10px; }
	.eye .exMark { width: 100px; position: absolute; top: -10px; right: -10px; border: 3px solid #fff; padding: 10px; background: #fff; z-index: 1; display: flex; justify-content: center; align-items: center;}
	.kitaro6 .eye .exMark { border: 3px solid var(--kitaro6-color); }
	.next3 .eye .exMark { border: 3px solid var(--next3-color); }
}
@media screen and (min-width: 600px) {
	.swiper-wrapper-card { display: flex; justify-content: space-between; margin-bottom: 40px; }
	.swiper-wrapper-card li { width: 22%; }
	.cate { display: flex; justify-content: flex-start; margin-bottom: 10px; }
	.kitaro6 .cate dt { background: var(--kitaro6-color); padding: 1px 5px; color: #fff; border: 1px solid var(--kitaro6-color); font-size: 0.8em; } 
	.kitaro6 .cate dd { background: #fff; padding: 1px 5px; color: var(--kitaro6-color); border: 1px solid var(--kitaro6-color); font-size: 0.8em; } 
	.next3 .cate dt { background: var(--next3-color); padding: 1px 5px; color: #fff; border: 1px solid var(--next3-color); font-size: 0.8em; } 
	.next3 .cate dd { background: #fff; padding: 1px 5px; color: var(--next3-color); border: 1px solid var(--next3-color); font-size: 0.8em; } 
	.swiper-wrapper-card li .exTtl { text-align: center; margin-bottom: 10px; }
	.swiper-wrapper-card li p { font-size: 0.9em; }
	.eye { position: relative; margin-bottom: 10px; }
	.eye .exMark { width: 80px; position: absolute; top: -25px; right: -15px; border: 3px solid #fff; padding: 10px; background: #fff; z-index: 1; display: flex; justify-content: center; align-items: center;}
	.kitaro6 .eye .exMark { border: 3px solid var(--kitaro6-color); }
	.next3 .eye .exMark { border: 3px solid var(--next3-color); }
}
@media screen and (min-width: 600px) and (max-width: 889px)  {
	.eye .exMark { width: 50px; top: -10px; right: -10px; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	.eye .exMark { width: 60px; top: -10px; right: -10px; }
}
@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: 1489px)  {
}

/*-- ながれ -------------------------------------------------------------*/
#anch-flow { background: var(--opa-color);}
@media screen and (max-width: 767px) {
	#anch-flow { padding-top: 5vh; }
	.flowStep {margin-bottom: 0px;  }
	.flowStep li { border-bottom: 1px solid #dedede; padding: 0 2% 20px; margin-bottom: 20px;  position: relative; width: 80%; margin: 0 auto 20px;}
	.flowStep li:after { position: absolute; left: 50%; transform: translateX(-50%); bottom: -10px; content: ""; width: 0; height: 0; border-style: solid; border-right: 25px solid transparent; border-left: 25px solid transparent; border-top: 10px solid #dedede; border-bottom: 0;}
	.flowStep li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
	.flowStep li:last-child:after { display: none; }
	.flowStep li .step.roboto { text-align: center; font-family:'Roboto Condensed', sans-serif; font-weight:700; color:#fff; line-height: 1.0; margin-bottom: 0px; background:var(--base-color); padding: 5px;  }
	.flowStep li h4 { text-align: center; color:var(--base-color); padding: 10px 0; text-align: center; margin-bottom: 0px; font-weight: bold; font-size: 1.1em;}
	.flowStep li div { width: 100%; margin: 0 auto 10px; text-align: center;}
	.flowStep li p { font-size: 0.9rem; }
	.flowStep li .stepMemo li { font-size: 0.8rem; }
	
	#anch-nice { padding-top: 5vh; }
}
@media screen and (min-width: 768px) {
	.flowStep { display: flex; justify-content: center; border-left: 1px solid #dedede; margin-bottom: 40px;  }
	.flowStep li { border-right: 1px solid #dedede; padding: 0 1%; width: calc( 100% / 6); position: relative; }
	.flowStep li:after { position: absolute; top: 50%; transform: translateY(-50%); right: -10px; content: ""; width: 0; height: 0; border-style: solid; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 10px solid #dedede; border-right: 0;}
	.flowStep li:last-child:after { display: none; }
	.flowStep li .step.roboto { text-align: center; font-family:'Roboto Condensed', sans-serif; font-weight:700; color:#fff; line-height: 1.0; margin-bottom: 0px; background:var(--base-color); padding: 5px;  }
	.flowStep li h4 { text-align: center; color:var(--base-color); padding: 10px 0; text-align: center; margin-bottom: 0px; font-weight: bold; font-size: 0.9em;}
	.flowStep li div { width: 100%; margin: 0 auto 10px; }
	.flowStep li p { font-size: 0.9rem; }
	.flowStep li .stepMemo li { font-size: 0.8rem; }
}
@media screen and (min-width: 768px) and (max-width: 889px)  {	
	#anch-flow { padding-top: 5vh; }
	.flowStep { display: flex; justify-content: center; flex-wrap: wrap; }
	.flowStep li { width: calc( 86% / 3); padding: 0 2%; margin-bottom: 20px; }
	.flowStep li div { text-align: center; }
	.flowStep { border-left: none; }
	
	#anch-nice { padding-top: 5vh; }
	#anch-nice .in-flex { display: block; }
	#anch-nice .in-flex-Img { width: 60%; margin:0 auto 40px; }
	#anch-nice .in-flex-Txt { width: 100%; margin-bottom: 40px; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	#anch-flow { padding-top: 5vh; }
	.flowStep { display: flex; justify-content: center; flex-wrap: wrap; }
	.flowStep li { width: calc( 86% / 3); padding: 0 2%; margin-bottom: 20px; }
	.flowStep li div { text-align: center; }
	
	#anch-nice { padding-top: 5vh; }
}
@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: 1489px)  {
}

/*-- faq -------------------------------------------------------------*/
@media screen and (max-width: 899px) {
	#anch-faq { padding-top: 5vh;}
	.faqDl { margin-bottom: 20px; }
	.faqDl dt { margin-bottom: 10px; font-weight: bold; font-size: 1.0em; cursor: pointer; position: relative; padding-left: 2em; text-indent: -2em; background: var(--opa-color); padding: 5px 2em 5px 3em; border-radius: 6px; }
	.faqDl dt:after { content: "\f078"; font-family: "Font Awesome 5 Free"; position: absolute; top: 50%; transform: translateY(-50%); right: 0%; color:var(--base-color); }
	.faqDl dt.active:after { content: "\f077"; }
	.faqDl dt:before { content: "Q."; color:var(--base-color); margin-right: 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.5em; }	
	.faqDl dd { font-size: 0.9rem;}
	.faqDl dd:last-child { margin-bottom: 10px; background: #f4f4f4; padding: 20px; border-radius: 6px; }
	.faqDl dd p { padding-left: 1.5em; text-indent: -1.5em; margin-bottom: 0px; }
	.faqDl dd p:before { content: "A."; color:#000; margin-right: 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.5em; }
}
@media screen and (min-width: 900px) {
	.faqDl { max-width: 1000px; width: 96%; margin:0 auto 20px; }
	.faqDl dt { margin-bottom: 10px; font-weight: bold; font-size: 1.1em; cursor: pointer; position: relative; background: var(--opa-color); padding: 5px 20px; border-radius: 6px; }
	.faqDl dt:after { content: "\f078"; font-family: "Font Awesome 5 Free"; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; color:var(--base-color); }
	.faqDl dt.active:after { content: "\f077"; }
	.faqDl dt:before { content: "Q."; color:var(--base-color); margin-right: 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.5em; }	
	.faqDl dd:last-child { margin-bottom: 40px; background: #f4f4f4; padding: 20px; border-radius: 6px; }
	.faqDl dd p { padding-left: 1.5em; text-indent: -1.5em; margin-bottom: 0; }
	.faqDl dd p:before { content: "A."; color:#000; margin-right: 10px; font-family:'Roboto Condensed', sans-serif; font-weight:bold; font-size: 1.5em; }	
}

/*-- News -------------------------------------------------------------*/
#anch-news { background: var(--opa-color);}
@media screen and (max-width: 599px) {
	#anch-news { padding-top: 5vh; }
	.tabs { display: flex; justify-content: center; align-items: center; }
	.tabs li { height: 30px; line-height: 30px; width: 70px; background: #fff; border: 1px solid var(--base-color); text-align: center; border-right: none; border-bottom: none; font-size: 0.7em; }
	.tabs li:last-child { border-right: 1px solid var(--base-color); }
	.tabs li a         { resize: none; display: block; }
	.tabs li a:link    { color:var(--base-color); text-decoration: none; }
	.tabs li a:visited { color:var(--base-color); text-decoration: none; }
	.tabs li a:hover   { color:#fff; text-decoration: none; background: var(--base-color); }
	.tabs li a:active  { color:var(--base-color); text-decoration: none; }
	.tabs li.selected { color:#fff; background: var(--base-color); }
	.tabs li.selected a { color:#fff; background: var(--base-color); }
	
	.tabBox { border: 1px solid var(--base-color); padding: 4%; margin: 0 auto; width: 92%; background: #fff;}
	.newsList li { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dotted #dedede;}
	.newsList li:last-child { margin-bottom: 0px; padding-bottom: 0px; border-bottom: none;}
	.newsList li .newsCate { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 10px; }
	.newsList li .newsCate dt { border: 1px solid var(--base-color); background: var(--base-color); color: #fff; font-size: 0.7em; padding: 1px 10px; }
	.newsList li .newsCate dd { border: 1px solid var(--base-color); background: #fff; color: var(--base-color); font-size: 0.7em; padding: 1px 10px; }
	.newsList li p { font-size: 0.9em; margin-bottom: 0px; }
}
@media screen and (min-width: 600px) {
	.tabs { display: flex; justify-content: center; align-items: center; }
	.tabs li { height: 40px; line-height: 40px; width: 120px; background: #fff; border: 1px solid var(--base-color); text-align: center; border-right: none; border-bottom: none; font-size: 0.9em; }
	.tabs li:last-child { border-right: 1px solid var(--base-color); }
	.tabs li a         { resize: none; display: block; }
	.tabs li a:link    { color:var(--base-color); text-decoration: none; }
	.tabs li a:visited { color:var(--base-color); text-decoration: none; }
	.tabs li a:hover   { color:#fff; text-decoration: none; background: var(--base-color); }
	.tabs li a:active  { color:var(--base-color); text-decoration: none; }
	.tabs li.selected { color:#fff; background: var(--base-color); }
	.tabs li.selected a { color:#fff; background: var(--base-color); }
	
	.tabBox { border: 1px solid var(--base-color); padding: 4%; max-width: 1000px; margin: 0 auto; width: 88%; background: #fff;}
	.newsList li { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dotted #dedede;}
	.newsList li:last-child { margin-bottom: 0px; padding-bottom: 0px; border-bottom: none;}
	.newsList li .newsCate { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 10px; }
	.newsList li .newsCate dt { border: 1px solid var(--base-color); background: var(--base-color); color: #fff; font-size: 0.7em; padding: 1px 10px; }
	.newsList li .newsCate dd { border: 1px solid var(--base-color); background: #fff; color: var(--base-color); font-size: 0.7em; padding: 1px 10px; }
	.newsList li p { font-size: 0.9em; margin-bottom: 0px; }
}
@media screen and (min-width: 600px) and (max-width: 889px)  {	
	.tabs li { font-size: 0.8em; height: 30px; line-height: 30px; width: 90px; }
}
@media screen and (min-width: 900px) and (max-width: 1089px)  {
	.tabs li { font-size: 0.85em; height: 35px; line-height: 35px; width: 110px; }
}
@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: 1489px)  {
}

/*-- ナイスコンピュータシステム -------------------------------------------------------------*/
@media screen and (max-width: 899px) {
	#anch-news { padding-top: 5vh; }
}
@media screen and (min-width: 900px) {
	#anch-nice .ttl02 { text-align: left; }
}

