@charset "utf-8";

.choice{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}

.choice_l{
  width: 48%;
  padding: 1%;
}

.choice_r{
  width: 48%;
  padding: 1%;
}

.flow_pdf_dl{
  width: 48%;
  margin: 0% 1% 2% 1%;
  border: 1px solid #a90000;
  box-sizing: border-box;
  text-align: center;
  float: left;
}

.flow_pdf_dl h6{
  width: 100%;
  background: #a90000;
  color: #fff;
  margin: 0 0 1% 0;
  font-size: 20px;
  padding: 0.5em 0;
}

.flow_pdf_dl img{
  margin: 2% 0;
}


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

.choice{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}

.choice_l{
  width: 98%;
  padding: 1%;
}

.choice_r{
  width: 98%;
  padding: 1%;
}

.flow_pdf_dl{
  display: none;
}

}

h5{
  width: 100%;
  padding: 1em 0 !important;
  font-size: 24px !important;
  color: #fff;
  background: #a90000;
  display: inline-block;
  margin: 0.5em 0 1em 0!important;
  text-align: center;
}

.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}

.item{
  background: #a90000;
  padding: 1em 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: calc(100%/5);
  border: 5px double #fff;
  box-sizing: border-box;
  font-size: 18px;
}

.pic{
	max-width: 720px;
    margin: 0 auto;
}

.information{
	padding: 1.5em !important;
	border: 1px solid #a90000;
	margin: 0 0 1.5em 0;
  text-align: left !important;
}

p {
  text-align: center;
  margin: 60px auto 40px;
}
.tbl-r02 {
  margin: 20px auto;
  width: 100%;
}
.tbl-r02 td {
  background: #fff;
  border: solid 1px #999;
  padding: 10px;
}
.tbl-r02 th {
  background: #a90000;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

.tbl-r02 .tb2_th{
  width: 25%;	
}

.tbl-r02 .tb2_th2{
  width: 30%;	
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }

.tbl-r02 .tb2_th {
    width: 100%;
}

.tbl-r02 td {
    background: #fff;
    border: solid 1px #999;
    padding: 10px;
    box-sizing: border-box;
}

.tbl-r02 .tb2_th2 {
    width: 100%;
}

.item{
  background: #a90000;
  padding: 1em 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border: 5px double #fff;
  box-sizing: border-box;
  font-size: 18px;
}

}