﻿@charset "UTF-8";

/*=== 共通 ===================================================*/
.InlineBlock {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.ShowTablet,
.ShowSD1,
.ShowSD2 {
	display: none;
}

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

/*===　ページタイトル  ===*/
#PageTitleArea {
	background-color: #67c2df;
}

#PageTitleArea .PageTitleStyle3 {
	position: relative;
	margin: 0;
}

#PageTitleArea .PageTitleTxt {
	position: absolute;
	top: 120px;
	left: 40px;
	font-weight: bold;
	color: #ffffff;
}

#PageTitleArea .PageTitleTxt h1 {
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 330%;
	font-weight: bold;
}

#PageTitleArea .PageTitleTxt h1 sup {
	vertical-align: top;
	font-size: 50%;
}

#PageTitleArea .PageTitleTxt .SubTitle {
	margin-bottom: 10px;
	line-height: 130%;
	font-size: 150%;
}

#PageTitleArea .PageTitleTxt .CatchCopy {
	display: inline-block;
	padding: 8px 15px 5px;
	line-height: 130%;
	vertical-align: top;
	font-size: 112.5%;
	background-color: #1e5774;
	border-radius: 6px;
}

/*===　ページ内リンク  ===*/
.HorizontalInnerLinks.Wide {
	margin-bottom: 0;
	background-color: #1e5774;
}

.HorizontalInnerLinks.Wide ul {
	display: inline-block;
	max-width: 100%;
	padding: 15px 0 10px;
	vertical-align: top;
	text-align: left;
}

.HorizontalInnerLinks.Wide li {
	margin: 0 0 3px 0;
	padding: 4px 30px 0;
	line-height: 110%;
	border-left: 3px solid #ffffff;
}
.HorizontalInnerLinks.Wide li:first-child {
	border-left-style: none;
}

.HorizontalInnerLinks.Wide li a {
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	background-image: none;
}

/*===　セクション  ===*/
.Section.Inner {
	margin-bottom: 30px;
	padding: 30px 40px 15px;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 1px 1px 5px 0 #777777;
}

.Miwakeru h2 {
	text-align: center;
	background-image: none;
}

.Miwakeru h2 span {
	display: inline-block;
	padding: 0;
	font-size: 180%;
	background-color: transparent;
}

.Miwakeru h2 span sup {
	font-size: 50%;
	vertical-align: 80%;
}

.Miwakeru h2.Type01 span {
	color: #1e5774;
}
.Miwakeru h2.Type01 span:before,
.Miwakeru h2.Type01 span:after {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.7em;
	vertical-align: -15%;
}
.Miwakeru h2.Type01 span:before {
	border-left: 1px solid #1e5774;
	transform: rotate(-35deg);
}
.Miwakeru h2.Type01 span:after {
	border-right: 1px solid #1e5774;
	transform: rotate(35deg);
}

.Miwakeru h2.Type02 span {
	color: #ffffff;
}

.Miwakeru h2.Type03 span {
	color: #000000;
}

.Miwakeru h2.Type04 span {
	color: #4caaae;
}

.Miwakeru h2.Type05 span {
	color: #e30027;
}

#Contents .Miwakeru h3 {
	padding: 0;
	border-left-style: none;
}

#Contents .Miwakeru h3.Underline {
	margin-bottom: 15px;
	font-size: 170%;
	line-height: 160%;
	color: #000000;
}

#Contents .Miwakeru h3.Underline span {
	padding: 0 5px;
	background-image: linear-gradient(to bottom, transparent 55%, #f8ed17 55%, #f8ed17 98%, transparent 100%);
}

#Contents .Miwakeru h3.FAQ {
	display: flex;
	margin-bottom: 20px;
	padding-left: 70px;
	font-size: 150%;
	color: #000000;
	background-image: url(/image/hnx/products/ict/rfid/miwakeru_faq.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px 50px;
}

#Contents .Miwakeru h3.FAQ span {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 50px;
	padding-top: 3px;
	box-sizing: border-box;
}

.TextStyle1.Large {
	font-size: 110%;
}

.Section.Inner .TextStyle1.Large {
	font-size: 125%;
}

.Section.Inner .TextStyle1.Large sup,
.Section.Inner dl.AdditionalNotesStyle1 dd sup {
	font-size: 60%;
	vertical-align: 60%;
}

ul.ListStyle1.CheckList {
	font-size: 125%;
}

ul.ListStyle1.CheckList li {
	min-height: 27px;
	padding-left: 2em;
	background-image: url(/image/hnx/products/ict/rfid/miwakeru_check.svg);
	background-position: left top;
	background-size: 27px 27px;
}

ul.ListStyle1.Large,
dl.ListStyle1.Large {
	font-size: 125%;
}

ul.ListStyle1.Large li,
dl.ListStyle1.Large dt {
	text-indent: -1em;
	background-image: none;
}
ul.ListStyle1.Large li:before,
dl.ListStyle1.Large dt:before {
	content: "・";
}

