@charset "utf-8";
/*****************************************************-
CSS Document : SP用
- ****************************************************/
body{ font-weight:200; font-size: 1.1rem;}
header,
footer{ font-weight:400 !important;}
footer .ft-note{ font-weight:100;　font-size:1.1rem;}
.script{height: 0 !important; overflow: hidden;}
h1.none{ position: fixed; text-indent: -9999px;}
main{
	overflow: hidden;
	display: block;
	padding:10px 0px 50px;
}
main img{width: 100%; height: auto;}

.product-nav-open img{ width: 180px; margin-top: 3px;}
.product-nav-open {
	background-color: #eee !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.logo_win{
	margin-right: 3%;
	margin-bottom: 5px;
}
.logo_win-img{
	float: left;
	width: 280px;
}
.logo_win:after, .logo_win:before {
    content: "";
    clear: both;
    display: block;
}

/*--------------------------
		fm_fund
---------------------------*/
#fm_fund {
	margin-bottom: 40px;
}
#fm_fund h3{
	text-align: center;
	font-size: 146.5%;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	line-height: 1.4;
}
#fm_fund h3 span{
	display: inline-block;
	width: 260px;
	position: relative;
	z-index: 2;
	background-color: #fff;
	white-space: nowrap;
}
#fm_fund h3:after{
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid #ddd;
	position: absolute;
	top:50%;
	left: 0;
}
#fm_fund p.lead{
	text-align: center;
	font-size: 118%;
	margin-bottom: 0px;
}

#fm_fund ul{
	overflow: hidden;
}
#fm_fund li{
	float: left;
	width: 50%;
	padding: 14px 0;
	box-sizing: border-box;
	/*border-left: 1px solid #ddd;*/
	text-align: center;
}
#fm_fund li:first-child{
	border-left: 0;
}
#fm_fund li:nth-child(3){
	clear: both;
}
#fm_fund li p{
	margin-top: 5px;
	padding: 0 10px;
	text-align: left;
}
#fm_fund li img{
	width: 100%;
}
.logo_win_f{
	text-align: left;
}
.logo_win_f-img{
	width: 280px;
}


main .btn a{
	background: url(../images/arrow1.png) no-repeat 94% 50% #942122;
	color: #fff;
	display: inline-block;
	padding: 10px 40px 10px 10px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	font-size: 138.5%;
	transition: 0.3s all;
}
main .btn a:hover{
	/*background-position: 95% 50%;*/
	opacity: 0.7;
}
main #contact{
	background-color: #2b2e34;
	overflow: hidden;
	color: #fff;
	padding: 35px 0 40px;
	margin-bottom: -60px;
}
main #contact h2{
	text-align: center;
	font-size: 153.9%;
	margin-bottom: 30px;
}
main #contact ul{
	width: 280px;
	margin: 0 auto;
}
main #contact li.web{
	margin-bottom: 20px;
}
main #contact li h3{
	font-size: 123.1%;
	padding-left: 30px;
	margin-bottom: 20px;
}
main #contact li.web h3{
	background: url(../images/icon_web.png) no-repeat 0 50%;
}
main #contact li.tel h3{
	background: url(../images/icon_tel.png) no-repeat 0 50%;
	padding-left: 25px;
}
main #contact .btn a{
	width: 280px;
	height: 40px;
	line-height: 40px;
	padding: 0px;
}
main #contact li p{
	font-size: 108%;
	margin-top: 15px;
}
main #contact li p small{
	display: block;
	font-size: 90%;
}
main #contact li .number span{
	display: block;
	text-align: center;
	border: 1px solid #fff;
	font-size: 108%;
	padding: 5px 0;
	margin-top: 10px;
}

/*--------------------------
		top
---------------------------*/

