/****************************************
	        SANIFOODS 2020
****************************************/

#sf2020 {
	background:#FFF;
}

#sf2020 .serif {
	font-family: 'Noto Serif JP', serif;
}

#sf2020 .sans {
	font-family: 'Noto Sans JP', sans-serif;
}

#sf2020 .clear {
	clear:both;
}

#sf2020 .sfcontainer {
	width:1200px;
	margin:0 auto;
}

/**/

#sf2020 .bread {
	border-bottom:1px solid #F1F1F1;
	padding:25px 0 20px 0;
}

#sf2020 nav .breadcrumb {
	background:none!important;
	font-size:14px;
	color:#333;
}

#sf2020 nav .breadcrumb-item + .breadcrumb-item::before,
#sf2020 nav .breadcrumb-item.active {
	color:#333;
}

#sf2020 nav .breadcrumb a {
	color:#333;
	text-decoration:underline;
}

#sf2020 .sfcontents {
	padding:50px 0;
}

#sf2020 .sfinner {
	width:96%;
	margin:0 auto;
}


@media screen and (min-width:992px) {
	#sf2020 .sp {
		display:none;
	}
}

@media screen and (max-width:991px) {
	
	#sf2020 .pc {
		display:none;
	}
	
	#sf2020 .bread {
		display:none;
	}
		
	#sf2020 .sfcontainer {
		width:100%;
		margin:0 auto;
	}
}


/* SF2020 index */

@media screen and (min-width:992px) {
	#sf2020 #index_visual {
		background:#fff url(/uploads/images/sf2020/index/bg1.png) no-repeat right;
		width:100%;
		margin:0;
		overflow:hidden;
		position:relative;
	}
	
	#sf2020 #index_visual img {
		max-width:90%;
	}
	
	#sf2020 #index_visual img.woman {
		position:absolute;
		right:120px;
		bottom:0;
	}
	
	#sf2020 #index_visual img.goods {
		margin:60px 0;
	}
	
	#sf2020 #index_visual h1,
	#sf2020 #index_visual h2,
	#sf2020 #index_visual h3 {
		width:1200px;
		margin:0 auto;
		position:relative;
	}
	
	#sf2020 #index_visual h1 {
		padding:90px 0 30px 0;
	}
	
	#sf2020 #index_visual h2 {
		font-family: 'Noto Serif JP', serif;
		font-size:78px;
		padding:20px 0;
	}
	
	#sf2020 #index_visual h3 {
		font-family: 'Noto Sans JP', sans-serif;
		font-size:30px;
	}
}

@media screen and (max-width:991px) {
	#sf2020 #index_visual {
		background: url(/uploads/images/sf2020/index/bg1.png) no-repeat -530px -220px;
		width:100%;
		height:307px;
		margin:0;
		overflow:hidden;
		position:relative;
		text-align:left;
	}
	
	#sf2020 #index_visual img.woman {
		position:absolute;
		right:20px;
		bottom:0;
		width:150px;
		height:auto;
	}
	
	#sf2020 #index_visual img.goods {
		width:53%;
		padding:2%;
	}
	
	#sf2020 #index_visual h1,
	#sf2020 #index_visual h2,
	#sf2020 #index_visual h3 {
		width:96%;
		position:relative;
	}
	
	#sf2020 #index_visual h1 {
		padding:20px 0 10px 2%;
		width:37%;
		text-align:left;
		margin:0;
	}
	
	#sf2020 #index_visual h1 img {
		width:100%;
		margin:0;
		padding:0;
	}
	
	#sf2020 #index_visual h2 {
		font-family: 'Noto Serif JP', serif;
		font-size:42px;
		padding:0 0 5px 2%;
	}
	
	#sf2020 #index_visual h3 {
		font-family: 'Noto Sans JP', sans-serif;
		font-size:20px;
		padding:0 2% 10px 2%;
	}
}

/**/

#sf2020 .index_contents {
}

#sf2020 .sections{
	text-align:center;
	padding:80px 0;
	font-family: 'Noto Sans JP', sans-serif;
}

#sf2020 .sections h2 {
	font-size:34px;
	letter-spacing:1.5px;
	color:#FF7013;
	margin:0 auto 15px auto;
	font-weight:600;
}

#sf2020 .sections h3 {
	font-size:22px;
	color:#333;
	margin:0 auto 60px auto;
}

#sf2020 .sections ul {
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	padding:0;
}

#sf2020 .sections ul li {
	width:380px;
	text-align:left;
	margin-right:30px;
	margin-bottom:40px;
	position:relative;
}

#sf2020 .sections ul li:nth-child(3n) {
	margin-right:0;
}

#sf2020 .sections ul li a {
	text-decoration:none;
	color:#333;
}

#sf2020 .sections ul li a:hover {
	opacity:0.7;
}

#sf2020 .sections ul li a span.case {
	color:#fff;
	position:absolute;
	top:1px;
	left:1px;
	background:#1CABF9;
	padding:5px 15px;
	font-weight:normal;
}

#sf2020 .sections ul li img {
	margin:0 auto 15px auto;
	border:1px solid #efefef;
}

#sf2020 .sections ul li h4 {
	font-size:18px;
}

/* SF index background style */
#sf2020 .sec01 {
	background:#FBFBFB url(/uploads/images/sf2020/index/bg01.png) no-repeat right top;
}

#sf2020 .sec02 {
	background:#FFF url(/uploads/images/sf2020/index/bg02.png) no-repeat left bottom;
}

#sf2020 .sec03 {
	background:#FBFBFB url(/uploads/images/sf2020/index/bg03.png) no-repeat right top;
}

#sf2020 .sec04 {
	background:#FFF url(/uploads/images/sf2020/index/bg04.png) no-repeat left bottom;
}

#sf2020 .sec05 {
	background:#FBFBFB url(/uploads/images/sf2020/index/bg05.png) no-repeat right top;
}

#sf2020 .sec06 {
	background:#FFF url(/uploads/images/sf2020/index/bg06.png) no-repeat left bottom;
}

/**/

#secondery_contents .sec06 {
	background:#F9F9F9 url(/uploads/images/sf2020/index/bg06.png) no-repeat left bottom;
}


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

	#sf2020 .sections{
		text-align:center;
		padding:50px 0 20px 0;
		font-family: 'Noto Sans JP', sans-serif;
	}
	
	#sf2020 .sections h2 {
		font-size:30px;
		letter-spacing:1.5px;
		color:#FF7013;
		margin:0 auto 15px auto;
		font-weight:600;
	}
	
	#sf2020 .sections h3 {
		font-size:20px;
		color:#333;
		margin:0 auto 40px auto;
	}
	
	#sf2020 .sections ul {
		list-style-type:none;
		display:flex;
		flex-wrap:wrap;
		padding:0;
		width:90%;
		margin:0 auto;
	}
	
	#sf2020 .sections ul li {
		width:100%;
		text-align:left;
		margin-right:0;
		margin-bottom:40px;
		position:relative;
	}
	
	#sf2020 .sections ul li img {
		margin:0 auto 15px auto;
		border:1px solid #efefef;
		width:100%;
	}
	
	#sf2020 .sections ul li h4 {
		font-size:16px;
	}
	
	#sf2020 .sec02 {
		background:#FFF url(/uploads/images/sf2020/index/bg062.png) no-repeat left bottom;
		background-size:cover;
	}
	
	#sf2020 .sec03 {
		background:#FBFBFB url(/uploads/images/sf2020/index/bg03_sp.png) no-repeat right top;
		background-size:cover;
	}
	
	#sf2020 .sec04 {
		background:#FFF url(/uploads/images/sf2020/index/bg04.png) no-repeat left bottom;
		background-size:cover;
	}
	
	#sf2020 .sec05 {
		background:#FBFBFB url(/uploads/images/sf2020/index/bg05_sp.png) no-repeat right top;
		background-size:cover;
	}
	
	#sf2020 .sec06 {
		background:#FFF url(/uploads/images/sf2020/index/bg06.png) no-repeat left bottom;
		background-size:cover;
	}
}




