@charset "UTF-8";

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.txt-note {
	position: relative;
	margin-bottom: 10px;
	padding-left: 42px;
	font-size: 14px;
}

.txt-note:before {
	content: "（注）";
	display: inline-block;
	position: absolute;
	left: 0;
}

.txt-small {
	font-size: 14px;
}

.txt-red {
	color: #f00;
}

.clearfix::after {
	display: table;
	content: "";
	clear: both;
}

.article img,
.mvTop img {
	width: 100%;
}

.wrapper {
	max-width: 1240px;
	margin: auto;
}

#contents img.icon {
	width: inherit;
}

hr.hr1 {
	display: block;
	background-color: #f2f2ee;
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(135deg, #cccccc 0, #cccccc 1px, #f2f2ee 0, #f2f2ee 50%);
	height: 10px;
	visibility: visible;
	margin-bottom: 30px;
	border: none;
}

hr.hr2 {
	display: block;
	background-color: #cbe3ff;
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, #cbe3ff 0, #cbe3ff 50%);
	height: 10px;
	visibility: visible;
	margin-bottom: 30px;
	border: none;
}

hr.hr3 {
	display: block;
	background-color: #fff;
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(135deg, #cccccc 0, #cccccc 1px, #ffffff 0, #ffffff 50%);
	height: 10px;
	visibility: visible;
	margin-bottom: 30px;
	border: none;
}

.btn-02 a:hover,
.btn-03 a:hover,
a:hover img {
	opacity: 0.5;
}

.projector ul.point li p sup {
	font-size: 14px;
	font-weight: normal;
}

.app .icon {
	height: 50px;
}

/* Social buttons */
.social_btns {
	text-align: center;
	margin-bottom: 40px;
}

.social_btns h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #000 !important;
}

.social_btns li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px;
}

.store-icon {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.store-icon li {
	margin: 0 10px;
}

.mt4 {
	margin-top: 4px !important;
}

#header #headNav .serch p .img {
	position: relative;
	top: -1px;
	letter-spacing: 0;
}

.serch p .txt {
	font-size: 14px;
}

.serch p .txt label {
	top: -0.184659px;
}


.txt-img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}

.youtube p {
	font-size: 80%;
	text-align: left;
	font-weight: normal;
}

