@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/ayl3aab.css");

#noend_air {
	max-width: 800px;
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: normal;
	color: #2e2e2e;
}

#noend_air img {
	max-width: 100%;
    vertical-align: bottom;
}
#noend_air img.mix {
	mix-blend-mode: darken;
}

#noend_air .inner {
	width: 90%;
	margin: auto;
}

#noend_air .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#noend_air h3 {
	/*font-family: "Josefin Sans";*/
	position: relative;
  display: inline-block;
  margin-bottom: 1em;
	font-family: josefin-sans, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.05em;
}

#noend_air h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 2.0em;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2e2e2e;
}

#noend_air .kome {
	font-size: 12px;
    vertical-align: text-top;
}

#noend_air .pk {
	color: #c14174;
}


#noend_air .sp_ {
	display: none;
}



@media only screen and (max-width: 480px) {
	#noend_air {
	font-size: 16px;
}
	#noend_air .sp_ {
	display: block;
}
	#noend_air .pc_ {
	display: none;
}
	#noend_air .kome {
	font-size: 10px;
}
}


/* intro */

#noend_air #intro .box1{
	position: relative;
}

#noend_air #intro .box1 .ttl,#noend_air #intro .box1 .box{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#noend_air #intro .box1 .ttl{
	top: 5%;
}

#noend_air #intro .box1 .box{
	top: 35%;  
    width: 90%;
    margin: auto;
}




#noend_air #intro .box1 .flex_box img{
	width: 30%; 
    margin-bottom: 15px;
}

#noend_air #intro p {
	font-size: 35px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 1.0em;
}

#noend_air #intro p span {
	font-size: 50px;
}

#noend_air #intro p .span1 {
	font-size: 42px;
}
#noend_air #intro .box1 .box span{
	color: #2e2e2e;
    display: block;
    font-size: 16px;
    text-align: left;
}

#noend_air #intro .sokode {
    position: relative;
    margin-bottom: -1.5em;
    margin-top: -1.5em;
}

#noend_air #intro .sokode p {
    color: #FFFFFF;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#noend_air #intro .box2{
	background: url(https://www.forcise.jp/img/item/noend/airblowstick/in_bg2.jpg)no-repeat;
	background-size: cover;
	padding: 2.0em 0;
}

#noend_air #intro .box2 p span {
	font-size: 55px;
}
#noend_air #intro .box2 img {
	width: 90%;
    margin: auto;
}


@media only screen and (max-width: 480px) {
	#noend_air #intro p {
    font-size: 20px;
}
	#noend_air #intro p span {
    font-size: 26px;
}
	#noend_air #intro .flex_box {
		align-items: flex-start;
	}
    
    #noend_air #intro p .span1 {
	font-size: 20px;
}
    
	#noend_air #intro dt {
    font-size: 26px;
}
	#noend_air #intro dd {
		font-size: 14px;
	}
    #noend_air #intro .sokode {
    position: relative;
    margin-bottom: -1em;
    margin-top: -1em;
}
    
	#noend_air #intro .sokode img {
    width: 30%;
	}
    #noend_air #intro .box2 p span {
	font-size: 30px;
}
    #noend_air #intro .box1 .box span{
    font-size: 12px;
}
}



#noend_air #award {
	color: #FFFFFF;
	background: url(https://www.forcise.jp/img/item/noend/airblowstick/aw_bg.jpg)no-repeat;
	background-size: cover;
	padding: 2.0em 0 5.0em;
} 

#noend_air #award h3:before {
  background-color: #FFFFFF;
}

#noend_air #award h4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	color: #ebdec2;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0.5em auto 1em;
}

#noend_air #award h4 span {
	font-size: 42px;
}

#noend_air #award .flex_box {
	margin: 1.5em auto;
}

#noend_air #award .flex_box .box03 {
	width: 50%;
	/*margin-right: 5%;*/
}

#noend_air #award .flex_box .box03 img {
	max-width: 230px;
	margin-top: 1.0em;
}

#noend_air #award .flex_box .box04 {
	width: 50%;
	text-align: left;
	line-height: 1.8;
}