/* SF2020 secondery page */

@media screen and (min-width:992px) {
	#sf2020 #secondery_visual {
		background:#F9F9F9;
		width:100%;
		height:206px;
		margin:0;
		overflow:visible;
		position:relative;
	}
	
	#sf2020 #secondery_visual img.back {
		position:absolute;
		top:0;
		right:0;
	}
	
	#sf2020 #secondery_visual .sfcontainer {
		position:relative;
	}
	
	#sf2020 #secondery_visual h1{
		position:absolute;
		top:70px;
		left:0;
	}
	
	#sf2020 #secondery_visual h2 {
		font-size:24px;
		font-weight:700;
		text-shadow: 0 0 2px #ffffff, 0 0 5px #ffffff, 0 0 10px #ffffff;
		position:absolute;
		top:80px;
		right:0;
	}
}


@media screen and (max-width:991px) {
	#sf2020 #secondery_visual {
		background:#F9F9F9;
		width:100%;
		padding-bottom:20px;
		margin:0;
		position:relative;
	}
	
	#sf2020 #secondery_visual img.back {
		position:absolute;
		top:0;
		right:0;
		width:100%;
	}
	
	#sf2020 #secondery_visual .sfcontainer {
		position:relative;
	}
	
	#sf2020 #secondery_visual h1{
		padding:15px 0 10px 2%;
		width:37%;
		text-align:left;
		margin:0;
		position:relative;
	}
	
	#sf2020 #secondery_visual img {
		width:100%;
		margin:0;
		padding:0;
	}
	
	#sf2020 #secondery_visual h2 {

		padding:15px 0 10px 2%;
		width:96%;
		text-align:center;
		margin:0;
		position:relative;
		font-size:20px;
		font-weight:700;
		text-shadow: 0 0 2px #ffffff, 0 0 5px #ffffff, 0 0 10px #ffffff;
	}

}



#sf2020 #secondery_contents {
	width:100%;
	height:100%;
	background: url(/uploads/images/sf2020/bg_secondery.png);
	position:relative;
	z-index:10;
}

#sf2020 #secondery_contents h3.pagetitle {
	color:#FF7013;
	font-size:50px;
	font-weight:300;
	text-align:center;
	width:1200px;
	margin:0 auto;
	padding:30px 0 60px 0;
	letter-spacing:2px;
}

#sf2020 #secondery_contents h3.pagetitle span {
	background:#FF7013;
	color:#fff;
	margin-right:20px;
	border-radius:10px;
	font-size:30px;
	padding:8px 40px;
}

#sf2020  #secondery_main .sec {
	clear:both;
	margin:0 auto 60px auto;
}

#sf2020  #secondery_main .sec h3 {
	color:#212121;
	font-size:38px;
	text-align:center;
	border-top:1px solid #EEEEEE;
	padding:50px 0 20px 0;
	margin-bottom:60px;
}

#sf2020  #secondery_main .sec h4 {
	color:#212121;
	font-size:26px;
	padding:10px 15px;
	margin-bottom:35px;
	background:#F1F1F1;
}

#sf2020  #secondery_main .sec h5 {
	color:#212121;
	font-size:22px;
	padding:8px 15px;
	margin-bottom:30px;
	border:1px solid #BBBBBB;
}


#sf2020  #secondery_main .sec h5.half {
	width:50%;
	text-align:left;
	margin-left:2%;
}


@media screen and (max-width:991px) {
	#sf2020 #secondery_contents {
		width:100%;
		height:1000px;
		background: url(/uploads/images/sf2020/bg_secondery.png);
		position:relative;
		z-index:10;
	}
	
	#sf2020 #secondery_contents h3.pagetitle {
		color:#FF7013;
		font-size:28px;
		font-weight:300;
		text-align:center;
		width:96%;
		margin:0 auto;
		padding:30px 0 30px 0;
		letter-spacing:2px;
	}
	
	#sf2020 #secondery_contents h3.pagetitle span {
		background:#FF7013;
		color:#fff;
		margin:0 auto 15px auto;
		border-radius:10px;
		font-size:21px;
		padding:8px 40px;
		display:block;
		width:50%;
	}
	
	#sf2020  #secondery_main .sec {
		clear:both;
		margin:0 auto 30px auto;
	}
	
	#sf2020  #secondery_main .sec h3 {
		color:#212121;
		font-size:24px;
		text-align:center;
		border-top:1px solid #EEEEEE;
		padding:30px 0 20px 0;
		margin:0 auto 30px auto;
		width:90%;
	}
	
	#sf2020  #secondery_main .sec h4 {
		color:#212121;
		font-size:18px;
		padding:12px 15px;
		margin-bottom:30px;
		background:#F1F1F1;
	}
	
	#sf2020  #secondery_main .sec h5 {
		color:#212121;
		font-size:15px;
		padding:8px 15px;
		width:90%;
		text-align:left;
		margin:0 auto 20px auto;
		border:1px solid #BBBBBB;
	}
	
	#sf2020  #secondery_main .sec h5.half {
		width:90%;
		text-align:left;
		margin:0 auto 20px auto;
	}
}


/* case */

#sf2020  #secondery_main.case h4 {
	clear:both;
}

#sf2020  #secondery_main.case h4.half {
	clear:none;
	width:55%;
}

#sf2020  #secondery_main.case p {
	font-size:18px;
	line-height:200%;
	margin-bottom:60px;
}

#sf2020  #secondery_main.case .photobox_r {
	float:right;
	text-align:left;
	margin-left:70px;
	margin-bottom:60px;
	font-size:14px;
}

#sf2020  #secondery_main.case .photobox_l {
	float:left;
	text-align:left;
	margin-right:70px;
	margin-bottom:60px;
	font-size:14px;
	clear:both;
}

#sf2020  #secondery_main.case .mg0 {
	margin-left:0;
	margin-right:0;
}

#sf2020  #secondery_main.case .photobox img {
	margin-bottom:10px;
}

#sf2020  #secondery_main.case .photobox p {
	margin-bottom:0;
}

#sf2020  #secondery_main.case ul.photos {
	list-style-type:none;
	display:flex;
	justify-content: space-between;
	width:920px;
	padding:0;
	margin:0 auto;
}