@media only screen and (min-width: 768px) {
	.wrapper {
		font-size: 18px;
	}

	.ol {
		padding-left: 40px;
		list-style-type: decimal;
	}

	.mvTop {
		margin: auto;
		background: #fff url(/products/bizprojector/software/programapping/common/images/bg01.svg) 0 100.1% no-repeat;
		background-size: 100%;
		padding-bottom: 100px;
		overflow: hidden;
	}

	.mvWrapper {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 30px;
		height: 400px;
	}

	.mvTop .wrapper .mvWrapper dt {
		width: 50%;
	}

	.mvTop .wrapper .mvWrapper dd {
		width: 50%;
	}

	.mvTop .topNav {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		margin-bottom: 40px;
	}

	.mvTop .topNav li {
		flex-basis: calc(100% / 5);
		text-align: center;
		border-right: 1px solid #ddd;
		display: table;
		padding: 2px;
		position: relative;
	}

	.mvTop .topNav li a {
		display: table-cell;
		vertical-align: middle;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.1;
		color: #fff;
		padding: 15px 5px;
		transition: all 0.2s 0s ease;
		background: #063e8d;
		position: relative;
	}

	.mvTop .topNav li a.small {
		font-size: 18px;
	}

	.mvTop .topNav li a:hover {
		background: #66a8f7;
		text-decoration: none;
	}

	.mvTop .topNav li a:after {
		position: absolute;
		content: "";
		bottom: 0px;
		margin: auto;
		display: inline-block;
		text-align: center;
		left: calc(50% - 6px);
		border: 6px solid transparent;
		border-top: 6px solid #ff9b42;
	}

	.mvTop .topNav li a:hover:after {
		bottom: -2px;
	}

	.mvTop .mv-clm {
		width: 800px;
		padding: 20px;
		margin: 0 auto 40px;
		background: #cbe3ff;
		border-radius: 10px;
	}

	#contents .wrapper h2 {
		font-size: 2em;
		letter-spacing: 0.15em;
		margin-bottom: 20px;
		text-align: center;
	}

	h3.balloon {
		font-size: 1.1em;
		position: relative;
		display: inline-block;
		text-align: center;
		margin-bottom: 40px;
		background: #fff;
		padding: 20px 40px 18px;
		line-height: 1;
		border-radius: 10px;
		border: 4px solid #ff9b42;
	}

	h3.balloon:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #ff9b42;
	}

	#contents .w200 {
		width: 200px;
	}

	#contents .w240 {
		width: 240px;
	}

	#contents .img-txt img {
		margin-right: 20px;
	}

	.article:nth-of-type(even) {
		padding: 40px 40px 100px;
		background: #cbe3ff url(/products/bizprojector/software/programapping/common/images/bg02.svg) 0 100.1% no-repeat;
		background-size: 100%;
		overflow: hidden;
	}

	.article:nth-of-type(odd) {
		padding: 40px 40px 100px;
		background: #f2f2ee url(/products/bizprojector/software/programapping/common/images/bg01.svg) 0 100.1% no-repeat;
		background-size: 100%;
		overflow: hidden;
	}

	.cntCol3,
	.cntCol2 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
	}

	.cntCol3>li {
		background: #fff;
		padding: 20px;
		width: calc((100% - 60px)/3);
		margin-bottom: 30px;
		margin-right: 30px;
		box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
		position: relative;
		border-radius: 10px;
	}

	.cntCol3>li:nth-of-type(3n),
	.cntCol3>li:last-of-type {
		margin-right: 0;
	}

	.cntCol2>li {
		background: #fff;
		padding: 20px;
		width: calc((100% - 30px)/2);
		margin-bottom: 30px;
		margin-right: 30px;
		box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
		position: relative;
	}

	.cntCol2>li:nth-of-type(even),
	.cntCol2>li:last-of-type {
		margin-right: 0;
	}

	.cntCol3 em {
		display: inline-block;
		border-radius: 50%;
		margin-right: 5px;
		font-size: 20px;
		line-height: 36px;
		width: 44px;
		color: #fff;
		text-align: center;
		position: absolute;
		left: -20px;
		top: -15px;
		font-family: Arial, Helvetica, "sans-serif";
		background: #ff9b42;
		border: 4px solid #fff;
	}

	.cntClass {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 20px;
	}

	.cntClass dt {
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 30px;
	}

	.cntClass dt img {
		box-shadow: 6px 6px 0px 3px #ffffff;
	}

	.cntClass dd {
		width: 50%;
		padding-left: 30px;
		box-sizing: border-box;
		margin-bottom: 30px;
		position: relative;
	}

	.cntClass dd:after {
		content: '';
		background: #ff9b42;
		height: 40px;
		width: 80px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		z-index: 99;
		left: calc((100% - 80px)/2);
		bottom: -70px;
		position: absolute;
	}

	.cntClass dd:last-child:after {
		content: none;
	}

	.cntClass dd h4 {
		display: inline-block;
		padding: 5px 20px 3px;
		border-radius: 8px;
		background: #fff;
		border: 1px solid #999;
		margin-bottom: 10px;
	}

	.cntComments {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 20px;
	}

	.cntComments dt {
		width: 20%;
		padding: 20px;
		box-sizing: border-box;
		text-align: center;
	}

	.cntComments dt img {
		border-radius: 50%;
		box-shadow: 6px 6px 0px 3px #ffffff;
	}

	.cntComments dd {
		width: 70%;
		padding: 20px;
		box-sizing: border-box;
	}

	.cntComments dd em {
		font-size: 1.2em;
		font-weight: normal;
		font-weight: bold;
	}

	.cntMovies {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 20px;
	}

	.cntMovies dt {
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 30px;
	}

	.cntMovies dd {
		width: 50%;
		padding-left: 30px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	ul.step li:after {
		content: '';
		background: #ff9b42;
		height: 50px;
		width: 30px;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		top: calc(50% - 25px);
		z-index: 99;
		right: -26px;
		position: absolute;
	}

	.pdf-block {
		padding: 50px 40px 40px;
		background: #fff;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
		justify-content: center;
	}

	.pdf-details {

		display: flex;
		justify-content: space-between;
	}

	.btn-group-pdf {
		width: 280px;
		flex-shrink: 0;
		margin-left: 20px;
	}

	.dl-txt {
		padding: 5px 20px;
		font-size: 14px;
		text-align: center;
	}

	.btn-group-pdf .btn-03 {
		max-width: 350px;
	}

	.btn-02 a {
		display: block;
		padding: 20px 20px 19px;
		position: relative;
		width: 100%;
		background: #1c4297;
		color: #fff;
		font-size: 21px;
		text-align: center;
		text-decoration: none;
	}

	.btn-02 a:after {
		content: "";
		position: absolute;
		background: url(/products/casestudy_c/images/ico_download.png) no-repeat;
		width: 30px;
		height: 30px;
		right: 18px;
		top: 50%;
		transform: translateY(-50%);
	}

	/* box-ttl */
	.box-ttl {
		font-size: 1.4em;
		font-weight: bold;
		position: relative;
		padding-bottom: 26px;
		margin-bottom: 26px;
	}

	.box-ttl:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 26px;
		height: 4px;
		background: #005ab4;
	}

	.projector {
		padding: 40px;
		background: #fff;
		box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
		margin-bottom: 30px;
	}

	.projector h3 {
		font-size: 1.5em;
		text-align: center;
		margin-bottom: 20px;
	}

	.projector ul.point {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	.projector ul.point li {
		margin-right: 40px;
	}

	.projector ul.point li:last-of-type {
		margin-right: 0;
	}

	.projector ul.point li p {
		font-weight: bold;
		font-size: 24px;
		position: relative;
		z-index: 0;
		text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
			-1px 1px 0 #FFF, 1px -1px 0 #FFF,
			0px 1px 0 #FFF, 0-1px 0 #FFF,
			-1px 0 0 #FFF, 1px 0 0 #FFF;
	}

	.projector ul.point li p:before {
		content: '';
		position: absolute;
		background: #ffff54;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		top: 50%;
		left: -15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: -1;
	}

	.projector ul.point li:first-child p:before {
		background: #b2ebff;
	}

	.projector ul.point li:last-child p:before {
		background: #ffc1f7;
	}

	.projector ul.point li:last-child p:before {
		background: #ffc1f7;
	}

	.projector-list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		background: #fff;
		padding: 20px;
		margin: 10px;
	}

	.projector-list li {
		margin: 0 20px;
	}

	.projector .mv {
		background: url(/products/bizprojector/select/images/bnr_bg.jpg) no-repeat;
		text-align: center;
		padding: 30px 10px 10px;
		background-size: cover;
		margin-bottom: 30px;
	}

	.projector .mv a img {
		width: 100%;
		max-width: 960px;
	}

	.btn-03 a {
		display: inline-block;
		padding: 20px 40px 19px;
		position: relative;
		color: #fff;
		font-size: 21px;
		text-align: center;
		text-decoration: none;
		background: #1c4297 url(/products/bizprojector/select/images/arrow2.png) no-repeat right 15px center;
	}

	.cntCol2.app li .app-title {
		background: #eee;
		padding: 10px;
		margin-bottom: 20px;
		text-align: center;
	}

	.unity {
		display: flex;
		align-items: center;
	}

	.unity .colLeft {
		background: #eee;
		padding: 20px;
		display: flex;
		align-items: center;
		margin-right: 40px;
	}

	#contents .unity .colLeft .logo {
		width: 300px;
		margin-bottom: 20px;
	}

	.img-txt {
		display: flex;
		margin-bottom: 20px;
		align-items: center;
	}

	.plan {
		padding: 20px;
		margin-bottom: 40px;
		background: #fff;
		box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
	}

	.plan h5 {
		display: inline-block;
		padding: 5px 10px;
		margin: 20px 0 10px 0;
		border-top: 4px double #999;
		border-bottom: 4px double #999;
	}

	.plan .lead {
		border-bottom: 1px dotted #ccc;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.plan h3 {
		text-align: center;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.container {
		position: relative;
		width: calc(1210px + 30px);
		margin: 72px auto 0;
		padding: 0 15px;
	}

	#contents img.qrcode {
		max-width: 200px;
	}

}