#top #mv{
	background: url(../images/top_mv.jpg) no-repeat center 0;
	background-size: cover;
	overflow: hidden;
	color: #fff;
	box-sizing: border-box;
	padding: 40px 0;
}
#top #mv h1{
	font-size: 197%;
	line-height: 1.3;
	margin-bottom: 25px;
}
#top #mv h1 + p{
	font-size: 116%;
	margin-bottom: 30px;
}
#top #mv .features{
	width: 100%;	
}
#top #mv .features h3{
	font-size: 123.1%;
	text-align: center;
	background-color: #912122;
	padding: 5px 0;
	font-weight: normal;
	margin-bottom: 10px;
}
#top #mv .features ul{
	display: flex;
	display: -webkit-flex; /* Safari */
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
}
#top #mv .features ul li{
	background-color: #fff;
	color: #333;
	border-top: 5px solid #912122;
	margin-left: 1%;
	width: 32.3%;
	padding: 5px;
	box-shadow: 0px 0px 10px #333; 
	box-sizing: border-box;
}
#top #mv .features ul li:first-child{
	margin-left: 0px;
}
#top #mv .features ul li dl{
	padding: 5px;
}
#top #mv .features ul li dt{
	line-height: 1.2;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 8px;
}
#top #mv .features ul li dd{
	font-size: 100%;
	border-top: 1px solid #912122;
	padding: 8px 0 8px 1.1em;
	line-height: 1.4;
	position: relative;
	font-weight: bold;
}
#top #mv .features ul li dd:before{
	content: '■';
	position: absolute;
	top: 10px;
	left: 0;
	color: #912122;
	font-size: 60%;
}
#top #mv .features ul li dd a{
	text-decoration: none;
	display: block;
	padding-right: 10px;
	color: #333;
	background: url(../images/arrow4.png) no-repeat 98% 50%;
	background-size: 7px;
}
#top #mv .features ul li dd a.anchor{
	background: url(../images/arrow6.png) no-repeat 42% 96%;
	background-size: 12px;
	padding: 0 0 15px;
}
#top #mv .btnList{
	width: 260px;
	margin:50px auto 0;
}
#top #mv .btnList li{
	margin-bottom: 10px;
}
#top #mv .btnList a{
	display: block;
	width: 260px;
	height: 80px;
	box-sizing: border-box;
	text-decoration: none;
	transition: 0.3s all;
}
#top #mv .btnList a:hover{
	-webkit-filter:brightness(1.3);
  -moz-filter:brightness(1.3);
  -ms-filter:brightness(1.3);
  filter:brightness(1.3);
	text-shadow:0px 0px 5px #000;
}
/*#top #mv .btnList li:nth-child(1) a{
	background: url(../images/top_btn1.jpg) no-repeat 0 0;
	color: #fff;
	font-size: 118%;
	line-height: 1.2;
	padding: 5px 15px;
}
#top #mv .btnList li:nth-child(1) a small{
	display: inline-block;
	background-color: #0078d4;
	padding: 2px 10px;
	font-size: 70%;
}
#top #mv .btnList li:nth-child(1) a span{
	display: block;
	margin-top: 5px;
	font-weight: bold;
}
#top #mv .btnList li:nth-child(1) a strong{
	display: block;
	font-size: 60%;
	font-weight: normal !important;
	margin-top: 5px;
}*/
#top #mv .btnList li.top_bnr2{
	position: relative;
}
#top #mv .btnList li.top_bnr2 a{
	color: #fff;
	text-decoration: none;
	padding: 25px 20px 0;
	display: block;
	font-size: 153.9%;
	font-weight: bold;
	background: url(../images/campaign_btn1.jpg) no-repeat center center;
	line-height: 1.4;
}

#top #mv .btnList li.top_bnr2 a small{
	display: block;
	font-size: 45%;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 5px;
}

#top #mv .btnList li.top_bnr2 span{
	font-size: 70%;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: normal;
	background-color: #000;
	width: 100%;
	text-align: center;
	padding: 3px 0;
}

#top #example{
	background-color: #f0f0f0;
	overflow: hidden;
	padding: 40px 0 50px;
}
#top #example h2{
	font-size: 182%;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