/*@media only screen and (max-width: 480px) {
	#noend_air #award {
    padding: 2.0em 0;
}
	#noend_air #award h4 {
    font-size: 16px;
}
	#noend_air #award h4 span {
    font-size: 20px;
}
	#noend_air #award .flex_box {
    flex-direction: column;
}
	#noend_air #award .flex_box .box03 {
    width: 100%;
}
	#noend_air #award .flex_box .box03 img {
    max-width: none;
    width: 50%;
}
	#noend_air #award .flex_box .box04 {
    width: 100%;
	text-align: center;	
}
	#noend_air #award .box01 {
		width: 10%;
	}
}*/






	



#noend_air #uservoice {
	padding: 1.5em 0
}

#noend_air #uservoice h4 {
	font-weight: normal;
	font-size: 50px;
}

#noend_air #uservoice h4 span {
	font-size: 40px;
}

#noend_air #uservoice .box .voice_01 p,#noend_air #uservoice .box .voice_02,#noend_air #uservoice .box .voice_04 {
	text-align: left;
}

#noend_air #uservoice .box .voice_01 span {
	font-family: josefin-sans, sans-serif;
	font-weight: bold;
}

#noend_air #uservoice .box .voice_01 p {
	width: 48%;
	color: #FFFFFF;
	font-size: 38px;
}

#noend_air #uservoice .voice_01 {
	position: relative;
	padding: 0.5em 5%;
	margin-top: 2.0em;
}

#noend_air #uservoice .box02 .voice_01 {
	margin-top: 4.0em;
}


#noend_air #uservoice .box01 .voice_01 span {
	position: absolute;
	top: -0.7em;
	right: 5%;
}

#noend_air #uservoice .box02 .voice_01 span {
	position: absolute;
	top: -0.7em;
	left: 5%;
}

#noend_air #uservoice .box01 .voice_01 {
	background-image: linear-gradient(to left, #ffffff, #000000);
	
}

#noend_air #uservoice .box02 .voice_01 {
	background-image: linear-gradient(to right, #ffffff, #000000);
}

#noend_air #uservoice .box02 .voice_01 .box_span {
	display: flex;
	justify-content: flex-end;
}

#noend_air #uservoice .box .voice_02 {
	width: 45%;
	margin-bottom: -0.5em;
}

#noend_air #uservoice .flex_box {
	align-items: flex-end;	
}

#noend_air #uservoice .box01 .flex_box {
	margin-left: 5%;
}

#noend_air #uservoice .box02 .flex_box {
	margin-right: 5%;
	flex-direction: row-reverse;
}

#noend_air #uservoice .box .voice_02 {
	margin-top: 1em;
}

#noend_air #uservoice .box .voice_03 {
	width: 50%;
	margin-top: -5.5em;
	z-index: 2;
}

#noend_air #uservoice .box .voice_04 {
	width: 90%;
	margin: 0.8em auto 1.0em;
}

#noend_air #uservoice .box .voice_04 span{
	display: block;
    font-size: 12px;
    margin-top: 1%;
}

#noend_air #uservoice .inner {
	font-size: 12px;
	text-align: left;
}

#noend_air #uservoice .box .voice_02,#noend_air #uservoice .box .voice_04 {
	line-height: 1.8;
}



@media only screen and (max-width: 480px) {
	#noend_air #uservoice h4 {
    font-size: 24px;
}
	#noend_air #uservoice h4 span {
    font-size: 18px;
}
	#noend_air #uservoice .box .voice_01 {
		margin-bottom: 0.5em;
	}
	#noend_air #uservoice .box .voice_01 p {
    font-size: 18px;
}
	#noend_air #uservoice .box .voice_02,#noend_air #uservoice .box .voice_04 {
		font-size: 15px;
	}
	
	#noend_air #uservoice .box .voice {
		position: relative;
	}
    #noend_air #uservoice .box .voice_02 {
	margin-top: 0;
}
	
	#noend_air #uservoice .box .voice .voice_03 {
		position: absolute;
		top: 9.5em;
	}
	
	#noend_air #uservoice .box01 .voice .voice_03 {
		right: 0;
	}
	#noend_air #uservoice .box02 .voice .voice_03 {
		left: 0;
	}
}



