@charset "UTF-8";


.point01 {
  background: #1d2088;
  padding: 10px 25px;
  margin-bottom: 10px;
  border: 5px solid #fff;
  width: 50%;
}

.point01-opt01 {
  width: 60%;
}


.p-img01 {
  width: 35px;
  margin-right: 25px;
}


.p-tex01 {
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 0px;
  color: #fff;
  font-weight: bold;
}


@media(min-width:768px) {

  .flow{
    display: none;
  }

  .na-certifi-pc table {
    border-top: 4px #fff solid;
    border-left: 4px #fff solid;
  }
  
  .na-certifi-pc table th {
    background-color: #1d2088;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 1.1em;
    border-right: 4px #fff solid;
    border-bottom: 4px #fff solid;
    padding: 10px 5px;
  }

  .na-certifi-pc table tr {
    background-color: #eeedeb;
  }

  .na-certifi-pc table td {
    padding: 12px 5px;
    background-color: #f6f6f6;
    border-right: 4px #fff solid;
    border-bottom: 4px #fff solid;
    color:#222;
  }

  .na-certifi-pc table td ol{
    padding-left: 20px;
  }

  .na-certifi-pc table td.yw {
    background-color: #fd7e00;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    color: #fff;
    font-size: 1.1em;
  }
  
  .na-certifi-pc table td.sm {
    width: 160px;
  }
  
  .na-certifi-pc table td.sm2 {
    width: 200px;
  }  
  
  .na-certifi table td.md {
    width: 460px;
  }

  .na-certifi-pc table::before,
   .na-certifi-pc table::after {
    border-width: 20px;
    border-top-color: #1d2088;
  }
  

  table.arrow{
    position: relative;
    margin-bottom: 70px;
  }


  table.arrow::after {
    border: 50px solid transparent;
      border-top-color: transparent;
      border-bottom-width: 50px;
    border-top-color: transparent;
    border-bottom-width: 50px;
    border-top-color: #f6f6f6;
    border-bottom-width: 0;
    bottom: -49px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    margin-left: -50px;
    z-index: 20;
  }


}


@media(max-width:767px) {

  /* フロー */
  .flow ul {
    padding: 0;
    color: #111;
  }
  .flow ul li {
    list-style-type: none;
  }

  .flow ul ol li{
    list-style-type: decimal;
  }
  
  .flow ul dd {
    margin-left: 0;
    text-align: left;
    width: 100%;
    line-height: 1.7;
    font-size: 1.1em;
  }
  
  .flow ul > li {
    position: relative;
  }
  .flow ul > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .flow ul > li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 4px dotted #1d2088;
    position: absolute;
    top: -40px;
    left: -webkit-calc(10% + 30px - 2px);
    left: calc(10% + 30px - 2px);
    z-index: 2;
  }
  .flow ul > li dl {
    padding: 10px 15px;
    display: block;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .flow ul > li:not(:last-child) dl::before,
  .flow ul > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flow ul > li:not(:last-child) dl::before {
    border-width: 22px;
  }
  .flow ul > li:not(:last-child) dl::after {
    border-width: 30px;
    border-top-color: #1d2088;
  }
  .flow ul > li dl dt {
    font-size: 15px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  
  .flow ul > li dl dt p{
    margin-top: 15px;
    font-size: 1.1em;
    line-height: 1.2;
  }
  
  
  .flow ul > li dl dt .icon {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #1d2088;
    padding: 5px 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    line-height: 1.8;
  }

  .flow ul > li dl dt .icon span{
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #0a0b42;
    padding: 5px 10px;
    margin-bottom:10px;
  }

  .flow ul > li dl dt .icon2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #1d2088;
    padding: 5px 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
    position: relative;
  }

  .flow ul > li dl {
    padding: 7px 0px;
    display: block;
  }

  .flow ul > li dl dt {
    font-size: 15px;
    width: 100%;
  }

  .flow ul dd {
  text-align: left;
  width: 100%;
  }

  .flow ul dd .box{
    background:#eeedeb; 
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #1d2088;
]  }

  .flow ul dd .box h4{
    color: #fff;
    font-weight: bold;
    font-size: 1.0em;
    margin-top :5px;
  }

  .flow ul dd .box h4 span{
    background: #1d2088;
    padding: 5px;
    border-radius: 7%;
  }

  .flow ul dd .box p{
    margin-bottom: 15px;
    font-size: 0.9em;
  }

  .flow ul dd .box ol{
    padding-left: 25px;
    margin-bottom: 15px;
  }



  .na-certifi-pc{
    display: none;
  }

  .scroll{
    overflow: auto;
    white-space: nowrap;
  }

  .scroll table{
    width: 100%;
  }

  .scroll::-webkit-scrollbar{ /*tableにスクロールバーを追加*/
   height: 5px;
   margin-bottom: 15px;
  }
  .scroll::-webkit-scrollbar-track{ /*tableにスクロールバーを追加*/
   background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
   background: #444;
  }


}