#top #example .figure{
	display: table;
	margin-top: 80px;
	width: 100%;
}
#top #example .left{
	display: table-cell;
	padding-right: 5px;
	position: relative;
	z-index: 2;
}
#top #example .left dl{
	display: table;
	width: 100%;
}
#top #example .left dl.mb{ margin-bottom: 10px;}
#top #example .left dt{
	display: table-cell;
	background-color: #efc5c9;
	text-align: center;
	width: 80px;
	vertical-align: middle;
	text-align: center;
	font-size: 100%;
	line-height: 1.4;
	white-space: nowrap;
}
#top #example .left dd{
	display: table-cell;
	padding-left: 5px;
	position: relative;
}
#top #example .left dd h3{
	position: absolute;
	top: -50px;
	left: 0;
	background-color: #999999;
	width: calc(100% - 5px);
	text-align: center;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	margin-left: 5px;
}
#top #example .left dd li{
	background-color: #fff;

	box-sizing: border-box;
	padding: 5px 10px 5px 5px;
	margin-bottom: 5px;
	position: relative;
	box-shadow: 0px 0px 5px #ccc;
	font-size: 90%;
	line-height: 1.4;
}
#top #example .left dd li:last-child{margin-bottom: 0px;}
#top #example .left dd li.arrow:after{
	content: '';
	background: url(../images/arrow5.png) no-repeat right 0;
	width: 20px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: -15px;
	display: block;
	margin-top: -9.5px;
}
#top #example .left dd .block{
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 160px;
	background-color: #0071ac;
	text-align: center;
	color: #fff;
	font-size: 123.1%;
	line-height: 1.2;
	padding-top: 40px;
	box-sizing: border-box;
}
#top #example .right{
	background-color: #912122;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
	position: relative;
	padding: 5px 5px 5px 10px;
	box-sizing: border-box;
	width: 20%;
	white-space: nowrap;
}
#top #example .right h3{
	position: absolute;
	top: -50px;
	left: 0;
	background-color: #999999;
	width: 100%;
	text-align: center;
	color: #fff;
	height: 40px;
	box-sizing: border-box;
	padding-top: 7px;
	font-size: 100%;
}
#top #example .right li{
	background-color: #9e4c51;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 100%;
}
#top #example .right li:nth-child(2){
	background: none;
}
#top #example strong{
	font-weight: bold;
}
#top #example .btnDetail{
	margin-top: 5px;
}
/*
#top #example .btnDetail a{
	font-size: 70%;
	color: #fff;
	text-decoration: none;
	background-color: #751419;
	display: block;
	padding: 6px 5px;
	width: 96%;
	margin: 0 auto;
	text-align: center;
	position: relative;
  z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: -0.1em;
}
#top #example .btnDetail a::before,
#top #example .btnDetail a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#top #example .btnDetail a,
#top #example .btnDetail a::before,
#top #example .btnDetail a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#top #example .btnDetail a:hover {
  color: #751419;
}
#top #example .btnDetail a::after {
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
}
#top #example .btnDetail a:hover::after {
  top: 0;
  left: 0;
  background-color: #fff;
}
#top #example .btnDetail a span{
	display: inline-block;
	background: url(../images/arrow7.png) no-repeat center bottom;
	background-size: 10px;
	padding-bottom: 10px;
	transition: all .3s;
}
#top #example .btnDetail a:hover span{
	background: url(../images/arrow6.png) no-repeat center bottom;
	background-size: 10px;
}
*/

#top #solution{
	padding: 50px 0 20px;
}
#top #solution h2{
	font-size: 182%;
	margin-bottom: 20px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
	margin-top: 50px;
}
#top #solution h2:first-child{ margin-top: 0px;}
#top #solution h2 span{
	display: block;
	font-size: 50%;
	color: #0078d4;
	position: relative;
	padding-left: 1em;
}
#top #solution h2 span:before{
	content: 'E';
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 60%;
}
#top #solution p{
	font-size: 116%;
}
#top #solution .img{
	width: 100%;
	margin: 20px auto;
	border: 1px solid #c9c9c9;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
#top #solution .box{
	background-color: #f0f0f0;
	padding: 15px 15px 10px;
	margin-bottom: 30px;
}
#top #solution .box dt{
	font-size: 116%;
	font-weight: bold;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#top #solution .box dd{
	font-size: 116%;
	margin-bottom: 5px;
	padding-left: 1em;
	position: relative;
}
#top #solution .box dd:before{
	content: 'E';
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 60%;
}
#top #solution p.note{
	font-size: 100%;
	margin-bottom: 25px;
}
#top #solution .btnDetail{
	margin: 20px 0 40px;
}
#top #solution .btnDetail a{
	text-align: center;
	font-size: 116%;
	color: #0078d4;
	width: 100%;
	max-width: 500px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	border: 1px solid #0078d4;
	padding: 0px 10px 0 0;
	box-sizing: border-box;
	position: relative;
  z-index: 2;
	overflow: hidden;
}
#top #solution .btnDetail a::before,
#top #solution .btnDetail a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#top #solution .btnDetail a,
#top #solution .btnDetail a::before,
#top #solution .btnDetail a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#top #solution .btnDetail a:hover {
  color: #fff;
}
#top #solution .btnDetail a::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
#top #solution .btnDetail a:hover::after {
  top: 0;
  left: 0;
  background-color: #0078d4;
}
#top #solution .btnDetail a span{
	display: block;
	background: url(../images/arrow3.png) no-repeat 98% 50%;
	transition: all .3s;
}
#top #solution .btnDetail a:hover span{
	display: block;
	background: url(../images/arrow1.png) no-repeat 98% 50%;
}

