article {
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
}
table {
    width: 100%;
    background-color: #fefefe;
    font-size: 1.4rem;
    margin: 10px 0 30px 0;
     border-collapse: collapse;
    
}
tr,
th,
td {
    padding: 10px 5px;
}
td {
    border-top: none;
    vertical-align: middle;
}
td:not(:first-of-type),
th:not(:first-of-type){
    border-left: none;
}
th {
    background-color: #d0d0d0;
    color: #644821;
}

.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
}
.tb01 th {
  background: #ff7bac;
  color: #fff;
  
}



p {
    margin: 0 5px 20px 5px;
    color: #333333;
}

.p-main__title {
margin-bottom: 1.5em;
padding: 1em;
}

.p-main__contents {
line-height: 2.2rem;
margin-bottom: 3em;
}


h2 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    height: auto;
    margin: 10px 0 20px;
    padding: 10px;
    width: 100%;
    background: #0c91c9;
    vertical-align: middle;
}
h3 {
    font-size: 1.8rem;
    line-height: 1.8em;
}

ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul li.list {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
  color: #333333;
  font-size: 1.4rem;
}


.contents {
     width: 100%;
     max-width: 960px;
     margin: auto;
 }
 .contents img {
     width: 100%;
 }
 .flex_box {
     display: flex;
     justify-content: center;
     align-items: center;
 }
 .box2 {
     width: 55%;
     margin: auto;
 }
 .box1 {
     width: 45%;
     margin: auto .5rem;
 }

 .btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

.content {
  padding:0;
}


@media screen and (max-device-width: 767px) {
.mainContainer {
    width: 100%;
}
h2 {
    line-height: normal;
}

  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
    text-align:center;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
  
     .flex_box {
         display: block;
     }
     .flex_box .box2 {
         width: 100%;
         margin: 0 auto;
     }
     .flex_box .box1 {
         width: 100%;
         margin: 0 auto;
     }
  
  .contents {
    width: auto;
    margin: 0 15px;
  }

}
