@charset "UTF-8";

/*Glue Index*/
.data_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.data_box h3 {
  color: #3d7cc3;
  font-size: 118%;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
}
.data_box_inner2 {
  margin: 0 auto;
  width: 48%;
}

.glue_data {
  margin: 40px auto;
  width: 100%;
}
.glue_data table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border-bottom: 1px solid #c8d8e9;
  margin: 0;
  padding: 0;
  width: 910px;
}
.glue_data table th {
  border-top: 1px solid #c8d8e9;
  border-bottom: 1px solid #c8d8e9;
  color: #2e5a8e;
  font-size: 90%;
  line-height: 1.6;
  padding: 9px 10px 8px;
  vertical-align: middle;
  width: 50%;
}
.glue_data table th.th01 {
  background-color: #fbf5df;
}
.glue_data table th.th02 {
  background-color: #e5ebf8;
  border-left: 1px solid #c8d8e9;
}
.glue_data table td {
  background: #fff;
  border-bottom: 1px solid #c8d8e9;
  border-left: 1px solid #c8d8e9;
  line-height: 1.6;
  padding: 9px 10px 8px;
  text-align: center;
  vertical-align: middle;
}
.glue_data table td:first-child {
  border-left: none;
}
.glue_data table td.td_ul {
  text-align: left;
  vertical-align: top;
}
.glue_data table td.td_ul ul li {
  list-style-type: disc;
  margin: 0 0 0.4em 1.5em;
}

.img_box {
  /*background-color: #fbfbfb;
  border: solid #dedede 1px;*/
  box-sizing: border-box;
  margin: 0 auto !important;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.img_box img {
  width: 100%;
}
.img_box p {
  font-size: 80%;
  text-align: left;
  line-height: 1.6;
}

#history_ul {
  border: solid #dedede 1px;
  width: 100%;
}
#history_ul li {
  padding: 10px;
}
#history_ul li:nth-child(odd) {
	background: #e5ebf8;
}

#flow_ul {
  width: 100%;
}
#flow_ul li {
  padding: 0 0 10px;
}
#flow_ul li dl:after {
  background: url(../images/icn_5.gif) no-repeat center center;
  display: block;
  content: "";
  height: 40px;
  width: 40px;
}
#flow_ul li:last-child dl:after {
  display: none;
}
#flow_ul li dt {
  color: #547fb0;
  /*font-size: 130%;*/
  font-weight: bold;
  line-height: 1.2;
  padding: 4px 10px 6px 0;
}
#flow_ul li dd {
  line-height: 1.6;
}

#after_data {
  margin: 40px auto;
  width: 100%;
}
#after_data table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border-bottom: 1px solid #c8d8e9;
  margin: 0;
  padding: 0;
  width: 680px;
}
#after_data table th {
  background-color: #3d7cc3;
  border-top: 1px solid #c8d8e9;
  border-bottom: 1px solid #c8d8e9;
  color: #fefefe;
  font-size: 90%;
  font-weight: bold;
  padding: 9px 10px 8px;
  text-align: center;
  width: 50%;
}
#after_data table th.th01 {
}
#after_data table th.th02 {
  border-left: 1px solid #c8d8e9;
}
#after_data table td {
  background: #fff;
  border-bottom: 1px solid #c8d8e9;
  border-left: 1px solid #c8d8e9;
  line-height: 1.6;
  padding: 9px 10px 8px;
  text-align: center;
  vertical-align: middle;
}
#after_data table tr:nth-child(odd) td {
	background: #e5ebf8;
}
#after_data table td:first-child {
  border-left: none;
}


#flow_data {
  border: 1px solid #c8d8e9;
  float: none;
  margin: 40px auto 0;
  padding: 30px;
}


#complications_data {
  margin: 40px auto;
  width: 100%;
}
#complications_data table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border-bottom: 1px solid #c8d8e9;
  margin: 0;
  padding: 0;
  width: 100%;
}
#complications_data table th {
  background-color: #3d7cc3;
  border-top: 1px solid #c8d8e9;
  border-bottom: 1px solid #c8d8e9;
  border-left: 1px solid #c8d8e9;
  color: #fefefe;
  font-size: 90%;
  font-weight: bold;
  padding: 9px 10px 8px;
  text-align: center;
}
#complications_data table th.th01 {
  border-left: none;
  width: 28%;
}
#complications_data table th.th02 {
  width: 10%;
}
#complications_data table th.th03 {
  width: 62%;
}
#complications_data table td {
  background: #fff;
  border-bottom: 1px solid #c8d8e9;
  border-left: 1px solid #c8d8e9;
  line-height: 1.6;
  padding: 9px 10px 8px;
  text-align: left;
  vertical-align: middle;
}
#complications_data table td.td02 {
  text-align: center;
}
#complications_data table tr:nth-child(odd) td {
	background: #e5ebf8;
}
#complications_data table td:first-child {
  border-left: none;
}