/************************************/


@media only screen and (max-width: 767px) {
	.wrapper {
		font-size: 14px;
	}

	.ol {
		padding-left: 20px;
		list-style-type: decimal;
	}

	h3.balloon {
		font-size: 1.1em;
		position: relative;
		display: inline-block;
		text-align: center;
		margin-bottom: 20px;
		background: #fff;
		padding: 10px 20px;
		line-height: 1;
		border-radius: 10px;
		border: 2px solid #ff9b42;
	}

	h3.balloon:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -7px;
		border: 10px solid transparent;
		border-top: 10px solid #ff9b42;
	}

	.mvTop {
		background: #fff url(/products/bizprojector/software/programapping/common/images/bg01.svg) 0 100.1% no-repeat;
		padding: 0 15px 30px;
		overflow: hidden;
	}

	.article {
		padding: 0 15px;
	}

	.mvTop .topNav {
		display: none;
	}

	.mvWrapper {
		margin-top: 10px;
	}

	.mvWrapper dt,
	.mvWrapper dd {
		margin-bottom: 20px;
	}

	.mvTop .mv-clm {
		padding: 10px;
		margin: 0 auto 20px;
		background: #cbe3ff;
		border-radius: 10px;
	}

	.article:nth-of-type(even) {
		padding: 20px 20px 50px;
		background: #cbe3ff url(/products/bizprojector/software/programapping/common/images/bg02.svg) 0 100.1% no-repeat;
		background-size: 100%;
		overflow: hidden;
	}

	.article:nth-of-type(odd) {
		padding: 20px 20px 50px;
		background: #f2f2ee url(/products/bizprojector/software/programapping/common/images/bg01.svg) 0 100.1% no-repeat;
		background-size: 100%;
		overflow: hidden;
	}

	.wrapper h2 {
		font-size: 1.6em;
		letter-spacing: 0.15em;
		margin-bottom: 20px;
		text-align: center;
	}

	.cntCol2>li,
	.cntCol3>li {
		background: #fff;
		padding: 10px;
		margin-bottom: 20px;
		box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
		position: relative;
		border-radius: 10px;
	}

	.cntCol3 em {
		display: inline-block;
		border-radius: 50%;
		margin-right: 5px;
		font-size: 18px;
		line-height: 28px;
		width: 34px;
		color: #fff;
		text-align: center;
		position: absolute;
		left: -15px;
		top: -15px;
		font-family: Arial, Helvetica, "sans-serif";
		background: #ff9b42;
		border: 3px solid #fff;
	}

	.numberd>li b {
		padding-left: 6px;
		display: block;
	}

	#contents .img-txt img {
		width: 30%;
		margin-right: 10px;
	}

	.cntClass {
		margin-bottom: 20px;
	}

	.cntClass dt {
		margin-bottom: 20px;
	}

	.cntClass dt img {
		box-shadow: 6px 6px 0px 3px #ffffff;
	}

	.cntClass dd {
		margin-bottom: 40px;
		position: relative;
	}

	.cntClass dd:after {
		content: '';
		background: #ff9b42;
		height: 20px;
		width: 40px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		z-index: 99;
		left: calc((100% - 40px)/2);
		bottom: -25px;
		position: absolute;
	}

	.cntClass dd:last-child:after {
		content: none;
	}

	.cntClass dd h4 {
		display: inline-block;
		padding: 5px 20px 3px;
		border-radius: 8px;
		background: #fff;
		border: 1px solid #999;
		margin-bottom: 10px;
	}

	.cntComments {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
		align-items: flex-start;
	}

	.cntComments dt {
		width: 30%;
		padding: 0 20px 10px 0;
	}

	.cntComments dt img {
		border-radius: 50%;
		box-shadow: 3px 3px 0px 3px #ffffff;
	}

	.cntComments dd {
		width: 70%;
		margin-bottom: 20px;
	}

	.cntComments dd em {
		font-size: 1.2em;
		font-weight: normal;
		font-weight: bold;
		white-space: nowrap;
	}

	.cntMovies {
		margin-bottom: 20px;
	}

	.cntMovies dt {
		margin-bottom: 5px;
	}

	.cntMovies dd {
		margin-bottom: 20px;
	}

	ul.step li:after {
		content: '';
		background: #ff9b42;
		height: 20px;
		width: 40px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		z-index: 99;
		left: calc((100% - 40px)/2);
		bottom: -15px;
		position: absolute;
	}

	.pdf-block {
		padding: 10px;
		background: #fff;
		box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
	}

	.dl-txt {
		padding: 5px 20px;
		font-size: 14px;
		text-align: center;
	}

	.btn-group-pdf .btn-03 {
		max-width: 350px;
	}

	.btn-02 a {
		display: block;
		padding: 10px;
		position: relative;
		width: 100%;
		background: #1c4297;
		color: #fff;
		font-size: 1.3em;
		text-align: center;
		text-decoration: none;
	}

	.btn-02 a:after {
		content: "";
		position: absolute;
		background: url(/products/casestudy_c/images/ico_download.png) no-repeat;
		width: 30px;
		height: 30px;
		right: 18px;
		top: 50%;
		transform: translateY(-50%);
	}

	.btn-02 a:hover {
		opacity: 0.5;
	}


	/* box-ttl */
	.box-ttl {
		font-size: 1.4em;
		font-weight: bold;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.box-ttl:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 26px;
		height: 4px;
		background: #005ab4;
	}

	.projector {
		padding: 10px;
		background: #fff;
		box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
		margin-bottom: 30px;
	}

	.projector h3 {
		font-size: 1.3em;
		text-align: center;
		margin-bottom: 20px;
	}

	.projector .point {
		margin-bottom: 20px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		width: 13em;
		margin: 0 auto 20px;
	}

	.projector .point li {
		margin-bottom: 20px;
		display: inline-block;
	}

	.projector .point li:last-of-type {
		margin-bottom: 0;
	}

	.projector .point li p {
		font-weight: bold;
		font-size: 18px;
		position: relative;
		z-index: 0;
		text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
			-1px 1px 0 #FFF, 1px -1px 0 #FFF,
			0px 1px 0 #FFF, 0-1px 0 #FFF,
			-1px 0 0 #FFF, 1px 0 0 #FFF;
	}

	.projector .point li p:before {
		content: '';
		position: absolute;
		background: #ffff54;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		top: 50%;
		left: -15px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: -1;
	}

	.projector .point li:first-child p:before {
		background: #b2ebff;
	}

	.projector .point li:last-child p:before {
		background: #ffc1f7;
	}

	.projector .point li:last-child p:before {
		background: #ffc1f7;
	}

	.projector .mv {
		background: url(/products/bizprojector/select/images/bnr_bg.jpg) no-repeat;
		text-align: center;
		padding: 5px;
		background-size: cover;
		margin-bottom: 10px;
	}

	.projector-list {
		background: #fff;
		padding: 10px;
		margin: 10px;
	}

	.projector-list li {
		margin-bottom: 20px;
	}

	.projector-list li:last-child {
		margin-bottom: 10px;
	}

	.btn-03 a {
		display: inline-block;
		padding: 10px 40px;
		position: relative;
		color: #fff;
		font-size: 1.2em;
		text-align: center;
		text-decoration: none;
		background: #1c4297 url(/products/bizprojector/select/images/arrow2.png) no-repeat right 15px center;
	}

	.cntCol2.app li .app-title {
		background: #eee;
		padding: 10px;
		margin-bottom: 20px;
		text-align: center;
	}

	.unity .colLeft {
		background: #eee;
		padding: 10px;
		margin-bottom: 20px;
	}

	.unity .colLeft img {
		margin-bottom: 10px;
	}

	.img-txt {
		display: flex;
		margin-bottom: 20px;
		align-items: center;
	}

	.plan {
		padding: 10px;
		margin-bottom: 40px;
		background: #fff;
		box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
	}

	.plan h5 {
		display: inline-block;
		padding: 5px 10px;
		margin: 20px 0 10px 0;
		border-top: 4px double #999;
		border-bottom: 4px double #999;
	}

	.plan .lead {
		border-bottom: 1px dotted #ccc;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.plan h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.container {
		margin: 64px auto 0;
		width: auto;
	}

	#contents img.qrcode {
		max-width: 150px;
	}

}