#top #boxList{
	background-color: #f0f0f0;
	overflow: hidden;
	padding: 50px 0 50px;
}
#top #boxList ul{
	overflow: hidden;
	margin-bottom: -20px;
}
#top #boxList li{
	background-color: #fff;
	overflow: hidden;
	padding: 20px 30px;
	margin-bottom: 20px;
}
#top #boxList li .pic{
	margin-bottom: 20px;
}
#top #boxList li .textArea{
	overflow: hidden;
	zoom:1;
}
#top #boxList li .textArea h3{
	color: #0078d4;
	font-size: 153.9%;
	margin-bottom: 15px;
	line-height: 1.4;
}
#top #boxList li .textArea h3 small{
	font-size: 85%;
	display: block;
}
#top #boxList li .textArea p{
	font-size: 116%;
}
#top #boxList li .textArea .btnDetail{

	margin-top: 30px;
}
#top #boxList li .textArea .btnDetail a{
	text-align: center;
	font-size: 123.1%;
	color: #0078d4;
	width: 220px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	border: 1px solid #0078d4;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
  z-index: 2;
	overflow: hidden;
}
#top #boxList li .textArea .btnDetail a::before,
#top #boxList li .textArea .btnDetail a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#top #boxList li .textArea .btnDetail a,
#top #boxList li .textArea .btnDetail a::before,
#top #boxList li .textArea .btnDetail a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#top #boxList li .textArea .btnDetail a:hover {
  color: #fff;
}
#top #boxList li .textArea .btnDetail a::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
#top #boxList li .textArea .btnDetail a:hover::after {
  top: 0;
  left: 0;
  background-color: #0078d4;
}
#top #boxList li .textArea .btnDetail a span{
	display: block;
	background: url(../images/arrow3.png) no-repeat 96% 50%;
	transition: all .3s;
}
#top #boxList li .textArea .btnDetail a:hover span{
	display: block;
	background: url(../images/arrow1.png) no-repeat 96% 50%;
}

#top #btnList{
	background-color: #0078d4;
	overflow: hidden;
	padding: 25px 0 15px;
	text-align: center;
	margin-bottom: 50px;
}
#top #btnList ul{
	width: 260px;
	margin: 0 auto -10px;
}
#top #btnList li{
	margin-bottom: 20px;
}

#top #btnList .btnDetail a{
	text-align: center;
	font-size: 123.1%;
	color: #fff;
	width: 260px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	border: 1px solid #fff;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
  z-index: 2;
	overflow: hidden;
}
#top #btnList .btnDetail a::before,
#top #btnList .btnDetail a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
#top #btnList .btnDetail a,
#top #btnList .btnDetail a::before,
#top #btnList .btnDetail a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#top #btnList .btnDetail a:hover {
  color: #0078d4;
}
#top #btnList .btnDetail a::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
#top #btnList .btnDetail a:hover::after {
  top: 0;
  left: 0;
  background-color: #fff;
}
#top #btnList .btnDetail a span{
	display: block;
	background: url(../images/arrow1.png) no-repeat 96% 50%;
	transition: all .3s;
}
#top #btnList .btnDetail a:hover span{
	display: block;
	background: url(../images/arrow3.png) no-repeat 96% 50%;
}
#top .noWrap{
	white-space: nowrap;
}
#top #win10,#top #o365,#top #m365,#top #ex{
	padding-top: 60px;
	margin-top: -60px !important;
}
#top #bnr{
	text-align: center;
	margin: -20px 0 40px;
}

/*--------------------------
		campaign
---------------------------*/

#campaign #mv{
	background: url(/platform/pc/content/windows10_migration/assist/common/images/campaign_mv.jpg) no-repeat center 0;
	background-size: cover;
	height: 420px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding-top: 40px;
}
#campaign #mv h1{
	font-size: 276%;
	line-height: 1.3;
	margin-bottom: 30px;
}
#campaign #mv h1 span{
	display: block;
	font-size: 40%;
	position: relative;
	padding: 5px 0;
	z-index: 1;
	margin-top: 10px;
}
#campaign #mv h1 span:after{
	content: '';
	background-color: #942122;
	width: 165px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -82.5px;
	z-index: -1;
}
#campaign #mv dl{
	width: 348px;
	margin: 0 auto 20px;
}
#campaign #mv dt{
	font-size: 123.1%;
	border: 1px solid #fff;
	padding: 5px 0;
	margin-bottom: 10px;
}
#campaign #mv dd{
	font-size: 153.9%;
	line-height: 1.4;
}
#campaign #mv dd small{
	display: block;
	font-size: 70%;
}
#campaign #mv{
	font-size: 108%;
}
#campaign .cont{
	margin: 80px 0 100px;
	overflow: hidden;
}
#campaign .cont p.lead{
	text-align: center;
	font-size: 182%;
	line-height: 1.4;
	margin-bottom: 30px;
	font-weight: bold;
}
#campaign .cont p.lead + p{
	text-align: center;
	font-size: 123.1%;
	margin-bottom: 70px;
	line-height: 1.8;
}
#campaign .step{
	background-color: #f3f3f3;
	overflow: hidden;
	padding: 80px 0;
}
#campaign .step h2{
	text-align: center;
	font-size: 215.3%;
	font-weight: bold;
	margin-bottom: 50px;
}
#campaign .step ul{
}
#campaign .step ul li{
	width: 100%;
	position: relative;
}
#campaign .step ul li .wrap{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #ccc;
	position: relative;
	height: 100%;
}
#campaign .step ul li:after{
	content: '';
	background: url(../images/arrow2.png) no-repeat 0 0;
	width: 17px;
	height: 51px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
