#stage, h3, h4, h5, h6, section p {
	margin-left: auto;
	margin-right: auto;
}
#header #headerrightarea, #header .headertop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
#feature-1 .ytb, #nav-list a {
	text-decoration: none;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 10px;
	font-size: 1rem;
	font-family: Arial, Verdana, 'Lucida Grande', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	word-wrap: break-word;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-size: 250%;
	margin-top: 0;
}
h2 {
	margin-bottom: 5rem;
	font-size: 330%;
}
h2, h3, h4, h5, h6 {
	width: 96%;
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 6.4vw;
	font-weight: 400;
	font-weight: normal;
	margin: 0 auto 1.5rem auto;
}
h4, h5, h6 {
	font-size: 200%;
}
ul {
	list-style-type: none;
}
a img, img {
	border: 0;
}
a{
	color: #0180cf;
}
figure > figcaption {
	text-align: center;
	font-size: 2vw;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
section > div {
	margin-bottom: 0;
	padding-top: 3rem;
}
#bg_white section > div {
	background-color: #ffffff;
}
section p {
	font-size: 1.8rem;
	font-weight: 200;
	line-height: 1.5;
	width: 90%;
	margin-bottom: 10rem;
}
.textsmall {
	font-size: 86% !important;
}
.tac {
	text-align: center !important;
}

.dpb{
	display: block !important;
}
.mt0{
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
#stage {
	width: 100%;
	min-width: 320px;
	min-width: 32rem;
	overflow: hidden;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAACCAYAAABsfz2XAAAAF0lEQVQYV2N88eLFfwYSAOP///9J0gAAHPsHtgDKa8YAAAAASUVORK5CYII=) left bottom repeat-x;
}
#header {
	border-bottom: 1px solid #ccc;
	border-bottom: .1rem solid #ccc;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	background: -webkit-linear-gradient(bottom, #fff 0, #efefef 3%, #fff 10%, #fff 100%);
	background: linear-gradient(to top, #fff 0, #efefef 3%, #fff 10%, #fff 100%);
	box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 .3rem #ccc;
	margin: 0 auto 1.5rem;
	position: relative;
	z-index: 1000;
}
#header #corporatesymbol {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 0;
	margin: 0;
}
#header #corporatesymbol a {
	display: block;
}
#header #corporatesymbol img {
	max-width: 55px;
	max-width: 5.5rem;
	height: auto;
	line-height: 0;
}
#header #headerrightarea {
	-webkit-box-flex: 5;
	-webkit-flex: 5;
	-ms-flex: 5;
	flex: 5;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#header #headerrightarea img {
	max-width: 100%;
	height: auto;
}
#header .headertop {
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	padding: .5rem 1.1rem .8rem;
	background: 0 0;
}
#header .container {
	min-width: 320px;
	min-width: 32rem;
}
#site-nav {
	margin-bottom: 3rem;
	background-color: #fcfcfc;
}
#site-nav.nav-fixed {
	position: fixed;
	top: 0;
	z-index: 10;
	zoom: 1;
	width: 100%;
	height: auto;
	background-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#site-nav.nav-fixed .nav-w {
	padding-top: 1rem;
	border-radius: 0 0 .5rem .5rem;
	background-color: #fcfcfc;
}
#site-nav.nav-fixed .nav-w:after {
	box-shadow: 1px 1px 10px #ccc;
	box-shadow: .1rem .1rem 1rem #ccc;
	border-radius: 0 0 .5rem .5rem;
}
#site-nav #site-nav-headline {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1.1rem 1rem;
}
#site-nav #site-nav-headline h1, #site-nav #site-nav-headline h2, #site-nav #site-nav-headline h3, #site-nav #site-nav-headline h4, #site-nav #site-nav-headline h5, #site-nav #site-nav-headline h6 {
	color: #666;
	margin: 0;
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
	text-align: left;
}
#site-nav #site-nav-headline button {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .7rem 0;
	background-color: #333;
	border: 0;
	font-size: 160%;
	color: #fff;
	cursor: pointer;
}
#site-nav #site-nav-headline button:active, #site-nav #site-nav-headline button:focus {
	outline: 0;
}
#site-nav #site-nav-headline button i {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#site-nav #site-nav-headline button i:before {
	font-size: 130%;
}
#site-nav #site-nav-menu {
	display: none;
	width: 100%;
	height: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	padding-bottom: 1rem;
	position: absolute;
	z-index: 10;
	zoom: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#site-nav #site-nav-menu li {
	position: relative;
	font-size: 150%;
	color: #333;
	background-image: -webkit-linear-gradient(top, #f7f7f7 0, #ebebeb 100%);
	background-image: linear-gradient(to bottom, #f7f7f7 0, #ebebeb 100%);
	border-bottom: 1px solid #d1d1d1;
	border-bottom: .1rem solid #d1d1d1;
}
#site-nav #site-nav-menu li:first-child {
	border-top: 1px solid #d1d1d1;
	border-top: .1rem solid #d1d1d1;
}
#site-nav #site-nav-menu li:after {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	top: 16px;
	top: 1.6rem;
	right: 12px;
	right: 1.2rem;
}
#site-nav #site-nav-menu a {
	display: block;
	position: relative;
	padding: 1.5rem 3.5rem 1.4rem 1.2rem;
	text-decoration: none;
	font-weight: 600;
	color: #333;
}
#site-nav .container.nav-w {
	width: 100%;
}
#site-nav .nav-w {
	position: relative;
}
#site-nav .nav-w:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0 0 transparent;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#feature-1, #feature-7, #feature-3 {
	position: relative;
}
#location {
	display: none;
}
#feature-1 > div:last-child img {
	border: 1px solid #ccc;
}
#feature-1 h1 img, #feature-1 h2 img, #feature-1 h3 img, #feature-1 h4 img, #feature-1 h5 img, #feature-1 h6 img {
	margin-right: 2rem;
}
#feature-1 div {
	padding-right: 10px;
	padding-left: 10px;
}
.mainVisual {
	background: #e70012;
}
.mainVisual img {
	text-align: center;
	max-width: 100%;
}
#feature-1 .container {
	margin-bottom: 20px;
}
#feature-1 .container p {
	text-align: center;
	font-weight: bold;
}
#feature-2 figure, #feature-7 figure, #feature-3 figure {
	width: 100%;
	position: relative;
	/* margin-top:100px; */
	margin: 0;
}
#feature-3, #feature-4, #feature-5, #feature-6, #feature-7, #feature-8 {
	padding: 50px 0;
}
#feature-2 .container{
	padding: 30px 0;
	border-top: 1px solid #231816;
	border-bottom: 1px solid #231816;
}
#feature-2 h2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: bold;
	color: #007fcc;
}
.JudgmentBtn p {
	margin-bottom: 0;
}
.JudgmentBtn a {
	/*width: 150px;
	margin: 0 auto;
	display: block;
	background: #a30b1a;
	color: #FFF;*/
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	line-height: 4.5;
	color: #fff;
	font-weight: bold;
	display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #007fcc;
	margin: 0 auto;
	
}
.JudgmentBtn a:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	opacity: 0.8;
}