#noend_air #trouble {
	background: url(https://www.forcise.jp/img/item/noend/airblowstick/tr_bg.jpg)no-repeat;
	background-size: cover;
	padding: 2.0em 0 3.0em;
}

#noend_air #trouble h4 {
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 0.1em;
	margin: 1.0em auto;
}

#noend_air #trouble h4 span {
	font-size: 40px;
}

#noend_air #trouble h4 .span2 {
	font-size: 45px;
}

#noend_air #trouble .box {
	width: 85%;
	margin: auto;
	background: rgba(255,255,255,0.6);
	border-radius: 50px;
	padding: 1.5em 0;
}

#noend_air #trouble .box ul {
	text-align: left;
	display: inline-block;
}

#noend_air #trouble .box li {
	position: relative;
	padding-left: 1.0em;
	line-height: 2.2;
}

#noend_air #trouble .box li:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/noend/showerhead/check.png) no-repeat left;
        background-size: 100%;
        height: 20px;
        width: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}



@media only screen and (max-width: 480px) {
	#noend_air #trouble h4 {
    font-size: 15px;
}
	#noend_air #trouble h4 span {
    font-size: 20px;
}
	#noend_air #trouble h4 .span2 {
    font-size: 26px;
}
	#noend_air #trouble .box {
    width: 90%;
    border-radius: 30px;
	padding: 1.0em 3%;
	box-sizing: border-box;
	font-size: 15px;
}
	#noend_air #trouble .box li:before {
    height: 12px;
    width: 12px;
}
	#noend_air #trouble .box li {
    padding-left: 1.5em;
}
}



#noend_air #experience {
	position: relative;
	background: #f4f4f4;
}

#noend_air #experience .dotimg {
	position: absolute;
	left: 50%;
	top: -1.2em;
	transform: translateX(-50%);
	z-index: 2;
}

#noend_air #experience .box1 {
	padding: 1.0em 0 2.0em;
}

#noend_air #experience .box1 p {
	font-size: 40px;
	margin-bottom: 1.0em;
}

#noend_air #experience .box1 p span {
	font-size: 50px;
}



#noend_air #experience .flex_box {
	width: 90%;
	margin: auto;
    align-items: stretch;
}

#noend_air #experience .flex_box div,#noend_air #points .point04 .box1 .flex_box div {
	width: 48%;
}

#noend_air #experience .box1 dl,#noend_air #points .point04 .box1 .flex_box dl{
	color: #2e2e2e;
    text-align: center;
}

#noend_air #experience .box1 dt,#noend_air #points .point04 .box1 .flex_box dt{
	font-size: 50px;
    margin: 1em auto;
    color: #2E2E2ECC;
    letter-spacing: 2;
}

#noend_air #experience .box1 dd,#noend_air #points .point04 .box1 .flex_box dd{
	font-size: 25px;
    text-align: center;
}

#noend_air #experience .sokode {
	position: relative;
}

#noend_air #experience .sokode p {
	color: #FFFFFF;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size:35px; 
    width: 100%;
}

#noend_air #experience .sokode span{
	font-size:55px;
}

#noend_air #experience .box2 {
	position: relative;
}

#noend_air #experience .box2 h4{
	position: absolute;
    top: 15%;
	left: 50%;
	transform: translate(-50%,-50%);    
    font-size: 30px;
    width: 100%;
    font-weight: normal;
}

#noend_air #experience .box2 h4 span{  
    font-size: 40px;
}

#noend_air #experience .box2 h4 span.kome{  
    font-size: 12px;
}

#noend_air #experience .box2 h4 .span2{  
    font-size: 50px;
}

#noend_air #experience .box2 p{
	position: absolute;
    bottom: -2%;
	left: 50%;
	transform: translate(-50%,-50%); 
    width: 100%;
}

#noend_air #experience .box2 p span.kome{
	font-size: 14px;
}

