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

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

#noend_sh {
	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_sh img {
	max-width: 100%;
}

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

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

#noend_sh 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_sh 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_sh .kome {
	font-size: 12px;
}

#noend_sh .sp_ {
	display: none;
}



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



#noend_sh #intro {
	background: url(https://www.forcise.jp/img/item/noend/showerhead/bk_01.jpg)no-repeat;
	background-size: contain;
	padding: 2.0em 0;
}

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

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

#noend_sh #intro .flex_box .box {
	width: 48%;
}

#noend_sh #intro dt {	
	color: #545454;
	font-size: 55px;	
	font-weight: 300;
	margin: 0.2em auto;
}



@media only screen and (max-width: 480px) {
	#noend_sh #intro p {
    font-size: 20px;
}
	#noend_sh #intro p span {
    font-size: 26px;
}
	#noend_sh #intro .flex_box {
		align-items: flex-start;
	}
	#noend_sh #intro dt {
    font-size: 26px;
}
	#noend_sh #intro dd {
		font-size: 14px;
	}
}



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

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

#noend_sh #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;
}

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

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

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

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

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


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


#noend_sh #bubble .main {
	background: url(https://www.forcise.jp/img/item/noend/showerhead/bk_03.jpg)no-repeat;
	background-size: contain;
	background-position: top right;
	padding-top: 2.0em;
	margin-bottom: 1.5em;
}

#noend_sh #bubble .main h4 {
	font-size: 50px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0.2em auto 0.4em;
}

#noend_sh #bubble .main h4 span {
	font-size: 60px;
}

#noend_sh #bubble .main p {
	background: #aaadb3;
	color: #FFFFFF;
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: .1em 1em;
	line-height: 2.3;
}

#noend_sh #bubble .box {
	margin-bottom: 30px;
}

#noend_sh #bubble .box01 {
	width: 45%;
}

#noend_sh #bubble .box02,#noend_sh #bubble .box03 {
	text-align: left;
}

#noend_sh #bubble .box02 {
	width: 50%;
}

#noend_sh #bubble .box02 span,#noend_sh #bubble .box03 span {
	color: #c14174;
}

#noend_sh #bubble .flex_02 {
	position: relative;
	justify-content: flex-end;
}

#noend_sh #bubble .box04 {
	width: 45%;
}

#noend_sh #bubble .box03 {
	z-index: 2;
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 5%;
}

#noend_sh #bubble .box_02 {
	background: url(https://www.forcise.jp/img/item/noend/showerhead/bk_04.jpg)no-repeat;
	background-size: contain;
	background-position: bottom;
	padding-bottom: 4.0em;
}

#noend_sh #bubble .box_02 p {
	font-size: 32px;
	margin: 0.5em auto;
}

#noend_sh #bubble .box_02 .span1 {
	font-family: "lato", sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 58px;
}

#noend_sh #bubble .box_02 .span2 {
	color: #CACACA;
}

#noend_sh #bubble .box_02 .span3 {
	font-size: 50px;
}

#noend_sh #bubble .box_02 .span4 {
	font-size: 40px;
}

#noend_sh #bubble .box_02 ul {
	width: 90%;
	margin: 1.5em auto auto;
	color: #FFFFFF;
}

#noend_sh #bubble .box_02 li {
	background: #000000;
	width: 18%;
	border-radius: 50%;
	font-size: 23px;
	max-width: 130px;
	height: 130px;
	position: relative;
}

#noend_sh #bubble .box_02 li span {
	position: absolute;
    inset: 0;
    margin:auto;
    height: fit-content;	
}



@media only screen and (max-width: 480px) {
	#noend_sh #bubble .main h4 {
    font-size: 26px;
}
	#noend_sh #bubble .main h4 span {
    font-size: 38px;
}
	#noend_sh #bubble .box03 {
    top: 75%;
    width: 70%;
	text-shadow: 2px 2px 10px #fff ,
    -2px 2px 10px #fff ,
    2px -2px 10px #fff ,
    -2px -2px 10px #fff;
}
	#noend_sh #bubble .box {
    margin-bottom: 7.0em;
}
	#noend_sh #bubble .box05 img {
		height: 4.0em;
	}
	#noend_sh #bubble .box_02 p {
    font-size: 18px;
}
	#noend_sh #bubble .box_02 .span1 {
    font-size: 30px;
}
	#noend_sh #bubble .box_02 .span3 {
    font-size: 26px;
}
	#noend_sh #bubble .box_02 .span4 {
    font-size: 20px;
}
	#noend_sh #bubble .box_02 ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	#noend_sh #bubble .box_02 li {
    width: 30%;
    font-size: 14px;
    max-width: 90px;
    height: 90px;
	margin: 0.5em;
}
	
}


