@charset "UTF-8";

/*↓共通部分*/
.aps #positionsensor {
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
	width: 824px;
	margin: auto !important;
	font-size: 1rem
}

.aps .flex {
	display: flex;
	display:-webkit-flex;
}

.aps .maincolor {
	background: -moz-linear-gradient(to right, #004a7a, #529ce0 70%, #004a7a);
	background: -webkit-linear-gradient(to right, #004a7a, #529ce0 70%, #004a7a);
	background: linear-gradient(to right, #004a7a, #529ce0 70%, #004a7a);
}

.aps h1 {
	font-weight: bold;
	font-size: 2rem;
}

.aps h2 {
	border-bottom: 0.5rem solid #004a7a;
	width: 17rem;
	font-size: 1.5rem;
	margin-top: 1.25rem;
}

.aps h3 {
	font-size: 1.25rem;
	margin: 1rem 0 -0.5rem
}

.aps #date h3 {
	color: #fff;
	padding: .5rem;
}

.aps h4 {
	font-size: 1rem;
	text-align: center;
	margin: 1rem 0 0.5rem 0;
}

.aps #date h4 {
	text-align: left;
}

.aps p{
		margin: 1rem 0rem;
	}

.aps a{
	color:blue !important;
}

.aps .jumpLink{
	/* ページ内リンクのずれを修正 */
	color:white !important;
	margin-top: -40px;
    padding-top: 40px;
}

.aps .jumpLink:hover{
	/* ページ内リンクのずれを修正 */
	text-decoration:none !important;
}

.aps .jumpLink2{
	/* ページ内リンクのずれを修正 */
	color:#555566 !important;
	margin-top: -150px;
    padding-top: 150px;
}

.aps .jumpLink2:hover{
	/* ページ内リンクのずれを修正 */
	text-decoration:none !important;
}

/*TOP部分*/
.aps .top {
	text-align: center;
	display: flex;
}

.aps .top div {
	width: 553px;
	text-align: left;
}

.aps .top div p {
	font-size: 1.25rem;
}

.aps .top p {
	font-size: 1rem;
	color: #fc673e;
}

.aps iframe {
	width: 560px;
		height: 315px;
	margin: auto;
	padding: auto;
}

.aps .movie {
	text-align: center;
}
/*製品リスト*/
.aps .list .Mobile_only .flex div {
	margin: auto;
	width: 33.3333333%
}

.aps table {
	border-collapse: collapse;
	border: 1px solid black;
	margin-top: 1rem;
}

.aps table td {
	border: 1px solid black;
}

.aps td {
	text-align: center;
	vertical-align: center;
	font-size: .9rem;
}

.aps td .spacing {
	font-size: .8rem;
	letter-spacing: -1px;
}

/*製品詳細*/
.aps #date article {
	margin-bottom: 3rem;
}

.aps #date .pr {
	color: #fc673e;
	text-align: center;
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

.aps #date .GotoBuy {
	text-align: center;
	margin: auto;
	font-size: 1.2rem;
	margin-top: 2rem;
	width: 22.5rem;
	border-radius: 2rem;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.aps #date .GotoBuy p {
	padding: .6rem;
	color: white !important;
}

.aps #date article section{
	display:flex;
}

.aps #date .spec{
	width:65%;
}

.aps #date .backToList {
	text-align: right;
	font-size: .75rem
}

.aps #date ul{
	margin-left: 1rem;
}

.aps #date ul li{
	margin: 0.3rem 0;
	list-style-type: disc;
}

.aps #date ul li{
	margin: 0.3rem 0;
	list-style-type: disc;
}

.aps #date .spec p{
	margin: 0.3rem 0 !important;
}

.aps #date .spec p.ind{
	margin-left: 0.8rem !important;
}

.aps #date .spec p.backToList{
	margin-top: 1rem !important;
}