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

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

#rede_st {
	max-width: 800px;
	margin: auto;
	text-align: center;
	font-size: clamp(1.3rem, 0.6rem + 1.85vw, 2.4rem);
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 500;
    font-style: normal;
	line-height: 1.8;
}

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

#rede_st .flex_box {
	display: flex;
	justify-content: space-between;
}

#rede_st .font_sub {	
	font-family: roboto, sans-serif;
font-weight: 400;
font-style: normal;
}

#rede_st h2 {
	font-weight: normal;
	line-height: 1.8;
}

#rede_st h2 .font_sub {
	letter-spacing: 0.1em;
	display: inline-block;
	margin-bottom: 0.8em;
}

#rede_st h2 .span1 {
	font-size: 130%;
}

#rede_st h2 .span2 {
	font-size: 130%;
}

#rede_st h2 .span3 {
	font-size: 160%;
}

#rede_st .sp_only {
	display: none;
}


@media only screen and (max-width: 480px) {
	#rede_st .sp_only {
		display: block;
	}
}





#rede_st #intro {
	padding: 2.0em 0;
}

#rede_st #intro ul {
	margin-top: 1.5em;
}

#rede_st #intro ol {
	margin-top: 2.0em;
}

#rede_st #intro li {
	width: 45%;
}

#rede_st #intro li .box {
	position: relative;
}

#rede_st #intro li .box p {
	position: absolute;
	left: 50%;
	top: 0.8em;
	transform: translateX(-50%);
	width: 100%;
	line-height: 1.3;
}

#rede_st #intro li .box p span {
	font-size: 220%;
	letter-spacing: 0.1em;
}

#rede_st #intro li dt {
	font-size: 110%;
	margin: 0.8em auto 0.5em;
}

#rede_st #intro li dd {
	text-align: left;
}

#rede_st #intro .box_2 {
	border-image: linear-gradient(to right, #ffffff, #2e2e2e,#ffffff);
    border-image-slice: 1;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 2.0em 0;
	margin-top: 3.0em;
}


#rede_st #intro .box_2 h2 {
	line-height: 1.5;
}


#rede_st #intro .box_2 li {
	background: #e3e4e6;
	height: auto;
	width: 30%;
	aspect-ratio: 1 / 1;
	position: relative;
}

#rede_st #intro .box_2 li p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

#rede_st #intro .box_2 li p span {
	font-size: 120%;
}

#rede_st #colorvari ul {
	margin-top: 1.5em;
}

#rede_st #colorvari li {
	width: 30%;
}

#rede_st #colorvari li p {
	text-align: left;
	margin: 1.0em auto;
}


#rede_st #trouble {
	background: url(https://www.forcise.jp/img/item/rede/st_iron/bk_1.jpg) no-repeat;
	background-size: cover;
	padding: 2.0em 0 3.0em;
	/*margin: 2.0em auto auto;*/
	position: relative;
	z-index: 2;
}

/*#rede_st #trouble:after{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/rede/st_iron/bk_1_2.jpg) no-repeat bottom;
        background-size: 100%;
        height: auto;
        width: 100%;
       aspect-ratio: 800 / 20;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}*/

#rede_st #trouble h2 {
	color: #FFFFFF;
	margin-bottom: 1.5em;
}

#rede_st #trouble .box {
	background: #f1f1f1;
	padding: 1.5em 0;
}

#rede_st #trouble .box ul {
	display: inline-block;
}

#rede_st #trouble .box li {
	position: relative;
	padding-left: 1.5em;
	text-align: left;
	line-height: 2.5;
}

#rede_st #trouble .box li:before{
	content: "";
    display: inline-block;
    background: url(https://www.forcise.jp/img/item/check_circle.png) no-repeat left;
    background-size: 100%;
    height: auto;
    width: 4%;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

#rede_st #trouble2 {
	margin-top: -0.7em;
}


#rede_st #sokode {
	position: relative;
	/*margin-top: -1.0em;*/
}

#rede_st #sokode .box {
	position: absolute;
	left: 50%;
	top: 1.0em;
	transform: translateX(-50%);
	width: 100%;
}

#rede_st #sokode .box span {
	font-size: 130%;
}

#rede_st #sokode .box span img {
	margin: 1.0em auto;
}


#rede_st #point {
	background: url(https://www.forcise.jp/img/item/rede/st_iron/bk_3.jpg) no-repeat top;
	background-color: #e3e4e6;
	padding: 2.0em 5%;
}

#rede_st #point .box {
	background: #FFFFFF;
	position: relative;
	padding: 2.0em 0;
	margin-top: 3.0em;
}

