/**************************/
/* edgeendo css template */
/* edgeendo css template */
/*platinum flowchart 500206250*/
/*@media screen and (max-width:600px){
ここには画面サイズ600px以下のスタイルを書く}*/

/*************************/

.flow_wrapper {
  width: 100%;
  margin-bottom: 20px;
}


.flow_wrapper .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 36px 5px auto;
  grid-template-columns: 36px auto;
  -ms-grid-rows: 60px 20px auto 20px 36px;
  grid-template-rows: 60px 465px auto 36px;
  grid-gap: 20px 5px;
}

.group1_head {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  grid-row: 1 / 2;
  background: #666666;
  font-size: 1.5em;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.group1_head p  {
  font-weight: bold;
}
.group2_head {
  -ms-grid-column: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 3 / 3;
  background: #9c577b;
  font-size: 1.5em;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.group2_head p {
  padding-top: 10px;
}
.group2_head_add {
  grid-row: 2 / 3;
  background: #9c577b;
  font-size: 1.5em;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.group2_head_add p {
  padding-top: 10px;
  font-weight: bold;
}
.group3_head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 5;
  grid-row: 4 / 4;
  background: #9c577b;
  font-size: 1.5em;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.group3_head p {
  letter-spacing: 0.3em;
  padding-left: 1em;
  font-weight: bold;
}
.group1_body {
  -ms-grid-column: 3;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  grid-row: 1 / 2;
}
.group2_body {
  -ms-grid-column: 3;
  grid-column: 2 / 3;
  -ms-grid-row: 4;
  grid-row: 2 / 4;
}
.group2_head p,
.group2_head_add p {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  font-weight: bold;
}
.group1_body div ul,
.group2_body div ul {
  list-style: none;
}
/*ハンドファイル#10*/
.group1_body .flow {
  position: relative;
}
.group1_body .flow::before {
  content: "";
  width: 6px;
  height: 10px;
  background-color: #666666;
  position: absolute;
  top: 100%;
  left: calc(50% - 3px);
}
.group1_body .flow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #666666 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 10px);
}

.group1_body .flow ul.box li {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: solid 1px #666666;
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.group1_body .flow ul.box li img {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  max-height: 24px;
}
.group1_body .flow ul.box li p {
  color: #666666;
  font-size: 1em;
  font-weight: bold;
}
.group2_body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.group2_body .flow1 {
  width: 100%;
  position: relative;
}
.group2_body .flow1::before {
  content: "";
  width: 6px;
  height: calc(15px + 42px);
  background-color: #0058a8;
  position: absolute;
  top: calc(100% - 15px);
  left: calc(50% - 3px);
}
.group2_body .flow1 ul.box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}

.group2_body .flow1 ul.box li {
  width: 50%;
  height: 190px;
  background: #ffffff;
  border: solid 1px #9c577b;
  box-sizing: border-box;
  padding: 10px 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.group2_body .flow1 ul.box li:first-child {
  border-right: dotted 1px #9c577b;
  box-sizing: border-box;
  position: relative;
  height: 230px;
}
.group2_body .flow1 ul.box li:last-child {
  border-left: none;
  height: 230px;
}
.group2_body .flow1 ul.box li img {
  display: inline-block;
  width: 100%;
  max-width: 75px;
  max-height: 126px;
}
.group2_body .flow1 ul.box li p {
  color: #666666;
  font-size: 1em;
  font-weight: bold;
}
.group2_body .flow1 ul.box li span.or {
  background: #9c577b;
  color: #ffffff;
  border-radius: 3px;
  font-weight: bold;
  width: 2em;
  padding: 2px 0;
  text-align: center;
  position: absolute;
  left: calc(100% - 1em);
  bottom: 50%;
}
/*.group2_body .flow1 ul.box li a {
	font-size: 1em;
	color: #009633;
	text-decoration: underline;
}*/
.group2_body .flow2 {
  width: 90%;
  position: relative;
  background: #c5e5f9;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 40px;
}
.group2_body .flow2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 210px;
  margin: 0 auto;
  background: url(/contents/common/img/goods/content/24PF0004A6/flow5_arrowimg.gif) no-repeat
    center;
  position: absolute;
  top: -37px;
  transform: rotate(90deg);
}

.group2_body .flow2 p {
  font-size: 1.4em;
  color: #666666;
  font-weight: bold;
}

.group2_body .arrow_box3 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.group2_body .arrow_box3 .arrow_l,
.group2_body .arrow_box3 .arrow_c,
.group2_body .arrow_box3 .arrow_r {
  width: 100%;
  height: 20px;
  margin-right: 5px;
  position: relative;
}
.group2_body .arrow_box3 .arrow_r {
  margin-right: 0;
}
.group2_body .arrow_box3 .arrow_l::before,
.group2_body .arrow_box3 .arrow_c::before,
.group2_body .arrow_box3 .arrow_r::before {
  content: "";
  width: 6px;
  height: 14px;
  background-color: #0058a8;
  position: absolute;
  top: -4px;
  left: calc(50% - 3px);
}
.group2_body .arrow_box3 .arrow_l::after,
.group2_body .arrow_box3 .arrow_c::after,
.group2_body .arrow_box3 .arrow_r::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0058a8 transparent transparent transparent;
  position: absolute;
  top: 10px;
  left: calc(50% - 10px);
}
.group2_body .flow3 {
  width: 90%;
  position: relative;
  margin-bottom: 20px;
}
.group2_body .flow3 ul.box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.group2_body .flow3 ul.box li {
  width: 100%;
  height: auto;
  min-height: 120px;
  position: relative;
  background: #c5e5f9;
  border-radius: 6px;
  padding: 5px;
  margin-right: 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.group2_body .flow3 ul.box li::before {
  content: "";
  width: 6px;
  height: 10px;
  background-color: #0058a8;
  position: absolute;
  top: 100%;
  left: calc(50% - 3px);
}
.group2_body .flow3 ul.box li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0058a8 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 10px);
}
.group2_body .flow3 ul.box li:last-child {
  margin-right: 0px;
}
.group2_body .flow3 ul.box li p {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: #666666;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.group2_body .flow3 ul.box li p.arrow3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #0058a8 transparent transparent transparent;
  position: absolute;
  top: 34px;
  left: calc(50% - 9px);
}
.group2_body .flow3 ul.box li p span {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

.group2_body .flow4 {
  width: 90%;
  position: relative;
  margin-bottom: 20px;
}
/*.group2_body .flow4::before {
	content: '';
	width: calc(100% - 33.3%);
	height: 6px;
	background-color: #0058a8;
	position: absolute;
	top: calc(100% + 9px);
	left: calc(33.3% / 2);
}*/
.group2_body .flow4 ul.box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.group2_body .flow4 ul.box li {
  width: 100%;
  height: auto;
  max-height: 270px;
  position: relative;
  background: #ffffff;
  border: solid 1px #0058a8;
  box-sizing: border-box;
  padding: 10px 5px;
  margin-right: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.group2_body .flow4 ul.box li::before {
  content: "";
  width: 6px;
  height: 16px;
  background-color: #0058a8;
  position: absolute;
  top: 100%;
  left: calc(50% - 3px);
}
.group2_body .flow4 ul.box li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0058a8 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 10px);
}
/*.group2_body .flow4 ul.box li:nth-child(2)::before {
	height: 30px;
}*/

