@charset "UTF-8";

ul.point{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    max-width: 800px;
}
ul.point li{
    margin: 1em;
}



.flow_list > .flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    justify-content: space-between;
}

.flow_list > .flow_item:last-child .number_column:before {
  border-left: none
}

.flow_list > .flow_item:last-child .txt_column {
  margin-bottom: 0
}

.flow_list > .flow_item .number_column {
  position: relative;
  margin-right: 12px
}

.flow_list > .flow_item .number_column:before {
  content: "";
  position: absolute;
  left: 14px;
  border-left: 2px solid #bfbfbf;
  height: 100%;
  z-index: 1
}

.flow_list > .flow_item .number_column span {
  color: #fff;
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
font-size:1.2em;
  position: relative;
  z-index: 2
}

.flow_list > .flow_item .txt_column {
  display: flex;
  flex: 1;
  margin-bottom: 30px
}

.flow_list > .flow_item .flow_subtitle {
font-size:1.2em;
    font-weight: bold;
  width: 100%;
  color: #000
}

.flow_list > .flow_item .flow_detail {
  color: #535353;
  width:100%;
}

.flow_list > .flow_item .txt_column {
    display: block
  }
    .flow_list > .flow_item .flow_subtitle {

  width: 100%;

}

.flow_list > .flow_item .flow_detail {

   width:100%;

}
.sodantitle{
	border: 1px solid #000;
	padding:1em 1.5em;
	display: inline-block;
}
/* =============================================
メディアクエリ
============================================= */
/* 大デバイス（デスクトップ, 1200px 以上）
==============================================*/
@media screen and (min-width: 1200px) {


}
/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {

}
/* END */
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {

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

}	
/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
ul.point li{
    margin: 0.5em;
}
}


/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
 }
/* END */
