@charset "UTF-8";
div.flowchart {
  width: auto;
}
div.flowchart div.q {
  border-radius: 7px 7px 0 0;
  padding: 10px 15px;
  position: static;
}
div.flowchart div.q em {
  font-size: 18px;
  width: 50%;
}
div.flowchart div.q p {
  font-size: 17px;
}
div.flowchart div.second,
div.flowchart div.third {
  margin-top: 15px;
  position: static;
  width: auto;
}
div.flowchart div.arrow {
  display: block;
  position: static;
}
div.flowchart div.arrow div.arrow-round {
  display: none;
}
div.flowchart div.arrow a {
  background: url(../../images/link_btn_w.svg) no-repeat right 20px center;
  background-size: 8px;
  border-top: 2px solid white;
  color: white;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
}
div.flowchart div.arrow em {
  display: block;
  font-size: 13px;
  font-style: normal;
}
div.flowchart div.arrow a.y {
  background-color: #1581c2;
}
div.flowchart div.arrow a.n {
  background-color: #6bb241;
  pointer-events: none;
}
div.flowchart div.arrow p {
  display: none;
}
div.flowchart .f a.n {
  pointer-events: auto !important;
}
div.flowchart dl.goal {
  display: block;
  padding-top: 0;
  padding-top: 50px;
}
div.flowchart dl.goal div {
  margin: 20px 0;
  padding: 25px;
  position: static;
  width: auto;
}
div.flowchart dl.goal div dt {
  font-size: 20px;
  padding-bottom: 10px;
}
div.flowchart dl.goal div dd {
  font-size: 14px;
}
div.flowchart dl.goal div a {
  font-size: 14px;
  margin-top: 14px;
  padding: 3px 8px;
}

/*
div.type {
	height: 550px;
	overflow: auto;
	width: 100%;
}*/

/*# sourceMappingURL=css_sp.css.map */