@charset "UTF-8";

/*========================================================================================
【common】
========================================================================================*/
html {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
}

img{
  width: auto;
  max-width: 100%;
}

fieldset,
img {
  border: 0;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*========================================================================================
【コンテンツ大枠】
========================================================================================*/
/*body {
  background-image: url(../images/yugio_enq_top.jpg);
  background-position: center top;
}*/
#contents {
  min-width: 1200px;
  /* background-image: url(../images/machinerobo_bg_pattern.png); */
  /* background-size: 100%; */
  /* background-size: 1500px; */
  /* background-repeat: repeat-y; */
  /* background-position: center top; */
  position: relative;
  z-index: 10;
}

#contents #wrapper {
  width: 1200px;
  margin: 0 auto;
}

#contents #wrapper #mainArea {
  width: 900px;
  height: 1720px;
  background-image: url(../images/machinerobo_main_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  background-size: 113%;
  margin: 0 auto;
}

#contents #wrapper #mainArea .enquete {
  position: absolute;
  width: 890px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 600px;
}

#contents #wrapper #mainArea .term {
  position: absolute;
  width: 890px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 725px;
}

#contents #wrapper #mainArea .pv {
  position: absolute;
  width: 890px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 850px;
  height: calc(890px * 0.5625);
}

#contents #wrapper #mainArea .comment {
  width: 760px;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 1370px;
  padding: 24px 0;
  text-align: center;
}

#contents #wrapper #mainArea .comment .commentText {
  display: block;
}

#contents #wrapper #mainArea .comment .commentText.comment01{
  width: 82%;
  margin: 0 auto;
}

#contents #wrapper #mainArea .comment .commentText.comment02{
  width: 86%;
  margin: 0 auto;
}

#contents #wrapper #mainArea .comment .commentText.paragraph {
  margin-top: 45px;
}

#contents #wrapper #machineroboSurveyContents {
  width: 1000px;
  margin: 20px auto 0;
}

#contents #wrapper #machineroboSurveyContents .linkBtn {
  width: 460px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#contents #wrapper #machineroboSurveyContents .linkBtn a {
  transition: 0.3s;
}

#contents #wrapper #machineroboSurveyContents .linkBtn a:hover {
  opacity: 0.7;
}

#contents #wrapper #machineroboSurveyContents #itemInfo {
  margin-top: 96px;
}

#contents #wrapper #machineroboSurveyContents #itemInfo .ttlImg {
  width: 606px;
  margin: 0 auto;
}

#contents #wrapper #machineroboSurveyContents #itemInfo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 23px 0 0;
}

#contents #wrapper #machineroboSurveyContents #itemInfo ul li {
  width: 490px;
  margin-bottom: 21px;
}

#contents #wrapper #machineroboSurveyContents #itemInfo ul li a {
  transition: 0.3s;
}

#contents #wrapper #machineroboSurveyContents #itemInfo ul li a:hover {
  opacity: 0.7;
}

#contents #wrapper #machineroboSurveyContents #itemInfo ul li a img {
  width: 100%;
}

#contents #wrapper #copyright {
  text-align: center;
  padding: 82px 0 32px;
  color: #000000;
  font-size: 15px;
}

/*========================================================================================
【共用フッター】
========================================================================================*/
footer {
  width: 100%;
  position: relative !important;
  z-index: 999;
}

footer #box_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.bg_fixed {
  background-image: url(../images/machinerobo_bg_pattern.png);
  background-position: center top;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg_fixed.sp {
  background-size: contain;
}