@media screen and (max-width:991px) {
	
	#sf2020  #secondery_main.case h4.half {
		clear:both;
		width:100%;
	}
	
	#sf2020  #secondery_main.case p {
		font-size:18px;
		line-height:200%;
		margin:0 auto 30px auto;
		width:90%;
	}
	
	#sf2020  #secondery_main.case .photobox_r,
	#sf2020  #secondery_main.case .photobox_l {
		float:none;
		width:90%;
		text-align:left;
		margin:0 auto 20px auto;
	}
	
	#sf2020  #secondery_main.case .photobox img {
		margin-bottom:10px;
		width:100%;
	}
	
	#sf2020  #secondery_main.case .photobox p,
	#sf2020  #secondery_main.case ul.photos li p {
		margin-bottom:0;
		width:100%;
		font-size:12px;
	}
	
	#sf2020  #secondery_main.case ul.photos {
		list-style-type:none;
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		width:90%;
		padding:0;
		margin:0 auto;
	}
	
	#sf2020  #secondery_main.case ul.photos li {
		margin-bottom:30px;
	}
	
	#sf2020  #secondery_main.case ul.photos li img {
		width:100%;
		margin-bottom:10px;
	}
}




/* service-practice */

#sf2020  #secondery_main.practice p {
	font-size:18px;
	line-height:180%;
}

#sf2020  #secondery_main.practice ul.feature {
	list-style-type:none;
	padding:0;
	margin:0 0 60px 0;
	display:flex;
}

#sf2020  #secondery_main.practice ul.feature li {
	border:2px solid #FF7013;
	text-align:center;
	
	width:222px;
	height:222px;
	margin-right:22px;
	background:#fff;
	border-radius:20px;
}

#sf2020  #secondery_main.practice ul li:last-child {
	margin-right:0;
}

#sf2020  #secondery_main.practice ul.feature li p {
	font-size:19px;
	font-weight:700;
	color:#FF7013;
	margin:0;
	padding:42px 20px;
	line-height:150%;
}

#sf2020  #secondery_main.practice ul li:nth-child(1) p,
#sf2020  #secondery_main.practice ul li:nth-child(3) p,
#sf2020  #secondery_main.practice ul li:nth-child(5) p {
	padding:57px 20px;
}

#sf2020  #secondery_main.practice ul li:nth-child(2) p {
	padding:70px 20px;
}

#sf2020  #secondery_main.practice .photobox {
	float:right;
	text-align:left;
	margin-left:70px;
	margin-bottom:60px;
	font-size:14px;
	clear:both;
}

#sf2020  #secondery_main.practice .photobox img {
	margin-bottom:10px;
}

#sf2020  #secondery_main.practice ul.photo2 {
	clear:both;
	list-style-type:none;
	padding:0;
	display:flex;
	width:800px;
	margin:0 auto 70px auto;
}

#sf2020  #secondery_main.practice ul.photo2 li {
	width:400px;
	text-align:center;
}

#sf2020  #secondery_main.practice ul.photo2 li img {
}

#sf2020  #secondery_main.practice ul.photo2 li p {
	margin:0;
	padding:0;
}

#sf2020  #secondery_main.practice ul.testtype {
	list-style-type:none;
	padding:0;
	margin:0 aut;
}

#sf2020  #secondery_main.practice ul.testtype li {
	padding:0;
	margin:0 auto 60px auto;
}

#sf2020  #secondery_main.practice ul.testtype li p {
	margin:0;
	padding:0;
	line-height:100%;
	font-size:16px;
}

#sf2020  #secondery_main.practice ul.testtype li a {
	margin-top:-20px;
	padding:12px 80px;
	display:inline-block;
	float:right;
	color:#fff;
	background:#FF7015;
	font-size:18px;
	font-weight:700;
	border-radius:12px;
}

#sf2020  #secondery_main.practice ul.testtype li a:hover {
	text-decoration:none;
	opacity:0.7;
}


#sf2020  #secondery_main.practice ul.ddstype {
	list-style-type:none;
	display:flex;
	padding:60px 0 0 0;
	width:1060px;
}


#sf2020  #secondery_main.practice ul.ddstype li {
	padding:0;
	margin:0 auto 60px auto;
}
#sf2020  #secondery_main.practice ul.ddstype li a {
	margin-top:-20px;
	padding:12px 20px;
	width:500px;
	display:inline-block;
	color:#fff;
	background:#FF7015;
	font-size:18px;
	font-weight:700;
	border-radius:12px;
	text-align:center;
}

#sf2020  #secondery_main.practice ul.ddstype li a:hover {
	text-decoration:none;
	opacity:0.7;
}

@media screen and (max-width:991px) {
	#sf2020  #secondery_main.practice p {
		font-size:16px;
		line-height:180%;
		width:90%;
		margin:0 auto 30px auto;
	}
	
	#sf2020  #secondery_main.practice ul.feature {
		list-style-type:none;
		padding:0;
		margin:0 auto 20px auto;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		width:96%;
	}
	
	#sf2020  #secondery_main.practice ul.feature li {
		border:2px solid #FF7013;
		text-align:center;
		height:auto;
		width:46%;
		margin-right:0;
		margin-bottom:20px;
		background:#fff;
		border-radius:20px;
	}
	
	#sf2020  #secondery_main.practice ul.feature li p {
		font-size:15px;
		font-weight:700;
		color:#FF7013;
		margin:0;
		padding:12px;
		line-height:150%;
		width:100%;
	}
	
	
	#sf2020  #secondery_main.practice .photobox {
		float:none;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:30px;
		font-size:13px;
		clear:both;
		width:90%;
	}
	
	#sf2020  #secondery_main.practice .photobox img {
		margin-bottom:10px;
		width:100%;
	}
	
	#sf2020  #secondery_main.practice .photobox p {
		font-size:12px;
		margin:0;
	}
	
	#sf2020  #secondery_main.practice ul.photo2 {
		clear:both;
		list-style-type:none;
		padding:0;
		display:flex;
		width:90%;
		margin:0 auto 70px auto;
	}
	
	#sf2020  #secondery_main.practice ul.photo2 li {
		width:50%;
		text-align:center;
	}
	
	#sf2020  #secondery_main.practice ul.photo2 li img {
		width:70%;
	}
	
	#sf2020  #secondery_main.practice ul.photo2 li p {
		margin:0;
		padding:0;
		font-size:12px;
	}
	
	#sf2020  #secondery_main.practice ul.testtype {
		list-style-type:none;
		padding:0;
		margin:0 auto;
		width:90%;
	}
	
	#sf2020  #secondery_main.practice ul.testtype li {
		padding:0;
		margin:0 auto 20px auto;
	}
	
	#sf2020  #secondery_main.practice ul.testtype li p {
		margin:0;
		padding:0;
		line-height:130%;
		font-size:16px;
	}
	
	#sf2020  #secondery_main.practice ul.testtype li a {
		margin-top:0;
		margin-bottom:20px;
		padding:12px 80px;
		display:inline-block;
		float:none;
		color:#fff;
		background:#FF7015;
		font-size:18px;
		font-weight:700;
		border-radius:12px;
	}
	
	#sf2020  #secondery_main.practice ul.testtype li a:hover {
		text-decoration:none;
		opacity:0.7;
	}
	
	
	#sf2020  #secondery_main.practice ul.ddstype {
		list-style-type:none;
		display:flex;
		flex-wrap:wrap;
		padding:0;
		width:90%;
	}
	
	
	#sf2020  #secondery_main.practice ul.ddstype li {
		padding:0;
		margin:0 auto 20px auto;
	}
	#sf2020  #secondery_main.practice ul.ddstype li a {
		margin:0 auto 10px auto;
		padding:12px 20px;
		width:100%;
		display:block;
		color:#fff;
		background:#FF7015;
		font-size:16px;
		font-weight:700;
		border-radius:12px;
		text-align:center;
	}
	
	#sf2020  #secondery_main.practice ul.ddstype li a:hover {
		text-decoration:none;
		opacity:0.7;
	}
}