#noend_sh #uservoice {
	padding: 1.5em 0
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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



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



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

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

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

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

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

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

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

#noend_sh #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_sh #trouble h4 {
    font-size: 15px;
}
	#noend_sh #trouble h4 span {
    font-size: 20px;
}
	#noend_sh #trouble h4 .span2 {
    font-size: 26px;
}
	#noend_sh #trouble .box {
    width: 90%;
    border-radius: 30px;
	padding: 1.0em 3%;
	box-sizing: border-box;
	font-size: 15px;
}
	#noend_sh #trouble .box li:before {
    height: 12px;
    width: 12px;
}
	#noend_sh #trouble .box li {
    padding-left: 1.5em;
}
}



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

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

#noend_sh #experience .box {
	position: relative;
}

#noend_sh #experience .box .box_01 {
	position: absolute;
	left: 50%;
	top: 3.5em;
	transform: translateX(-50%);
	width: 90%;
	margin: auto;
}

#noend_sh #experience h4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: normal;
}


#noend_sh #experience h4 .box_logo {
	width: 15%;
}

#noend_sh #experience h4 .box_ttl {
	text-align: left;
	font-size: 28px;
	width: 80%;
}

#noend_sh #experience h4 .box_ttl span {
	font-family: josefin-sans, sans-serif;
	font-weight: bold;
}

#noend_sh #experience .box .box_01 p {
	font-size: 50px;
	margin: 0.3em auto;
}

#noend_sh #experience .box .box_01 p span {
	font-size: 40px;
}

#noend_sh #experience .box2 {
	padding: 1.0em 0 2.0em;
}

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

#noend_sh #experience .box2 p span {
	font-size: 50px;
}

#noend_sh #experience .flex_box {
	width: 90%;
	margin: auto;
}

#noend_sh #experience .flex_box div {
	width: 48%;
}


@media only screen and (max-width: 480px) {
	#noend_sh #experience h4 .box_ttl {
    font-size: 12px;
}
	#noend_sh #experience h4 .box_ttl span {
		font-size: 16px;
	}
	#noend_sh #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_sh #experience .box .box_01 p span {
    font-size: 20px;
}
	#noend_sh #experience .box2 p {
    font-size: 18px;
}
	#noend_sh #experience .box2 p span {
    font-size: 22px;
}
}


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

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

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

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

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

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

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

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

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

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

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

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

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

#noend_sh #points .point02 .box1 {
	background: url(https://www.forcise.jp/img/item/noend/showerhead/bk_10.jpg?01)no-repeat top right;
	background-size: contain;
}

#noend_sh #points .point03 .box1 {
	background: url(https://www.forcise.jp/img/item/noend/showerhead/bk_11.jpg)no-repeat top right;
	background-size: contain;
}

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

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

#noend_sh #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_sh #points .box .box1 h5 .point_n p span {
	font-family: lato, sans-serif;
	font-weight: 400;
	font-size: 38px;
}

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

#noend_sh #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_sh #points .box .box1 h5 .text_ .span2 {
	font-size: 40px;
}

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

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

#noend_sh #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_sh #points .box dt {
	font-size: 28px;
	font-weight: 500;
}

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

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

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

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

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

#noend_sh #points .box .sokode {
	position: relative;
	margin-bottom: -1.5em;
}

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

#noend_sh #points .point02 .box2 {
	padding-top: 2.0em;
}

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

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

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

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

#noend_sh #points .point04 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	margin-bottom: 1.5em;
}

#noend_sh #points .point04 li .list_01 {
	width: 50%;
}

#noend_sh #points .point04 li .list_02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


#noend_sh #points .point04 li p {
	width: 70%;
	font-size: 28px;
	font-weight: 500;
}

#noend_sh #points .point04 li p span {
	background: #000000;
	color: #FFFFFF;
	display: inline-block;
	padding: 0.2em 0.5em;
	font-size: 18px;
	margin-bottom: 0.5em;
	letter-spacing: 0.05em;
}