#campaign .step ul li:last-child:after{
	display: none;
}
#campaign .step ul li .textArea{
	padding: 20px 20px 15px;
}
#campaign .step ul li .textArea dt{
	font-size: 123.1%;
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
	font-weight: bold;
}
#campaign .step ul li .textArea dt:before{
	content: '1';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-style: italic;
	background-color: #942122;
	color: #fff;
	font-size: 100%;
	letter-spacing: 0.2em;
	font-weight: normal;
}
#campaign .step ul li:nth-child(2) .textArea dt:before{content: '2';}
#campaign .step ul li:nth-child(3) .textArea dt:before{content: '3';}
#campaign .step ul li .textArea dd{
		font-size: 116%;
}
#campaign .cont .btn{
	text-align: center;
	margin: 80px 0 60px;
}
#campaign .cont .btn a{
	width: 480px;
	height: 60px;
	line-height: 60px;
	padding: 0px;
}
#campaign .cont ul.btnList{
}
#campaign .cont ul.btnList li{
	width: 310px;
	height: 113px;
	background: url(../images/campaign_btn1.jpg) no-repeat 0 0;
	position: relative;
	transition: 0.3s all;
}
#campaign .cont ul.btnList li:nth-child(2){
	background: url(../images/campaign_btn2.jpg) no-repeat 0 0;
}
#campaign .cont ul.btnList li:nth-child(3){
	background: url(/platform/pc/content/windows10_migration/assist/common/images/campaign_btn3.jpg) no-repeat 0 0;
}
#campaign .cont ul.btnList li:hover{
	-webkit-filter:brightness(1.3);
  -moz-filter:brightness(1.3);
  -ms-filter:brightness(1.3);
  filter:brightness(1.3);
	text-shadow: 0px 0px 5px #000;
}
#campaign .cont ul.btnList li a{
	color: #fff;
	text-decoration: none;
	padding: 25px 20px 0;
	display: block;
	font-size: 182%;
	font-weight: bold;
}

#campaign .cont ul.btnList li a small{
	display: block;
	font-size: 54%;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-right: 10px;
	white-space: nowrap;
}
#campaign .cont ul.btnList li a span{
	font-size: 60%;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: normal;
	background-color: #000;
	width: 100%;
	text-align: center;
	padding: 3px 0;
}
#campaign .cont ul.btnList li:nth-child(2) a{
	padding: 35px 20px;
	font-size: 167%;
	line-height: 1.2;
}

/*--------------------------
		campaign
---------------------------*/