.ResultWrap{
	padding: 20px;
	width: 500px;
	margin: 18px auto 0;
	text-align: center;
}

.Result .innerblock p {
	text-align: center;
	margin-top: 0;
}
#ResultText p {
	text-align: center;
}
.Result .innerblock p strong,#ResultText p strong{
	font-weight: bold;
	font-size: 20px;
}
#feature-3 h2, #feature-4 h2, #feature-7 h2 {
	margin-bottom: 40px;
}

#feature-3 .fig{
	margin: 0 auto;
	width: 100%;
}

.list01 {
	padding: 0;
	margin-bottom: 40px;
}
.list01 li {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	width: calc(100% / 3 - 16px * 2 / 3);
	padding-top: 150px;
}
.list01 li:before {
	position: absolute;
	content: "";
	display: block;
	background: url("/fmv/win7/end/images/pic01_1.png") no-repeat 0 0;
	background-size: 120px 120px;
	width: 120px;
	height: 120px;
	top: 0;
	left: 50%;
	margin-left: -60px;
}
.list01 li:nth-child(2):before {
	background: url("/fmv/win7/end/images/pic01_2.png") no-repeat 0 0;
	background-size: 120px 120px;
}
.list01 li:nth-child(3):before {
	background: url("/fmv/win7/end/images/pic01_3.png") no-repeat 0 0;
	background-size: 120px 120px;
}
.list02 {
	padding: 0;
}
.list02 li {
	border-radius: 14px 14px 12px 12px;
	border: solid 2px #fff100;
	padding: 0 0 20px;
	width: 50%;
}
.list02 li:nth-child(even) {
	margin-left: 38px;
}
.list02 h3 {
	background: #fff100;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 20px 10px;
	border-radius: 10px 10px 0 0;
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
	border: 1px solid #fff100;
}
.list02 h3 span {
	display: block;
}
.list02 p {
	font-size: 16px;
	font-size: 1.6rem;
}
.list02 p span {
	color: #e50014;
	font-weight: bold;
}
.list02 .arrow {
	position: relative;
	padding-bottom: 60px;
}
.list02 .arrow:before {
	position: absolute;
	display: block;
	content: "";
	background: url("/fmv/win7/end/images/arrow.jpg") no-repeat 0 0;
	background-size: 54px 54px;
	width: 54px;
	height: 54px;
	bottom: 0;
	left: 50%;
	margin-left: -27px;
}
#feature-4 h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
#feature-4 h2 img {
	margin-left: 15px;
}
.list03 h3 {
	text-align: left;
}
.list03 h3 img {
	width: 260px;
}
.list03 ul{
	padding-left: 10px;
}
.list03 ul li {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	padding-left: 100px;
	position: relative;
	font-weight: bold;
	color: #007fcc;
	width: 70%;
    min-height: 73px;
    padding-top: 34px;
	border-bottom:1px #007fcc dashed;
}
.list03 ul li:last-child{
	border-bottom: none;
}
.list03 ul li:before {
	position: absolute;
	content: "";
	display: block;
	background: url("/fmv/win7/end/images/pic03_2.png") no-repeat 0 0;
	background-size: 120px 120px;
	width: 120px;
	height: 120px;
	top: 50%;
	left: 0;
	margin-top: -60px;
}
.list03-01{
	margin-top: 0;
	padding-left: 0;
}
.list03 .list03-01 li:nth-child(2):before {
	background: url("/fmv/win7/end/images/pic03_3.png") no-repeat 0 0;
	background-size: 120px 120px;
}
.list03 .list03-01 li:nth-child(3):before {
	background: url("/fmv/win7/end/images/pic03_4.png") no-repeat 0 0;
	background-size: 120px 120px;
}
.list03 .list03-02 li:nth-child(1):before {
	background: url("/fmv/win7/end/images/pic04_2.png") no-repeat 0 0;
	background-size: 120px 120px;
}
.list03 .list03-02 li:nth-child(2):before {
	background: url("/fmv/win7/end/images/pic04_3.png") no-repeat 0 0;
	background-size: 120px 120px;
}
.list03 .list03-02 li:nth-child(3):before {
	background: url("/fmv/win7/end/images/pic04_4.png") no-repeat 0 0;
	background-size: 120px 120px;
}
.list03 ul li span {
	display: block;
}