#rede_st #point .box .font_sub {
	background: #000000;
	color: #FFFFFF;
	display: inline-block;
	padding: 0.3em 1.5em;
	font-size: 80%;
	position: absolute;
	left: 50%;
	top: -0.8em;
	transform: translateX(-50%);
	line-height: 1.0;
	letter-spacing: 0.1em;
}

#rede_st #point .box h3 {
	font-weight: normal;
	font-size: 130%;
	margin-bottom: 1.5em;
}

#rede_st #point .box h3 span {
	font-size: 130%;
}

#rede_st #point .box img {
	width: 100%;
}

#rede_st #point .box dl {
	margin: 1.5em auto 2.0em;
}

#rede_st #point .box dl:last-child {
	margin-bottom: 0;
}

#rede_st #point .box dt {
	font-size: 120%;
	margin-bottom: 0.8em;
}

#rede_st #point .box dd {
	text-align: left;
}

#rede_st #point .box table td {
	vertical-align: middle;
}

#rede_st #point .box .td_1 {
	background: #000000;
	color: #FFFFFF;
	width: 30%;
	text-align: center;
	border: 1px solid;
	padding: 0;
}

#rede_st #point .box .td_2 {
	background: #e3e4e6;
	width: 70%;
	border-bottom: 1px solid #FFFFFF;
	padding: 1.0em;
}

#rede_st #point .box table p {
	line-height: 1.8;
	font-size: clamp(1.2rem, 0.6rem + 1.85vw, 2.0rem);
}

#rede_st #point .meyasu {
	font-size: 110%;
	margin: 1.0em auto 0.5em;
}

#rede_st #point .kome {
	font-size: 60%;
	margin-top: 1.0em;
}

#rede_st #point .tr_span {
	margin: 0.93em auto;
}

#rede_st #point .box .dd_p {
	text-align: left;
	margin-top: 1.5em;
}


#rede_st #concept {
	padding: 2.0em 0;
}

#rede_st #concept .box_1,#rede_st #concept .box_2 {
	position: relative;
	
}

#rede_st #concept .box_1 {
	text-align: left;
	margin: 2.5em auto;
}

#rede_st #concept .box_2 {
	text-align: right;
	margin: 2.5em auto 0;
}

#rede_st #concept .box_1 .box,#rede_st #concept .box_2 .box {
	background: rgba(255,255,255,0.85);
	text-align: left;
	width: 65%;
	padding: 1.5em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}

#rede_st #concept .box_1 .box {
	right: 0;
}

#rede_st #concept .box_2 .box {
	left: 0;
}

#rede_st #concept dt {
	font-size: 125%;
	margin-bottom: 0.5em;
}

#rede_st #b_box {
	padding-bottom: 2.0em;
}

#rede_st #b_box .box {
	position: relative;
}

#rede_st #b_box .box dl {
	text-align: left;
	position: absolute;
    left: 5%;
    top: 1.5em;
    color: #FFFFFF;
}

#rede_st #b_box .box dt {
	font-size: 160%;
	margin-bottom: 0.8em;
}

#rede_st #b_box .ttl {
	text-align: left;
	margin: 1.0em auto;
}

#rede_st #b_box .ttl2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 90%;
	margin-top: 1.0em;
}

#rede_st #b_box .ttl2 .span1 {
	background: #000000;
	color: #FFFFFF;
	padding: 0 0.8em;
	font-size: 90%;
	letter-spacing: 0.1em;
}

#rede_st #b_box .ttl2 .span2 {
	margin: auto 1.5em auto 1.0em;
}


#rede_st #spec {
	padding: 2.0em 0;
}

#rede_st #spec h2 {
	margin-bottom: 1.0em;
}

#rede_st #spec dl {	
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
	margin-top: 1.5em;
	font-size: 90%;
}

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

#rede_st #spec dd {
	text-align: left;
	width: 70%;
	padding: 0.5em 0 0.5em 3%;
	box-sizing: border-box;
	border-left: 2px solid;
}


@media only screen and (max-width: 480px) {
	#rede_st #intro li .box p {
    font-size: 90%;
}
	#rede_st #intro .box_2 li p {
    font-size: 90%;
}
	#rede_st #trouble .box {
    font-size: 90%;
}
	#rede_st #sokode .box span img {
    width: 80%;
}
	#rede_st #b_box .ttl2 img {
		width: 15%;
	}
	#rede_st #b_box .ttl2 {
    font-size: 85%;
}
	#rede_st #b_box .box dd {
		text-shadow: 2px 2px 10px #000 ,
    -2px 2px 10px #000 ,
    2px -2px 10px #000 ,
    -2px -2px 10px #000;
	}
	#rede_st #spec dd {
    border-left: 1px solid;
}
	#rede_st #concept .box_1 img,#rede_st #concept .box_2 img {
		width: 70%;
	}
}