@charset "UTF-8";
/* CSS Document */

#flow{
	margin-bottom: 0%;
	padding-top:5.38%;
}
#flow_top{
    margin-bottom: 4.61%;
}
#flow_main{
    background-color: #EAEAEA;
    padding-top: 4.61%;
    padding-bottom: 6.92%;
    box-sizing: border-box;
}
.flow_each_step{
  margin-left: auto;
  margin-right: auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #E05581;
  color: #ffffff;
  font-family: century-gothic, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
	box-sizing: border-box;
	z-index: 2;
	       position: sticky;
}
.flow_each_step p{
	display: block;
	font-size: 32px;
	margin-top: 4px;
	box-sizing: border-box;
}
.flow_each{
    margin-top: -44px;
    padding-top: 5.38%;
    padding-right: 7.69%;
    padding-left: 7.69%;
    padding-bottom: 3.07%;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
    z-index: 1;
    position: sticky;
    margin-bottom: 2.3%;
}
.flow_each_head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.84%;
}

.flow_each_ico{
    width: 88px;
    margin-right: 16px;
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-top: 12px; */
    /* [disabled]margin-bottom: 20px; */
}
.flow_each_ico img{
	width: 100%;
}
.flow_each h2{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    /* [disabled]margin-bottom: 3.07%; */
}
.flow_txt{
    display: flex;
    align-items: flex-start;
    /* [disabled]padding-top: 24px; */
    padding-bottom: 32px;
}
.flow_txt.flex_none {
    display: inherit;
    padding-bottom: 8px;
}

.flow_txt.top_border {
    border-top: 0.1em solid #cccccc;
    padding-top: 32px;
}




.flow_txt h3{
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    display: inline-block;
    color: #36519D;
}
.flow_txt h3 span {
    display: block;
}

.flow_ico{
	width: 40px;
	min-width: 40px;
	display: inline-block;
	margin-right: 16px;
}
.flow_ico#_staff{
	width: 76px;
	min-width: 76px;
	display: inline-block;
	margin-right: 2px;
	margin-left: -13px;
}
.flow_ico img{
width: 100%;	
}
.flow_txt_p{

}


.flow_txt p{
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    display: inline-block;
    letter-spacing: normal;
}
.flow_txt .recomend {
    display: block;
    color: #E05581;
    font-size: 18px;
    font-weight: 600;
}

.flow_txt .flow_txt_p.txt_center p {
    text-align: center;
    display: block;
}


.flow_txt .flow_btn a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.flow_txt .flow_btn a {
    color: #ffffff;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 14px;
    padding-bottom: 8px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.07em;
    border-radius: 4px;
}
.flow_txt .flow_btn .kusitu{
	background-color: #36519D;
	margin-left: 12px;
}
.flow_txt .flow_btn .toiawase {
    border: 1.6px solid #36519D;
    color: #36519D;
    background-color: #FFFFFF;
    margin-right: 8px;
}
.flow_txt .flow_btn .kaijyoyoyaku{
    background-color: #E05581;
    margin-right: 8px;
}
.flow_txt .pc_no-link{
	pointer-events: none;
}
.margin-top{
    margin-top: 16px;
}

#for_first-time {
    border-radius: 10px;
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 16px;
    background-color: #EAEAEA;
    margin-top: 24px;
}

.flow_txt h4{
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    display: block;
}
.flow_txt h4 span {
    border-bottom: 2px solid #E05581;
    padding-bottom: 4px;
}

.flow_txt_p ul{
    margin-top: 16px;
    padding-left: 20px;
    list-style: disc;
}
.flow_txt_p ul li{
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
}
.flow_txt_p .kome-ul{
    margin-top: 12px;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow_txt_p .kome-ul li{
    display: flex;
}
.flow_txt_p ul li{
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
}
#onestep{
    width: 336px;
    margin-left: 24px;

}

.flow_txt_p._flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#flow_notice{
    margin-top: 6.15%;
    background-color: #EAECF7;
    border-radius: 20px;
    padding: 8px;
    border: 0.1em solid #36519D;
}
#flow_notice_in{
    /* [disabled]border: 1px solid #FFFFFF; */
    border-radius: 20px;
    padding: 3.07% 3.84%;
}
#flow_notice_tit{
	font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 21px;
    line-height: 1em;
    font-weight: 600;
	margin-bottom: 2.3%;
}
#flow_notice_tit span {
    border-bottom: 0.1em solid #E05581;
}

#flow_notice_tit img {
    width: 24px;
    margin-right: 6px;
    vertical-align: sub;
}

#flow_notice ul{
	padding-left: 20px;
	list-style: disc;
}
#flow_notice ul li{
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 400;
	margin-bottom: 6px;
}
