@charset "Shift_JIS";


/* header
---------------------------------------------------- */
.search_header {
  padding: 20px 0;
  text-align: center;
}
.search_header .header_logo {
  text-align: center;
  display: inline-block;
  margin: 24px 20px 24px 0;
}
.search_header .header_logo li {
  display: inline-block;
  margin: 0 5px;
}
.search_header .header_logo li img {
  width: 230px;
}
.search_header .header_catch {
  display: inline-block;
  width: 500px;
  margin: 25px auto;
}
.search_header p {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 40px;
  color: #cc6600;
}
.search_header a.link {
  margin: 20px auto 0;
  display: table;
  font-size: 24px;
  line-height: 40px;
  text-decoration: underline;
  color: #006CFF;
  padding: 20px 0;
}
.search_header a.btn {
  margin: 0 auto;
  display: table;
  font-size: 24px;
  line-height: 40px;
  text-decoration: underline;
  color: #78bd36;
  padding: 20px 72px;
  background-image: url("../images/piyo1.png"), url("../images/piyo2.png");
  background-position: left center, right center;
  background-repeat: no-repeat;
}


/* main
---------------------------------------------------- */
.main {
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url("../images/lace1.png"), url("../images/lace2.png");
  background-position: center top, center bottom;
  background-repeat: repeat-x;
}


/* flow
---------------------------------------------------- */
#flow {
  width: 500px;
}
#flow li {
  background: #ffe5e8;
  margin-bottom: 30px;
  position: relative;
}
#flow li::after {
	content: "";
	position: absolute;
	bottom: -20px;
  left: 50%;
	margin-left: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #ffe5e8 transparent transparent transparent;
}
#flow li:last-child {
  margin-bottom: 0;
}
#flow li:last-child::after {
	display: none;
}
#flow li .inner {
  border-radius: 10px;
  overflow: hidden;
}
#flow li p {
  padding: 10px 20px;
}
#flow li p.ttl {
  background-color: #f7557c;
  color: #FFF;
}


@media screen and (max-width: 768px) {

  /* header
  ---------------------------------------------------- */
  .search_header .header_logo {
    margin: 0;
  }
  .search_header .header_logo li {
    margin: 0 0;
    width: 48%;
  }
  .search_header .header_logo li img {
    max-width: 90%;
  }
  .search_header .header_catch {
    max-width: 90%;
  }
  .search_header p {
    max-width: 90%;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
  .search_header p br {
    display: none;
  }
  .search_header a.link {
    font-size: 18px;
    padding: 5px 0;
  }
  .search_header a.btn {
    font-size: 18px;
    padding: 5px 44px;
    background-size: 34px auto;
  }
  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }


  /* main
  ---------------------------------------------------- */
  .main {
    padding: 30px 15px 40px;
  }
  
  
  /* flow
  ---------------------------------------------------- */
  #flow {
    width: 100%;
  }
  
}