@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
	width: 930px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em { font-style: normal; }

.forSP { display: none !important; }

.releasedate {
	width: 930px; 
	font-size: 11px; 
	color: #333;
	text-align: right;
	margin: 100px auto; 
}

/*==============================================
 看板
============================================= */
.mainTitleWrap {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_fujitsu/titlebg.png) repeat-x 0 0;
	padding-bottom: 70px;
}
h1 {
	width: 100%;
	height: 660px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_fujitsu/202302_maintitle.png) no-repeat center center;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
}
.mainTitleWrap p {
	width: 930px;
	font-size: 15px;
	line-height: 2.1;
	margin: 50px auto 0;
}
.lead a:link, .lead a:visited {
    color: #bb0303;
    border-bottom: 1px dashed #bb0303;
}
.lead a:hover, .lead a:active {
    color: #fe3838;
    border-bottom: 1px dashed #fe3838;
}
.mainTitleWrap p small {
	display: block;
	font-size: 11px;
	margin-top: 15px;
}
.topBnr a {
	display: block;
	width: 800px;
	height: 60px;
	background: #bb0303;
	border-radius: 60px;
	font-size: 16px;
	color: #fff;
	line-height: 62px;
	text-align: center;
	margin: 40px auto 0;
	position: relative;
	transition: all ease .3s;
}
.topBnr a em {
	font-size: 24px;
	vertical-align: -2px;
	padding-left: 5px;
}
.topBnr a small {
	font-size: 12px;
}
.topBnr a:before {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_fujitsu/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -6px;
}
.topBnr a:hover {
	background: #8f0000;
}


/*==============================================
 バナー
============================================= */
.innerbnr {
	margin: 80px auto 0;
}
.innerbnr a {
	display: block;
	width: 930px;
	height: 187px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_fujitsu/innerbnr.png) no-repeat 0 0;
	color: #fff;
	margin: 0 auto;
	padding: 40px 0 0 300px;
	box-sizing: border-box;
	transition: all ease .5s;
}
.innerbnr a p {
	font-size: 16px;
}
.innerbnr a p sup {
	vertical-align: 3px;
	margin: 0 1px 0 0;
}
.innerbnr a dl {
	margin-top: 15px;
}
.innerbnr a dt {
	font-size: 32px;
}
.innerbnr a dt small {
	font-size: 15px;
}
.innerbnr a dd {
	font-size: 14px;
	margin-top: 26px;
	padding-left: 27px;
	position: relative;
}
.innerbnr a dd:before {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_fujitsu/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 2px;
	margin-top: -7px;
}
.innerbnr a:hover {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_fujitsu/innerbnr_over.png) no-repeat 0 0;
}


/*==============================================
 目次
============================================= */
.menu {
	background: #292929;
	padding: 50px 0;
}
.menu div {
	display: table;
	width: 930px;
	margin: auto;
}
.menu a {
	display: table-cell;
	width: 20%;
	border-left: 1px solid #454545;
	color: #fff;
	line-height: 1.8;
	vertical-align: top;
	padding: 15px 20px 45px;
	box-sizing: border-box;
	position: relative;
}
.menu a:last-child {
	border-right: 1px solid #454545;
}
.menu a em {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 10px;
}
.menu a:after {
	content: "";
	display: block;
	width: 22px;
	height: 9px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_fujitsu/arrow02.png) no-repeat 0 0;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -11px;
}
.menu a:hover {
	color: #aaa;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 90px auto 0;
}
.paragraph h2 {
	font-size: 40px;
	font-weight: bold;
	color: #292929;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 60px;
}
.paragraph h2 em {
	display: block;
	font-size: 18px;
	color: #bb0303;
	margin-bottom: 13px;
}
.paragraphIn {
	width: 930px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 15px;
	line-height: 2.1;
	margin: 0 0 25px;
}
.paragraph h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 70px auto 0;
}
.paragraph h3 + .scroll table {
	width: 100%;
	font-size: 14px;
	color: #292929;
	margin: 30px auto 0;
}
.paragraph h3 + .scroll table th {
	background: #eee;
	border: 1px solid #666;
	font-weight: normal;
	vertical-align: middle;
	padding: 10px 15px 8px;
}
.paragraph h3 + .scroll table tr:nth-of-type(1) th {
	font-size: 16px;
	text-align: center;
}
.paragraph h3 + .scroll table td {
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	padding: 10px 15px 8px;
}
.anchor {
	font-size: 12px;
	text-align: right;
	margin: 10px auto 70px;
}
.anchor:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 12px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_fujitsu/arrow03.png) no-repeat 0 0;
	margin-left: 2px;
	vertical-align: -2px;
}