@media only screen and (max-width: 480px) {
    #noend_air #experience {
	padding-bottom: 10%;
}
	#noend_air #experience h4 .box_ttl {
    font-size: 12px;
}
	#noend_air #experience h4 .box_ttl span {
		font-size: 16px;
	}
	#noend_air #experience .box .box_01 p {
    font-size: 24px;
	text-shadow: 2px 2px 10px #fff ,
    -2px 2px 10px #fff ,
    2px -2px 10px #fff ,
    -2px -2px 10px #fff;
}
	#noend_air #experience .box .box_01 p span {
    font-size: 20px;
}
	#noend_air #experience .box1 p {
    font-size: 18px;
}
	#noend_air #experience .box1 p span {
    font-size: 22px;
}
    #noend_air #experience .box1 dt,#noend_air #points .point04 .box1 .flex_box dt{
	font-size: 25px;
    margin: 0.7em auto;    
}
    #noend_air #experience .box1 dd,#noend_air #points .point04 .box1 .flex_box dd{
	font-size: 14px;
}
    #noend_air #experience .sokode p {
	font-size:16px; 
}

#noend_air #experience .sokode span{
	font-size:25px;
}
    #noend_air #experience .box2 h4 {
    font-size: 16px;
}
    #noend_air #experience .box2 h4 span{
        font-size: 25px;
    }
    
    #noend_air #experience .box2 h4 .span2{  
    font-size: 32px;
}
    #noend_air #experience .box2 p{
         bottom: -12%;
        line-height: 0.5;
}
    #noend_air #experience .box2 p span.kome{
	font-size: 10px;
}
    #noend_air #experience .dotimg img{
	width: 50%;
}
}


#noend_air #points {
	background: url(https://www.forcise.jp/img/item/noend/airblowstick/po_bg.jpg)no-repeat;
	background-size: cover;
	padding: 2.0em 0;
}

#noend_air #points h3,#noend_air #points h4 {
	color: #FFFFFF;
}

#noend_air #points h3:before {
  background-color: #FFFFFF;
}

#noend_air #points h4 {
	font-weight: normal;
	line-height: 1.1;
	margin: 1.5em auto;
}

#noend_air #points h4 .span1 {
	font-size: 60px;
	letter-spacing: 0.1em;
	
}

#noend_air #points h4 .span2 {
	font-family: lato, sans-serif;
font-style: normal;
	font-size: 130px;
	font-weight: 300;
}

#noend_air #points h4 .span3 {
	font-size: 90px;
}

#noend_air #points .box {
	background: #FFFFFF;
	border-top-left-radius: 80px;
	border-bottom-right-radius: 80px;
	margin-bottom: 2.0em;
}

#noend_air #points .box:last-child {
	margin-bottom: 0;
}

#noend_air #points .box .box1 {	
	background-size: contain;
	border-top-left-radius: 80px;
}

#noend_air #points .box .inner {
	padding: 1.5em 0;
}

/*#noend_air #points .box .inner:last-child {
	padding-bottom: 3.5em;
}*/

#noend_air #points .point01 .box1 {
	background: url(https://www.forcise.jp/img/item/noend/airblowstick/po_bg1.jpg)no-repeat top right;
	background-size: contain;
}

#noend_air #points .point02 .box1 {
	background: url(https://www.forcise.jp/img/item/noend/airblowstick/po_bg2.jpg)no-repeat top right;
	background-size: contain;
}

#noend_air #points .point03 .box1 {
	background: url(https://www.forcise.jp/img/item/noend/airblowstick/po_bg3.jpg)no-repeat top right;
	background-size: contain;
}
#noend_air #points .point04 .box1 {
	background: url(https://www.forcise.jp/img/item/noend/airblowstick/po_bg4.jpg)no-repeat top right;
	background-size: contain;
}
#noend_air #points .point05 .box1 {
	background: url(https://www.forcise.jp/img/item/noend/airblowstick/po_bg5.jpg)no-repeat top right;
	background-size: contain;
}

#noend_air #points .box .box1 h5 {
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.0em;
}

#noend_air #points .box .box1 h5 .point_n {
	background: #000000;
	color: #FFFFFF;
	width: 21%;
	border-radius: 50%;
	font-size: 23px;
	max-width: 130px;
	position: relative;
	aspect-ratio: 1 / 1;
}

#noend_air #points .box .box1 h5 .point_n p {
	position: absolute;
    inset: 0;
    margin:auto;
    height: fit-content;
	font-family: josefin-sans, sans-serif;