/************************************/

#section05.article {
	background: #f2f2ee url(/products/bizprojector/software/programapping/common/images/bg03.svg) 0 100.1% no-repeat;
	background-size: 100%;
}

#section06.article {
	background: #fff;
	background-image: none;
}

.mvTop .wrapper h3 {
	font-size: 1.1em;
	position: relative;
	line-height: 1.4;
	padding: 0.25em 1em;
	display: inline-block;
	top: 0;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
}

.mvTop .wrapper h3:before,
.mvTop .wrapper h3:after {
	position: absolute;
	top: 0;
	content: '';
	width: 8px;
	height: 100%;
	display: inline-block;
}

.mvTop .wrapper h3:before {
	border-top: solid 1px #003f98;
	border-left: solid 1px #003f98;
	border-bottom: solid 1px #003f98;
	left: 0;
}

.mvTop .wrapper h3:after {
	content: '';
	border-top: solid 1px #003f98;
	border-right: solid 1px #003f98;
	border-bottom: solid 1px #003f98;
	right: 0;
}

.cntCol2 em {
	display: inline-block;
	border-radius: 50%;
	margin-right: 5px;
	font-size: 20px;
	line-height: 40px;
	width: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: -18px;
	top: -18px;
	font-family: Arial, Helvetica, "sans-serif";
	background: #ff5eb8;
}



