.btnArea {
    margin-top: 3em;
    display: flex;
    justify-content: center;
}
.btnArea .btn {
    width: 25em;
}
.w55p{
    width: 55%;
}

.halfTable > div{
	width: 48%;
}
.blue{
    color: #2355A1;
}
.tableDesign01 table tr td.bg_gray{
    background: #F4F4F4;
}
.tableDesign01 table tr th.bg_blue{
    background: #2355A1;
}
.tableDesign01 table tr td.bg_blue{
    background: #E8EDF5;
}
.tableDesign01 table tr th.b_dashed, .tableDesign01 table tr td.b_dashed{
    border-top: dashed 1px #C4C4C4;
    border-bottom: dashed 1px #C4C4C4;
}
.tableDesign01 table tr th.bT_none, .tableDesign01 table tr td.bT_none{
    border-top: none;
}
.tableDesign01 table tr td .flexBox{
    display: flex;
}
.tableDesign01 table tr td .flexBox span{
    width: 50%;
    font-size: 12px;
}
/*縦書き*/
.vertical{
    writing-mode: vertical-rl;
}
/*矢印*/
.arrow_bottom{
    position: relative;
    background: #2355A1;
    color: #fff;
    padding: 15px 10px;
    width: 10px;
    margin: 20px auto 30px;
  }
  
  .arrow_bottom::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, 0);
    border-top: 20px solid #2355A1;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
  }
  #process01{margin-bottom: 4em;}
  #process01,#process02{
    padding-top: 5em;
    margin-top: -5em;
  }
@media screen and (max-width:1279.5px){
	
}


@media screen and (max-width:1199.5px){

}

@media screen and (max-width:999.5px){

}





/* スマホ
------------------------------------------------*/
@media screen and (max-width:767.5px){
    .flexBox{display: block;}
    .flexBox .w40p,
    .flexBox .w55p{width: 100%; margin-top: 30px;}
    .halfTable > div{
        width: 100%;
    }
}