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

div#sysMain {
	max-width: none;
}

#radiant_cate {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #2E2E2E;
}

#radiant_cate .inner {
	width: 90%;
	max-width: 1000px;
	margin: auto;
}

#radiant_cate .pc_ {
	display: block;
}

#radiant_cate .sp_ {
	display: none;
}

#radiant_cate h2,#radiant_cate h3 {
	font-weight: normal;
}

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

#radiant_cate a {
	display: block;
	color: #2E2E2E;
}

#radiant_cate h3 {
	margin-bottom: 4.0em;
}


@media only screen and (max-width: 640px) {
	#radiant_cate {
	font-size: 14px;
}
	#radiant_cate .pc_ {
		display: none;
	}
	
	#radiant_cate .sp_ {
		display: block;
	}
	
	
	
}


#radiant_cate #kanban img {
	width: 100%;
}

#radiant_cate #kanban ul {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	padding: 1.5em 5%;
	margin: 0 auto 2.0em;
	font-size: 20px;
}

#radiant_cate #kanban li {
	margin-right: 0.8em;
	padding-right: 0.8em;
	border-right: 1px solid;
	letter-spacing: 0.1em;
}

#radiant_cate #kanban li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}


@media only screen and (max-width: 798px) {
	#radiant_cate #kanban ul {
		flex-wrap: wrap;
		padding: 1.5em 5% 0.7em;
		width: 90%;
		box-sizing: border-box;
}
	#radiant_cate #kanban li {
		margin-bottom: 0.8em;
	}
}


@media only screen and (max-width: 640px) {
	#radiant_cate #kanban ul {
    font-size: 14px;
	margin-top: 2.5em;
	padding: 1.5em 1.0 0.7em;
}
}


#radiant_cate #ninsyo {
	padding: 5.0em 0;
}

#radiant_cate #ninsyo .flex_box .box {
	width: 50%;
}

#radiant_cate #ninsyo .flex_box .box p {
	font-weight: bold;
	margin-top: 2.0em;
}

#radiant_cate #ninsyo .ninsyo {
	text-align: left;
	line-height: 1.8;
	margin-top: 3.0em;
}


@media only screen and (max-width: 640px) {
	#radiant_cate #ninsyo .flex_box {
		align-items: flex-start;
	}
	#radiant_cate #ninsyo .flex_box .box img {
    width: 70%;
}
	#radiant_cate #ninsyo .flex_box .box p {
    font-size: 11px;
}
	#radiant_cate #ninsyo {
    padding: 3.0em 0;
}
}



#radiant_cate #product li {
	width: 23%;
}



#radiant_cate #product {
	padding: 5.0em 0;
}

#radiant_cate #product .flex_box {
	align-items: flex-start;
}

#radiant_cate #product li p {
	line-height: 2.0;
	margin-top: 1.5em;
}

#radiant_cate #product li span {
	font-weight: bold;
	font-size: 23px;
}

#radiant_cate #product .sp_2 {
	display: none;
}


@media only screen and (max-width: 798px) {
	#radiant_cate #product li p {
    font-size: 16px;
}
	#radiant_cate #product li span {
    font-size: 20px;
}
	#radiant_cate #product .sp_2 {
	display: block;
}
	
}

@media only screen and (max-width: 640px) {
	/*#radiant_cate #product h3 img {
		width: 55%;
	}*/
	#radiant_cate #product .flex_box {
    flex-wrap: wrap;
}
	#radiant_cate #product li {
    width: 45%;
}
	#radiant_cate #product li span {
    font-size: 16px;
}
	#radiant_cate #product li p {
        font-size: 14px;
		margin: 0.8em auto 1.5em;
    }
	#radiant_cate #product {
    padding: 3.0em 0;
}
	#radiant_cate #product .sp_2 {
	display: none;
}
}



#radiant_cate #about {
	padding: 5.0em 0;
}

#radiant_cate #about .fb_1 {
	justify-content: flex-start;
}

#radiant_cate #about .fb_2 {
	justify-content: flex-end;
	margin-top: 5.0em;
}

#radiant_cate #about .box_img {
	width: 48%;
}

#radiant_cate #about .box_img img {
	width: 100%;
}

#radiant_cate #about .box_p {
	width: 50%;
	max-width: 500px;
	text-align: left;
	line-height: 1.8;
	box-sizing: border-box;
}

#radiant_cate #about .fb_1 .box_p {
	padding-left: 5%;
}

#radiant_cate #about .fb_2 .box_p {
	padding-right: 5%;
}



@media only screen and (max-width: 798px) {
	#radiant_cate #about .fb_1,#radiant_cate #about .fb_2 {
    align-items: flex-start;
}
	#radiant_cate #about .box_p {
    width: 48%;
}
	
}