/* service-planning */

#sf2020  #secondery_main.planning p {
	font-size:18px;
	line-height:180%;
	margin-bottom:60px;
}

#sf2020  #secondery_main.planning p a {
	text-decoration:underline;
}

#sf2020  #secondery_main.planning h5 span {
	text-align:right;
	float:right;
	padding-right:280px;
	font-size:70%;
}

#sf2020  #secondery_main.planning ul.feature {
	list-style-type:none;
	justify-content: center;
	padding:0;
	margin:0 0 60px 0;
	display:flex;
}

#sf2020  #secondery_main.planning ul.feature li {
	border:2px solid #FF7013;
	text-align:center;
	width:222px;
	height:222px;
	margin-right:22px;
	background:#fff;
	border-radius:20px;
}

#sf2020  #secondery_main.planning ul li:last-child {
	margin-right:0;
}

#sf2020  #secondery_main.planning ul.feature li p {
	font-size:19px;
	font-weight:700;
	color:#FF7013;
	margin:0;
	padding:57px 20px;
	line-height:150%;
}

#sf2020  #secondery_main.planning ul.feature li:nth-child(1) p,
#sf2020  #secondery_main.planning ul.feature li:nth-child(3) p {
	padding:80px 20px;
}

#sf2020  #secondery_main.planning .tables {
	position:relative;
	width:96%;
	margin:0 auto;
}

#sf2020  #secondery_main.planning .tables img.room {
	position:absolute;
	top:-100px;
	right:0;
}

#sf2020  #secondery_main.planning .tables table {
	width:100%;
	position:relative;
	background:#fff;
	margin-bottom:120px;
	table-layout: fixed;
}

#sf2020  #secondery_main.planning .tables table th,
#sf2020  #secondery_main.planning .tables table td{
	border-collapse:collapse;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	padding:10px 10px;
	font-size:16px;
}

#sf2020  #secondery_main.planning .tables table th {
	text-align:center;
	background:#8A8A8A;
	color:#fff;
}

#sf2020  #secondery_main.planning .tables table td:first-child {
	width:100px;
}

#sf2020  #secondery_main.planning .tables table td:nth-child(2) {
	width:130px;
	text-align:center;
}

#sf2020  #secondery_main.planning .tables table td:nth-child(3) {
	width:420px;
	font-weight:bold;
}

#sf2020  #secondery_main.planning .tables table td:nth-child(4) {
	width:320px;
}

#sf2020  #secondery_main.planning .tables table td a {
	display:block;
	border:1px solid #FF8536;
	color:#FF8536;
	text-align:center;
	border-radius:10px;
	padding:5px 10px;
}

#sf2020  #secondery_main ul.case {
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	padding:0;
}

#sf2020  #secondery_main ul.case li {
	width:380px;
	text-align:left;
	margin-right:30px;
	margin-bottom:40px;
	position:relative;
}

#sf2020  #secondery_main ul.case li:nth-child(3n) {
	margin-right:0;
}

#sf2020  #secondery_main ul.case li a {
	text-decoration:none;
	color:#333;
}

#sf2020  #secondery_main ul.case li a:hover {
	opacity:0.7;
}

#sf2020  #secondery_main ul.case li a span.case {
	color:#fff;
	position:absolute;
	top:1px;
	left:1px;
	background:#1CABF9;
	padding:5px 15px;
	font-weight:normal;
}

#sf2020  #secondery_main ul.case li img {
	margin:0 auto 15px auto;
	border:1px solid #efefef;
}

#sf2020  #secondery_main ul.case li h4 {
	font-size:18px;
	background:none;
	padding:0;
}

@media screen and (max-width:991px) {
	#sf2020  #secondery_main.planning p {
		font-size:18px;
		line-height:180%;
		margin:0 auto 30px auto;
		width:90%;
	}
	
	#sf2020  #secondery_main.planning p a {
		text-decoration:underline;
	}
	
	#sf2020  #secondery_main.practice p {
		font-size:16px;
		line-height:180%;
		width:90%;
		margin:0 auto 30px auto;
	}
	
	#sf2020  #secondery_main.planning h5 span {
		text-align:left;
		float:none;
		padding-right:280px;
		font-size:70%;
		margin-bottom:10px;
	}
	
	#sf2020  #secondery_main.planning ul.feature {
		list-style-type:none;
		padding:0;
		margin:0 auto 20px auto;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
		width:96%;
	}
	
	#sf2020  #secondery_main.planning ul.feature li {
		border:2px solid #FF7013;
		text-align:center;
		height:auto;
		width:46%;
		margin-right:0;
		margin-bottom:20px;
		background:#fff;
		border-radius:20px;
	}
	
	#sf2020  #secondery_main.planning ul.feature li p {
		font-size:15px;
		font-weight:700;
		color:#FF7013;
		margin:0;
		line-height:150%;
		width:100%;
	}
	
	#sf2020  #secondery_main.planning ul.feature li:nth-child(1) p,
	#sf2020  #secondery_main.planning ul.feature li:nth-child(3) p {
		padding:35px 12px 30px 12px;
	}
	
	#sf2020  #secondery_main.planning ul.feature li:nth-child(2) p,
	#sf2020  #secondery_main.planning ul.feature li:nth-child(4) p {
		padding:12px 12px 12px 12px;
	}
	
	#sf2020  #secondery_main.planning .tables {
		position:relative;
		width:90%;
		margin:0 auto;
		padding-bottom:20px;
	}
	
	#sf2020  #secondery_main.planning .tables2 {
		margin-bottom:60px;
	}
	
	#sf2020  #secondery_main.planning .tables img.room {
		position:absolute;
		top:-10px;
		right:0;
		width:45%;
		height:auto;
	}
	
	#sf2020  #secondery_main.planning .tables table {
		width:100%;
		position:relative;
		background:#fff;
		margin-bottom:120px;
	}
	
	#sf2020  #secondery_main.planning .tables h5 {
		width:100%;	
	}
	
	#sf2020  #secondery_main.planning .tables p {
		width:100%;
		font-size:13px;
		margin:0 auto 20px 0;
		position:relative;
	}
	
	#sf2020  #secondery_main.planning .tables table {
		margin-bottom:0;
		table-layout: fixed;
	}
	
	#sf2020  #secondery_main.planning .tables table th,
	#sf2020  #secondery_main.planning .tables table td{
		border-collapse:collapse;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px dotted #ccc;
		border-top:1px dotted #ccc;
		padding:5px 5px;
		font-size:15px;
	}
	
	#sf2020  #secondery_main.planning .tables table th {
		text-align:center;
		background:#8A8A8A;
		color:#fff;
	}
	
	#sf2020  #secondery_main.planning .tables table td:first-child {
		width:100px;
	}
	
	#sf2020  #secondery_main.planning .tables table td:nth-child(2) {
		width:130px;
		text-align:center;
	}
	
	#sf2020  #secondery_main.planning .tables table td:nth-child(3) {
		width:420px;
		font-weight:bold;
	}
	
	#sf2020  #secondery_main.planning .tables table td:nth-child(4) {
		width:320px;
	}
	
	#sf2020  #secondery_main.planning .tables table td a {
		display:block;
		border:1px solid #FF8536;
		color:#FF8536;
		text-align:center;
		border-radius:10px;
		padding:5px 10px;
	}
	
	/* scrollable style */
	#sf2020  #secondery_main .scrollable {
		overflow: auto;
		white-space: nowrap;
	}
	
	#sf2020  #secondery_main .scrollable::-webkit-scrollbar {
		height: 5px;
	}
	
	#sf2020  #secondery_main .scrollable::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	
	#sf2020  #secondery_main .scrollable::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	
	/**/
	#sf2020  #secondery_main ul.case {
		list-style-type:none;
		display:flex;
		flex-wrap:wrap;
		padding:0;
		width:100%;
		margin:0 auto;
	}
	
	#sf2020  #secondery_main ul.case li {
		width:100%;
		text-align:left;
		margin-right:0;
		margin-bottom:20px;
		position:relative;
	}
	
	#sf2020  #secondery_main ul.case li a {
		text-decoration:none;
		color:#333;
	}
	
	#sf2020  #secondery_main ul.case li a span.case {
		color:#fff;
		position:absolute;
		top:1px;
		left:1px;
		background:#1CABF9;
		padding:5px 15px;
		font-weight:normal;
	}
	
	#sf2020  #secondery_main ul.case li img {
		margin:0 auto 15px auto;
		border:1px solid #efefef;
		width:100%;
	}
	
	#sf2020  #secondery_main ul.case li h4 {
		font-size:18px;
		background:none;
		padding:0;
		margin:0;
	}
}






