@charset "utf-8";


/* ----------↓ COMMON ↓---------- */
#main .last {
  margin-bottom: 4em;
}

#main .mgn-B00 { margin-bottom: 0 !important; }
#main .mgn-B10 { margin-bottom: 10px !important; }
#main .mgn-B15 { margin-bottom: 15px !important; }
#main .mgn-B20 { margin-bottom: 20px !important; }
#main .mgn-B30 { margin-bottom: 30px !important; }
#main .mgn-B40 { margin-bottom: 40px !important; }
#main .mgn-B50 { margin-bottom: 50px !important; }
#main .mgn-B1em { margin-bottom: 1em !important; }
#main .mgn-B2em { margin-bottom: 2em !important; }


#main .mgn-L2em { margin-left: 2em !important; }
#main .mgn-L5em { margin-left: 5em !important; }
#main .mgn-L8em { margin-left: 8em !important; }



/* ----------↓ #FLOW↓---------- */

#flow {
    counter-reset: h2;
}
#flow h2{
    display: flex;
    line-height: 35px;
    font-size: 16px;
    padding: 0;
    border-style: none;
    clear:both;
}

#flow h2:before {
    counter-increment: h2;
    content: counter(h2);
    background-color: #a1afdd;
    color: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    margin-right: 15px;
}

#flow table p{
    margin: 10px;
}

/* ----------↓ IMG ↓---------- */
#flow img.rgt {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
}

/* ----------↓ TABLE ↓---------- */
#flow table {
  width: 100%;
  margin: 0 auto;
}

#flow table.flow tr {
  text-align: center;
  line-height: 2em;
}

#flow table.flow tr td {
  padding: 0;
}

#flow table.flow tr td.arw {
  padding: 10px 0 0 0;
}

#flow table.flow tr td:nth-child(odd) {
  width: 45%;
}

#flow table.flow tr.w_side td:nth-child(odd) {
  border: 1px solid #CCCCCC;
}

#flow table.flow tr.r_side td:first-child {
  border: 1px solid #CCCCCC;
  background-color: #F9F5EA;
}


/* ----------↓ TABLE2 ↓---------- */
#flow table {
  width: 100%;
  margin: 0 auto;
}

#flow table.flow2 tr {
  text-align: center;
  line-height: 2em;
}


#flow table.flow2 tr td.arw {
  padding: 10px 0 0 0;
}

#flow table.flow2 tr td{
  width: 33%;
}

#flow table.flow2 tr.w_side td{
  border: 1px solid #CCCCCC;
}

#flow table.flow2 .bld2{
  font-size: 130%;
  font-weight: bold;
}


/* ----------↓ #CHOICE ↓---------- */

/* ----------↓ TABLE ↓---------- */
#choice table {
  width: 100%;
  margin: 0 auto;
}

/* ----------↓ TABLE.FLOW ↓---------- */
#choice table.flow tr {
  text-align: center;
  line-height: 2em;
}

#choice table.flow tr td {
  padding: 4px 0;
}

#choice table.flow tr td:nth-child(odd) {
  width: 45%;
}

#choice table.flow tr.w_side td:nth-child(odd) {
  border: 0px;
}

#choice ul {
  text-align: left;
}

/* ----------↓ TABLE.DL ↓---------- */
#choice table.dl {
 width: 90%;
 margin-right: 25px;
}

#choice table.dl tr td {
  padding: 10px;
}

#choice table .dl tr{
  border: 1px solid #CCCCCC;
}


#choice table .dl th{
  background-color: #F6F6F6;
  width: 30%;
}


/* ----------↓ #CONSUL ↓---------- */

/* ----------↓ TABLE ↓---------- */
#consul table {
  width: 100%;
  margin: 0 auto;
}


/* ----------↓ TABLE.FLOW ↓---------- */
#consul table.flow tr {
  text-align: center;
  line-height: 2em;
}

#consul table.flow tr td {
  padding: 4px 0;
}

#consul table.flow tr td.arw {
  padding: 11px 0 1px 0;
}

#consul table.flow tr td:nth-child(odd) {
  width: 45%;
}

#consul table.flow tr.w_side td:nth-child(odd) {
  border: 1px solid #CCCCCC;
}

#consul table.flow tr.r_side td:first-child {
  border: 1px solid #CCCCCC;
  background-color: #F9F5EA;
}

/* ----------↓ TABLE.FLOOR ↓---------- */
#consul table.floor tr {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

#consul table.floor td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  text-align: left;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  line-height: 1.4em;
}

#consul table.floor th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  font-weight: bold;
  font-size: 120%;
  vertical-align: middle;
  padding: 9px 7px 7px 7px;
  width: 15%;
}

#consul table.floor tr:nth-child(even) {
  background-color: #F9F5EA;
}

#consul table.floor tr:nth-child(odd) {
  background-color: #FFFFFF;
}

#consul table.floor ul {
  margin-bottom: 5px;
  list-style-type: none;
}

#consul table.floor ul li {
  margin-left: 5px;
}


/* ----------↓ TABLE.FLOW-END ↓---------- */
#consul table.flow-end {
  margin-bottom: 4em;
}

#consul table.flow-end tr {
  text-align: center;
  line-height: 2em;
}

#consul table.flow-end tr td {
  border: 1px solid #CCCCCC;
  padding: 4px 0;
  width: 50%;
}

#consul table.flow-end tr td:first-child {
  background-color: #F9F5EA;
}




/* ----------↓ BUTTON ↓---------- */
.btn-01 {
  background: #8b9cd2; 
  width: 90%; 
  color: #fff !important;
  font-size: 17px; 
  font-weight: bold;
  text-align: center;
  padding: 7px; 
  display: inline-block;
  margin-bottom: 15px;
}

