.biz-top-txt {
    width: 80%;
    max-width: 1200px;
    margin: 150px auto 30px;
    text-align: center;
}
.link-content{
    max-width: 1000px;
    margin: 0px auto;
}
.link-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
}
.link-content ul li {
    width: 245px;
    margin: 0 9px 10px 0;
    border: 1px #17bdf1 solid;
    list-style: none;
	color:#17bdf1;
}
a.link-design {
  width: auto;
  height: 68px;
  display: block;
  color: #17bdf1;
  text-align: center;
  text-decoration: none;
  outline: 0;
  opacity: 1;
  transition: 0.3s;
  position: relative;
}
.link-content ul li span {
    width: auto;
    display: block;
    line-height: 68px;
    font-weight: bold;
}

.link-content ul li a:after {
    width: 8px;
    height: 8px;
    display: block;
    content: "▼";
    position: absolute;
    top: 25%;
    right: 22px;
}
/*
.biz-content{
	background-image: url(http://w-endless.sakura.ne.jp/seishindou_test/wp-content/uploads/2022/03/bg_yellow.png);
    background-position: right top;
    background-size: 70%;
    background-repeat: no-repeat;
}
*/

.biz-content .container {
    display: flex;
    width: 80%;
    max-width: 1200px;
    margin: 0px auto 50px;
	padding-top: 100px;
	margin-top:-100px;
	align-items:center;
}
.biz-content .container:nth-child(4) .image,.biz-content .container:nth-child(5) .image{display: none;}
.biz-content .container:nth-child(4) .txt,.biz-content .container:nth-child(5) .txt{width: 100%;padding-right: 0!important;padding-left: 0px!important;}
.biz-content .container .image { width: 40%;}
.biz-content .container .txt {width: 60%;}
.biz-content .container:nth-child(even) .txt{padding-right: 20px;}
.biz-content .container:nth-child(odd) .txt{padding-left: 20px;}
.biz-content .container .txt .noTxt {
    color:#fff;
    background-color: #17bdf1;
    padding: 8px;
    font-weight: bold;
    border-radius: 5px;
    text-align: right;
    letter-spacing: 0.1em;
}
.biz-content .container .txt .txt-title {
    color:#17bdf1;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-left: 10px;
    font-size: 2.0rem;
}
.biz-content .container .txt .txtcont {margin-top: 1.6rem;}
.biz-content .container .txt .txtcont p {
	line-height:1.5;
	letter-spacing:0.1em;
}

.biz-inner{
	width: 83%;
    margin: 0px auto 0px;}

h3.business-h3{
	font-size: 3rem;
    font-weight: bold;
    color: #f36c12;
}
.maincont{
    display: flex;
    margin-bottom:6%;
    padding: 4%;
    justify-content: space-evenly;
}

.line-wrap{	 
	width: 100%;
    padding:0;
}
.img-line{
    margin: 5% 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}
.line_img{
	width: 30%;
    height: auto;
}

h3.business-h3-2{
    display: block;
    font-size: 3rem;
    font-weight: bold;
    color: #f36c12;
    margin-bottom: 4%;
}

.txtimg-sp{ display: none;}

.businesstxt{
    display: block;
    width: 100%;
}

.txtimg-line{
	display: flex;
    flex-direction: row;
    width: 15%;
	margin: 50px 0px;
    gap: 10px;
	align-items: center;
}
.txtdeco{
	display: block;
    height: 35%;
    width: auto;
	border: white solid 5px
px
;
}
.txtdeco-sp{ display: none;}

figure.fifty1{
	width: 35%;
    text-align: left;
}

.fifty{
	width: 50%;
	color: white;
	outline: white 2px dashed;
    outline-offset: -15px;
	background-color: #f36c12;
	padding: 50px;
}

@media screen and (min-width: 1024px) {
    .biz-content .container:nth-child(even) {flex-direction: row-reverse;}
}
@media screen and (max-width: 1024px) {
	.biz-content .container {margin:0px auto;}
    .biz-content .container .image img{width: 100%;}
    .biz-content .container:nth-child(even) {padding-right: 0;}
    .biz-content .container:nth-child(odd) .txt{padding-left: 0;}
	h3.business-h3{
		font-size: 3rem;
    	font-weight: bold;
    	color: #f36c12;
		text-align: left;
	}
	
	.businesstxt{
		display: block;
    	margin: 0 auto;
		width: 100%;
    	color: white;
	}
	.maincont{
	display: flex;
    flex-direction: column;
	}
	
	figure.fifty1{
    width: 100%;
	text-align: center;}
	
	.fifty{ width: 100%;}
}
@media screen and (max-width: 833px) {
	.biz-content .container {flex-direction:column;}
	.biz-content .container .image {
		width:100%;
		text-align:center;
		order:2;
		margin-top:20px;
	}
	.biz-content .container .txt {
		width:100%;
		padding:0px;
		order:1;
	}
	.maincont{
	display: flex;
    flex-direction: column;
	}
	
	figure.fifty1{
    width: 100%;
	text-align: center;}
	
	.fifty{ width: 100%;}
	.txtimg-sp{ display: none;}
}

figure{
	text-align: center;}

.txtimg-sp{ width: 50%;}


@media screen and (max-width:500px) {
	.biz-top-txt {
		margin:0px auto;
		width:100%;
		font-size:2.4rem;
	}
	.biz-sec-link {
		display:none;
	}
	.biz-content .container {
		width:100%;
		padding-top:40px;
	}
	.biz-content #ex-paint {
		padding-top:20px;
	}
	.biz-content .container .txt .txtcont {
		font-size:2.4rem;
	}
	.biz-content .container .txt .txt-title {
		font-size:3.0rem;
	}
	.biz-content .container .txt .txtcont p {
	    line-height:2;
	}
	
	.biz-inner{
	width: auto;
    margin: auto;}

	.txtdeco-sp{ display: block;}
	
	.txtimg-line{
    display: flex;
    flex-direction: row;
    width: 31%;
    margin: 30px 0px;
    gap: 5px;
    align-items: center;
	}
	
	.txtimg-line{display: none;}
	.txtimg-sp{ width: 70%;}
}