/* 基本リセット */
body {
  font-family: 'Yu Gothic UI', 'Meiryo UI', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    background-color: #F8F8F8;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #333;
  }
  button{
    font-family: 'Yu Gothic UI', 'Meiryo UI', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
 } 
  .container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px;
  }
  
  /* ヘッダー */
  .header {
    padding: 20px;
    text-align: center;
  }
  
  .header p{
    padding: 20px;
    font-size: 12px;
  }

  .title-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #EEF8FD;
    padding: 8px 16px;
    border-radius: 9999px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    color: #005A92;
  }
  
  h1 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #005A92;
  }
  
  h4.mt20{
    margin-top: 20px;
  }
  .recommendation-box {
    background-color: #f8fafc;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    padding: 16px;
    max-width: 768px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
  }
  
  a.link {
    color: #005A92;
    text-decoration: underline;
  }
  
  a{
    text-decoration: none;
  }
  /* カード */
  .card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-top: 20px;
  }
  
  .card-header {
    background-color: #005A92;
    padding: 12px 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
  }
  
  .card-header h2 {
    font-size: 16px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
  }
  
  .card-content {
    padding: 16px;
  }
  
  h3 {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px;
    border-bottom: 1px solid #e2e8f0;
    padding: 8px;
    color: #111827;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
  }
  
  th, td {
    border: 1px solid #cbd5e0;
    padding: 8px;
    text-align: left;
    font-size: 14px;
  }
  th{
    background-color: #EEF8FD;
    text-align: center;
  }

  th:first-child{
    width: 30%;
  }

  th:last-child{
    width: 40%;
  }  
  .bg-gray {
    background-color: #EEF8FD;
    padding: 8px;
    border-radius: 8px;
    margin-top: 8px;
  }
  
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  
  .note {
    padding: 8px;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 8px;
  }
  
  .speed-box {
    background-color: #EEF8FD;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    margin-top: 8px;
  }
  
  .border-top {
    border-top: 1px solid #e2e8f0;
    padding-top: 16px;
    margin-top: 16px;
  }
  
  .footer {
    margin-top: 20px;
    font-size: 12px;
    color: #4b5563;
    line-height: 1.4;
  }
  
  /* ボタン */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    border: none;
    transition: background-color 0.2s;
  }
  
  .btn_link.blue {
    background-color: #005A92;
    color: #fff;
  }
  
  .btn_link.blue:hover {
    opacity: .7;
  }
  
  .btn.outline {
    background-color: transparent;
    border: 1px solid #005A92;
    color: #005A92;
    margin-top: 10px;
  }
  
  .btn.outline:hover {
    background-color: #EEF8FD;
  }
  .btn_link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    border: none;
    transition: background-color 0.2s;
  }
  
  /* その他 */
  .center {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  
  .space-y {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  @media(max-width: 768px) {
    .grid {
      grid-template-columns: 1fr;
    }
  }

  /*
==================================
header
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .l-header {
    background: #fff;
    border-bottom: 1px solid  #eff5fc;
  }
  
  .l-header__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 16px 0;
  }
  .l-header__link {
    display: inline-block;
  }
  .l-header__logo {
    width: 138px;
    height: 32px;
    vertical-align: middle;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .l-header {
    background: #fff;
    border-bottom: 1px solid  #eff5fc;
  }
  
  .l-header__inner {
    padding: 3.85vw;
  }
  .l-header__link {
    display: inline-block;
  }
  .l-header__logo {
    width: 34.267vw;
    vertical-align: middle;
  }
}




/*
==================================
footer
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .l-footer {
    padding: 16px 0;
    background: #fff;
    border-top: 1px solid  #eff5fc;
  }
  .l-footer__inner {
    max-width: 960px;
    margin: 0 auto;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__logo {
    width: 110px;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .l-footer__logo-link {
    display: inline-block;
    width: 100%;
  }
  .l-footer__logo-link img {
    vertical-align: baseline;
  }
  .l-footer__copyright {
    display: inline-block;
    font-size: 12px;
    margin: 12px 20px;
  }

  .l-footer__link {
    margin-left: auto;
  }
  .l-footer__link__item {
    margin: 0 4px 0 0;
    font-size: 12px;
    color: #808080;
  }
  
  .l-footer__link__item:first-child:after {
    content: "|";
    margin: 0 0 0 4px;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 16px 0;
    background: #fff;
    border-top: 1px solid  #eff5fc;
  }
  .l-footer__inner {
    padding: 0 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__logo {
    width: 110px;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;

    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer__logo-link {
    display: inline-block;
    width: 100%;
  }
  .l-footer__logo-link img {
    vertical-align: baseline;
  }
  .l-footer__copyright {
    display: inline-block;
    font-size: 12px;

    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 4px 0;
  }

  .l-footer__link {
    margin-left: auto;

    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
  }
  .l-footer__link__item {
    margin: 0 4px 0 0;
    font-size: 12px;
    color: #808080;
  }
  
  .l-footer__link__item:first-child:after {
    content: "|";
    margin: 0 0 0 4px;
  }
}

h2 .icon_pc::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/laptop_windows_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}

h2 .icon_network::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/android_wifi_3_bar_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}

h2 .icon_filter::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/filter_list_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}
h3 .icon_teacher::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/group_24dp_111827_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}
h3 .icon_student::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/school_24dp_111827_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}
.icon_networkcheck::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/check_circle_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}

.header_service_name{
  display: inline-block;
  margin: 5px;
  padding: 5px;
  color: #005A92;
  width: 170px;
}

h2 .icon_pc::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/laptop_windows_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}

h2 .icon_network::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/android_wifi_3_bar_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}

h2 .icon_filter::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/filter_list_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}
h3 .icon_teacher::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/group_24dp_111827_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}
h3 .icon_student::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/school_24dp_111827_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}
.icon_networkcheck::before {
  content: "";
  display: flex; 
  width: 24px;
  height: 24px; 
  background-image:url(../img/check_circle_24dp_FFF_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat; 
}
.icon_copy::before{
  content: "";
  display: flex; 
  width: 12px;
  height: 13px; 
  background-image:url(../img/content_copy_24dp_005A92_FILL0_wght400_GRAD0_opsz24.svg);
  background-size: contain; 
  background-repeat: no-repeat;  
}

/* checker */
.header_service_name{
  display: inline-block;
  margin: 5px;
  padding: 5px;
  color: #005A92;
  width: 270px;
}
.attention_text{
  color: #E36079;
  font-size: 12px;
}
.sub_title{
  margin-top: 10px;
}

.btn.confirmed {
  background-color: #005A92;
  color: #ffffff;
}