font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

#noend_air #points .box .box1 h5 .point_n p span {
	font-family: lato, sans-serif;
	font-weight: 400;
	font-size: 38px;
}

#noend_air #points .box .box1 h5 .text_ {
	text-align: left;
	width: 77%;
	font-size: 28px;
	line-height: 1.3;
}

#noend_air #points .box .box1 h5 .text_ .span1 {
	font-family: lato, sans-serif;
font-style: normal;
	font-size: 45px;
	font-weight: 500;
	display: inline-block;
	/*margin: auto 0.1em;*/
}

#noend_air #points .box .box1 h5 .text_ .span2 {
	font-size: 40px;
}

#noend_air #points .box .box1 h5 .kome {
	vertical-align: text-top;
}

#noend_air #points .box .box2 {
	background: #f6f7fb;
}

#noend_air #points .box .ttl {
	background: #000000;
	color: #FFFFFF;
	display: inline-block;
	padding: 0.1em 1.5em;
	border-radius: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 1.0em;
}

#noend_air #points .box .sbttl {
	background-image: linear-gradient( 90deg, #000000 0%, #464646 50%, #000000 100%);
	max-width: 640px;
	padding: 10px 0;
    color: #fff;
}


#noend_air #points .box dt {
	font-size: 35px;
	font-weight: 500;
    letter-spacing: 1.5;
    margin-top: 1em;
}

#noend_air #points .box dt .kome {
	vertical-align: text-top;
}

#noend_air #points .box dd,#noend_air #points .box .dd {
	text-align: left;
	line-height: 1.8;
}

#noend_air #points .box dd img {
	margin: 1.5em auto 1.0em;
}

#noend_air #points .box dd span,#noend_air #points .box .dd span {
	color: #c14174;
}

#noend_air #points .box p.kome {
	text-align: left;
	margin-top: 2.0em;
}

#noend_air #points .box .sokode {
	position: relative;
	margin: 1.5em 0;
}

#noend_air #points .box .sokode p {
	color: #FFFFFF;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}

#noend_air #points .point01 .box2 span{
	font-size: 25px;
}

#noend_air #points .point01 .box3 span{
	font-size: 25px;
}

#noend_air #points .point01 .box3 dd:nth-of-type(2n) {
	text-align: center;
    line-height: 1.3;
    margin-top: 1.5em;
}

#noend_air #points .point01 .box3 dd:nth-of-type(2n) img {
	margin: 0 auto;
}


#noend_air #points  .point01 .box3 dd span{
	font-size: 35px;
}
#noend_air #points  .point01 .box3 dd span.span1{
	font-size: 55px;
}
#noend_air #points .point02 .box2 .flex_box{
    position: relative;
}

#noend_air #points .point02 .box2 .flex_box img{
	width: 50%;
}

#noend_air #points .point02 .box2 .box{
	border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    font-size: 35px;
    position: absolute;
    right: 0%;
    width: 60%;
    padding: 5% 0;
    z-index: 2;
    letter-spacing: 0.1em;
}
#noend_air #points .point02 .box2 .box span{
	font-size: 25px;    
}

#noend_air #points .point02 .box2 .box span.span1{
	font-size: 25px;
}
#noend_air #points .point02 .box2 .box span.pk{
	font-size: 35px;
}


/*#noend_air #points .point02 .box2 {
	padding-top: 2.0em;
}*/



#noend_air #points .box .dd {
	margin-top: 1.0em;
}

#noend_air #points .point02 dt {
	font-size: 35px;
}

#noend_air #points .point02 dt .span1 {
	color: #c14174;
}


#noend_air #points .point02 .box3 p.dd {
	text-align: center;
	font-size: 35px;
}

#noend_air #points .point02 .box3 .point_n {
	background: #000000;
	color: #FFFFFF;
	width: 30%;
	border-radius: 50%;
	font-size: 1.8rem;
	/*max-width: 130px;*/
	aspect-ratio: 1 / 1;
	position: relative;
	
}

#noend_air #points .point02 .box3 .flex_box {
    margin-top: 1.0em;
}

#noend_air #points .point02 .box3 .point_n p {
    position: absolute;
    inset: 0;
    margin: auto;
    height: fit-content;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 1.6em;
}