/* service-equipment */
#sf2020 #secondery_main.equipment .sec h3 {
    margin-bottom: 16px;
    padding: 70px 0 20px;
}
#sf2020 #secondery_main.equipment .sec .txt {
    text-align: center;
    margin-bottom: 78px;
    font-size: 1.5rem;
}
#sf2020 #secondery_main.equipment .sec h4 {
    margin-bottom: 51px;
    padding: 15px 15px;
}
#sf2020 #secondery_main ul.com_feature {
    margin-bottom: 98px;
    padding: 0;
	list-style-type:none;
	display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
#sf2020 #secondery_main ul.com_feature li {
    margin: 0 12px 20px;
    width: 222px;
    border: 2px solid #FF7013;
    border-radius: 23px;
    font-weight: bold;
    color: #FF7013;
    font-size: 19px;
    line-height: 150%;
    text-align: center;
    padding: 62px 10px 57px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#sf2020 #secondery_main ul.com_feature li p {
    width: 100%;
    text-align: center;
}
#sf2020 #secondery_main ul.com_feature .style p {
    font-size: 22px;
}
#sf2020 #secondery_main .equipmentBox {
    margin: 0 37px;
}
#sf2020 #secondery_main.equipment .sec h5 {
    padding: 12px 12px;
    margin: -4px 0 37px;
}
#sf2020 #secondery_main .com_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 2px;
}
#sf2020 #secondery_main .com_list li {
    margin-bottom: 68px;
    width: 46.4%;
}
#sf2020 #secondery_main .com_list li .ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
#sf2020 #secondery_main .com_list li .sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sf2020 #secondery_main .com_list li .sub .text_box {
    width: 66.6%;
}
#sf2020 #secondery_main .com_list li .sub .text_box dl {
    margin-bottom: 29px;
}
#sf2020 #secondery_main .com_list li .sub .text_box dt {
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}
#sf2020 #secondery_main .com_list li .sub .text_box dd {
    padding-left: 6em;
    font-size: 16px;
    line-height: 1.4;
}
#sf2020 #secondery_main .com_link {
    width: 199px;
}
#sf2020 #secondery_main .com_link a {
    padding: 7px 5px 6px;
    display: block;
    font-size: 18px;
    color: #FF8535;
    font-weight: bold;
    text-align: center;
    border: 1px solid #FF7A4D;
    border-radius: 13px;
    background-color: #fff;
}
#sf2020 #secondery_main.equipment .inner {
    margin-bottom: 90px;
    padding: 25px 28px 25px 20px;
    background-color: #F9F9F9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#sf2020 #secondery_main.equipment .inner p {
    margin: 0;
    width: 68%;
    font-size: 18px;
}
#sf2020 #secondery_main .also {
    margin: -3px 32px 48px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sf2020 #secondery_main .also .photo_box {
    order: 2;
    width: 274px;
    box-sizing: border-box;
    text-align: center;
}
#sf2020 #secondery_main .also .photo_box01 {
    min-height: 274px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #BBBBBB;
}
#sf2020 #secondery_main .also .text_box {
    width: 72%;
}
#sf2020 #secondery_main .also .text_box h5 {
    margin: 0 0 20px;
}
#sf2020 #secondery_main .also .text_box p {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 2;
}
#sf2020 #secondery_main.equipment .inner02 {
    padding-left: 31px;
    margin: 65px 0 -50px;
}
#sf2020 #secondery_main .inner02 .com_link {
    width: 330px;
}
#sf2020 #secondery_main.equipment .sec:first-child {
    margin-bottom: 160px;
}
#sf2020 #secondery_main.equipment .sec {
    margin-bottom: 110px;
}
#sf2020 #secondery_contents .equipment02 {
    background-position: right top;
    background-image: url("/uploads/images/sf2020/service/equipment/bg.png");
}