.cntCol3 *,
.cntCol2 * {
	line-height: 1.3;
}

.cntCol3 h3,
.cntCol2 h3 {
	margin-bottom: 10px;
}

.cntCol3 h3 {
	text-align: center;
}

.cntCol3 img {
	margin-bottom: 10px;
}

ul.step li:last-child:after {
	content: none;
}



.enquete img {
	margin: 10px 0 0;
}


ul.listStyleDisc {
	list-style-type: disc;
	padding-left: 2em;
}

.listStyleDisc li {
	margin-bottom: 15px;
	list-style: inherit;
}

.listStyleDisc li:last-of-type {
	margin-bottom: 0;
}



.ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

.ol.bold>li::marker {
	font-weight: bold;
}

.sp_only {
	display: none;
}



@media screen and (max-width: 767px) {
	#contents {
		width: 100%;
		padding: 0;
	}

	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

}


#footer {
	margin-top: 0;
}

#header .topic_sub_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
	#header .topic_sub_wrap {
		display: block;
		margin-bottom: 20px;
	}
}

#header .header_inner {
	max-width: 1024px;
}

#header .header_inner {
	max-width: calc(1210px + 30px);
	margin: 15px auto 0;
	padding: 0 15px;
}

@media only screen and (max-width: 767px) {
	#header .header_inner {
		width: auto;
	}

	#contents img {
		width: 100%;
	}
}

