@charset "utf-8";
:root {
	--page-green: #148f0c;
	--page-orange: #ff4217;
	--page-yellow: #ffe946;
	--page-gray: #444444;
	--page-light-gray: #dfe7f3;
	--page-inner-width: 655px;
	--page-transition: all 0.3s 0s ease;
}
.page a {
}
@media screen and (min-width:391px) {
	.page {
		font-size: 1.15em;
		padding: 0 0 2em 0;
		margin: 0 auto;
		width: 940px;
	}
	.page p {
		margin: 1em 0 0 0;
		padding: 0;
	}
	.page p:first-of-type {
		margin: 0;
	}
	.page .sp {
		display: none;
	}
	.page strong {
		color: var(--page-red);
	}
	.page p.intro {
		background-image: url("/parts/contents/telework_item/main.png");
		background-repeat: no-repeat;
		background-position: top left;
		height: 260px;
		margin: 0 auto;
		padding: 130px 290px 0 0;
		width: 730px;
	}
	.page div.case {
		background-color: var(--page-light-gray);
		background-image: url("/parts/contents/telework_item/case_bg.jpg");
		background-position: bottom center;
		background-repeat: repeat-x;
		margin-top: 1em;
		padding: 2em 0 6em 0;
	}
	.page div.case h3 {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.page div.case ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		padding: 0;
		width: 75%;
	}
	.page div.case ul a {
		color: #000;
		display: block;
		text-align: center;
		text-decoration: none;
	}
	.page ul li {
		background-position: top left;
		background-repeat: no-repeat;
		font-size: 1.7em;
		font-weight: bold;
		line-height: 150%;
		margin: 30px 0 0 0;
		padding: 0;
		text-align: center;
		width: 312px;
	}
	.page ul li img {
		padding: 0 0 7px 0;
		margin: 0;
		transition: 0.1s;
	}
	.page ul li img:hover {
		padding: 7px 0 0 0;
		transition: 0.3s;
	}
	.page div.item h3 {
		margin: 3em 0 0 0;
		text-align: center;
	}
	.page div.item div.product {
		background-color: var(--page-yellow);
		margin: 2em auto 0 auto;
		padding: 0 0 30px 0;
		width: 730px;
	}
	.page div.item div.product h4 {
		background-color: #FFF;
		background-position: top left;
		background-repeat: no-repeat;
		font-size: 1.75em;
		line-height: 1;
		height: 56px;
		margin: 0 0 20px 0;
		padding: 0 0 0 75px;
	}
	.page div.item div.product:nth-of-type(1) h4 {
		background-image: url("/parts/contents/telework_item/item_01_PC.png");
	}
	.page div.item div.product:nth-of-type(2) h4 {
		background-image: url("/parts/contents/telework_item/item_02_PC.png");
	}
	.page div.item div.product:nth-of-type(3) h4 {
		background-image: url("/parts/contents/telework_item/item_03_PC.png");
	}
	.page div.item div.product:nth-of-type(4) h4 {
		background-image: url("/parts/contents/telework_item/item_04_PC.png");
	}
	.page div.item div.product h4 strong {
		background: linear-gradient(transparent 60%, #ffe946 0%);
	}
	.page div.item div.product h4 + div {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 30px 0 0;
		text-align: left;
	}
	.page div.item div.product h4 + div:before {
		background-position: center left;
		background-repeat: no-repeat;
		content: "";
		height: 110px;
		margin: 0 0 0 20px;
		width: 15%;
	}
	.page div.item div.product:nth-of-type(1) h4 + div:before {
		background-image: url("/parts/contents/telework_item/face_01.svg");
	}
	.page div.item div.product:nth-of-type(2) h4 + div:before {
		background-image: url("/parts/contents/telework_item/face_02.svg");
	}
	.page div.item div.product:nth-of-type(3) h4 + div:before {
		background-image: url("/parts/contents/telework_item/face_03.svg");
	}
	.page div.item div.product:nth-of-type(4) h4 + div:before {
		background-image: url("/parts/contents/telework_item/face_04.svg");
	}
	.page div.item h4 + div p {
		align-items: center;
		display: flex;
		width: 80%;
	}
	.page div.item h4 + div p:before {
		background-position: right center;
		background-repeat: no-repeat;
		background-image: url("/parts/contents/telework_item/fukidashi.svg");
		content: "";
		height: 100px;
		margin: 0;
		padding: 0;
		width: 40px;
	}
	.page div.item h4 + div p span {
		background-color: var(--page-green);
		border-radius: 10px;
		color: #FFF;
		display: inline-block;
		font-size: 1.15em;
		line-height: 150%;
		margin: 0 0 0 -3px;
		padding: 20px;
	}
	.page div.item div.detail {
		background-color: #FFF;
		border-radius: 10px;
		display: flex;
		justify-content: space-between;
		margin: 20px 30px 25px 30px;
		padding: 25px;
		position: relative;
		text-align: left;
	}
	.page div.item div.detail p.kaiketsu {
		left: -15px;
		position: absolute;
		top: -20px;
	}
	.page div.item div.detail p.kaiketsu img {
		width: 180px;
	}
	.page div.item div.detail > div {
		width: 70%;
	}
	.page div.item div.detail dl {
		display: flex;
		font-size: 1.55em;
		font-weight: bold;
		margin: 30px 0 0 0;
		padding: 0;
	}
	.page div.item div.detail dt {
		color: var(--page-green);
		margin: 0;
		padding: 0 15px 0 0;
	}
	.page div.item div.detail dd {
		color: var(--page-orange);
		margin: 0;
		padding: 0;
	}
	.page div.item div.detail dl + p {
		display: inline-block;
		line-height: 150%;
		margin: 0;
		padding: 0;
	}
	.page div.item div.detail p.photo {
		margin: 0;
		padding: 0;
	}
	.page div.item p.btn {
		border: solid 2px var(--page-gray);
		border-bottom: solid 5px var(--page-gray);
		background-color: var(--page-orange);
		background-image: url("/parts/contents/telework_item/arrow.svg");
		background-position: right 10px center;
		background-repeat: no-repeat;
		background-size: 20px;
		border-radius: 7px;
		display: block;
		font-size: 1.45em;
		font-weight: bold;
		margin: 0 auto;
		padding: 9px 0;
		text-align: center;
		width: 60%;
	}
	.page div.item p.btn:hover {
		background-color: #FFF;
		transition: 0.5s;
	}
	.page div.item p.btn a {
		color: #FFF;
		display: block;
		text-align: center;
		text-decoration: none;
	}
	.page div.item p.btn:hover a {
		color: var(--page-orange);
		transition: 0.5s;
	}
}
@media screen and (max-width:390px) { 
	.page {
		font-size: 0.85em;
		padding-bottom: 2em;
		width: 100%;
	}
	.page * {
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	.page p {
		margin: 1em 0 0 0;
		padding: 0;
	}
	.page p:first-of-type {
		margin: 0;
	}
	.page h2 {
  width: 92%;
  margin: 1em auto 0 auto;
  padding: 0;
	}
	.page p.intro {
		width: 92%;
		margin: 15px auto 0 auto;
		box-sizing: border-box;
		line-height: 150%;
	}
	.page p.intro img {
		float: right;
		padding: 0 0 0 10px;
	}
	.page div.case {
		background-color: #dfe7f3;
		background-image: url("/parts/contents/telework_item/case_bg.jpg");
		background-position: bottom left;
		background-repeat: no-repeat;
		background-size: contain;
		box-sizing: border-box;
		padding: 1em 4% 3em 4%;
		margin: 20px 0 0 0;
	}
	.page div.case h3 {
		padding: 0;
		margin: 0;
	}
	.page div.case ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		box-sizing: border-box;
		margin: 1em 0 0 0;
		padding: 0;
		list-style: none;
	}
	.page div.case ul a {
		text-decoration: none;
		font-size: 1.2em;
		color: #000;
		display: block;
		text-align: center;
	}
	.page ul li {
		width: 48%;
		font-weight: bold;
		font-size: 0.95em;
		line-height: 140%;
		text-align: center;
		margin: 0 0 15px 0;
		padding: 0;
		background-position: top left;
		background-repeat: no-repeat;
	}
	.page ul li img {
		padding: 0 0 7px 0;
		margin: 0;
	}
	.page div.item h3 {
		margin: 0 auto;
		width: 92%;
	}
	.page div.item div.product {
		background-color: #ffe946;
		padding: 0 0 25px 0;
		margin: 20px 0 0 0;
		box-sizing: border-box;
	}
	.page div.item div.product h4 {
		background-color: #FFF;
		background-position: bottom left;
		background-repeat: no-repeat;
		background-size: cover;
		font-size: 1.45em;
		line-height: 130%;
		margin: 0;
		padding: 10px 4% 10px 20%;
		box-sizing: border-box;
		min-height: 70px;
	}
	.page div.item div.product:nth-of-type(1) h4 {
		background-image: url("/parts/contents/telework_item/item_01_SP.png");
	}
	.page div.item div.product:nth-of-type(2) h4 {
		background-image: url("/parts/contents/telework_item/item_02_SP.png");
	}
	.page div.item div.product:nth-of-type(3) h4 {
		background-image: url("/parts/contents/telework_item/item_03_SP.png");
	}
	.page div.item div.product:nth-of-type(4) h4 {
		background-image: url("/parts/contents/telework_item/item_04_SP.png");
	}
	.page div.item div.product h4 strong {
		background: linear-gradient(transparent 60%, #ffe946 0%);
	}
	.page div.item div.product h4 + div {
		box-sizing: border-box;
		padding: 0 4% 0 0;
		margin: 0.5e, 0 0 0;
		display: flex;
		align-items: center;
	}
	.page div.item div.product h4 + div:before {
		content: "";
		width: 60%;
		height: 110px;
		background-repeat: no-repeat;
		background-position: center left;
		margin: 0 1% 0 0;
	}
	.page div.item div.product:nth-of-type(1) h4 + div:before {
		background-image: url("/parts/contents/telework_item/face_01.svg");
	}
	.page div.item div.product:nth-of-type(2) h4 + div:before {
		background-image: url("/parts/contents/telework_item/face_02.svg");
	}
	.page div.item div.product:nth-of-type(3) h4 + div:before {
		background-image: url("/parts/contents/telework_item/face_03.svg");
	}
	.page div.item div.product:nth-of-type(4) h4 + div:before {
		background-image: url("/parts/contents/telework_item/face_04.svg");
	}
	.page div.item h4 + div p {
		display: flex;
		align-items: center;
	}
	.page div.item h4 + div p:before {
		content: "";
		width: 70px;
		height: 30px;
		padding: 0;
		margin: 0;
		background-image: url("/parts/contents/telework_item/fukidashi.svg");
		background-repeat: no-repeat;
		background-position: right center;
	}
	.page div.item h4 + div p span {
		background-color: #148f0c;
		color: #FFF;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 15px;
		margin: 0 0 0 -3px;
		font-size: 1em;
		line-height: 140%;
		display: inline-block;
	}
	.page div.item div.detail {
		background-color: #FFF;
		box-sizing: border-box;
		margin: 20px 4%;
		padding: 0 5% 15px 5%;
		border-radius: 10px;
		position: relative;
	}
	.page div.item div.detail p.kaiketsu {
		position: absolute;
		top: -20px;
		left: -15px;
	}
	.page div.item div.detail p.kaiketsu img {
		width: 160px;
	}
	.page div.item div.detail > div {
	}
	.page div.item div.detail dl {
		padding: 3em 0 0 0;
		margin: 0;
		font-weight: bold;
		font-size: 1.25em;
	}
	.page div.item div.detail dt {
		color: #148f0c;
		padding: 0;
		margin: 0;
	}
	.page div.item div.detail dd {
		color: #ff4217;
		padding: 0;
		margin: 0;
	}
	.page div.item div.detail dl + p {
		display: inline-block;
		padding: 0;
		margin: 5px 0 0 0;
	}
	.page div.item div.detail p.photo {
		padding: 0;
		margin: 0;
		width: 30%;
		position: absolute;
		top: 0;
		right: 4%;
	}
	.page div.item p.btn {
		display: block;
		width: 75%;
		box-sizing: border-box;
		border-radius: 7px;
		margin: 0 auto;
		padding: 5px 0;
		background-color: #ff4217;
		background-image: url("/parts/contents/telework_item/arrow.svg");
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: right 10px center;
		text-align: center;
		font-weight: bold;
		font-size: 1.25em;
		border-top: solid 2px #444444;
		border-right: solid 2px #444444;
		border-bottom: solid 5px #444444;
		border-left: solid 2px #444444;
	}
	.page div.item p.btn a {
		display: block;
		color: #FFF;
		text-align: center;
		text-decoration: none;
	}
}