#noend_sh #points .point04 li .icon {
	width: 28%;
}

#noend_sh #points .point04 li .list_03 {
	border-top: 1px solid;
	margin-top: 0.5em;
	padding-top: 0.5em;
}

#noend_sh #points .point04 li .list_04 {
	width: 45%;
}

#noend_sh #points .shisui {
	position: relative;
	margin-bottom: 1.0em;
}

#noend_sh #points .shisui p {
	color: #FFFFFF;
	text-align: left;
	font-size: 28px;
	position: absolute;
	top: 1.0em;
	left: 5%;
}

#noend_sh #points .shisui img {
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}



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

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



#noend_sh #more {
	padding: 2.0em 0;
}

#noend_sh #more .h4 {
	margin: 1.0em auto 1.5em;
}

#noend_sh #more h4 {
	margin: 0.3em auto;
	font-size: 42px;
	font-weight: normal;
}

#noend_sh #more .more_box .box {
	padding: 2.0em 0;
}

#noend_sh #more .more_box .box:nth-child(odd) {
	background: #f6f7fb;
}

#noend_sh #more .more_box .box dt {
	font-size: 28px;
	margin-bottom: 1.0em;
}

#noend_sh #more .more_box .box dd {
	text-align: left;
}

#noend_sh #more .more_box .box dd span {
	color: #c14174;
	line-height: 1.8;
}

#noend_sh #more .more_box .box dd img {
	margin: 1.0em auto;
}


@media only screen and (max-width: 480px) {
	#noend_sh #more h4 {
    font-size: 22px;
}
	#noend_sh #more .more_box .box dt {
    font-size: 18px;
		font-weight: 500;
}
}


#noend_sh #howtouse h4 {
	font-size: 45px;
	margin: 0.5em auto 1.0em;
	font-weight: normal;
}

#noend_sh #howtouse .box {
	margin-bottom: 2.0em;
}

#noend_sh #howtouse dl {
	width: 70%;
}

#noend_sh #howtouse .img_s {
	width: 30%;
}

#noend_sh #howtouse dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.0em;
}

#noend_sh #howtouse dt .span1 {
	background: #000000;
	color: #FFFFFF;
	font-size: 50px;
	display: inline-block;
	font-family: lato, sans-serif;
	width: 15%;
    max-width: 75px;
    height: 75px;
	position: relative;
}

#noend_sh #howtouse dt .span2 {
	position: absolute;
    inset: 0;
    margin:auto;
    height: fit-content;
}


#noend_sh #howtouse dt p {
	width: 80%;
	text-align: left;
	font-size: 28px;
	font-weight: 500;
}


#noend_sh #howtouse dd {
	text-align: left;
	line-height: 1.8;
	font-size: 20px;
}

#noend_sh #howtouse dd li {
	position: relative;
	padding-left: 2.0em;
	margin-bottom: 1.0em;
}

#noend_sh #howtouse dd li:before{
	content: "※";
        display: inline-block;        
	position: absolute;
	top: 0;
	left: 0;
}



@media only screen and (max-width: 480px) {
	#noend_sh #howtouse h4 {
    font-size: 26px;
}
	#noend_sh #howtouse dt p {
    font-size: 16px;
}
	#noend_sh #howtouse dt .span1 {
    font-size: 22px;
    max-width: 32px;
    height: 32px;
}
	#noend_sh #howtouse dd {
    font-size: 14px;
}
	#noend_sh #howtouse .box .flex_box {
		align-items: flex-start;
	}
	#noend_sh #howtouse dt {
    align-items: flex-start;
}
}



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


#noend_sh #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_sh #develop dt {
	font-size: 32px;
	margin-bottom: 1.0em;
}

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

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

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

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



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


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

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

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

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

#noend_sh #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_sh #faq dd {
	position: relative;
	padding: 0.5em 0 0.5em 4.0em;
	line-height: 1.8;
}


#noend_sh #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_sh #faq li {
	margin-bottom: 1.0em;
}



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


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

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

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

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

#noend_sh #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_sh #spec h4 {
    font-size: 26px;
}
	#noend_sh #spec dl {
    font-size: 14px;
}
	#noend_sh #spec dt {
    width: 30%;
}
	#noend_sh #spec dd {
		width: 70%;
	}
}