/*------------------------------------------- topicPath -------------------------------------------*/
#header .topic_sub_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
	#header .topic_sub_wrap {
		display: block;
		margin-bottom: 20px;
	}
}

#header #topic_path ul {
	line-height: 1.5;
	letter-spacing: 0;
}

#header #topic_path ul li {
	display: inline-block;
	vertical-align: middle;
	font-size: 79%;
}

#header #topic_path ul li:not(:last-child) {
	margin-right: 7px;
	padding: 0 13px 0 0;
	background: url(/common/images/bg_topicpath_01.gif) no-repeat right 6px;
}

#header #topic_path ul li a {
	text-decoration: none;
}

#header #topic_path ul li a:hover {
	text-decoration: underline;
}

#header #topic_path ul li a img {
	vertical-align: initial;
}

@media only screen and (max-width: 767px) {
	#header #topic_path {
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------
product_logo_name
--------------------------------------------------*/
#header .product_logo_name {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#header .product_logo_name .product_logo {
	margin-right: 24px;
	min-height: 52px;
}

#header .product_logo_name .product_logo a {
	display: inline-block;
	color: #000;
	font-size: 34px;
	font-weight: bold;
}

body.ua-android #header .product_logo_name .product_logo a {
	font-weight: bold;
}

#header .product_logo_name .product_logo a:hover {
	text-decoration: none;
}