.price_data td.koumoku01 {
  text-align: center;
  width: 22%;
}
.price_data td.koumoku02 {
  width: 22%;
}
.price_data td:last-child {
  text-align: left;
  width: 56%;
}
.price_data p {
  text-align: left;
  width: 100%;
}





/*#results_data {
  width: 910px;
  margin-bottom: 10px
}
#results_data table {
  width: 910px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border-bottom: 1px solid #c8d8e9;
  margin: 0;
  padding: 0
}
#results_data td {
  border-left: 1px solid #c8d8e9;
  border-bottom: 1px solid #c8d8e9;
  background: #fff;
  vertical-align: middle;
  height: 100%;
  line-height: 1.6em;
  padding: 9px 10px 8px
}
#results_data .koumoku {
  color: #fefefe;
  text-align: center;
  font-weight: 700;
  border-left: none;
  border-bottom: 1px solid #c8d8e9;
  background-color: #3d7cc3
}
#results_data .koumoku03 {
  text-align: center;
  border-left: none;
  border-bottom: 1px solid #c8d8e9;
  color: #3d7cc3;
  font-size: 118%;
  font-weight: 700
}
#results_data .koumoku00 {
  color: #fefefe;
  text-align: center;
  font-weight: 700;
  border-left: 1px solid #c8d8e9;
  border-bottom: 1px solid #c8d8e9;
  width: 149px;
  background-color: #3d7cc3;
  font-size: 16px
}
#results_data .koumoku01 {
  color: #2e5a8e;
  font-weight: 700;
  text-align: center;
  width: 210px;
  background: #f9f9f9;
  border-left: none;
  font-size: 16px
}
#results_data .koumoku02 {
  text-align: center;
  font-size: 16px
}
#results_data .koumoku02_m {
  text-align: center;
  font-size: 19px
}
#results_data .koumoku02_l {
  text-align: center;
  font-size: 22px
}
#results_data .border_l {
  border-left: 1px solid #c8d8e9
}
#results_data .blue {
  background-color: #e5ebf8
}
#results_data_sub {
  width: 910px
}
#results_data_sub td {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 120%
}
#results_data_sub .koumoku01 {
  text-align: center;
  background-color: #e5ebf8;
  border: 1px solid #c8d8e9
}
#results_data_sub .koumoku02 {
  text-align: left;
  padding-left: 10px;
  font-size: 18px
}
#results_data_sub .koumoku03 {
  text-align: right;
  font-size: 18px
}
#kashi_data03 table {
  width: 420px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border-bottom: 1px solid #c8d8e9;
  margin: 10px auto;
  padding: 0
}
#kashi_data03 td {
  background: #fff;
  border-left: 1px dotted #c8d8e9;
  border-bottom: 1px solid #c8d8e9;
  vertical-align: middle;
  line-height: 1.6em;
  padding: 9px 10px 8px
}
#kashi_data03 td.koumoku00 {
  border-left: none;
  border-right: 0;
  border-bottom: 0;
  text-align: center;
  color: #3d7cc3;
  font-size: 118%;
  font-weight: 700;
  padding: 1em 0
}
#kashi_data03 td.koumoku01 {
  color: #fefefe;
  font-weight: 400;
  background: #3d7cc3;
  border-bottom: 1px solid #c8d8e9;
  text-align: center;
  font-size: 118%;
  width: 50%
}
#kashi_data03 td.koumoku02 {
  text-align: left;
  border-left: 1px solid #c8d8e9;
  padding: .5em 1em
}
#kashi_data03 td.koumoku03 {
  text-align: left;
  border-right: 1px solid #c8d8e9;
  padding: .5em 1em
}
#kashi_data03 p {
  text-align: left;
  color: red;
  padding: 0 1em
}*/