dl.ListStyle1.Large dd:not(:last-child) {
	margin-bottom: 25px;
}

dl.AdditionalNotesStyle1.Large {
	font-size: 125%;
}

dl.AdditionalNotesStyle1.Large dt {
	width: 1em;
}

dl.AdditionalNotesStyle1.Large dd {
	margin-left: 1em;
	margin-bottom: 0;
}

dl.AdditionalNotesStyle1.Large dd span {
	display: inline-block;
	min-width: 4.5em;
	max-width: 100%;
}

/*---　概要  ---*/
#Summary {
	padding: 30px 0 20px;
	background-color: #d6f2fb;
}

/*---　特長  ---*/
#Feature {
	position: relative;
	padding: 60px 0 40px;
	background-color: #3ebbc1;
}
#Feature:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
	border-top: 40px solid #d6f2fb;
	border-left :40px solid transparent;
	border-right :40px solid transparent;
}

#Feature .Miwakeru h2 span {
	line-height: 150%;
	font-size: 215%;
}

#Feature #Step {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 40px;
}

#Feature #Step p {
	position: relative;
	bottom: -300px;
	visibility: hidden;
	opacity: 0;
}
#Feature #Step p:nth-child(1) {
	width: 275px;
}
#Feature #Step p:nth-child(2) {
	width: 309px;
}
#Feature #Step p:nth-child(3) {
	width: 316px;
}
#Feature #Step p:nth-child(4) {
	width: 100%;
	margin-top: -5%;
}
#Feature #Step.finished p {
	bottom: 0;
	visibility: visible;
	opacity: 1;
}

/*---　メリット  ---*/
#Merit {
	padding: 70px 0 40px;
	background-color: #e1f3f4;
}

#Merit .MeritBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#Merit .MeritBox .Inner {
	width: calc(50% - 20px);
	padding: 25px 25px 15px;
	box-sizing: border-box;
	box-shadow: 2px 2px 10px 0 #bbbbbb;
}

/*---　動画  ---*/
#Movie {
	padding: 50px 0 40px;
}

#Movie .Miwakeru h2 span {
	font-size: 200%;
}

/*---　FAQ  ---*/
#FAQ {
	padding: 40px 0 30px;
	background-color: #6accd1;
}

#FAQ .TextStyle1 {
	line-height: 140%;
}

#FAQ ul.ListStyle1.Large li {
	margin-bottom: 0;
}

#FAQ ul.ListStyle1.Large li span {
	display: inline-block;
	text-indent: 0;
	min-width: 8em;
	max-width: 100%;
}

/*---　お問い合わせ  ---*/
#Inquiry {
	padding: 40px 0 25px;
}

#Inquiry .Miwakeru h2 {
	padding-bottom: 5px;
}

#Inquiry .Miwakeru h2 span {
	font-size: 170%;
}

#Inquiry .TextStyle1.Large {
	font-size: 120%;
}

/*---　フロートお問い合わせ・資料請求  ---*/
#Contact {
	position: static;
	width: auto;
	background-color: rgba(60, 60, 60, 0.8);
}
#Contact.Fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
}

#Contact ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
}

#Contact li:first-child {
	margin-right: 50px;
}

#Contact li a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	width: 335px;
	height: 50px;
	padding: 0 20px 0 60px;
	font-size: 160%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #e30027;
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
#Contact li a:hover,
#Contact li a:active {
	background-color: #b1000e;
}

#Contact li a span {
	display: flex;
	align-items: center;
	min-height: 32px;
	padding-top: 3px;
	padding-left: 55px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px auto;
}
#Contact li.contact a span {
	background-image: url(/image/common/jp/r1/icon/icon_mail_white_hd.png);
}
#Contact li.request a span {
	background-image: url(/image/hnx/products/ict/rfid/miwakeru_request.svg);
}

/*---　補足情報  ---*/
#Note {
	padding: 40px 0 0;
}

#Note .AdditionalNotesStyle2 dd {
	margin-bottom: 0;
}

body .FloatContent {
	position: static !important;
}


