@charset "UTF-8";
/*! ========================================
このCSSファイルはSassから生成しております。
編集する際はSassファイルより編集を行ってください。
========================================= */
/*===========================================
	gray_whiteArrowArea
=============================================*/
.gray_whiteArrowArea {
  background: #ebebeb;
  width: 100%;
  padding: 80px 0 50px;
  box-sizing: border-box;
  position: relative; }

.gray_whiteArrowArea:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 47%;
  width: 0;
  height: 0;
  border-top: 45px solid #fff;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent; }

.resultList li {
  width: 280px;
  margin-bottom: 60px; }

.resultList a:link {
  color: #323232;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.resultList a:visited {
  color: #323232;
  text-decoration: none; }

.resultList a:hover {
  opacity: 0.7;
  color: #808080; }

.resultList a:active {
  color: #808080; }