#campaign #mv{
	background: url(/platform/pc/content/windows10_migration/assist/common/images/campaign_mv.jpg) no-repeat center 0;
	background-size: cover;
	height: 320px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding-top: 40px;
}
#campaign #mv h1{
	font-size: 197%;
	line-height: 1.3;
	margin-bottom: 20px;
}
#campaign #mv h1 span{
	display: block;
	font-size: 60%;
	position: relative;
	padding: 5px 0;
	z-index: 1;
	margin-top: 10px;
}
#campaign #mv h1 span:after{
	content: '';
	background-color: #942122;
	width: 140px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -70px;
	z-index: -1;
}
#campaign #mv dl{
	width: 240px;
	margin: 0 auto 10px;
}
#campaign #mv dt{
	font-size: 123.1%;
	border: 1px solid #fff;
	padding: 3px 0;
	margin-bottom: 10px;
}
#campaign #mv dd{
	font-size: 153.9%;
}
#campaign #mv{
	font-size: 108%;
}
#campaign .cont{
	margin: 40px 0 50px;
	overflow: hidden;
}
#campaign .cont p.lead{
	text-align: center;
	font-size: 153.9%;
	line-height: 1.4;
	margin-bottom: 30px;
	font-weight: bold;
}
#campaign .cont p.lead + p{
	text-align: center;
	font-size: 123.1%;
	margin-bottom: 45px;
	line-height: 1.8;
}
#campaign .cont p.lead + p small{
	display: block;
	font-size: 80%;
	margin-top: 20px;
}
#campaign .step{
	background-color: #f3f3f3;
	overflow: hidden;
	padding: 50px 0 60px;;
}
#campaign .step h2{
	text-align: center;
	font-size: 182%;
	font-weight: bold;
	margin-bottom: 30px;
}
#campaign .step ul{

}
#campaign .step ul li{
	position: relative;
	margin-bottom: 40px;
}
#campaign .step ul li:last-child{
	margin-bottom: 0px;
}
#campaign .step ul li .wrap{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #ccc;
	position: relative;
	height: 100%;
	display: table;
}
#campaign .step ul li:after{
	content: '';
	background: url(../images/arrow2.png) no-repeat 0 0;
	width: 17px;
	height: 51px;
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -8.5px;
	-moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#campaign .step ul li:last-child:after{
	display: none;
}
#campaign .step ul li .pic{
	display: table-cell;
	width: 30%;
	height: 100px;
	background: url(/platform/pc/content/windows10_migration/assist/common/images/campaign_pic1.jpg) no-repeat center center;
	background-size: cover;
}
#campaign .step ul li:nth-child(2) .pic{
	background: url(/platform/pc/content/windows10_migration/assist/common/images/campaign_pic2.jpg) no-repeat center center;
	background-size: cover;
}
#campaign .step ul li:nth-child(3) .pic{
	background: url(/platform/pc/content/windows10_migration/assist/common/images/campaign_pic3.jpg) no-repeat center center;
	background-size: cover;
}
#campaign .step ul li .pic img{
	display: none;
}
#campaign .step ul li .textArea{
	padding: 10px 10px 10px;
	display: table-cell;
}
#campaign .step ul li .textArea dt{
	font-size: 123.1%;
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
	font-weight: bold;
}
#campaign .step ul li .textArea dt:before{
	content: '1';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-style: italic;
	background-color: #942122;
	color: #fff;
	font-size: 100%;
	letter-spacing: 0.2em;
	font-weight: normal;
}
#campaign .step ul li:nth-child(2) .textArea dt:before{content: '2';}
#campaign .step ul li:nth-child(3) .textArea dt:before{content: '3';}
#campaign .step ul li .textArea dd{
		font-size: 116%;
}
#campaign .cont .btn{
	text-align: center;
	margin: 50px 0 40px;
}
#campaign .cont .btn_return{
	text-align: center;
	margin: -20px 0 40px;
	color: #333 !important;
	font-size: 138.5%;
}
#campaign .cont .btn_return a{
	color: #333 !important;
}
#campaign .cont .btn a{
	width: 92%;
	max-width: 480px;
	height: 50px;
	line-height: 50px;
	padding: 0px;
}
#campaign .cont ul.btnList{
	width: 280px;
	margin: 0 auto;
}
#campaign .cont ul.btnList li{
	width: 280px;
	height: 113px;
	background: url(../images/campaign_btn1.jpg) no-repeat center 0;
	position: relative;
	transition: 0.3s all;
	margin-bottom: 10px;
}
#campaign .cont ul.btnList li:nth-child(2){
	background: url(../images/campaign_btn2.jpg) no-repeat center 0;
}
#campaign .cont ul.btnList li:nth-child(3){
	background: url(../images/campaign_btn2.jpg) no-repeat center 0;
}
#campaign .cont ul.btnList li:hover{
	-webkit-filter:brightness(1.3);
  -moz-filter:brightness(1.3);
  -ms-filter:brightness(1.3);
  filter:brightness(1.3);
	text-shadow: 0px 0px 5px #000;
}
#campaign .cont ul.btnList li a{
	color: #fff;
	text-decoration: none;
	padding: 25px 20px 0;
	display: inline-block;
	font-size: 182%;
	font-weight: bold;
}
#campaign .cont ul.btnList li:first-child a{
	padding-top: 42px;
}
#campaign .cont ul.btnList li a small{
	display: block;
	font-size: 54%;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-right: 10px;
	white-space: nowrap;
}
#campaign .cont ul.btnList li:first-child a small{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#campaign .cont ul.btnList li a span{
	font-size: 60%;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: normal;
	background-color: #000;
	width: 100%;
	text-align: center;
	padding: 3px 0;
}

/*--------------------------
		download
---------------------------*/

#download #mv{
	background: url(../images/download_mv.jpg) no-repeat center 0;
	background-size: cover;
	height: 160px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding-top: 40px;
}
#download #mv h1{
	font-size: 197%;
	line-height: 1.2;
}
#download #mv h1 small{font-size: 80%;}
#download #mv h1 span{
	display: block;
	font-size: 60%;
	margin-top: 10px;
}
#download .cont{
	margin: 40px 0 50px;
	overflow: hidden;
}
#download .cont p.lead{
	text-align: center;
	font-size: 153.9%;
	line-height: 1.4;
	margin-bottom: 30px;
	font-weight: bold;
}
#download .cont p{
	font-size: 116%;
	margin-bottom: 40px;
	line-height: 1.8;
}
#download .cont .btn{
	text-align: center;
}
#download .cont .btn p{
	font-size: 123.1%;
	margin-bottom: 10px;
}
#download .cont .btn a{
	display: block;
	width: 100%;
	max-width: 480px;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	margin: 0 auto 35px;
	background: url(../images/icon_dl.png) no-repeat 94% 50% #942122;
}
#download .cont .btn img{
	max-width: 404px;
	width: 80%;
}