@media only screen and (max-width: 640px) {
	/*#radiant_cate #about h3 img {
		width: 40%;
	}*/
	
	#radiant_cate #about .fb_1 {
    flex-direction: column;
}
	#radiant_cate #about .fb_2 {
        flex-direction: column-reverse;
    }
	
	#radiant_cate #about .box_img {
		width: 100%;
	}
	
	#radiant_cate #about .box_p {
        width: 90%;
		margin: 1.5em auto;
		padding: 0!important;
    }
	#radiant_cate #about {
    padding: 3.0em 0;
}
	

}

#radiant_cate #function {
	padding: 5.0em 0;
}

#radiant_cate #function h4 {
	color: #FFFFFF;
	background-image: url(https://www.forcise.jp/img/item/radiant/cate/function01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.5em 0;
	font-size: 25px;
}

#radiant_cate #function .h4_2 {
	background-image: url(https://www.forcise.jp/img/item/radiant/cate/function04.jpg);
}

#radiant_cate #function #func_st {
	margin-bottom: 5.0em;
}

#radiant_cate #function .func_01 {
	padding: 5.0em 0 8.0em;
}

#radiant_cate #function .func_01 dl {
	line-height: 2.2;
	margin-bottom: 5.0em;
}

#radiant_cate #function .func_01 dt {
	font-weight: bold;
	margin-bottom: 1.0em;
}



#radiant_cate #function .func_01 li {
	width: 33%;
}

#radiant_cate #function .func_01 li p {
	line-height: 2.2;
	margin-top: 1.5em;
}

#radiant_cate #function .fb_1,#radiant_cate #function .fb_2 {
	align-items: flex-start;
}

#radiant_cate #function .box_img {
	width: 48%;
}

#radiant_cate #function .box_img img {
	width: 100%;
}

#radiant_cate #function .box_p {
	width: 50%;
	text-align: left;
	max-width: 500px;
}

#radiant_cate #function .fb_1 {
	justify-content: flex-end;
}

#radiant_cate #function .fb_2 {
	justify-content: flex-start;
	margin-top: 5.0em;
}

#radiant_cate #function .fb_2 .box_p {
	padding-left: 5%;
}

#radiant_cate #function .fb_1 .box_p {
	padding-right: 5%;
}

#radiant_cate #function .box_p dt img {
	margin-bottom: 2.0em;
}

#radiant_cate #function .box_p dt,#radiant_cate #function #func_dri dt {
	font-weight: bold;
	margin-bottom: 1.5em;
}

#radiant_cate #function .box_p dt li {
	list-style: disc;
	margin-left: 1.5em;
}

#radiant_cate #function .box_p dt span {
	font-size: 10px;
	display: inline-block;
	margin : 2.0em 0 auto 2.0em;
	font-weight: normal;
}

#radiant_cate #function .box_p dd,#radiant_cate #function #func_dri dd {
	line-height: 2.0;
}

#radiant_cate #function #func_dri .inner {
	padding-top: 5.5em;
}

#radiant_cate #function #func_dri ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 4.0em;
}

#radiant_cate #function #func_dri li {
	width: 45%;
	border: 1px solid;
	padding: 1.5em 1.0em;
	font-weight: bold;
	margin-bottom: 1.0em;
	box-sizing: border-box;
}



@media only screen and (max-width: 798px) {
	#radiant_cate #function .box_p {
    width: 43%;
}
	#radiant_cate #function h4 {
	background-image: url(https://www.forcise.jp/img/item/radiant/cate/sp/function01.jpg);
}

#radiant_cate #function .h4_2 {
	background-image: url(https://www.forcise.jp/img/item/radiant/cate/sp/function04.jpg);
}
	#radiant_cate #function .func_01 li {
    width: 30%;
}
}


@media only screen and (max-width: 640px) {
	/*#radiant_cate #function h3 img {
		width: 60%;
	}*/
	
	#radiant_cate #function h4 img {
		/*width: 50%;*/
		margin-bottom: 1.0em;
	}
	#radiant_cate #function h4 {
    font-size: 16px;
}
	#radiant_cate #function .func_01 dl,#radiant_cate #function #func_dri dl {
    text-align: left;
}
	
	#radiant_cate #function .func_01 ul {
		align-items: flex-start;
		width: 100%;
	}
	#radiant_cate #function .func_01 li p {
    font-size: 12px;
}
	#radiant_cate #function .fb_1 {
    flex-direction: column-reverse;
}
	#radiant_cate #function .fb_2 {
    flex-direction: column;
}
	#radiant_cate #function .box_img {
    width: 100%;
}
	    #radiant_cate #function .box_p {
        width: 90%;
        margin: 1.0em 5%;
		padding: 0!important;
    }
	
	#radiant_cate #function .fb_1 .box_p img {
		width: 60%;
	}
	
	#radiant_cate #function .fb_2 .box_p img {
		width: 60%;
	}
	#radiant_cate #function #func_dri li {
    width: 48%;
    padding: 1.0em 0;
    font-size: 13px;
}
	#radiant_cate #function {
    padding: 3.0em 0;
}
	#radiant_cate #function .func_01 {
    padding: 3.0em 0 5.0em;
}
	#radiant_cate #function .func_01 dl {
    margin-bottom: 3.0em;
}
	#radiant_cate #function #func_dri .inner {
    padding-top: 3.0em;
}
}