.winBtn img{
	max-width: 100%;
}

.winBtn a:hover {
	opacity: 0.8;
}
#feature-5 .h-01{
	background-color: #007fcc;
	padding: 40px 0 ;
}
#feature-5 .h-01 .h-01-inner{
    width: 980px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
#feature-5 .h-01 h2{
	border-bottom: 1px solid #fff;
	display: inline;
    letter-spacing: 0.2rem;
	font-weight: bold;
}
#feature-5 .tac{
	font-weight: bold;
}
#feature-5 .tac span{
	display: block;
}

#feature-5 ul{
	margin-top: 40px;
}

#feature-5 ul li{
	text-align: left;
	margin-bottom: 20px;
}

#feature-5 .arrow02{
	margin-top: 15px;
	padding-left: 15px;
}

#feature-5 .arrow02 a{
	position: relative;
	padding-left: 22px;
    color: #000;
	font-weight: bold;
	text-decoration: none;
}

#feature-5 .arrow02 a:hover{
	text-decoration: underline;
}

#feature-5 .arrow02 a::before{
	position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15.3px;
    border-color: transparent transparent transparent #007fcc;
    top: 50%;
	left: 2px;
    margin-top: -8px;
}

#feature-5 h3,
#feature-5 p.h3_txt{
	color: #007fcc;
	font-size: 18px;
    font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
	padding-left: 1.5em;
}

#feature-5 h3:before,
#feature-5 p.h3_txt:before{
	position: absolute;
	content: "";
	display: block;
	background: #007fcc;
	width: 1em;
	height: 1em;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
}

#feature-5 p.h3_txt{
	margin-bottom: 10px;
}

#feature-5 h3.point{
	font-size: 20px;
    font-size: 2.0rem;
	width: 99%;
	padding-bottom: 5px;
	margin: 40px 0 20px;
	border-bottom: solid 4px #ddebf7;
}

#feature-5 h3.point:before{
	background: #ffffff url(/fmv/win7/end/images/light.png) no-repeat;
	width: 1.5em;
	height: 1.5em;
	top: 0;
	margin-top: -0.2em;
}

#feature-5 h4{
	font-size: 16px;
    font-size: 1.6rem;
	background: #ddebf7;
	width: 100%;
	padding: 3px 10px 2px;
	margin: 1.5em auto;
	text-align: left;
}

#feature-5 ul p{
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	line-height: 1.6;
}

#feature-5 .flex-box{
	align-items: flex-start;
}

#feature-5 .flex-box > div:first-child{
	width: 70%;
}

#feature-5 figure{
	width: 30%;
}

#feature-5 figure img{
	width: 95%;
}

#feature-5 ul .btn-02{
	margin-top: 10px;
}

.btn-02 a{
	border-radius: 20px;
	border: 1px solid #007fcc;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 540px;
	padding: 15px;
	position: relative;
	padding-left: 36px;
}

.btn-02 a::before{
	position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 15.3px;
    border-color: transparent transparent transparent #000;
    top: 50%;
	left: 16px;
    margin-top: -8px;
}

.btn-02 a span{
	color: #000;
}

.btn-02 a:hover{
	opacity: 0.8;
}
.btn-02.col2 a::before{
    display: none;
}
.btn-02.col2 a span::before{
    content: "◆";
}

@media screen and (min-width: 768px) {
	#feature-5 .btn-02.col2{
		display: inline-block;
		width: 100%;
		max-width: 400px;
		margin: 10px 50px 0 0;
	}
	.btn-02.col2 a{
		width: 100%;
		max-width: 349px;
	}
}
.txt_red{
	color: #ff0000;
}

#feature-6 {
	background: #fff;
	padding-top: 0;
}

#feature-6 h2 {
	color: #007fcc;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
	line-height: 1.6;
}
.telWrap{
	line-height: normal;
}
#feature-6 ul {
	list-style: disc;
	margin-top: 35px;
}
#feature-6 ul li {
	margin-bottom: 5px;
	font-size: 11px;
	font-size: 1.1rem;
}
#feature-6 ul li:last-child {
	margin-bottom: 0;
}

.line-box{
	border-radius: 20px;
	border: 1px solid #70ad47;
	padding: 20px 30px;
	margin-bottom: 50px;
}
.line-box p{
    font-size: 14px;
    font-size: 1.4rem;
	margin: 10px 0;
}
.line-box p strong{
	font-weight: bold;
}
.line-box p.txtsmall{
    font-size: 12px;
    font-size: 1.2rem;
}
.line-box-right{
	display: flex;
	align-items:flex-end;
	justify-content:center;
	text-align: center;
	min-width: 200px;
}
@media screen and (min-width: 769px) {
	.line-box-inr{
		display: flex;
	}
}
@media screen and (max-width: 768px) {
	.line-box{
		margin: 0 15px 50px !important;
	}
}