#noend_air #points .point03 .dd {
	margin: 1.0em auto 2.0em;
}

#noend_air #points .point03 .sbttl {
	margin-top: 1.5em;
}

#noend_air #points .point03 .box2,#noend_air #points .point04 .box2 {
	border-bottom-right-radius: 80px;
}

#noend_air #points .point04 .box1 .flex_box dt{
	font-size: 30px;
    text-align: center;
}

#noend_air #points .point04 p.dd {
	text-align: center;
    font-size: 30px;
    letter-spacing: 0.2em;
    /*margin-top: 0;*/
}

#noend_air #points .point04 p.dd span{
    font-size: 50px;
    color: #2e2e2e;
}
#noend_air #points .point04 p.dd .span1{
    font-size: 24px;
}

#noend_air #points .point04 .box2 .flex_box {
	align-items: stretch;
    margin-top: 1em;
}

#noend_air #points .point04 .box2 .mode {
	width: 25%;
    background: #000000;
    color: #FFFFFF;
    font-size: 25px;
    border-radius: 10% 0% 0% 10%;
    padding: 3% 0;
    letter-spacing: 0.1em;
}

#noend_air #points .point04 .box2 .mode span{
    font-size: 45px;
    font-family: lato, sans-serif;
}
#noend_air #points .point04 .box2 dl {
	width: 75%;
    border-bottom: 1px solid #2e2e2e;
    padding-left: 3%;
    text-align: left;
}
#noend_air #points .point04 .box2 dt {
	color: #8F8F8F;
    font-size: 25px;
    margin-top: 0;
}
#noend_air #points .point04 .box2 dd {
	font-size: 20px;
}


#noend_air #points .point05 .box1 .flex_box {
	align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
}
#noend_air #points .point05 .box1 dl {
	width: 30%;
    background: #000000;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 10%;
    padding: 3% 0;
    margin-top: 1.0em;
}

#noend_air #points .point05 .box1 dt{
    font-size: 21px;
    margin: 2% auto;
}

#noend_air #points .point05 .box1 dd{
    text-align: center;
}

#noend_air #points .point05 .box1 dd.list{
    font-size: 30px;
    font-family: lato, sans-serif;
    letter-spacing: 0.1em;
    margin-bottom: 2%;
}


@media only screen and (max-width: 480px) {
	#noend_air #points .box {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
	#noend_air #points h4 .span1 {
    font-size: 30px;
}
	#noend_air #points h4 .span3 {
    font-size: 45px;
}
	#noend_air #points h4 .span2 {
    font-size: 70px;
}
	#noend_air #points .box .box1 h5 .point_n {
    width: 21%;
    font-size: 12px;
    max-width: 60px;
}
	#noend_air #points .box .box1 h5 .point_n p span {
    font-size: 22px;
}
	#noend_air #points .box .box1 h5 .text_ {
    font-size: 15px;
}
	#noend_air #points .box .box1 h5 .text_ .span1 {
    font-size: 28px;
}
	#noend_air #points .box .box1 h5 .text_ .span2 {
    font-size: 22px;
}
	#noend_air #points .box dt,#noend_air #points .box dd {
    font-size: 15px;
}
	#noend_air #points .box .sokode img {
		width: 50%;
	}
    
    #noend_air #points .point01 .box2 dt{
	font-size: 20px;
}  
    #noend_air #points .point01 .box2 span{
	font-size: 15px;
}
    
    #noend_air #points .point01 .box3 dt{
	font-size: 20px;
}  
    #noend_air #points .point01 .box3    #noend_air #points .point01 .box2 dt{
	font-size: 20px;
}  
    #noend_air #points .point01 .box2 span{
	font-size: 15px;
} span{
	font-size: 15px;
}
    #noend_air #points  .point01 .box3 dd span{
	font-size: 28px;
}
#noend_air #points  .point01 .box3 dd span.span1{
	font-size: 40px;
}
    
	#noend_air #points .point04 li {
		flex-direction: column;
	}
	#noend_air #points .point04 li .list_01 {
    width: 100%;
}
	#noend_air #points .point04 li .list_04 {
    width: 100%;
		margin: 1.0em auto 1.5em;
}
	#noend_air #points .point04 li p span {
    font-size: 13px;
}
	#noend_air #points .point04 li p {
    font-size: 20px;
}
	#noend_air #points .shisui p {
    font-size: 16px;
}
	#noend_air #points .point04 li .list_02 {
		align-items: flex-end;
	}
    #noend_air #points .point02 .box2 .box{
    font-size: 20px;
}
#noend_air #points .point02 .box2 .box span{
	font-size: 17px;    
}