@media screen and (max-width:991px) {
    #sf2020 #secondery_main.equipment .sec h3 {
        padding: 20px 0;
    }
    #sf2020 #secondery_main.equipment .sec .txt {
        margin: 0 10px 40px;
    }
    #sf2020 #secondery_main ul.com_feature {
        margin: 0 14px 50px;
        justify-content: space-between;
    }
    #sf2020 #secondery_main ul.com_feature li {
        width: 48%;
        font-size: 12px !important;
        margin: 0 0 20px !important;
        padding: 30px 5px;
    }
    #sf2020 #secondery_main ul.com_feature li p {
        margin-bottom: 0;
    }
    #sf2020 #secondery_main ul.com_feature .style p {
        font-size: 12px;
    }
    #sf2020 #secondery_main .equipmentBox {
        margin: 0 20px;
    }
    #sf2020 #secondery_main.equipment .sec h5 {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #sf2020 #secondery_main .com_list {
        display: block;
    }
    #sf2020 #secondery_main .com_list li {
        width: auto;
        margin-bottom: 40px;
    }
    #sf2020 #secondery_main .com_list li .sub {
        display: block;
    }
    #sf2020 #secondery_main .com_list li .sub .photo_box {
        text-align: center;
        margin-bottom: 20px;
    }
	
	#sf2020 #secondery_main .com_list li .sub .photo_box img {
		margin:0 auto!important;
	}
	
    #sf2020 #secondery_main .com_list li .sub .text_box {
        width: auto;
    }
    #sf2020 #secondery_main .com_list li .sub .text_box dt {
        font-size: 13px;
    }
    #sf2020 #secondery_main .com_list li .sub .text_box dd {
        font-size: 13px;
    }
    #sf2020 #secondery_main .com_link {
        margin: 0 auto;
    }
    #sf2020 #secondery_main .com_list li .ttl {
        font-size: 17px;
        text-align: center;
    }
    #sf2020 #secondery_main.equipment .inner {
        padding: 20px;
        margin-bottom: 40px;
        display: block;
    }
    #sf2020 #secondery_main.equipment .inner p {
        width: auto;
        font-size: 16px;
        margin-bottom: 20px;
    }
    #sf2020 #secondery_main .also {
        margin: 0 0 20px;
        display: block;
    }
    #sf2020 #secondery_main .also .photo_box {
        margin: 0 auto 20px;
		text-align:center;
    }
	#sf2020 #secondery_main .also .photo_box img{
        margin: 0 auto;
		text-align:center;
    }
	
    #sf2020 #secondery_main .also .text_box {
        width: auto;
    }
    #sf2020 #secondery_main .also .text_box p {
        font-size: 15px;
    }
    #sf2020 #secondery_main.equipment .inner02 {
        margin: 40px 0 -30px;
    }
    #sf2020 #secondery_main .com_link a {
        font-size: 16px;
    }
    #sf2020 #secondery_main .com_link a:hover {
        text-decoration: none;
    }
    #sf2020 #secondery_main.equipment .sec:first-child {
        margin-bottom: 100px;
    }
    #sf2020 #secondery_main .inner02 .com_link {
        width: auto;
        max-width: 300px;
    }
}

/* service-inspection */
#sf2020 #secondery_main.inspection .sec h3 {
    margin-bottom: 12px;
    padding: 70px 0 20px;
}
#sf2020 #secondery_main.inspection .sec .txt {
    text-align: center;
    margin-bottom: 55px;
    font-size: 1.5rem;
    line-height: 2;
}
#sf2020 #secondery_main.inspection .sec h4 {
    margin-bottom: 28px;
    padding: 15px 15px;
}
#sf2020 #secondery_main.inspection .sec .ttl_box {
    position: relative;
}
#sf2020 #secondery_main.inspection .sec .ttl_box .photo {
    position: absolute;
    top: -229px;
    right: 7px;
}
#sf2020 #secondery_main .com_text_list {
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}
#sf2020 #secondery_main .com_text_list li {
    padding: 6px 0 4px 42px;
    font-size: 18px;
    font-weight: bold;
    background: url("/uploads/images/sf2020/service/inspection/icon01.png") no-repeat left top 8px;
}
#sf2020 #secondery_main .com_text_list li span {
    background: url("/uploads/images/sf2020/service/inspection/bg03.png") repeat-x left bottom;
}
#sf2020 #secondery_main.inspection p {
    margin-bottom: 99px;
    font-size: 18px;
}
#sf2020 #secondery_main.inspection .txt_box {
    margin: 35px 0 68px;
    border: 2px solid #FF7373;
    border-radius: 20px;
    padding: 13px 20px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#sf2020 #secondery_main.inspection .txt_box p {
    width: 93%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 2;
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
}
#sf2020 #secondery_main.inspection .txt_box p span {
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#sf2020 #secondery_main.inspection ul.com_feature {
    margin-bottom: 88px;
    padding-top: 24px;
}
#sf2020 #secondery_main.inspection ul.com_feature li {
    padding: 25px 15px 29px;
}
#sf2020 #secondery_main.inspection ul.com_feature p {
    line-height: 1.5;
    margin: 0;
    min-height: inherit;
}
#sf2020 #secondery_main.inspection table {
    width: 100%;
    border-collapse: collapse;
}
#sf2020 #secondery_main.inspection .table_box {
    margin: 47px 0 45px;
}
#sf2020 #secondery_main.inspection table th {
    padding: 14px 15px;
    font-size: 18px;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    text-align: left;
    vertical-align: middle;
    border-bottom-style: dotted;
}
#sf2020 #secondery_main.inspection table thead th {
    font-size: 16px;
    padding: 14px 5px;
    color: #fff;
    text-align: center;
    background-color: #8A8A8A;
}
#sf2020 #secondery_main.inspection table thead th:first-child {
    text-align: left;
    padding-left: 20px;
}
#sf2020 #secondery_main.inspection table thead th sub {
    font-size: 15px;
    vertical-align: 2px;
}
#sf2020 #secondery_main.inspection table td {
    padding: 14px 10px;
    font-size: 18px;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    text-align: center;
    vertical-align: middle;
    border-bottom-style: dotted;
}
#sf2020 #secondery_main.inspection table td:last-child {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
}
#sf2020 #secondery_main.inspection table .style01 {
    width: 32%;
}
#sf2020 #secondery_main.inspection table .style02 {
    width: 11%;
}
#sf2020 #secondery_main.inspection table .style03 {
    width: 11%;
}
#sf2020 #secondery_main.inspection table .style04 {
    width: 11%;
}
#sf2020 #secondery_main.inspection table .style05 {
    width: 35%;
}
#sf2020 #secondery_main.inspection table tbody td {
    height: 68px;
}
#sf2020 #secondery_main.inspection .txt02 {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 -20px 79px;
}
#sf2020 #secondery_main.inspection .txt02 .txtSpan {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
#sf2020 #secondery_main.inspection .txt02 .txtSpan span {
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#sf2020 #secondery_main.inspection .com_list {
    margin-top: -60px;
}
#sf2020 #secondery_main.inspection .com_list li {
    margin-bottom: 60px;
}
#sf2020 #secondery_main.inspection .com_list li .sub .text_box dd {
    padding-left: 4.1em;
}
#sf2020 #secondery_main .contact_box {
    margin: 55px 0;
    padding: 0 17px 14px;
    border: 3px solid #32637A;
    border-radius: 10px;
    position: relative;
}
#sf2020 #secondery_main .contact_box .photo {
    position: absolute;
    bottom: 0;
    right: -5px;
}
#sf2020 #secondery_main .contact_box p {
    margin-bottom: 0;
}
#sf2020 #secondery_main .contact_box ul {
    list-style: none;
    padding: 0;
}
#sf2020 #secondery_main .contact_box .subUl {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
#sf2020 #secondery_main .contact_box .subUl > li {
    width: 491px;
}
#sf2020 #secondery_main .contact_box .subUl > li .ttl {
    font-size: 20px;
    padding: 4px 20px 8px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: -1px;
    background: #32637A url("/uploads/images/sf2020/service/inspection/bg02.jpg") no-repeat right top;
    background-size: auto 100%;
}
#sf2020 #secondery_main .contact_box .subUl > li .ttl04 {
    margin: 0 18px 15px -18px;
}
#sf2020 #secondery_main .contact_box .subUl > li .ttl02 {
    font-size: 23px;
    color: #326379;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: -1px;
}
#sf2020 #secondery_main .contact_box .subUl .ulList {
    display: flex;
    flex-wrap: wrap;
}
#sf2020 #secondery_main .contact_box .subUl .ulList li {
    width: 45%;
}
#sf2020 #secondery_main .contact_box .subUl .ulList li .ttl03 {
    padding-left: 5px;
    font-size: 15px;
    border-left: 6px solid #32637A;
    line-height: 1;
}
#sf2020 #secondery_main .contact_box .subUl .ulList li .tel {
    margin: 4px 0 0 -5px;
    font-size: 34px;
    color: #333;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -2px;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sf2020 #secondery_main .contact_box .subUl .ulList li .tel a:hover {
    text-decoration: none;
    color: #333;
}
#sf2020 #secondery_main .contact_box p {
    font-size: 14px;
    color: #000;
}
#sf2020 #secondery_main.inspection .sec:first-child {
    margin-bottom: 123px;
}
#sf2020 #secondery_main.inspection .sec {
    margin-bottom: 110px;
}
#secondery_contents .inspection02 {
    background-position: right top;
    background-image: url("/uploads/images/sf2020/service/inspection/bg.png");
}