/*==============================================
 囲み
============================================= */
.column {
	border: 5px solid #e1e2e5;
	margin: 80px auto;
	padding: 80px 70px;
}
.column h4 {
	font-size: 22px;
	font-weight: bold;
	color: #292929;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 60px;
}
.column02 .imgBox + p {
padding-top: 50px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 930px;
	margin: 70px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 450px;
	float: left;
	position: relative;
}
.imgBox div a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease 300ms;
}
.imgBox a:hover img {
	opacity: .8;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 2;
	margin: 25px 0 0;
}
.imgBox .cap.right {
	width: 450px;
	margin-top: -2px;
	float: right;
}
.sTxt {
display: block;
margin-top: 10px;
font-size: 11px;
line-height: 1.5;
}

.imgBox a span {
	display: block;
	width: 200px;
	height: 40px;
	background: rgba(0,0,0,.55);
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	position: absolute;
	right: 1px;
	bottom: 1px;
	transition: all ease 500ms;
}
.imgBox a:hover span {
	opacity: 0;
}

.w800,
.w800 a {
	width: 800px;
	float: none;
}
.w780,
.w780 a {
	width: 780px;
	float: none;
	margin: 30px auto 0;
}
.mTop25 {
	margin-top: 25px;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 930px;
	padding: 60px 0 10px;
	margin: auto;
}
.productBoxIn a {
	display: block;
	min-height: 430px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_fujitsu/itemimg.png) no-repeat 400px 0;
	color: #292929;
	overflow: hidden;
	padding: 70px 0 0 20px;
	box-sizing: border-box;
}
.productBoxIn a dl {
	float: left;
}
.productBoxIn a dt {
	font-size: 36px;
	font-weight: bold;
}
.productBoxIn a dt small {
	display: block;
	font-size: 24px;
	margin-top: 10px;
}
.productBoxIn a dd {
	display: block;
	width: 380px;
	height: 60px;
	background: #bb0303;
	border-radius: 60px;
	font-size: 16px;
	color: #fff;
	line-height: 62px;
	text-align: center;
	margin: 30px 0 0 0;
	position: relative;
	transition: all ease .3s;
}
.productBoxIn a dd:before {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/10_fujitsu/arrow01.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -6px;
}
.productBoxIn a img {
	display: none;
}
.productBoxIn dd:hover {
	background: #8f0000;
}
.productBox .scroll h3 {
	border-left: 8px solid #bb0303;
	font-size: 18px;
	font-weight: bold;
	color: #292929;
	padding: 7px 0 4px 10px;
}
.productBox .scroll table {
	table-layout: fixed;
	width: 100%;
	background: #fff;
	margin: 20px auto;
	empty-cells: show;
}
.productBox .scroll th {
	background: #292929;
	border: 1px solid #666;
	font-weight: normal;
	color: #fff;
	padding: 8px 10px 7px;
}
.productBox .scroll tr:first-child th {
	font-size: 15px;
	text-align: center;
	padding: 12px 10px 10px;
}
.productBox .scroll tr:first-child th a {
	color: #fff;
}
.productBox .scroll tr:first-child th a small {
	display: inline-block;
	background: #bb0303;
	border-radius: 17px;
	height: 17px;
	font-size: 10px;
	color: #fff;
	line-height: 18px;
	margin-top: 2px;
	padding: 0 20px;
}
.productBox .scroll td {
	border: 1px solid #666;
	text-align: center;
	padding: 8px 10px 7px;
}
.productBox .scroll + .scroll {
	margin-top: 70px;
}


/*==============================================
アンケート
============================================= */

/*----　カラー変更　----*/
.questionnaire {
color: #2e2e2e;
}
.question .select .arrow {
border-color: #2e2e2e transparent transparent transparent;
}
.questionnaireInner h2,
.btnSend a {
background-color: #0a7bc3;
}
.btnSend a:hover {
background-color: #04619d;
}
.questionnaireInner h3 .q {
color: #1b75bc;
}
.question input[type=radio]:checked ~ .radio::before {
background-color: #1b75bc;
}
.question ul li:hover .radio, .question input[type=radio]:checked ~ .radio, .question ul li:hover .check, .question input[type=checkbox]:checked ~ .check, .question input[type=checkbox]:checked ~ .check::before, .question .select select:hover, .question .select select:focus, .question textarea:hover, .question textarea:focus, .question input:hover, .question input:focus {
border-color: #1b75bc !important;
}