#header .product_logo_name .product_name {
	font-size: 24px;
	font-weight: bold;
}

body.ua-android #header .product_logo_name .product_name {
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#header .product_logo_name {
		display: block;
	}

	#header .product_logo_name .product_logo {
		min-height: 36px;
	}

	#header .product_logo_name .product_logo a {
		font-size: 24px;
	}

	#header .product_logo_name .product_name {
		font-size: 16px;
	}
}


/*--------------------------------------------------
btn_sns_share
--------------------------------------------------*/
.btn_sns_share {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 128px 0 58px;
}

.btn_sns_share .btn_sns_share_txt {
	margin-right: 54px;
	font-size: 1.8rem;
	font-weight: bold;
}

body.ua-android .btn_sns_share .btn_sns_share_txt {
	font-weight: bold;
}

.btn_sns_share ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.btn_sns_share ul li+li {
	margin-left: 16px;
}

.btn_sns_share ul img {
	width: 40px;
}

@media print,
screen and (min-width: 768px) {
	.btn_sns_share ul li a:hover {
		opacity: 0.5;
	}
}

@media only screen and (max-width: 767px) {
	.btn_sns_share {
		margin: 60px 0;
	}

	.btn_sns_share .btn_sns_share_txt {
		margin-right: 27px;
		font-size: 1.4rem;
	}

	.btn_sns_share ul li+li {
		margin-left: 12px;
	}
}

/*--------------------------------------------------
btn_top
--------------------------------------------------*/
#btn_top {
	position: fixed;
	bottom: 0;
	z-index: 999;
	right: 0;
}

