@charset "UTF-8";
/* CSS Document */
#container{
  background-image:url(../img/back-repeat.jpg);
    background-repeat:  repeat-x;
    background-position: top center;
    background-size:  contain;
    padding-bottom: 0;
}

.flex-wrap{
  width: 75%;
  padding: 20px 0 0 0;
  background-color: rgba(255, 255, 255, 0.814);
  margin: 0 0 60px auto;
  border-radius: 10px;
  box-shadow: 0px 0px 6px #37367572;
}
.flex-wrap h2{
text-align: left;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0px;
  padding: 0px 0px 0px 23px;
  color: #02406A;
  border-left: #02406A 5px solid;
  margin: 9px 0px 0px 24px;
}
/* .flex-wrap p{
  line-height: 2.8rem;
} */
.wrap{
  width: 950px;;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#txt_box{
  padding: 50px 26px 420px 26px;
  line-height: 1.8rem;
  text-align: left;
  }

.bold{
  font-weight: 600;
}
.right{
  text-align: right;
  margin: 20px 0 10px 0;
}
.pc-none{
display: none;
}
#txt_box{
  line-height: 2.5rem;
}
.txt_01 {
  margin-bottom: 30px;

}
.color a{
  color: #02406A;
}
.color a:hover{
  text-decoration: none;
  opacity: 1;
}
#txt_box h3{
  font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 10px 15px 10px 30px;
    border-radius: 5px;
    background: linear-gradient(180deg, #fafcfd 0%, #fafcfd 50%, #f3f3f3 50%, #ffffff 100%);
    border: 1px solid #e4ecf1;
    box-shadow: 1px 1px 2px rgb(200 200 200 / 22%);
    margin-bottom: 20px;
}
.txt_01 h3::after,#txt_box h3::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 3px;
  height: 17px;
  background-color: #02406A;
}
.shimekiri {
  border: 4px solid #F23C3F;
  color: #F23C3F;
  font-weight: bold;
  text-align: center;
  padding: 17px 0px 15px 0px;
  font-size: 16px;
  margin: 0px 0px 10px 0px;
  background-color: #fef4f8;
}
ul{
  list-style: none;
}
.list02 dd {
  line-height: 150%;
  margin: -25px 0px 0px 25px;
}
.list03 {
  position: relative;
  margin-left: 15px;
}
.list03:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -15px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #02406A;
}
.list03:after {
  content: "";
  position: absolute;
  top: 8.5px;
  left: -10px;
  box-sizing: border-box;
  width: 4px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
}
#txt_box h4 {
  font-size: 19px;
  margin-bottom: 20px;
  color: #02406A;
  border-left: 3px solid #02406A;
  padding-left: 10px;
  padding-bottom: 5px;
  line-height: 100%;
  border-bottom: 1px dotted #02406A;
  font-weight: 500;
}
.list04 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  font-weight: 500;
}
.list04 li {
  line-height: 150%;
  list-style: disc;
}
#endai_btn a{
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #EF7A15;
  max-width: 350px;
  width: 100%;
  padding: 25px 10px;
  border-radius: 7px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 auto;
}
#endai_btn a:hover{
  opacity: 1;
  background-color: #d76500;
  transition: 0.3s;
}
.table1 {
  width: 100%;
  border-top: 1px solid #0076FF;
  border-left: 1px solid #0076FF;
  margin: 0px 0px 20px 0px;
}
.table1 th {
  background-color:#ccebff;
  text-align: center;
  line-height: 150%;
  font-weight: 500;
  padding: 10px;
  border-right: 1px solid #0076FF;
  border-bottom: 1px solid #0076FF;
}
.table1 td {
  text-align: center;
  line-height: 120%;
  padding: 10px;
  background-color: #fff;
  border-right: 1px solid #0076FF;
  border-bottom: 1px solid #0076FF;
}
.back-color{
  font-size:18px;
  font-weight:500; 
  background-color: #ffe9d5; 
  text-align:center; 
  padding:10px 0px 8px 0px; margin-bottom:10px;
}
.txt_02 {
  margin-bottom: 30px;
}
.txt_03 {
  margin-bottom: 14px;
}
.list05 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
}
.list05 li {
  line-height: 150%;
}
#txt_box ul li{
  position: relative;
  padding-left: 22px;
}
#txt_box ul li:before{
  content: "";
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center 10%;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 118px;
  margin-top: -4px;
}
#txt_box ul li a{
  text-decoration: none;
}
#txt_box ul li a:hover{
  text-decoration: underline;
  opacity: 1;
}