#noend_air #points .point02 .box2 .box span.span1{
	font-size: 17px;
}
#noend_air #points .point02 .box2 .box span.pk{
	font-size: 20px;
}
    #noend_air #points .point02 .box3 p.dd {
    font-size: 18px;
}
    #noend_air #points .point02 .box3 .point_n p {
    font-size: 0.7em;
}
    #noend_air #points .point04 .box1 .flex_box dt {
    font-size: 18px;
}
    #noend_air #points .point04 p.dd {
    font-size: 20px;
}

#noend_air #points .point04 p.dd span{
    font-size: 35px;
}
    #noend_air #points .point04 p.dd .span1 {
    font-size: 16px;
}
    #noend_air #points .point04 .box2 .mode {
    font-size: 13px;
    width: 20%;    
}

#noend_air #points .point04 .box2 .mode span{
    font-size: 30px;
}
#noend_air #points .point04 .box2 dl {
	width: 80%;
}
#noend_air #points .point04 .box2 dt {
    font-size: 16px;
}
#noend_air #points .point04 .box2 dd {
	font-size: 14px;
    line-height: 1.5;
}
    #noend_air #points .point05 .box1 dl {
	width: 47%;
    font-size: 14px;
}

#noend_air #points .point05 .box1 dt{
    font-size: 15px;
}

#noend_air #points .point05 .box1 dd.list{
    font-size: 25px;
    line-height: 1.2;
}
	
}

@media only screen and (max-width: 400px) {
	#noend_air #points .box .box1 h5 .text_ .span2 {
		font-size: 20px;
	}
	#noend_air #points .box dt,#noend_air #points .box dd {
    font-size: 14px;
}
}

#noend_air #useful{
    background: #ececec;
    padding: 2.0em 0;
}
#noend_air #useful h3{
    position: static;
}

#noend_air #useful .scene {
    position: relative;
}
#noend_air #useful .scene p {
    position: absolute;
    left: 50%;
    top: 3%;
    transform: translateX(-50%);
    font-size: 40px;
    width: 100%;
}

#noend_air #useful .flex_box {
    position: relative;
    border-radius: 10%;
    margin-top: 1.8em;
}

#noend_air #useful .flex_box.use02 {
    justify-content: flex-end;
}

#noend_air #useful .flex_box img{
    width: 80%;
}

#noend_air #useful .flex_box .box{
    background: #000;
    color: #fff;
    z-index: 2;
    position: absolute;
    font-size: 30px;
    padding: 6% 0 7% 0%;
    border-radius: 10%;
    width: 35%;
}

#noend_air #useful .flex_box .box span{
    font-size: 55px;
}

#noend_air #useful .flex_box.use01 .box{
    right: 0;
}

#noend_air #useful .flex_box.use02 .box{
    left: 0;
}

#noend_air #useful .flex_box.use02 p{
    width: 45%;
    z-index: 2;
    position: absolute;
    left: 0;
    font-size: 1.6em;
    top: 10%;
    margin: 0px;
}



@media only screen and (max-width: 480px) {

#noend_air #useful .scene p {
    font-size: 23px;
}
    #noend_air #useful .flex_box .box{
    font-size: 16px;
}

#noend_air #useful .flex_box .box span{
    font-size: 25px;
}
    #noend_air #useful .flex_box.use02 p{
    font-size: 1.2em;
}

}



#noend_air #develop {
	background: url(https://www.forcise.jp/img/item/noend/showerhead/bk_08.jpg)no-repeat;
	background-size: cover;
	padding: 2.0em 0;
}