/*--------------------------
		manga
---------------------------*/

#manga #mv{
	background: url(../images/manga_mv.jpg) no-repeat center 0;
	background-size: cover;
	height: 160px;
	overflow: hidden;
	text-align: center;
	color: #000;
	box-sizing: border-box;
	padding-top: 40px;
}
#manga #mv h1{
	font-size: 197%;
	line-height: 1.2;
	color: #000;
}
#manga #mv h1 small{font-size: 80%;}
#manga #mv h1 span{
	display: block;
	font-size: 60%;
	margin-top: 10px;
}
#manga .cont{
	margin: 40px 0 50px;
	overflow: hidden;
}
#manga .cont p.lead{
	text-align: center;
	font-size: 153.9%;
	line-height: 1.4;
	margin-bottom: 30px;
	font-weight: bold;
}
#manga .cont p{
	font-size: 116%;
	margin-bottom: 40px;
	line-height: 1.8;
}
#manga .cont .btn{
	text-align: center;
}
#manga .cont .btn p{
	font-size: 123.1%;
	margin-bottom: 10px;
}
#manga .cont .btn a{
	display: block;
	width: 100%;
	max-width: 480px;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	margin: 0 auto 35px;
	background-color: #942122;
}
#manga .cont .btn img{
	max-width: 404px;
	width: 90%;
}

/*--------------------------
		mail
---------------------------*/
/*body,html{
	height: 100%;
	width: 100% !important;
	min-width: 100% !important;
	position: relative;
}*/
#mail .content{
	padding: 70px 0 50px;
	text-align: center;
}
#mail .content p{
	font-size: 138.5%;
	margin-bottom: 15px;
}
#mail .content a{
	display: block;
	width: 90%;
	max-width: 400px;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	margin: 0 auto 55px;
	background: url(../images/icon_dl.png) no-repeat 94% 50% #942122;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 153.9%;
	transition: 0.3s all;
}
#mail .content a:hover{
	opacity: 0.7;
}


/*--------------------------
		banner
---------------------------*/
#banner {
  position: fixed;
  bottom: 0;
  left: auto;
  width: 100%;
  background-color: rgba(0, 13, 30, 0.85);
  padding: 1em;
  text-align: center;
  z-index: 4;
}

#banner.hide {
  display: none;
}

#banner .pc {
  display: none;
  margin: 0 auto;
}

#banner .sp {
  display: block;
  margin: 0 auto;
}

#banner .sp .btn_banner img {
  width: 70%;
}

#banner .sp .btn_close {
  width: 100%;
}

/*--------------------------
		modal
---------------------------*/
#overlay{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 120%;
	z-index: 9998;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
#modal{
	position: fixed;
	top:100px;
	left: 5%;
	z-index: 9999;
	width: 90%;
	display: none;
}
#modal .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#modal .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#modal .btnClose{
	background: url(../images/close.png) no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: -30px;
	cursor: pointer;
}
#modal .linkArea{
	text-align: center;
	padding: 10px;
	font-size: 108%;
	line-height: 2;
	background-color: #fff;
}
#modal .linkAre span{
	font-weight: bold;
	display: inline-block;
}



#mv_ver3 {
	text-align: center;
}

#mv_ver3 .hgroup {
  padding: 2rem 0;
}

#mv_ver3 .hgroup h3 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  position: relative;
}

#mv_ver3 .hgroup h3::before {
	position: relative;
	content: '';
  width: 3rem;
	height: 2px;
	top: 0;
	left: calc(50% - 1.5rem);
	background-color: #d22007;
	display: block;
	margin: 1rem 0;
}

#mv_ver3 .recommend {
	width: auto;
	margin: 0 auto;
	margin-bottom: 0;
	padding: 2rem;
	background-color: #eee;

}

#mv_ver3 .recommend h4 {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
	margin: 1rem 0;
}

#mv_ver3 .recommend h4+div {
	margin: 2rem 0;
}

#mv_ver3 .recommend  > p {
    position: static;
    font-size: .8rem;
    font-weight: 400;
    text-shadow: none;
    background: none;
    text-align: center;
    padding: 0;
    margin-left: auto;
    width: auto;
    color: #000;
    text-shadow: none;
	
}


#mv_ver3 .recommend .row {
	background: transparent;
}


#mv_ver3 .recommend .col-4 {
	float: none;
	width: auto;
	margin: .5rem;
}

#mv_ver3 .recommend .card {
	padding: 4px;
	background-color: #fff;
}

#mv_ver3 .recommend .card img {
	max-width: 100%;
}