@media screen and (max-width:991px) {
    #sf2020 #secondery_main.inspection .sec h3 {
        padding: 20px 0;
    }
    #sf2020 #secondery_main.inspection .sec .txt {
        margin: 0 10px 40px;
        font-size: 15px;
        line-height: 1.4;
    }
    #sf2020 #secondery_main .com_text_list {
        margin: 0 10px 40px;
    }
    #sf2020 #secondery_main .com_text_list li {
        font-size: 15px;
        padding-left: 27px;
        background-size: 20px auto;
    }
    #sf2020 #secondery_main.inspection .sp_txt {
        margin: 0 10px 30px;
    }
    #sf2020 #secondery_main.inspection .sec .ttl_box .photo {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 40px;
        width: 80%;
        display: block;
    }
    #sf2020 #secondery_main.inspection .sec .ttl_box .photo img {
        width: 100%;
    }
    #sf2020 #secondery_main.inspection .txt_box {
        margin: 0 10px 50px;
        padding: 13px 10px 15px;
        display: block;
    }
    #sf2020 #secondery_main.inspection .txt_box .img {
        text-align: center;
        margin-bottom: 20px;
    }
    #sf2020 #secondery_main.inspection .txt_box p {
        width: auto;
    }
    #sf2020 #secondery_main.inspection ul.com_feature p {
        font-size: 14px;
    }
    #sf2020 #secondery_main.inspection ul.com_feature li {
        padding-left: 5px;
        padding-right: 5px;
    }
    #sf2020 #secondery_main.inspection ul.com_feature {
        margin-bottom: 40px;
    }
    #sf2020 #secondery_main.inspection .table_box {
        margin-bottom: 20px;
        padding-bottom: 10px;
        overflow-x: auto;
    }
    #sf2020 #secondery_main.inspection table {
        width: 960px;
    }
    #sf2020 #secondery_main.inspection table th {
        font-size: 14px;
    }
    #sf2020 #secondery_main.inspection table td {
        font-size: 14px;
    }
    #sf2020 #secondery_main.inspection table tbody td {
        height: 50px;
    }
    #sf2020 #secondery_main.inspection .txt02 {
        font-size: 14px;
        margin: 0 0 40px;
    }
    #sf2020 #secondery_main.inspection p {
        font-size: 15px;
        margin-bottom: 40px;
    }
    #sf2020 #secondery_main.inspection .com_list {
        margin-top: 0;
    }
    #sf2020 #secondery_main .contact_box {
        margin: 0 10px;
    }
    #sf2020 #secondery_main .contact_box .subUl {
        display: block;
    }
    #sf2020 #secondery_main .contact_box .subUl > li {
        width: auto;
    }
    #sf2020 #secondery_main .contact_box .subUl > li .ttl {
        font-size: 13px;
        margin-right: 0;
    }
    #sf2020 #secondery_main .contact_box .subUl > li .ttl02 {
        font-size: 13px;
        letter-spacing: 0;
    }
    #sf2020 #secondery_main .contact_box .subUl .ulList {
        display: block;
    }
    #sf2020 #secondery_main .contact_box .subUl .ulList li {
        margin-bottom: 10px;
        width: auto;
    }
    #sf2020 #secondery_main .contact_box .subUl .ulList li .ttl03 {
        margin-bottom: 0;
    }
    #sf2020 #secondery_main .contact_box .subUl .ulList li .tel {
        letter-spacing: 0;
    }
    #sf2020 #secondery_main .contact_box .photo {
        width: 100px;
    }
    #sf2020 #secondery_main .contact_box .photo img {
        width: 100%;
    }
    #sf2020 #secondery_main.inspection .com_list li {
        margin-bottom: 30px;
    }

    
}


/* service-hygiene */
#sf2020 #secondery_main.hygiene .sec .txt {
    font-size: 18px;
    margin: 10px 0 73px;
    padding: 40px 14px 0;
    line-height: 1.8;
    border-top: 1px solid #EEEEEE;
}
#sf2020 #secondery_main.hygiene .sec h4 {
    margin-bottom: 28px;
    padding: 14px 15px;
}
#sf2020 #secondery_main.hygiene .work_box {
    margin-bottom: 34px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sf2020 #secondery_main.hygiene .work_box .photo_box {
    width: 248px;
    text-align: center;
}
#sf2020 #secondery_main.hygiene .work_box .right_box {
    width: 75.2%;
}
#sf2020 #secondery_main.hygiene .work_box .inner {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
#sf2020 #secondery_main.hygiene .work_box .right_box .num {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #84C722;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sf2020 #secondery_main.hygiene .work_box .text_box {
    padding-bottom: 21px;
    width: calc(100% - 100px);
    margin: 0 20px 0 14px;
    min-height: 85px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #BBBBBB;
}
#sf2020 #secondery_main.hygiene .work_box .inner:last-child .text_box {
    border-bottom: none;
}
#sf2020 #secondery_main.hygiene .work_box .text_box dl {
    width: 75%;
    margin: -4px 0 0;
}
#sf2020 #secondery_main.hygiene .work_box .text_box dt {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}
#sf2020 #secondery_main.hygiene .work_box .text_box dd {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}
#sf2020 #secondery_main.hygiene .work_box .text_box .com_link {
    position: absolute;
    bottom: 25px;
    right: 0;
}
#sf2020 #secondery_main.hygiene .hygiene_txt {
    margin: 0 13px 58px;
    font-size: 16px;
    line-height: 1.8;
}
#sf2020 #secondery_main.hygiene .imgBoxR {
    margin: 44px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sf2020 #secondery_main.hygiene .imgBoxR .photo_box {
    order: 2;
}
#sf2020 #secondery_main.hygiene .imgBoxR .photo_box02 {
    margin-right: -38px;
}
#sf2020 #secondery_main.hygiene .imgBoxR .left_box {
    width: 76%;
}
#sf2020 #secondery_main.hygiene .sec h5 {
    padding: 11px 15px 13px;
}
#sf2020 #secondery_main.hygiene .com_text_list li{
    padding-bottom: 6px;
}
#sf2020 #secondery_main.hygiene .method {
    padding: 5px 0 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sf2020 #secondery_main.hygiene .method .photo_box {
    order: 2;
    width: 23%;
    text-align: center;
}
#sf2020 #secondery_main.hygiene .method .left_box {
    margin: 2px 0 0 15px;
    width: 72.2%;
}
#sf2020 #secondery_main.hygiene .method .inner {
    margin-bottom: 35px;
    padding: 17px 20px 22px;
    display: flex;
    flex-wrap: wrap;
    position: relative;

    border: 2px solid #84C722;
}
#sf2020 #secondery_main.hygiene .method .inner .num {
    position: absolute;
    top: -17px;
    left: -20px;
    width: 43px;
    height: 43px;
    padding-bottom: 2px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    font-weight: bold;
    background-color: #84C722;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}