#feature-7 .flex-box {
	flex-wrap: wrap;
	justify-content: space-around;
}
#feature-7 .flex-box .mr_productBox {
	width: calc(100% / 3 - 16px * 2 / 3);
	margin-bottom: 40px;
	text-align: center;
}
#feature-7 .flex-box .mr_productBox:nth-child(3n + 2):last-of-type {
	margin-right: calc(100% / 3 - 16px * 2 / 3+ 16px * 1);
}
#feature-7 .flex-box .mr_productBox a {
	display: block;
	width: 100%;
}
#feature-7 .flex-box .mr_productBox a:link, #feature-7 .flex-box .mr_productBox a:visited {
	text-decoration: none;
	color: #333333;
}
#feature-7 .flex-box .mr_productBox a:hover, #feature-7 .flex-box .mr_productBox a:active {
	opacity: 0.7;
}
#feature-7 .flex-box .mr_productBox p {
	text-align: center;
	line-height: 1.5;
}
#feature-7 .flex-box .mr_productBox p.productName {
	font-weight: bold;
}

#feature-8{
	padding: 0 0 40px;
}

#feature-8 .flex-box>div:first-child{
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#feature-8 h2{
	font-weight: 600;
	margin: 0;
    width: auto;
    letter-spacing: .1rem;
    padding-right: 20px;
}

/* .fmv5_footnote */
.fmv5_footnote {
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.6;
}
.fmv5_footnote dt, .fmv5_footnote dd {
	float: left;
	font-size: 120%;
	margin: 0;
}
.fmv5_footnote dt:after {
	content: " : ";
	width: 0.5em;
	height: auto;
	margin-left: 0.5em;
	display: block;
	float: right;
}
.fmv5_footnote dt {
	width: 40px;
}
.fmv5_footnote dd {
	width: calc(100% - 40px);
}
.fmv5_footnote.diff-numnone dt:after {
	margin-left: 0;
}
.fmv5_footnote.diff-numnone dt {
	width: 25px;
}
.fmv5_footnote.diff-numnone dd {
	width: calc(100% - 25px);
}
p.fmv5_footnote {
	width: 100% !important;
	font-size: 120% !important;
}
p.w100 {
	width: 100% !important;
}
#sns {
	display: none;
}
#sns .sns-logo {
	font-size: 20px;
	color: #666;
}
#sns .sns-logo a {
	color: #666;
	opacity: .8;
	-webkit-transform: rotate(0) scale(1, 1);
	-ms-transform: rotate(0) scale(1, 1);
	transform: rotate(0) scale(1, 1);
	-webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#sns .sns-logo a:hover {
	opacity: 1;
	-webkit-transform: rotate(360deg) scale(1.5, 1.5);
	-ms-transform: rotate(360deg) scale(1.5, 1.5);
	transform: rotate(360deg) scale(1.5, 1.5);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#nav-list dl > dt > button > i, #pagetop {
	-webkit-backface-visibility: hidden;
}
#sns .sns-logo .fa-stack-1x {
	color: #fff;
}
#sns .sns-logo.tw a:hover {
	color: #5ea9dd;
}
#sns .sns-logo.fb a:hover {
	color: #385185;
}
#sns .sns-logo.gp a:hover {
	color: #db4437;
}
#nav-list {
	padding-left: 0;
	padding-right: 0;
}
#nav-list dl > dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	border-top: 1px solid #bbb;
	border-top: .1rem solid #bbb;
	padding: .3rem 1.5rem .3rem 1.2rem;
	position: relative;
	background: -webkit-linear-gradient(top, #f0f0f0 0, #f7f7f7 100%);
	background: linear-gradient(to bottom, #f0f0f0 0, #f7f7f7 100%);
}
#pagetop a, .virtual-p {
	background-repeat: no-repeat;
}
#nav-list dl > dt > a, #nav-list dl > dt > span {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
}
#nav-list dl > dt > button {
	font-size: 20px;
	font-size: 2rem;
	cursor: pointer;
	margin-left: auto;
}
#nav-list dl > dt > button > i {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	backface-visibility: hidden;
}
#nav-list dl > dt > button.open > i {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
#nav-list dl > dd {
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
}
#nav-list dl > dd > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: auto;
}
#nav-list dl > dd > ul > li {
	position: relative;
	border-top: 1px solid #bbb;
	border-top: .1rem solid #bbb;
	padding: 1.2rem 2rem 1.2rem 1.2rem;
}
#nav-list dl > dd > ul > li:after {
	position: absolute;
	right: 24px;
	right: 2.4rem;
	content: "\f054";
	font-family: FontAwesome;
	color: #333;
}
#nav-list dl > dd > ul > li > a {
	display: inline;
	color: #333;
}
#nav-list a:hover {
	text-decoration: underline;
	cursor: pointer;
}
#nav-list a:visited {
	color: #609;
}
#nav-list a:link {
	color: #039;
}
#nav-list .nav-w {
	width: 100%;
}
#pagetop {
	position: relative;
	border-top: 1px solid #b8b8b8;
	border-top: .1rem solid #b8b8b8;
	height: 60px;
	height: 6rem;
	backface-visibility: hidden;
}
#pagetop a, #pagetop img {
	width: 49px;
	opacity: 1;
	-webkit-backface-visibility: hidden;
}
#pagetop p {
	position: absolute;
	margin: 0;
	line-height: 0;
	right: 10px;
	right: 1rem;
	bottom: 5px;
	bottom: .5rem;
	z-index: 1;
	display: block;
}
#pagetop img {
	width: 4.9rem;
	height: auto;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	backface-visibility: hidden;
}
#pagetop a {
	display: block;
	width: 4.9rem;
	height: 49px;
	height: 4.9rem;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	backface-visibility: hidden;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAABiCAYAAACrpQYOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2NTg5RUFCODUwMjA2ODExODIyQUVDQjZGNUVENjEyQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEIwRkY3QUQ1QUExMUU0OEI5NDkyODdGQ0QwNDlENSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NEIwRkY3OUQ1QUExMUU0OEI5NDkyODdGQ0QwNDlENSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIwMjIxNGY0LWRmZmYtNDcxZS05YzJkLTFjMmYwODg1ZTVlMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NTg5RUFCODUwMjA2ODExODIyQUVDQjZGNUVENjEyQiIvPiA8L3Jk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);
	background-position: center center;
	background-size: cover;
}
#pagetop a:hover, #pagetop a:hover img {
	opacity: .8;
}
#pagetop.fixed {
	display: none;
}
#pagetop.fixed.display-block {
	display: block;
	-webkit-animation: anime-opacity 1.5s ease-out 0s 1 normal;
	animation: anime-opacity 1.5s ease-out 0s 1 normal;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