#radiant_cate #lineup {
	padding-bottom: 5.0em;
}

#radiant_cate #lineup h3 {
	padding-top: 3.0em;
}

#radiant_cate .product-wrap {
	margin: 5.0em auto;
}

#radiant_cate .product-wrap p {
	text-align: left;
}

#radiant_cate .product-wrap .fb_1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 1.5em;
	line-height: 2.0;
}

#radiant_cate .product-wrap .fb_1 span {
	font-size: 18px;
}

#radiant_cate .product-wrap .fb_1 .price {
	font-weight: normal;
}


#radiant_cate .product-wrap .fb_2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#radiant_cate .product-wrap .fb_2 .box_1 {
	width: 50%;
	line-height: 2.0;
}

#radiant_cate .product-wrap .fb_2 .box_2 {
	width: 45%;
}

#radiant_cate .product-wrap .fb_3 {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#radiant_cate .product-wrap .fb_3 a {
	background: #000000;
	color: #FFFFFF;
	padding: 0.8em 1.0em;
	position: relative;
	text-align: left;
	margin-top: auto;
	border-radius: 5px;
}

#radiant_cate .product-wrap .fb_3 a:after{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/radiant/cate/btn.png) no-repeat right;
        background-size: 100%;
        height: auto;
        width: 5%;
       aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.0em;
}


@media only screen and (max-width: 798px) {
	#radiant_cate .product-wrap .fb_3 a {
    margin-top: 1.5em;
}
}


@media only screen and (max-width: 640px) {
	#radiant_cate .product-wrap .fb_1 {
    flex-direction: column;
	font-size: 18px;
}
	#radiant_cate .product-wrap .fb_1 span {
    font-size: 13px;
}
	#radiant_cate .product-wrap .fb_1_p {
		width: 100%;
	}
	
	#radiant_cate .product-wrap .fb_2 {
    flex-direction: column-reverse;
}
	#radiant_cate .product-wrap .fb_2 .box_2 {
    width: 100%;
}
	#radiant_cate .product-wrap .fb_2 .box_1 {
    width: 100%;
    margin-top: 1.0em;
}
	/*#radiant_cate #st_iron h3 img {
		width: 90%;
	}
	#radiant_cate #c_iron h3 img {
		width: 70%;
	}
	
	#radiant_cate #drier h3 img {
		width: 55%;
	}
	
	#radiant_cate #limited h3 img {
		width: 70%;
	}*/

}


#radiant_cate #sns {
	padding: 5.0em 0;
}

#radiant_cate #sns p{
    margin: -1em auto 3em;
}

#radiant_cate #sns ol{
    max-width: 880px;
    margin: 0 auto 5em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#radiant_cate #sns ol li{
    font-size: 13px;
    width: 32%;
    text-align: left;
}

#radiant_cate #sns ol li span{
    display: block;
    margin-top: 15px;
}

#radiant_cate #uservoice {
	padding: 5.0em 0;
}

#radiant_cate #uservoice ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#radiant_cate #uservoice li {
	border: 1px solid #707070;
	text-align: left;
	padding: 1.5em;
	width: 48%;
	box-sizing: border-box;
	margin-bottom: 2.0em;
}

#radiant_cate #uservoice li .num {
	font-weight: bold;
}

#radiant_cate #uservoice li dt {
	font-size: 23px;
	border-bottom: 1px solid #707070;
	padding: 1.0em 0 0.8em;
	margin-bottom: 0.8em;
}

#radiant_cate #uservoice li dd {
	line-height: 2.0;
}

#radiant_cate #uservoice p {
	font-size: 10px;
}


@media only screen and (max-width: 640px) {
#radiant_cate #sns p{
    margin-bottom: 3em;
}
#radiant_cate #sns ol{
    margin-bottom: 3em;
}
#radiant_cate #sns ol li span{
    margin-top: 10px;
}
	#radiant_cate #lineup {
    padding-bottom: 0;
}
	/*#radiant_cate #uservoice h3 img {
		width: 70%;
	}*/
	
	#radiant_cate #uservoice li {
    width: 100%;
}
	#radiant_cate #uservoice li dt {
    font-size: 18px;
}
}