#mv_ver3 .recommend .card h5 {
	font-size: 1.15rem;
	line-height: 1.15rem;
	font-weight: 400;
	text-align: left;
	margin: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
}


#mv_ver3 .recommend .card h5 span {
	width: calc(100% - 3rem);
}

#mv_ver3 .recommend .card h5 span.icon {
	font-size: 1.5rem;
	line-height: 3rem;
	font-weight: 100;

	text-align: center;

  width: 3rem;
	height: 3rem;
	color: #fff;
	background-color: #aaa;
	margin: 0;
	margin-right: .5rem;
}


#mv_ver3 .recommend .card p {
	border-top: solid 1px #ccc;
	margin: 1rem;
	padding: .5rem 0;
	position: static;
  font-size: .8rem;
  font-weight: 400;
  text-shadow: none;
  background: none;
  text-align: left;
  width: auto;
  color: #000;
  text-shadow: none;
}

#mv_ver3 .recommend .card p span {
	margin: .25rem 0;
	padding: 0;
	position: static;
  font-size: .75rem;
  font-weight: 100;
  text-shadow: none;
  background: none;
  text-align: left;
}


#mv_ver3 .recommend .card h4 {
	font-size: 1.15rem;
	line-height: 1.15rem;
	font-weight: 400;
	text-align: center;
	margin: 1rem;
	position: relative;
}

#mv_ver3 .recommend .card h4 strong {
	display: block;
	text-align: center;
	margin: .5rem;
	padding: 0;
	position: static;
  font-size: .75rem;
  font-weight: 400;
  background: none;
  width: auto;
  color: #f00;
  text-shadow: none;
}


#mv_ver3 .recommend .card h4::after {
	content: "";
  position: absolute;
  right: 0;
  bottom: -2rem;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 1rem 1.5rem 0 1.5rem;
}

#mv_ver3 .recommend .card .button_area {
	margin: 1rem 0;
}
.button_area {
    margin: 3rem;
    text-align: center;
}

.btn_arrow {
    display: inline-block;
    padding: 1rem 3rem;
    color: #fff;
    background: #d22007;
    letter-spacing: .25rem;
    text-decoration: none;
}

.row::before, .row::after {
    content: "";
    clear: both;
    display: block;
}





/* 201903 */
.art__red {
	border-radius: 1em;
	border: 2px solid #a40000;
	margin-bottom: 2em;
}
.art__red h3 {
	font-size: 1.5em;
	text-align: center;
	color: white;
	background-color: #a40000;
	margin: 0;
	padding: .25em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
}

.art_inner {
	padding: 1em;
}

.art__red h4 {
	font-size: 1.5em;
	margin: 0;
	padding: .25em;
}

.art__red h5 {
	font-size: 1.25em;
	color: #a40000;
}

.art__red h5.caption {
	font-size: 1.25em;
	color: #000000;
}
.art__red .img_wrap {
	margin-bottom: 1em;
}
.art__red .img_wrap img {
	width: 100%;
}

.art__red ul.square {
	list-style: square;
	margin-left: 2em;
	margin-bottom: 1em;
}


.div_float:after,.div_float:before {
	content: "";
  clear: both;
  display: block;
}


.div_float > div {
	float: none;
	margin: 0;
	padding: 0;
}


.div_float > div:first-child {
	width: auto;
}

.div_float > div.text_wrap {
	width: auto;
	margin-left: auto;
}


#manga .art__red p.lead {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: .25em;
	text-align: left;
	margin-bottom: 1em;
}

.art__red span.text-red {
	color: #a40000;
}

.table_wrap {
	overflow-x:auto;
}

.table_wrap table thead tr th {
	color: white;
	background-color: #a40000;
	padding: .5em 1em;
}

.table_wrap table tbody tr td {
	padding: .5em 1em;
}

.table_wrap table tbody tr td:first-child {
	background-color: #fce5e2;
}

.table_wrap table tbody tr.secondary td:first-child {
	background-color: #fdf4f4;
}


.table_wrap table.gray thead tr th {
	color: white;
	background-color: #89887f;
	padding: .5em 1em;
}

.table_wrap table.gray tbody tr td:first-child {
	background-color: #f1f1f1;
}


#manga .art__red .art_end__red {
	font-size: 1.5em;
	text-align: center;
	color: white;
	background-color: #e60012;
	border-radius: 1.5em;
	margin: 1em 0;
	padding: .5em;
}

#fjmmig header .hd-inr {

}


#fjmmig {
  background: url(../images/top_workstyle.jpg) no-repeat center top;
  background: #fff;
  background-size: cover;
  height: auto;
  color: #fff;
  text-align: center;
}
#fjmmig .inner {
  padding: 25px 0;
}
#fjmmig .inner h1 {
  font-weight: normal;
  font-size: 289%;
  color: #000;
}