@charset "UTF-8";
/* ///////////////////////////////////////////////

  在宅訪問管理栄養士 認定制度について のスタイル

/////////////////////////////////////////////// */
#menu .gnav .nav5 a {
  background: #f88220;
  color: #fff;
}

#lead {
  padding-left: calc(50% - 480px);
  padding-right: calc(50% - 480px);
  text-align: center;
  margin-top: 0;
}
@media screen and (max-width: 1250px) {
  #lead {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#lead h2 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}
#lead h2 span {
  font-size: 26rem;
  font-weight: bold;
  margin-top: 16px;
}
#lead h2::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 65px);
  width: 130px;
  height: 3px;
  background: linear-gradient(to right, #f88220, #e14211);
  content: "";
}
#lead .btn{
    margin-top: 40px;
}
@media (max-width: 960px) {
  #lead h2 {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  #lead h2::after {
    left: calc(50% - 50px);
    width: 100px;
  }
    #lead .btn.large{
        width: 100%;
    }
}

#lead .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  max-width: 100%;
  height: 80px;
  margin: 36px auto 0;
  background: linear-gradient(to right, #f88220, #e14211);
  border-radius: 50px;
  color: #fff;
  font-size: 20rem;
}
#lead .btn.login{
  background: #284ca2;
  height: 60px;
}
#lead .btn i {
  margin-right: 10px;
}
#lead .btn.info i{
  font-size: 150%;
}
@media (max-width: 960px) {
  #lead .btn {
    width: 100%;
    height: 50px;
  }
  #lead .btn i {
    transform: scale(0.8);
  }
}


/*共通*/
section{
  margin-top: 60px;
  padding-left: calc(50% - 480px);
  padding-right: calc(50% - 480px);
}
li {
  line-height: 1.8;
}
.notes{
  font-size: 80%;
  margin-bottom: 8px;
}
li .document {
  background: #f5f5f5;
  display: flex;
  padding: 10px 20px;
  padding-right: 20px;
  padding-right: 0;
  margin: .6em 0 .9em;
}
li .document li {
  margin-right: 25px;
}
li .document li i {
  margin-right: 10px;
}
li .text {
  background: #f5f5f5;
  padding: 10px 20px;
  padding-right: 20px;
  padding-right: 0;
  margin: .6em 0 .9em;
}
li .text li {
  margin-right: 25px;
  padding-left: 1em;
  text-indent: -1em;
}
.btn.contact,
.btn.blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  max-width: 100%;
  height: 60px;
  margin: .6em 0 .9em;
  background: #e8705a;
  border-radius: 50px;
  color: #fff;
  font-size: 20rem;
}
.btn.blue{
  background: #284ca2;
  margin: .6em auto .9em;
}
.btn.contact i {
  margin-right: 10px;
  font-size: 140%;
}
.btn.blue i{
  margin-right: 30px;
  font-size: 140%;
}
.page_navi {
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto 0;
  /*font-size: 13rem;*/
  justify-content: center;
  border-top: 1px solid #ccc;
  width: 720px;
  max-width: 100%;
}
.page_navi a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 5px;
  text-decoration: none;
  border-left: 1px solid #ccc;
}
.page_navi li {
  width: 25%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.page_navi li:first-child a,
.page_navi li:nth-child(4n+1) a {
  border: none;
}
.page_navi a span {
  text-decoration: underline;
}
.page_navi i {
  margin-left: 10px;
  color: #f88220;
}
.table table {
  width: 100%;
}
.table table th,
.table table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.table table thead td {
  background: #ffa75e;
  color: #fff;
  font-size: 14rem;
  font-weight: bold;
  text-align: center;
}
.table table tbody th {
  text-align: center;
  white-space: nowrap;
  line-height: 1.4;
}
.table table.journal tbody tr td:nth-of-type(1),
.table table.journal tbody tr td:nth-of-type(2) {
  text-align: center;
}
.f-container{
  display: flex;
  flex-wrap:nowrap;
  justify-content: space-between;
}
.f-item{
  width: 46%;
}
.f-item ol{
  text-align: left;
  margin-top: 16px;
}
.f-item ol li{
  line-height: 2.2;
}
.f-item ol i{
  margin-right: 10px;
}
@media screen and (max-width: 1250px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
  li .document li{
    padding-left: 32px;
    text-indent: -32px;
  }
  .table table {
    border-bottom: 1px solid #ccc;
  }
  .table table thead {
    display: none;
  }
  .table table th,
  .table table td {
    display: block;
    padding: 10px 15px;
    border-bottom: none;
  }
  .table table th, 
  .table table td {
    display: block;
    padding: 10px 15px;
    border-bottom: none;
  }
  .table table tbody tr th:nth-of-type(1) {
    background: #f5f5f5;
  }
  .table table tbody tr > ::before {
    display: block;
    margin-bottom: 3px;
    content: attr(data-title);
    font-weight: bold;
  }
  .page_navi{
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (max-width: 960px) {
  .f-container{
    display: block;
  }
  .f-item{
    width: 100%;
    margin: auto;
  }
  .page_navi li {
    width: 50%;
  }
  .page_navi li:nth-child(3) a {
    border: none;
  }
}