.group2_body .flow4 ul.box li:last-child {
  margin-right: 0px;
}
.group2_body .flow4 ul.box li p {
  display: inline-block;
  font-size: 1em;
  color: #0058a8;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.group2_body .flow4 ul.box li p span {
  display: inline-block;
  color: #666666;
  text-align: center;
  font-weight: bold;
}
.group2_body .flow4 ul.box li a img {
  display: block;
  width: 100%;
  max-width: 50px;
  max-height: 135px;
  margin: 0 auto 5px;
  object-fit: contain;
}
/*.group2_body .flow4 ul.box li a span {
	display: block;
	font-size: 0.9em;
	color: #009633;
	text-decoration: underline;
}*/

.group2_body .flow5 {
  width: 90%;
  position: relative;
  background: #c5e5f9;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 40px;
}
.group2_body .flow5 p {
  font-size: 1.3em;
  font-weight: bold;
  color: #666;
}
.group2_body .flow5::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 210px;
  margin: 0 auto;
  background: url(/contents/common/img/goods/content/24PF0004A6/flow5_arrowimg.gif) no-repeat
    center;
  position: absolute;
  top: -38px;
  transform: rotate(90deg);
}

.group2_body .flow6.other {
  width: 90%;
  position: relative;
  background: #c5e5f9;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 20px;
}
.group2_body .flow6.other::before {
  content: "";
  width: 6px;
  height: 10px;
  background-color: #0058a8;
  position: absolute;
  top: 100%;
  left: calc(50% - 3px);
  transform: rotate(0deg);
}
.group2_body .flow6.other::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0058a8 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 10px);
}

.group2_body .arrow_box2 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.group2_body .arrow_box2 .arrow_left,
.group2_body .arrow_box2 .arrow_right {
  width: 50%;
  height: 20px;
  position: relative;
}
.group2_body .arrow_box2 .arrow_left {
  margin-right: 5px;
}
.group2_body .arrow_box2 .arrow_left::before,
.group2_body .arrow_box2 .arrow_right::before {
  content: "";
  width: 6px;
  height: 10px;
  background-color: #0058a8;
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
}
.group2_body .arrow_box2 .arrow_left::after,
.group2_body .arrow_box2 .arrow_right::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0058a8 transparent transparent transparent;
  position: absolute;
  top: 10px;
  left: calc(50% - 10px);
}

.group2_body .flow6 {
  width: 90%;
  position: relative;
  background: #c5e5f9;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 10px;
}
.group2_body .flow6::before {
  content: "";
  width: 6px;
  height: 10px;
  background-color: #0058a8;
  position: absolute;
  top: 100%;
  left: calc(50% - 3px);
}
.group2_body .flow6::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0058a8 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 10px);
}

.group2_body .flow6 p {
  font-size: 1.4em;
  color: #666666;
  font-weight: bold;
}

a.btn-style span {
  position: relative;
  font-size: 13px;
  color: #009633;
  text-decoration: none;
  border: 1px solid #009633;
  padding: 5px 20px;
  border-radius: 25px;
  margin: 5px auto 0;
  display: block;
}
a.btn-style span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #009633;
  border-right: 2px solid #009633;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  transform: rotate(45deg);
}

@media screen and (max-width: 600px) {
  .group2_body .flow2 p, .group2_body .flow5 p, .group2_body .flow6 p, .group2_body .flow6 p {
    font-size: 3vw;
    min-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 450px) {
	#wrap .group2_body .flow1 ul.box li:nth-child(2) p{
		font-size: 2.5vw;
	}
	a.btn-style span {
		font-size: 2.5vw;
		padding: 5px 5vw;
	}
}

@media screen and (max-width: 400px) {
	.flow_wrapper .group3_body .flow6 ul.box li {
		max-width: calc(138 / 375 * 100%);
	}
}