img.lazy {
	min-width: 10px;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

img.lazy:not(.active) {
	opacity: 0;
}

/*--------------------------------------------------
line_gray
--------------------------------------------------*/


/*--------------------------------------------------
Heading
--------------------------------------------------*/
.heading_lv2 {
	margin: 128px 0 70px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}

.heading_lv2 {
	font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
	.heading_lv2 {
		font-size: 3.4rem;
	}

	.heading_lv2+.heading_lv3 {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.heading_lv2 {
		font-size: 2.4rem;
		margin: 64px 0 24px;
	}
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*--------------------------------------------------
Text
--------------------------------------------------*/
.txt,
.img_tbl_1 figure figcaption {
	line-height: 1.6;
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {

	.txt,
	.img_tbl_1 figure figcaption {
		font-size: 1.4rem;
	}
}

@media print,
screen and (min-width: 768px) {
	.sp_show {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.pc_show {
		display: none;
	}
}

.listCaution>li {
	position: relative;
	padding-left: 3.5em;
	font-size: 1.2rem;
	line-height: 1.6;
}

.listCaution>li .listCaution_firstLetter {
	position: absolute;
	left: 0;
	top: 0.03em;
}
@media only screen and (max-width: 767px) {
	.listCaution>.list_sp {
		padding-left: 0;
	}
}

/*--------------------------------------------------
category_footer
--------------------------------------------------*/
.category_footer {
	padding: 5% 0;
	background: #F4F4F4;
	min-width: 1240px;
}

@media only screen and (max-width: 767px) {
	.category_footer {
		padding: 43px 0 64px;
		min-width: 100%;
	}
}

.category_footer .category_footer_inner {
	max-width: calc(1210px + 30px);
	margin: 0 auto;
	padding: 0 15px;
}

@media only screen and (max-width: 767px) {
	.category_footer .category_footer_inner {
		width: auto;
	}
}

.category_footer .category_footer_heading {
	margin-bottom: 4%;
}

.category_footer .category_footer_heading a {
	font-size: 2.4rem;
	font-weight: bold;
	color: #333;
}

body.ua-android .category_footer .category_footer_heading a {
	font-weight: bold;
}

.category_footer .category_footer_heading a:hover {
	color: #333;
}

.category_footer .category_footer_menu_heading .accordion_btn {
	display: block;
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
	cursor: inherit;
	color: inherit;
}

body.ua-android .category_footer .category_footer_menu_heading .accordion_btn {
	font-weight: bold;
}

.category_footer .category_footer_menu_heading .accordion_btn a {
	color: #333;
}

.category_footer .category_footer_menu_heading>a {
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
}

body.ua-android .category_footer .category_footer_menu_heading>a {
	font-weight: bold;
}

.category_footer .category_footer_menu_list>li+li,
.category_footer ul>li+li {
	margin-top: 10px;
}

.category_footer .category_footer_menu_list>li>a,
.category_footer ul>li>a {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	font-size: 1.2rem;
	color: #333;
}

.category_footer .category_footer_menu_list>li>a::before,
.category_footer ul>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	display: inline-block;
	width: 10px;
	height: 2px;
	background: #333;
}

.category_footer .category_footer_menu_list>li>a:hover,
.category_footer ul>li>a:hover {
	color: #333;
}

.category_footer .category_footer_menu_list>li>a img,
.category_footer ul>li>a img {
	vertical-align: middle;
}

@media print,
screen and (min-width: 768px) {
	.category_footer {
		padding: 43px 0 64px;
	}

	.category_footer .category_footer_col3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}

	.category_footer .category_footer_col3 .col:nth-child(1),
	.category_footer .category_footer_col3 .col:nth-child(3) {
		width: 32%;
	}

	.category_footer .category_footer_col3 .col:nth-child(2) {
		width: 36%;
	}

	.category_footer .category_footer_col3 .col:nth-child(2),
	.category_footer .category_footer_col3 .col:nth-child(3) {
		padding-left: 24px;
		border-left: 1px solid #CBCBCB;
	}

	.category_footer .category_footer_menu_heading {
		margin-bottom: 20px;
	}

	.category_footer .category_footer_menu_list+.category_footer_menu_heading,
	.category_footer ul+.category_footer_menu_heading {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.category_footer .category_footer_col3 .col:nth-child(3) .category_footer_menu_heading:nth-of-type(2) .accordion_btn {
		border-bottom: none;
	}

	.category_footer .category_footer_heading a {
		font-size: 1.6rem;
	}

	.category_footer .category_footer_menu_heading.active .accordion_btn::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.category_footer .category_footer_menu_heading.active+.category_footer_menu_list {
		display: block;
		border-bottom: 2px solid #CBCBCB;
	}

	.category_footer .category_footer_menu_heading .accordion_btn {
		position: relative;
		display: block;
		padding: 15px 25px 15px 0;
		width: 100%;
		border-bottom: 2px solid #CBCBCB;
		outline: none;
	}

	.category_footer .category_footer_menu_heading .accordion_btn::after {
		content: '';
		position: absolute;
		right: 15px;
		top: calc(50% - 4px);
		width: 8px;
		height: 8px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.category_footer .category_footer_menu_heading>a {
		display: block;
		padding: 15px 25px 15px 0;
		width: 100%;
	}

	.category_footer .category_footer_menu_list,
	.category_footer ul {
		padding: 24px 0;
	}

	.category_footer .category_footer_menu_list:not([style]) {
		display: none;
	}
}

/*--------------------------------------------------
add_20240424
--------------------------------------------------*/
.obtain_list {
	display: flex;
	justify-content: space-between;
}

.obtain_title {
	font-size: 1.5em;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.obtain_list {
		flex-direction: column;
	}
	.obtain_list li + li {
		padding-top: 10px;
	}
	.obtain_title {
		font-size: 1.2em;
	}

}
/**/