@charset "UTF-8";
main{
}
.intro {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
    padding: 40px 0;
  background: url("../../../common/img/bg_cell.png") repeat;
}
.intro_text {
    max-width: 850px;
    width: 90%;
    margin: auto;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}
.t_blue{
  color: #363581;
}
.t_red{
  color: #CE1A2A;
}
.flow{
  margin-bottom: 100px;
  padding-top: 30px;
}
.flow_guide {
    max-width: 1024px;
    width: 90%;
    margin: 60px auto 0;
  display: flex;
  align-items: center;
  gap:20px;
}
.flow_guide--blue,
.flow_guide--red {
    display: flex;
    align-items: center;
}
.flow_guide--blue::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #363581;
  margin-right: 10px;
}
.flow_guide--red::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #CE1A2A;
  margin-right: 10px;
}
.flow_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.flow_row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    position: relative;
}
.flow_row::after{
  content: '';
  display: block;
  width: 0;
  height: calc(100% + 30px);
  position: absolute;
  left: 74px;
  top: 50%;
  z-index: 0;
}
.flow_row--blue::after{
  border-left: 6px dotted #363581;
}
.flow_row--red::after{
  border-left: 6px dotted #C5010F;
}
.flow_row:last-child::after{
  display: none;
}
.flow_card {
    max-width: 904px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #EEEEEE;
    padding: 30px;
  padding-left: 54px;
}
.flow_box {
    max-width: 476px;
    width: 100%;
}
.flow_head {
    padding-bottom: 20px;
}
.flow_row--blue .flow_head {
    border-bottom: 2px solid #363581;
}
.flow_row--red .flow_head {
    border-bottom: 2px solid #A22020;
}
.flow_bold {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
    text-indent: -1em;
    padding-left: 1em;
}
/*.flow_row--blue .flow_bold::before{
  content: '●';
  color: #363581;
}
.flow_row--red .flow_bold::before{
  content: '●';
  color: #A22020;
}*/
.flow_body {
    margin-top: 20px;
}
.flow_text {
    line-height: 2;
}
.flow_text a {
  color: #000;
  text-decoration: underline;
}
.flow_point {
    position: absolute;
    left: 0;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  z-index: 1;
}
.flow_row--blue .flow_point{
  background: #363581;
}
.flow_row--red .flow_point{
  background: #A22020;
}
.flow_step{
    font-weight: bold;
}
.flow_num {
    font-size: 3.2rem;
}
.flow_bnr {
    max-width: 502px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #009844;
  margin: 30px auto 120px;
}
.flow_bnr_text {
    max-width: 348px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
main{
  
}
.flow_row {
    flex-direction: column;
}
.flow_point {
    top: -77px;
    left: 50%;
    transform: translateX(-50%);
  z-index: 2;
    width: 130px;
    height: 130px;
}
.flow_row {
    flex-direction: column;
    margin-top: 100px;
}
.flow_row::after {
    left: calc(50% - 4px);
}
.flow_card {
    padding: 70px 5% 30px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}
.flow_bnr_text {
    padding: 0 10px;
}
}
@media print {

}