/*===　Responsive Web design  =================*/
@media screen and (max-width: 994px) {
	.JS .HideTablet {
		display: none;
	}

	.JS .ShowTablet {
		display: block;
	}
	.JS br.ShowTablet,
	.JS span.ShowTablet {
		display: inline;
	}

	.JS #PageTitleArea,
	.JS .HorizontalInnerLinks.Wide,
	.JS #Summary,
	.JS #Feature,
	.JS #Merit,
	.JS #FAQ {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.JS #PageTitleArea .PageTitleStyle3 img {
		width: auto;
	}

	.JS #PageTitleArea .PageTitleTxt {
		top: 160px;
		left: 4.145%;
	}

	.JS #Feature #Step p:nth-child(1) {
		width: 30.55555556%;
	}
	.JS #Feature #Step p:nth-child(2) {
		width: 34.33333333%;
	}
	.JS #Feature #Step p:nth-child(3) {
		width: 35.11111111%;
	}

	.JS #Merit .MeritBox .Inner {
		width: 47.9%;
	}

	.JS #Contact {
		margin: 0 -15px;
	}
	.JS #Contact.Fixed {
		margin: 0;
	}

	.JS #Contact .GridSet {
		max-width: none;
		margin: 0 auto;
	}

	.JS #Contact .GridSet .Grid4 {
		padding-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	.JS .ShowTablet.HideRWD {
		display: none;
	}

	.JS .CenterAdjust.CenterAdjustClear3 {
		text-align: left;
	}

	.JS #PageTitleArea .PageTitleStyle3 {
		text-align: center;
	}

	.JS #PageTitleArea .PageTitleTxt {
		position: static;
		display: inline-block;
		margin: 20px auto 0;
		text-align: left;
	}

	.JS .HorizontalInnerLinks.Wide li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.JS .Miwakeru h2 {
		margin-left: 0;
		margin-right: 0;
	}

	.JS .Miwakeru h2 span {
		text-align: left;
	}
	.JS .Miwakeru h2.Type01 span {
		text-align: center;
	}

	.JS #Merit .MeritBox .Inner {
		width: 100%;
	}

	.JS #FAQ ul.ListStyle1.Large li span {
		min-width: auto;
	}

	.JS #Contact li:first-child {
		margin-right: 20px;
	}

	.JS #Contact li a {
		width: 255px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 579px) {
	.JS .HideSD2 {
		display: none;
	}

	.JS .ShowSD2 {
		display: block;
	}
	.JS br.ShowSD2,
	.JS span.ShowSD2 {
		display: inline;
	}

	.JS .ShowTablet.HideSD2,
	.JS .ShowRWD.HideSD2 {
		display: none;
	}

	.JS #PageTitleArea .PageTitleStyle3 {
		background-color: transparent;
	}

	.JS .HorizontalInnerLinks.Wide ul {
		display: flex;
		flex-flow: row wrap;
		max-width: none;
		margin: 0 -15px;
		padding: 0;
	}

	.JS .HorizontalInnerLinks.Wide li {
		float: none;
		width: 50%;
		margin-bottom: 0;
		padding: 0;
		border-left-style: none;
		border-bottom: 1px solid #ffffff;
		box-sizing: border-box;
	}
	.JS .HorizontalInnerLinks.Wide li:nth-child(2n+1) {
		border-right: 1px solid white;
	}

	.JS .HorizontalInnerLinks.Wide li a {
		display: flex;
		width: 100%;
		height: 100%;
		padding: 13px 15px 10px;
		line-height: 130%;
		box-sizing: border-box;
	}

	.JS #Summary {
		position: relative;
		margin-top: -1px;
		font-size: 87.5%;
	}

	.JS #Feature,
	.JS #Merit,
	.JS #Movie,
	.JS #FAQ,
	.JS #Inquiry {
		font-size: 75%;
	}

	.JS .Section.Inner {
		padding: 20px 30px 5px;
	}

	.JS #Feature #Step p {
		bottom: -150px;
	}

	.JS ul.ListStyle1.CheckList li {
		min-height: 22px;
		background-size: 22px 22px;
	}

	.JS #Contents .Miwakeru h3.FAQ {
		padding-left: 50px;
		background-size: 40px 40px;
	}

	.JS #Contact ul {
		margin: 0 -15px;
	}

	.JS #Contact li:first-child {
		margin-right: 15px;
	}

	.JS #Contact li a {
		width: 180px;
		height: 40px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 110%;
	}

	.JS #Contact li a span {
		padding-left: 40px;
		background-size: 32px auto;
	}
}

@media screen and (max-width: 399px) {
	.JS .HideSD1 {
		display: none;
	}

	.JS .ShowSD1 {
		display: block;
	}
	.JS br.ShowSD1,
	.JS span.ShowSD1 {
		display: inline;
	}

	.JS .ShowRWD.HideSD1 {
		display: none;
	}

	.JS #PageTitleArea .PageTitleTxt {
		font-size: 85%;
	}

	.JS .HorizontalInnerLinks.Wide li a {
		font-size: 110%;
	}

	.JS .Miwakeru h2.Type01 span {
		font-size: 160%;
	}

	.JS .Miwakeru h2.Type01 span:before,
	.JS .Miwakeru h2.Type01 span:after {
		width: 0.8em;
		height: 1.5em;
	}

	.JS #Feature .Miwakeru h2 span {
		font-size: 200%;
	}

	.JS .Section.Inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.JS #Merit .MeritBox .Inner {
		padding: 20px 20px 5px;
	}

	.JS #Contact ul {
		flex-wrap: wrap;
		padding-left: 10px;
		padding-right: 10px;
	}

	.JS #Contact li {
		width: 100%;
	}
	.JS #Contact li:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.JS #Contact li a {
		justify-content: center;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.JS #Contact li a span {
		width: 6em;
	}

	.JS #Note .AdditionalNotesStyle2 {
		margin-left: -2em;
	}
}
