@charset "euc-jp";
/* ===============================================================================
// 
// Table of Contents
// 
// * 事前調査／本調査
// * アンケートの種類
// 
=============================================================================== */

/* =========================================================
// 事前調査／本調査
========================================================= */
.enquete_flow {
  padding-top: 13px;
}

.enquete_flow .flow_explain {
  padding: 13px 0 0;
  min-width: 900px;
}

.enquete_flow .flow_explain .block {
  width: 374px;
  float: left;
}

.enquete_flow .flow_explain .block .illustration {
  height: 213px;
  margin-bottom: 15px;
  text-align: center;
}

.enquete_flow .flow_explain .block.pre_enquete .illustration img {
  margin-top: 13px;
}

.enquete_flow .flow_explain .block p {
  margin: 0 0 5px;
}

.enquete_flow .flow_explain .arrow {
  background: url(../img/arrow.png) center center no-repeat;
  float: left;
  height: 92px;
  margin-top: 90px;
  padding: 15px 10px 10px 10px;
  text-align: center;
  width: 130px;
}

.enquete_flow .flow_explain .arrow p {
  margin-top: 12px;
}



/* =========================================================
// アンケートの種類
========================================================= */
.enquete_type {
  margin-top: 20px;
}

.enquete_type .enquete_type_list {
  padding-top: 10px;
}

.enquete_type .enquete_type_list .items {
  float: left;
  margin-right: 29px;
  width: 280px;
}

.enquete_type .enquete_type_list .items.last_child {
  margin-right: 0;
}

.enquete_type .enquete_type_list .items .illustration {
  height: 171px;
  margin: 0 0 20px;
  text-align: center;
}

.enquete_type .enquete_type_list .items.items_overseas .illustration img {
  margin-top: 30px;
}

.enquete_type .enquete_type_list .items .tag {
  left: 10px;
  position: relative;
  top: -3px;
}