/*----　文字強調　----*/
.questionnaire .marker {
	background:linear-gradient(transparent 70%, #c2dff7 70%);}

/*----　ベースデザイン　----*/
.questionnaire {
padding: 100px 0;
background-color: #f2f2f2;
letter-spacing: 0.1em;
font-feature-settings: "palt"1;
}
.questionnaireInner {
width: 930px;
margin: 0 auto;
padding-bottom: 60px;
background-color: #fff;
border-radius: 6px;
box-sizing: border-box;
}
.questionnaireInner h2 {
padding: 25px 30px 25px;
border-radius: 6px 6px 0 0;
color: #fff;
font-size: 20px;
font-weight: bold;
}
.questionnaireInner h3 {
line-height: 1.8;
font-size: 16px;
font-weight: bold;
}
.questionnaireInner h3 .q {
margin-right: 10px;
font-size: 24px;
}
.questionnaireInner h3 .required {
margin-left: 10px;
color: #e20000;
}
.question {
padding: 40px 80px 0;
}
.question:first-child {
padding-top: 50px;
}
.question ul {
list-style: none;
margin-top: 20px;
overflow: auto;
}
.question ul li {
display: block;
position: relative;
float: left;
width: 100%;
}
.question ul li label {
display: block;
position: relative;
font-weight: 300;
font-size: 16px;
padding: 0 0 0 53px;
margin: 10px auto;
z-index: 9;
cursor: pointer;
-webkit-transition: all .2s linear;
}

/* radio */
.question ul li input[type=radio] {
position: absolute;
visibility: hidden;
}
.question ul li .radio {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 100%;
height: 16px;
width: 16px;
top: 6px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .radio {
border: 3px solid;
}
.question ul li .radio::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
height: 6px;
width: 6px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
transition: background .2s linear;
-webkit-transition: background .2s linear;
}
.question input[type=radio]:checked ~ .radio {
border: 3px solid;
}

/* checkbox */
.question ul li input[type=checkbox] {
position: absolute;
visibility: hidden;
}
.question ul li .check {
display: block;
position: absolute;
border: 3px solid #cccccc;
border-radius: 6px;
height: 16px;
width: 16px;
top: 4px;
left: 20px;
z-index: 5;
transition: border .2s linear;
-webkit-transition: border .2s linear;
}
.question ul li:hover .check {
border: 3px solid;
}
.question ul li .check::before {
display: block;
position: absolute;
content: '';
height: 6px;
width: 3px;
top: -3px;
bottom: 0;
left: 0;
right: 1px;
margin: auto;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transition: border .2s linear;
-webkit-transition: border .2s linear;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.question input[type=checkbox]:checked ~ .check {
border: 3px solid;
}
.question input[type=checkbox]:checked ~ .check::before {
border-bottom: 2px solid;
border-right: 2px solid;
}

/* select */
.question .select {
display: inline-block;
position: relative;
margin: 20px 0 0 20px;
}
.question .select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 5px 35px 5px 15px;
outline: 0;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border .2s linear;
}
.question .select .arrow {
position: absolute;
top: 14px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
}
.question .select select:hover,
.question .select select:focus {
border: 1px solid;
}

/* textarea */
.question textarea {
width: 80%;
height: 150px;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question textarea:hover,
.question textarea:focus {
border: 1px solid;
}

/* input */
.question input {
width: 80%;
margin: 20px 0 0 20px;
padding: 6px 10px;
border: 1px solid #cccccc;
border-radius: 6px;
font-size: 16px;
outline: 0;
transition: border .2s linear;
}
.question input:hover,
.question input:focus {
border: 1px solid;
}
.question ul li.text label {
display: inline-block;
}
.question ul li.text input {
width: 20%;
margin: 0 0 0 10px;
}

/* .btnSend */
.btnSend {
margin-top: 60px;
text-align: center;
}
.btnSend a {
display: inline-block;
padding: 15px 100px;
border-radius: 6px;
text-align: center;
font-size: 16px;
color: #fff;
transition: background-color .2s linear;
}

/* .thanks */
.thanks {
margin-top: 80px;
margin-bottom: 20px;
text-align: center;
font-size: 20px;
}