#sf2020 #secondery_main.hygiene .method .inner .text_box {
    width: 62%;
    margin: 6px 0 0 21px;
    position: relative;
}
#sf2020 #secondery_main.hygiene .method .inner .text_box p {
    font-size: 16px;
    line-height: 1.2;
}
#sf2020 #secondery_main.hygiene .method .inner .text_box .link_ul {
    list-style: none;
    margin: 0 -4px;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
}
#sf2020 #secondery_main.hygiene .method .inner .text_box .link_ul li {
    margin-right: 12px;
}
#sf2020 #secondery_main.hygiene .method .inner .com_link {
    width: 173px;
}
#sf2020 #secondery_main.hygiene .method .inner .com_link a {
    padding: 5px 5px 6px;
    font-size: 13px;
    border-radius: 10px;
}
#sf2020 #secondery_main.hygiene .method .inner .com_link02 a {
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 8px;
}
#sf2020 #secondery_main.hygiene .room_box {
    margin: 0 12px;
}
#sf2020 #secondery_main.hygiene .room_box p {
    margin-bottom: 17px;
    padding: 3px 0 20px;
    font-size: 16px;
    line-height: 1.8;
}
#sf2020 #secondery_main.hygiene .room_box .imgBoxR {
    margin: 0 0 104px;
}
#sf2020 #secondery_main.hygiene .room_box .imgBoxR:last-child {
    margin-bottom: 0;
}
#sf2020 #secondery_main.hygiene .room_box .imgBoxR02 {
    margin-bottom: 75px;
}
#sf2020 #secondery_main.hygiene .room_box .imgBoxR .photo_box {
    width: 225px;
    text-align: center;
}
#sf2020 #secondery_main.hygiene .room_box .imgBoxR .left_box {
    width: 77%;
}
#sf2020 #secondery_main.hygiene .room_box .imgBoxR .left_box h5 {
    margin-bottom: 22px;
}
#sf2020 #secondery_main.hygiene .room_box .imgBoxR .left_box p {
    padding: 0;
    margin-bottom: 24px;
}
#sf2020 #secondery_main.hygiene .sec {
    margin-bottom: 80px;
}

@media screen and (max-width:991px) {
    #sf2020 #secondery_main.hygiene .sec .txt {
        font-size: 14px;
        margin-bottom: 30px;
    }    
    #sf2020 #secondery_main.hygiene .work_box {
        display: block;
        margin: 0 20px 40px;
    }
    #sf2020 #secondery_main.hygiene .work_box .photo_box {
        margin: 0 auto 20px;
    }
    #sf2020 #secondery_main.hygiene .work_box .right_box{
        width: auto;
    }
    #sf2020 #secondery_main.hygiene .work_box .inner {
        display: block;
    }
    #sf2020 #secondery_main.hygiene .work_box .right_box .num {
        margin: 0 auto 20px;
    }
    #sf2020 #secondery_main.hygiene .work_box .text_box {
        width: auto;
        margin: 0;
    }
    #sf2020 #secondery_main.hygiene .work_box .text_box dl {
        width: auto;
    }
    #sf2020 #secondery_main.hygiene .work_box .text_box dt{
        font-size: 16px;
    }
    #sf2020 #secondery_main.hygiene .work_box .text_box dd {
        font-size: 14px;
    }
    #sf2020 #secondery_main.hygiene .work_box .text_box .com_link {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 20px auto 0;
    }
    #sf2020 #secondery_main.hygiene .hygiene_txt{
        font-size: 14px;
    }
    #sf2020 #secondery_main.hygiene .imgBoxR {
        display: block;
    }
    #sf2020 #secondery_main.hygiene .imgBoxR .left_box {
        width: auto;
    }
    #sf2020 #secondery_main.hygiene .imgBoxR .photo_box {
        margin: 0 0 20px;
        text-align: center;
    }
	
	#sf2020 #secondery_main.hygiene .imgBoxR .photo_box img {
		  margin: 0 auto!important;
    }
	
    #sf2020 #secondery_main.hygiene .sec h5 {
        margin: 0 0 20px;
        width: auto;
    }
    #sf2020 #secondery_main.hygiene .method {
        display: block;
    }
	
	#sf2020 #secondery_main.hygiene .method img {
        margin: 0 auto!important;
    }
	
    #sf2020 #secondery_main.hygiene .method .photo_box {
        width: auto;
        margin-bottom: 30px;
    }
    #sf2020 #secondery_main.hygiene .method .left_box {
        width: auto;
        margin: 0;
    }
    #sf2020 #secondery_main.hygiene .method .inner {
        display: block;
        padding: 20px 15px 15px;
    }
    #sf2020 #secondery_main.hygiene .method .inner .photo {
        width: auto;
        text-align: center;
    }
    #sf2020 #secondery_main.hygiene .method .inner .text_box {
        width: auto;
        margin: 20px 0 0;
    }
    #sf2020 #secondery_main.hygiene .method .inner .text_box .link_ul {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 10px;
        display: block;
    }
    #sf2020 #secondery_main.hygiene .method .inner .text_box .link_ul li {
        margin: 5px 0;
        display: block;
    }
    #sf2020 #secondery_main.hygiene .method .inner .com_link {
        margin: 0 auto;
    }
    #sf2020 #secondery_main.hygiene .method .inner .com_link a {
        font-size: 11px;
        padding: 5px 2px;
    }
    #sf2020 #secondery_main.hygiene .room_box .imgBoxR .photo_box {
        margin: 0 auto 20px;
    }
    #sf2020 #secondery_main.hygiene .room_box .imgBoxR .left_box {
        width: auto;
    }
    #sf2020 #secondery_main.hygiene .room_box .imgBoxR {
        margin-bottom: 40px;
    }
}
