@charset "UTF-8";
#maintitle {
  background: url(images/title_bg.jpg) center top;
}

div.flowchart {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-top: 70px;
  position: relative;
  width: 850px;
}
div.flowchart div.q {
  background-color: #e3e3e3;
  border-radius: 7px;
  padding: 10px 0;
  position: relative;
}
div.flowchart div.q em {
  background-color: black;
  border-radius: 10px;
  color: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  font-style: normal;
  left: 50%;
  padding: 7px 0;
  position: absolute;
  text-align: center;
  top: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}
div.flowchart div.q p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
div.flowchart div.second {
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  top: 150px;
  width: 630px;
}
div.flowchart div.third {
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  top: 299px;
  width: 415px;
}
div.flowchart div.arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
div.flowchart div.arrow p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  padding-left: 7px;
}
div.flowchart div.arrow p.y {
  color: #1581c2;
}
div.flowchart div.arrow p.n {
  color: #6bb241;
}
div.flowchart div.arrow div.arrow-round {
  border-radius: 0 0 3px 3px;
  display: block;
  position: relative;
  width: 5px;
}
div.flowchart div.arrow div.arrow-round::before {
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: -2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 15px;
}
div.flowchart div.arrow div.arrow-round::after {
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
}
div.flowchart div.arrow div.y {
  background-color: #1581c2;
}
div.flowchart div.arrow div.y::before {
  background-color: #1581c2;
}
div.flowchart div.arrow div.y::after {
  background-color: #1581c2;
}
div.flowchart div.arrow div.n {
  background-color: #6bb241;
}
div.flowchart div.arrow div.n::before {
  background-color: #6bb241;
}
div.flowchart div.arrow div.n::after {
  background-color: #6bb241;
}
div.flowchart div.arrow a {
  display: none;
}
div.flowchart .a {
  left: 100px;
}
div.flowchart .a div.arrow-round {
  height: 370px;
}
div.flowchart .b {
  right: 50px;
}
div.flowchart .b div.arrow-round {
  height: 70px;
}
div.flowchart .c {
  left: 315px;
  top: 225px;
}
div.flowchart .c div.arrow-round {
  height: 220px;
}
div.flowchart .d {
  right: 50px;
  top: 225px;
}
div.flowchart .d div.arrow-round {
  height: 70px;
}
div.flowchart .e {
  right: 280px;
  top: 375px;
}
div.flowchart .e div.arrow-round {
  height: 70px;
}
div.flowchart .f {
  right: 50px;
  top: 375px;
}
div.flowchart .f div.arrow-round {
  height: 70px;
}
div.flowchart dl.goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 372px;
}
div.flowchart dl.goal div {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 10px;
  padding: 15px;
  position: static;
  width: 165px;
}
div.flowchart dl.goal div dt {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 7px;
  text-align: center;
}
div.flowchart dl.goal div dt em {
  display: block;
  font-size: 15px;
  font-style: normal;
}
div.flowchart dl.goal div dd {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
div.flowchart dl.goal div a {
  border-bottom: 1px solid black;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 12px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}
div.flowchart dl.goal div a::before {
  border: 3px solid transparent;
  border-left: 5px solid #000000;
  border-right: 0 solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 6px 1px 0;
  width: 0;
}
div.flowchart dl.goal .yellow {
  background-color: #fff7ca;
  border: 2px solid #e8bf00;
}
div.flowchart dl.goal .green {
  background-color: #e4f1d8;
  border: 2px solid #86bf4d;
}
div.flowchart dl.goal .pink {
  background-color: #ffe8f7;
  border: 2px solid #e180ba;
}
div.flowchart dl.goal .blue {
  background-color: #e8f9ff;
  border: 2px solid #9ed3ed;
}

/*
div.type ul li {
	display: table-cell;
}
*/

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