#pagetop.fixed p {
	position: fixed;
	bottom: 40px;
	bottom: 4rem;
}
#creditline {
	background-color: #666;
	border-top: 1px solid #eee;
	border-top: .1rem solid #eee;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}
#creditline p {
	margin: 0 auto;
	text-align: center;
	font-size: 90%;
	color: #fff;
}
.block-center, .block-left, .container, .virtual-p {
	margin-right: auto;
}
.block-center, .block-right, .container, .virtual-p {
	margin-left: auto;
}
#creditline p a {
	color: #fff;
	text-decoration: none;
}
#creditline .flex-box div:first-child, .pc, .pc-inline {
	display: none;
}
.sp {
	display: block;
}
.sp-inline {
	display: inline;
}
.display-none, .read-only {
	display: none;
}
.display-block {
	display: block;
}
.display-inline {
	display: inline;
}
.display-inline-block {
	display: inline-block;
}
.display-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.display-table {
	display: table;
}
.display-table-cell {
	display: table-cell;
}
.container {
	max-width: 100%;
}
.container.nav-w {
	position: relative;
}
.virtual-p {
	background-position: 50% 50%;
	background-size: contain;
}
.clearfix:after, .container:after {
	content: "";
	display: block;
	clear: both;
}
.block-center, .block-left, .block-right {
	display: block;
}
.bg-ececec {
	color: #666;
	background-color: #ececec;
}
.btn-1 {
	display: block;
	font-size: 1.8rem;
	width: 200px;
	width: 20rem;
	text-align: center;
	border: 1px solid #999;
	border: .1rem solid #999;
	padding: 1rem 0;
	margin: 2rem auto;
	text-decoration: none;
	color: #fff;
	background: url(/fmv/ah_mr/1710/images/arrow_r.png) no-repeat right 50% #2878c8;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.btn-1:hover {
	background-color: #5393d3;
	border-color: #bcbcbc;
	box-shadow: 0 0 2rem #bcbcbc;
	color: #fff;
}
.b-l, .b-lr {
	border-left: 1px solid transparent;
}
.b-lr, .b-r {
	border-right: 1px solid transparent;
}
.series-name {
	color: #fff;
	white-space: nowrap;
	padding: 4px 8px;
	font-size: 140%;
}
.dropdown:after {
	content: "\f0d7";
	font-family: FontAwesome;
}
/* mr_disNon */
.mr_disNon {
	display: none;
}
@media screen and (min-width:769px) {
	#globalNaviArea > .globalNaviBlock, #globalNaviArea > .globalNaviBlock ul.menu {
		width: 100%;
		max-width: 980px;
	}
	#header .headertop, section > div {
		padding-bottom: 0;
		padding-top: 0;
	}
	#site-nav.nav-fixed .nav-w, section > div {
		padding-top: 0;
	}
	#globalNaviArea .globalNavi:hover > .menuListBlock, #location, img.block-img {
		display: block;
	}
	#feature-1, #header {
		min-height: 1px;
	}
	#feature-1 h1 {
		margin-top: 20px;
	}
	#feature-1 div.logoBox {
		width: 980px;
		margin: 0 auto;
		padding: 0 0 0 17px;
	}
	#feature-7 .pictBox {
		width: 980px;
	}
	@media screen and (max-width:980px) {
		#feature-1 div.logoBox > img {
			left: 10px;
		}
	}
	#feature-1 #lead, #header, #site-nav, section p {
		margin-bottom: 0;
	}
	#nav-list, #pagetop {
		background-color: #f5f5f5;
		background-image: -webkit-linear-gradient(top, #f5f5f5 0, #ddd 100%);
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 140%;
	}
	h2, h3, h4, h5, h6 {
		font-size: 330%;
		letter-spacing: -1px;
		letter-spacing: -.1rem;
		font-weight: bold;
	}
	img.block-img.left {
		margin-right: auto;
	}
	img.block-img.center {
		margin-left: auto;
		margin-right: auto;
	}
	img.block-img.right {
		margin-left: auto;
	}
	figure > figcaption {
		position: absolute;
		bottom: 0;
		left: 35%;
		font-size: 120%;
		font-weight: 300;
		color: #666;
	}
	section p {
		font-size: 180%;
		line-height: 1.8;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	section .container > .flex-box > div:first-child, section .container > .flex-box > div:last-child {
		width: 50%;
	}
	#header {
		border: 0;
		box-shadow: none;
		background-image: none;
	}
	#header #corporatesymbol img {
		max-width: none;
	}
	#feature-1 .container:last-child, #site-nav #site-nav-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	#globalNaviArea .globalNavi:hover > .menuListBlock td, #globalNaviArea .globalNavi:hover > .menuListBlock th {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 25px;
		line-height: 2.5rem;
		text-align: center;
	}
	#globalNaviArea .globalNavi:hover > .menuListBlock li {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 25px;
		line-height: 2.5rem;
	}
	#globalNaviArea .globalNavi:hover > .menuListBlock a:link {
		color: #039;
	}
	#globalNaviArea .globalNavi:hover > .menuListBlock a:visited {
		color: #609;
	}
	#site-nav #site-nav-headline {
		display: block;
		position: static;
		padding: 0;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	#site-nav #site-nav-headline h1, #site-nav #site-nav-headline h2, #site-nav #site-nav-headline h3, #site-nav #site-nav-headline h4, #site-nav #site-nav-headline h5, #site-nav #site-nav-headline h6 {
		text-align: center;
	}
	#site-nav #site-nav-headline button {
		display: none;
	}
	#site-nav #site-nav-menu {
		position: static;
		padding: 0;
		min-width: inherit;
		-webkit-box-flex: 5;
		-webkit-flex: 5;
		-ms-flex: 5;
		flex: 5;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#site-nav #site-nav-menu li {
		font-size: 140%;
		color: #666;
		background-image: none;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: center;
		border-bottom: 0 none;
		border-left: 1px solid #d1d1d1;
	}
	#site-nav #site-nav-menu li:first-child {
		border-top-color: transparent;
	}
	#site-nav #site-nav-menu li:last-child {
		border-bottom-color: transparent;
	}
	#site-nav #site-nav-menu li:after {
		position: static;
		content: "";
	}
	#site-nav #site-nav-menu li:hover:after {
		color: #000;
		text-shadow: 3px 2px 8px #ccc;
		width: 100%;
	}
	#site-nav #site-nav-menu a {
		display: inline-block;
		font-weight: 200;
		color: #999;
		padding: 0;
	}
	#site-nav #site-nav-menu a:hover {
		text-decoration: none;
	}
	#site-nav #site-nav-menu a:hover:after {
		font-weight: 300;
		color: #000;
		border-bottom: .2rem solid #000;
		width: 100%;
	}
	#site-nav #site-nav-menu a:after {
		content: attr(data-text);
		position: absolute;
		width: 0;
		height: 100%;
		overflow: hidden;
		top: 0;
		left: 0;
		color: transparent;
		-webkit-transition: color .3s linear .2s, border .3s linear 0s;
		transition: color .3s linear .2s, border .3s linear 0s;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		border-bottom: .2rem solid transparent;
	}
	#site-nav .container > div {
		height: 40px;
		padding: 0 10px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#site-nav .container.nav-w {
		width: 980px;
	}
	#location {
		background: #f7f7f7;
		border: 1px solid #eee;
		padding: 0;
		margin-bottom: 15px;
		text-align: left;
	}
	#location ol {
		padding: 7px 10px;
		margin: 0;
		list-style: none;
		font-size: 130%;
	}
	#location ol.location-inside {
		font-weight: 400;
	}
	#location li {
		display: inline;
		margin: 0 2px 0 0;
		line-height: 1.3;
	}
	#location li a {
		margin-right: 2px;
	}
	#location li a:active, #location li a:link, #location li a:visited {
		margin-right: 2px;
		text-decoration: none;
	}
	#location li a:link {
		color: #003399;
	}
	#location li a:hover {
		margin-right: 2px;
		text-decoration: underline;
	}
	#productPage a:active {
		color: #cc3300;
	}
	#feature-2.effect img.pc, #feature-7.effect img.pc, #feature-3.effect img.pc {
		opacity: 0;
	}
	#feature-2 h3, #feature-2 h4, #feature-2 h5, #feature-2 h6, #feature-7 h3, #feature-7 h4, #feature-7 h5, #feature-7 h6, #feature-3 h3, #feature-3 h4, #feature-3 h5, #feature-3 h6 {
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
	}
	#feature-2 img.pc, #feature-7 img.pc, #feature-3 img.pc {
		position: absolute;
		top: -110px;
		left: -71px;
		opacity: 1;
	}
	#feature-2 .feature_accordion--btn, #feature-7 .feature_accordion--btn, #feature-3 .feature_accordion--btn {
		margin: 0 auto 50px;
	}
	#feature-2 .container .flex-box {
		/* height:735px; */
		height: auto;
		min-height: 1px;
		flex-flow: column-reverse;
		padding: 25px 0;
	}
	#feature-2 .container .flex-box > div, #feature-3 .container .flex-box > div {
		width: 100%;
		padding: 25px 0;
	}
	#feature-2 .container .flex-box > div:last-child, #feature-7 .container .flex-box > div:last-child, #feature-3 .container .flex-box > div:last-child {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#feature-2 .container .flex-box > div p, #feature-3 .container .flex-box > div p {
		width: 40%;
	}
	#feature-4.effect .flex-box > div:last-child figure img:first-child {
		opacity: 1;
	}
	#feature-4.effect .flex-box > div:last-child figure img:last-child {
		opacity: 0;
	}
	#feature-4 {
		margin-bottom: 0;
	}
	#feature-4 p {
		margin-top: 0;
	}
	#sns {
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 80px;
	}
	#sns .flex-box {
		width: 16%;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	#nav-list .nav-w, .container, .container.nav-w {
		width: 980px;
	}
	#nav-list {
		padding-top: 22px;
		padding-bottom: 25px;
		border-top: 1px solid #d2d2d2;
		background-image: linear-gradient(to bottom, #f5f5f5 0, #ddd 100%);
	}
	#nav-list div {
		display: flex;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#nav-list dl > dt {
		display: block;
		border-top: 0 none;
		border-bottom: 1px solid #bbb;
		padding: 0 0 5px 9px;
	}
	#nav-list dl > dt .sp-list-btn {
		display: none;
	}
	#nav-list dl > dd {
		padding: 3px 0 0 9px;
	}
	#nav-list dl > dd > ul > li {
		position: static;
		margin-top: 5px;
		border-top: 0 none;
		padding: 0;
		line-height: 1.9;
	}
	#nav-list dl > dd > ul > li:after {
		position: static;
		content: "";
	}
	#nav-list dl > dd > ul > li > a {
		text-decoration: none;
		padding: 0;
		color: #2f3e8d;
	}
	#nav-list dl > dd > ul > li > a:hover {
		text-decoration: underline;
	}
	#pagetop {
		border-top: 0 none;
		height: 0;
		background-image: linear-gradient(to bottom, #f5f5f5 0, #ddd 100%);
	}
	#pagetop p {
		bottom: 10px;
	}
	#pagetop.fixed p {
		bottom: 50px;
	}
	#creditline {
		padding-top: 8px;
		padding-bottom: 18px;
		border-top-color: #c2c2c2;
	}
	#creditline p {
		font-size: 130%;
	}
	#creditline .flex-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0 10px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#creditline .flex-box div:first-child {
		display: inherit;
	}
	#creditline .flex-box div:first-child ul, .flex-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	#creditline .flex-box div:first-child ul {
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
		padding-left: 0;
		list-style-type: none;
		font-size: 130%;
	}
	#creditline .flex-box div:first-child ul li {
		margin-right: 18px;
	}
	#creditline .flex-box div:first-child ul li:last-child {
		margin-right: 0;
	}
	#creditline .flex-box div:first-child ul li a {
		color: #fff;
		text-decoration: none;
	}
	#creditline .flex-box div:first-child ul li a:hover {
		text-decoration: underline;
	}
	#creditline .flex-box div:last-child {
		margin-left: auto;
	}
	.pc-inline {
		display: inline;
	}
	.pc {
		display: block;
	}
	.sp, .sp-inline {
		display: none;
	}
	.virtual-p {
		background-size: cover;
	}
	.flex-box {
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.flex-box > div:first-child {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.float-left {
		float: left;
	}
	.float-right {
		float: right;
	}
}
@media screen and (min-width:751px) {
	.pc750 {
		display: block;
	}
}
@media screen and (max-width:750px) {
	.pc750 {
		display: none;
	}
	.row [class*="col_box_"] {
		float: left !important;
	}
	.row .col_box_10 {
		width: 41.66667% !important;
	}
	.row .col_box_14 {
		width: 58.33333% !important;
	}
}
@media screen and (max-width:768px) {
	.sp_disNon {
		display: none !important;
	}
	#feature-1 {
		padding-top: 0;
	}
	#feature-1 h1 {
		margin-top: 5%;
	}
	#feature-1 .container,#feature-1 .container p {
		margin-bottom: 0;
	}
	#feature-2 .container {
		padding: 40px;
	}
	.ResultWrap{
		width: auto;
	}
	.Result .innerblock p {
		margin-bottom: 0;
	}
	#ResultText p {
		margin-bottom: 0;
	}
	
	#feature-3 .fig{
		width: auto;
		padding: 0 40px;
	}
	
	#feature-3 .fig img{
		max-width: 100%;
	}
	
	#feature-3 .list01 {
		margin-bottom: 15px;
		display: block;
		padding: 0 40px;
	}
	#feature-3 .list01 li {
		padding-top: 0;
		width: auto;
		margin-bottom: 50px;
		padding-left: 20px;
	}
	#feature-3 .list01 li:before {
		top: 50%;
		left: 0;
		background-size: 60px 60px;
		width: 60px;
		height: 60px;
		margin: -30px 0 0 0;
	}
	.list02 {
		padding: 0 40px;
	}
	.list02 p {
		margin-bottom: 0;
	}
	.list02 li {
		width: 100%;
	}
	.list02 li:nth-child(even) {
		margin: 20px 0 0 0;
	}
	#feature-4{
		padding-top: 0;
	}
	#feature-4 h2 img {
		width: 90px;
	}
	#feature-4 p {
		margin-bottom: 2rem;
	}
	.list03 h3{
		margin-bottom: 20px;
	}
	.list03 ul {
		padding: 0 40px;
	}
	.list03 ul li {
		padding-left: 120px;
		width: auto;
	}
	#feature-4 p.winBtn {
		margin-bottom: 0;
	}
	
	#feature-5{
		padding: 0 0 40px;
	}
	
	#feature-5 .h-01 .h-01-inner{
		width: auto;
		padding: 0 10px;
	}
	
	#feature-5 .h-01 h2{
		line-height: 1.6;
	}
	
	#feature-5 .tac{
		margin-bottom: 0;
	}

	#feature-5 ul{
		padding: 0 40px;
	}
	
	#feature-5 h3:before{
		top: 0;
		margin-top: 0;
	}
	
	#feature-5 .flex-box > div:first-child{
		width: auto;
	}
	
	#feature-5 ul p{
		padding-left: 27px;
	}
	
	.btn-02 a{
	    width: auto;
	}
	
	.btn-02 a::before{
		top: 26px;
	}
	
	#feature-5 .arrow02 {
		padding-left: 44px;
		width: auto;
	}
	
	#feature-5 .arrow02 a{
		display: block;
	}
	
	#feature-5 figure{
		width: auto;
	}
	
	#feature-5 figure img{
		max-width: 100%;
	    width: auto;
	}
	
	#feature-5 .arrow02 a::before{
		top: 3px;
		left: 0;
		margin-top: 0;
	}
	#feature-6{
		padding: 0 20px;
	}
	#feature-6 h2 {
		width: auto;
		font-size: 16px;
	}
	.telWrap{
		margin: 0;
		width: auto;
	}
	.telWrap img{
		max-width: 100%;
	}
	#feature-6 ul {
		padding: 0 20px;
	}
	#feature-7 .flex-box {
		display: flex;
	}
	#feature-7 .flex-box .mr_productBox {
		width: 50%;
	}
	#feature-7 .flex-box .mr_productBox p {
		font-size: 150%;
		margin-bottom: 0;
	}
	#feature-7 .flex-box .mr_productBox img:first-child {
		width: 75%;
	}
	
	#feature-8{
		padding: 0 0 40px;
	}
	
	#feature-8 .flex-box>div:first-child {
		display: block;
		padding: 0 40px;
	}
	img.respon-img {
		display: block;
		max-width: 90%;
		height: auto;
	}
	img.respon-img.left {
		margin-right: auto;
	}
	img.respon-img.center {
		margin-left: auto;
		margin-right: auto;
	}
	img.respon-img.right {
		margin-left: auto;
	}
	.hmd-package {
		margin: 1em 0;
	}
	.hmd-package img {
		max-width: 100%;
	}
	.container.link_youTube figure {
		margin: 0;
	}
}
@media screen and (min-width:768px) and (max-width:769px) {
	#feature-3 .list01, .list03 ul {
		padding: 0 25%;
	}
}
@media screen and (min-width:460px) {
	.cstmMdlTxt {
		width: 430px;
	}
}
@media screen and (max-width:479px) {
	#header #headerrightarea {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
/* ------------------------------------------------------------------
      プロモーションページ旧機種化用
   ------------------------------------------------------------------ */
/* Header */
#header {
	margin: 0 auto 1.5rem;
}
#header div.headertop {
	border: none;
	padding: 0px 7px;
}
/* Fujitsu logo */
#header div#corporatesymbol {
	margin-top: -1px;
}
#header div#corporatesymbol p {
	margin: 0px;
	line-height: 1;
}
#header div#corporatesymbol img {
	vertical-align: bottom;
}
#header .headerrightarea {
	margin: 8px 11px 7px 0;
}
/* FMWORLD logo */
#header div#headerrightarea {
	padding-top: 2px;
}
/* AzbyClub logo */
#header div#azbylogo {
	width: 626px;
}
#header div#azbylogo p {
	margin: 0 0 5px;
	line-height: 1;
	text-align: right;
}
#header div#azbylogo img {
	vertical-align: bottom;
}
/* azbynavi */
#header #azbynavi {
	width: 626px;
	font-size: 120%;
}
#header #azbynavi ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header #azbynavi ul li {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 14px;
	background: url(/images/common/images/head-icon-arrow.gif) no-repeat left 0.1em;
}
#header #azbynavi ul li a:link {
	color: #003399;
	text-decoration: none;
}
#header #azbynavi ul li a:hover {
	text-decoration: underline;
}
#header #azbynavi ul li a:visited {
	color: #660099;
}
#header #azbynavi ul li a:active {
	color: #cc3300;
}
/* 旧機種コメント */
.lyt-top p.kakokisyu {
	font-size: 120%;
	text-align: left;
}
/* azbyfooter調整 */
.contentsarea.pPage {
	width: 980px;
	margin: 0 auto;
	font-size: 130%;
	margin-bottom: 35px;
}
.contentsarea.pPage a:link {
	color: #003399;
	text-decoration: none;
}
.contentsarea.pPage a:hover {
	text-decoration: underline;
}
.contentsarea.pPage a:visited {
	color: #660099;
}
.contentsarea.pPage a:active {
	color: #cc3300;
}
@media print, screen and (min-width:769px) {
	/* header調整 */
	.header_sp {
		display: none;
	}
	/* メインビジュアル位置調整 */
	.lyt-top .flex-box {
		height: 535px;
	}
	.lyt-top .bg1 {
		height: 700px;
	}
	#feature-1 .bg1 {
		background-position: center 70px;
	}
}
@media print, screen and (max-width:768px) {
	/* header調整 */
	#header {
		min-height: 40px;
	}
	#corporatesymbol_sp {
		position: absolute;
		left: 5px;
		top: 3px;
	}
	#sitelogo_sp {
		text-align: center;
		padding: 10px 0 0 0;
	}
	#sitelogo_sp a img {
		margin-top: -5px;
	}
}
/* ------------------------------------------------------------------
      プロモーションページ旧機種化用 AH-MR用
   ------------------------------------------------------------------ */
.lyt-top {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