#noend_air #develop h4 {
	background: #000000;
	color: #FFFFFF;
	display: inline-block;
	padding: 0.1em 1.5em;
	border-radius: 30px;
	letter-spacing: 0.1em;
	margin: 1.0em auto;
	font-weight: normal;
}

#noend_air #develop dt {
	font-size: 32px;
	margin-bottom: 1.0em;
}

#noend_air #develop dt span {
	font-size: 40px;
}

#noend_air #develop dd {
	line-height: 1.8;
	margin-bottom: 0.5em;
}

#noend_air #develop img {
	margin: 1.0em auto;
}

#noend_air #develop p {
	line-height: 1.8;
	margin-top: 0.5em;
}



@media only screen and (max-width: 480px) {
	#noend_air #develop dt {
    font-size: 20px;
}
	#noend_air #develop dt span {
    font-size: 26px;
}
}

#noend_air #present {
    background: url(https://www.forcise.jp/img/item/noend/airblowstick/pre_bg.jpg) no-repeat top right;
    background-size: contain;
    padding: 2.0em 0;
}

#noend_air #present h4 {
    font-weight: normal;
    font-size: 40px;
    margin: 0.5em auto 1.5em;
}
#noend_air #present h4 span{
    font-size: 45px;
}

#noend_air #present p{
    margin: 3%;
    text-align: left;
    line-height: 1.7;
}

#noend_air #present .flex_box img{
    width: 45%;
}

@media only screen and (max-width: 480px) {
	#noend_air #present h4 {
    font-size: 26px;
}
	#noend_air #present h4 span{
    font-size: 30px;
}
    
    #noend_air #present .flex_box img{
    width: 35%;
}
}


#noend_air #faq {
	padding: 2.0em 0;
}

#noend_air #faq h4 {
	font-weight: normal;
	font-size: 40px;
	margin: 0.5em auto 1.5em;
}

#noend_air #faq dl {
	text-align: left;
}

#noend_air #faq dt {
	background: #000000;
	color: #FFFFFF;
	position: relative;
	padding: 0.5em 0 0.5em 4.0em;
	margin-bottom: 0.5em;
}

#noend_air #faq dt:before{
	content: "Q";
    display: inline-block;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.5em;
	font-family: josefin-sans, sans-serif;
    font-weight: 300;
	font-size: 40px;
	border-right: 1px solid;
	padding-right: 0.3em;
	line-height: 1.0;
}

#noend_air #faq dd {
	position: relative;
	padding: 0.5em 0 0.5em 4.0em;
	line-height: 1.8;
}


#noend_air #faq dd:before{
	content: "A";
    display: inline-block;
    position: absolute;
	top: 5%;
	/*transform: translateY(-50%);*/
	left: 0.5em;
	font-family: josefin-sans, sans-serif;
    font-weight: 300;
	font-size: 40px;
	border-right: 1px solid;
	padding-right: 0.45em;
	line-height: 1.0;
}

#noend_air #faq li {
	margin-bottom: 1.0em;
}



@media only screen and (max-width: 480px) {
	#noend_air #faq h4 {
    font-size: 26px;
}
	#noend_air #faq dt:before {
    font-size: 24px;
}
	#noend_air #faq dd:before {
    font-size: 24px;
}
}


#noend_air #spec {
	padding: 2.0em 0;
	background: #f6f7fb;
}

#noend_air #spec h4 {
	font-weight: normal;
	font-size: 40px;
	margin: 0.5em auto 1.0em;
}

#noend_air #spec dl {	
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 20px;
	margin-top: 1.0em;
}

#noend_air #spec dt {
	text-align: left;
	width: 25%;
	padding-top: 0.5em;
	padding-right: 3%;	
	line-height: 2.0;
	box-sizing: border-box;
}

#noend_air #spec dd {
	text-align: left;
	width: 75%;
	padding: 0.5em 0 0.5em 3%;
	box-sizing: border-box;
	border-left: 1px solid;
}


@media only screen and (max-width: 480px) {
	#noend_air #spec h4 {
    font-size: 26px;
}
	#noend_air #spec dl {
    font-size: 14px;
}
	#noend_air #spec dt {
    width: 30%;
}
	#noend_air #spec dd {
		width: 70%;
	}
}
