@charset "UTF-8";
/*******************************************************************/
/* PC */
/*******************************************************************/
@media print, screen and (min-width: 769px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*  下層ベース */
  /*=================================================================*/
  /*  コンテンツサイズ
---------------------------------------------------------------*/
  article.secPage {
    padding-top: 18px;
  }
  article.secPage section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
  }
  article.secPage section.fullSize {
    max-width: 100%;
  }
  /*  背景装飾
---------------------------------------------------------------*/
  article.secPage.deco1 {
    background-image: url(../images/sec/bg_secDeco1.webp);
    background-repeat: no-repeat;
    background-position: calc(50% + 300px) -121px;
  }
  /*  パンくずリスト
---------------------------------------------------------------*/
  article.secPage .breadcrumbs {
    max-width: 1100px;
    padding: 0 30px;
    margin: 0 auto 75px;
  }
  article.secPage .breadcrumbs ul {
    display: flex;
    gap: 5px;
  }
  article.secPage .breadcrumbs ul li {
    font-size: 1.3rem;
    line-height: 1;
    color: #4c4f52;
  }
  article.secPage .breadcrumbs ul li:first-child {
    background: url(../images/sec/icon_home.svg) no-repeat center left;
    background-size: 11px;
    padding-left: 15px;
  }
  article.secPage .breadcrumbs ul li::before {
    display: none;
  }
  article.secPage .breadcrumbs ul li a {
    line-height: 1;
    font-size: 1.3rem;
    color: #4c4f52;
    padding: 0;
  }
  article.secPage .breadcrumbs ul li a::after {
    display: none;
  }
  /*  h1
---------------------------------------------------------------*/
  article.secPage h1 {
    font-size: 4.0rem;
    border-bottom: 1px solid #cfd0d8;
    position: relative;
    line-height: 1;
    padding-bottom: 21px;
    margin-bottom: 30px;
  }
  article.secPage h1::after {
    content: "";
    display: block;
    width: 131px;
    height: 1px;
    background-color: #005bac;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  /*  h2
---------------------------------------------------------------*/
  article.secPage h2 {
    font-size: 2.8rem;
    padding-left: 12px;
    border-left: 3px solid #005bac;
  }
  article.secPage h2.head2 {
    font-size: 2.0rem;
    margin-bottom: 24px;
  }
  /*  h3
---------------------------------------------------------------*/
  article.secPage h3 {
    font-size: 2.0rem;
    padding-left: 18px;
    margin-bottom: 24px;
    position: relative;
  }
  article.secPage h3::before {
    content: "";
    display: block;
    width: 13px;
    height: 3px;
    background: #005bac;
    position: absolute;
    left: 0;
    top: 11.5px;
  }
  /*  h4
---------------------------------------------------------------*/
  article.secPage h4 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  article.secPage h4::after {
    content: "";
    display: block;
    width: 31px;
    height: 3px;
    background-color: #005bac;
    margin-top: 10px;
    bottom: 0;
    left: 0;
  }
  /*  tag-new(見出し内などのアイコンタグ)
---------------------------------------------------------------*/
  article.secPage .tagNew {
    margin-left: 20px;
    padding: 0.3em;
    font-size: 0.7em;
    line-height: 1.2em;
    height: 1.2em;
    display: inline-block;
    color: #fff;
    background: #ff0000;
  }
  /*  flexBox(横並びのスタイル)
---------------------------------------------------------------*/
  article.secPage .flex {
    display: flex;
    gap: 73px;
  }
  article.secPage .flex.between {
    justify-content: space-between;
  }
  article.secPage .flex.center {
    justify-content: center;
  }
  article.secPage .flex.gap10 {
    gap: 10px;
  }
  article.secPage .flex.gap18 {
    gap: 18px;
  }
  article.secPage .flex.gap20 {
    gap: 20px;
  }
  article.secPage .flex.wrap {
    flex-wrap: wrap;
  }
  article.secPage .flex .trisection {
    flex-basis: calc(100% / 3 - 20px);
  }
  article.secPage .flex .trisection2 {
    flex-basis: calc(100% / 3);
  }
  article.secPage .flex .trisection2::after {
    display: none;
  }
  article.secPage .flex .quarter {
    flex-basis: calc(100% / 4 - 20px);
  }
  article.secPage .flex .w487 {
    flex-basis: 487px;
  }
  article.secPage .flex .free {
    flex: 1;
  }
  /*  テキストリンク
---------------------------------------------------------------*/
  article.secPage a {
    color: #005bac;
    line-height: 1.9;
    transition: .3s;
  }
  article.secPage a::after {
    content: "";
    background: url(../images/sec/icon_bluearrow.svg) no-repeat;
    background-size: 8px 12px;
    width: 8px;
    height: 12px;
    display: inline-block;
    margin: 5px 0 0 10px;
    transition: .3s;
  }
  article.secPage a:hover::after {
    transform: translateX(5px);
  }
  article.secPage p > a::after {
    display: none;
  }
  /*  外部リンク用
---------------------------------------------------------------*/
  article.secPage a[target="_blank"]:after {
    content: "";
    background: url(../images/union/icon_outerlink.svg) no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 5px 0 0 8px;
    transition: .3s;
  }
  article.secPage a[target="_blank"].internal:after {
    display: none;
  }
  /*  青いボタンが並んでいるスタイル
---------------------------------------------------------------*/
  article.secPage .blueBtn {
    background: #005bac;
    color: #fff;
    display: flex;
    width: 247px;
    height: 58px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    transition: .3s;
    background-image: url(../images/sec/icon_whitearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
  }
  article.secPage .blueBtn:hover {
    opacity: .7;
    background-position: center right 5px;
  }
  article.secPage .blueBtn::after {
    display: none;
  }
  article.secPage .blueBtn.w320 {
    width: 320px;
  }
  article.secPage .blueBtn.w470 {
    width: 470px;
  }
  article.secPage .blueBtn.line1_3 {
    line-height: 1.3;
  }
  article.secPage .blueBtn.round {
    border-radius: 100px;
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
  }
  /*  白抜きボタンのスタイル
---------------------------------------------------------------*/
  article.secPage a.grayLineBtn, article.secPage a.greenLineBtn, article.secPage a.orangeLineBtn, article.secPage a.blueLineBtn {
    height: 58px;
    padding: 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: right 13px center;
    transition: .3s;
  }
  article.secPage a.grayLineBtn::after, article.secPage a.greenLineBtn::after, article.secPage a.orangeLineBtn::after, article.secPage a.blueLineBtn::after {
    display: none;
  }
  article.secPage a.grayLineBtn:hover, article.secPage a.greenLineBtn:hover, article.secPage a.orangeLineBtn:hover, article.secPage a.blueLineBtn:hover {
    background-position: right 8px center;
  }
  article.secPage a.grayLineBtn {
    border-color: #8b8b8b;
    background-image: url(../images/sec/icon_grayarrow.svg);
    color: #333;
  }
  /*  メディア用ボタンスタイル
---------------------------------------------------------------*/
  article.secPage a.mediaPdfBtn {
    margin: 0.3em 0.8em;
    padding: 0.25em 4em 0.25em 4em;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
    min-width: 140px;
    background: #767676;
    background-image: url(../images/union/icon_document_white.svg);
    background-repeat: no-repeat;
    background-size: auto 1.1em;
    background-position: center right 0.6em;
    border-radius: 0.6em;
    box-sizing: border-box;
    white-space: nowrap;
  }
  article.secPage a.mediaPdfBtn::after {
    display: none;
  }
  /*  青色の背景
---------------------------------------------------------------*/
  article.secPage .blueBack {
    background: #badef3;
  }
  article.secPage .blueBack .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
  }
  article.secPage .blueBack .inner > h2 {
    border: 0;
    font-family: 'Noto Serif Japanese';
    font-weight: 600;
    color: #005bac;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
  }
  article.secPage .blueBack .inner > h2::before {
    content: "";
    display: block;
    width: 39px;
    height: 1px;
    background: #005bac;
  }
  article.secPage .blueBack .inner > h2::after {
    content: "";
    display: block;
    width: 39px;
    height: 1px;
    background: #005bac;
  }
  /*  白いボックスを横並びにする場合のスタイル
---------------------------------------------------------------*/
  article.secPage .whiteCard {
    background: #fff;
    padding: 40px 17px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  /*  リストスタイル
---------------------------------------------------------------*/
  article.secPage ul li {
    margin-bottom: 15px;
  }
  article.secPage ul li:last-of-type {
    margin-bottom: 0;
  }
  article.secPage ul li a {
    line-height: 1.6;
  }
  article.secPage ul li::before {
    content: "■";
    font-size: 1.0rem;
    color: #005bac;
    transform: translateY(-2px);
    display: inline-block;
    line-height: 1em;
    margin-right: 7px;
  }
  article.secPage ul li a::after {
    display: none;
  }
  article.secPage ol {
    padding-left: 1em;
  }
  article.secPage ol li {
    margin-bottom: 8px;
    list-style-type: normal;
  }
  article.secPage ol li:last-of-type {
    margin-bottom: 0;
  }
  article.secPage ol li a::after {
    display: none;
  }
  /*  文字の大きさ
---------------------------------------------------------------*/
  article.secPage .large {
    font-size: 2.8rem;
    font-weight: 600;
  }
  article.secPage .small {
    font-size: 1.2rem;
  }
  /*  ページ内リンク
---------------------------------------------------------------*/
  article.secPage .pageLink {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
  }
  article.secPage .pageLink a::after {
    transform: rotate(90deg);
  }
  article.secPage .pageLink a:hover::after {
    transform: rotate(90deg) translateX(3px);
  }
  /*  text真ん中よせ
---------------------------------------------------------------*/
  article.secPage .txtCenter {
    text-align: center;
  }
  /*  上部にラインを引く
---------------------------------------------------------------*/
  article.secPage .upLine {
    border-top: 1px solid #cfd0d8;
    padding-top: 30px;
  }
  /*=================================================================*/
  /*  お知らせ一覧 */
  /*=================================================================*/
  ul.newsList li {
    display: flex;
    padding: 14px 28px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 0 !important;
  }
  ul.newsList li::before {
    display: none !important;
  }
  ul.newsList li:first-of-type {
    padding-top: 0;
  }
  ul.newsList li > span:first-of-type {
    display: flex;
  }
  ul.newsList li > span:first-of-type > span:first-of-type {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    color: #7b7b7b;
    font-weight: 600;
    margin-right: 18px;
  }
  ul.newsList li > span:first-of-type > span.label1 {
    width: 47px;
    margin-right: 13px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    background: #ff2323;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.newsList li > span:first-of-type > span.label2 {
    width: 47px;
    margin-right: 13px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    background: #11a8ff;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.newsList li > span:nth-of-type(2) {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }
  ul.newsList li > span:nth-of-type(2) a {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #0080e5;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    display: inline-block;
    transition: .3s;
    background: none;
  }
  ul.newsList li > span:nth-of-type(2) a::after {
    display: none;
  }
  ul.newsList li > span:nth-of-type(2) a:hover {
    color: #005bac;
  }
  ul.newsList + ul.pager {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  ul.newsList + ul.pager li {
    margin-bottom: 0;
  }
  ul.newsList + ul.pager li::before {
    display: none;
  }
  ul.newsList + ul.pager li a {
    border: 1px solid #005bac;
    box-sizing: border-box;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    transition: .3s;
    border-radius: 2px;
  }
  ul.newsList + ul.pager li a:hover {
    background: #005bac;
    color: #fff;
    opacity: 1.0;
  }
  ul.newsList + ul.pager li a.current {
    pointer-events: none;
    background: #005bac;
    color: #fff;
  }
  /*=================================================================*/
  /*  お知らせ詳細 */
  /*=================================================================*/
  .newsDetail .day {
    color: #aaa;
  }
  .newsDetail h2 {
    line-height: 1.6;
  }
  /*=================================================================*/
  /*  お問い合わせフォーム */
  /*=================================================================*/
  /*  必須マーク
---------------------------------------------------------------*/
  article.secPage .required {
    background-color: red;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    font-size: 1.1rem;
    padding: 3px 8px 4px;
    transform: translateY(4px);
    float: right;
  }
  /*  firefoxブラウザハック
---------------------------------------------------------------*/
  @-moz-document url-prefix() {
    article.secPage .required {
      padding: 2px 8px 5px;
    }
  }
  /*  チェックボックス
---------------------------------------------------------------*/
  article.secPage {
    /*  テキストボックス
  ---------------------------------------------------------------*/
    /*  フォーム内ラベル
  ---------------------------------------------------------------*/
    /*  セレクトボックス
  ---------------------------------------------------------------*/
  }
  article.secPage input[type="checkbox"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transform: translateY(-1.7px);
    border: 1px solid #aaa;
    border-radius: 2px;
    box-sizing: border-box;
    margin-right: 7px;
    position: relative;
    cursor: pointer;
  }
  article.secPage input[type="checkbox"]:checked::after {
    content: '';
    width: 6px;
    height: 3px;
    border-left: 2.5px solid #005bac;
    border-bottom: 2.5px solid #005bac;
    transform: rotate(-45deg);
    position: absolute;
    margin: auto;
    left: 0;
    top: -5px;
    right: 0;
    bottom: 0;
  }
  article.secPage input[type="text"], article.secPage select, article.secPage textarea {
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 2px;
    padding: 8px 18px;
    box-sizing: border-box;
    width: 100%;
    resize: vertical;
  }
  article.secPage input[type="text"].w150, article.secPage select.w150, article.secPage textarea.w150 {
    width: 150px;
  }
  article.secPage table.form span.label {
    margin-right: 10px;
  }
  article.secPage select {
    background: url(../images/sec/icon_selectarrow.svg) no-repeat right 10px center;
    background-size: 12px 6px;
    cursor: pointer;
  }
  /*  フォーム装飾
---------------------------------------------------------------*/
  table.form {
    width: 100%;
  }
  table.form tr th {
    width: 210px;
    background: #005bac;
    background: #cedfed;
    border: 1px solid #fff;
  }
  table.form tr th, table.form tr td {
    padding: 8px 15px;
  }
  /*  エラーボックス
---------------------------------------------------------------*/
  .error {
    padding: 20px 30px;
    background: #fdF0f3;
  }
  .error dt {
    margin-bottom: 10px;
    padding-bottom: 0.3em;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px solid #ff0000;
  }
  .error dd ul {
    margin-top: 16px;
  }
  /*  table > tfootのボタンスタイル
---------------------------------------------------------------*/
  tfoot th, tfoot td {
    background: #fff;
    border: none !important;
  }
  tfoot .blueBtn {
    margin: 0 auto;
    font-size: 1.4rem;
    border-radius: 50px;
    height: 44px !important;
    background-image: none !important;
  }
  /*  テーブル　パターン2(試験概要で使用)
---------------------------------------------------------------*/
  article.secPage table.pt02 {
    width: 100%;
    background: #fff;
  }
  article.secPage table.pt02.w565 {
    width: 565px;
  }
  article.secPage table.pt02 .w106 {
    width: 106px;
  }
  article.secPage table.pt02 .w527 {
    width: 527px;
  }
  article.secPage table.pt02 thead tr th:last-of-type {
    border-right: 1px solid #005aa9;
  }
  article.secPage table.pt02 tbody tr:last-of-type th {
    border-bottom: 1px solid #005aa9;
  }
  article.secPage table.pt02 td, article.secPage table.pt02 th {
    border: 1px solid #005aa9;
    padding: 15px 10px;
  }
  article.secPage table.pt02 th {
    white-space: nowrap;
    border-color: #fff;
  }
  article.secPage table.pt02 a[target="_blank"]:hover:after {
    transform: translateX(0);
  }
  article.secPage table.pt02 a:not([target="_blank"]):after {
    display: none;
  }
  .bgBlue {
    background: #005aa9;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  .bgNavy {
    background: #38506b;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  .bgNavy.head {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 15px 0;
    line-height: 1;
  }
  .bgNavy.head::before {
    display: none;
  }
  .bgOrange {
    background: #ff7b00;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  .bgGreen {
    background: #135a00;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  .bgBlack {
    background: #444444;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  /*  table内の各試験ボタン
---------------------------------------------------------------*/
  table .test1 {
    background-color: #e9faf3;
    background-image: url(../images/union/icon_greenarrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #135a00;
    line-height: 1.2;
    padding: 10px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    margin-bottom: 14px;
    background-size: 10px;
  }
  table .test1 span {
    display: flex;
    align-items: center;
    line-height: 1.3;
    color: #135a00;
  }
  table .test1:hover {
    background-position: center right 10px;
  }
  table .test2 {
    background-color: #e7f6fc;
    background-image: url(../images/union/icon_bluearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #135a00;
    line-height: 1.2;
    padding: 10px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    margin-bottom: 14px;
    background-size: 10px;
  }
  table .test2 span {
    display: flex;
    align-items: center;
    line-height: 1.3;
    color: #005aa9;
  }
  table .test2:hover {
    background-position: center right 10px;
  }
  table .test3 {
    background-color: #ffeed5;
    background-image: url(../images/union/icon_orangearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #e58100;
    line-height: 1.2;
    padding: 10px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    background-size: 10px;
  }
  table .test3 span {
    display: flex;
    align-items: center;
    line-height: 1.3;
    color: #e58100;
  }
  table .test3:hover {
    background-position: center right 10px;
  }
  /*=================================================================*/
  /*  出願方法・お申し込み固有スタイル */
  /*=================================================================*/
  .imgApply {
    height: 171px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .txtApply {
    height: 78px;
  }
  .txtApply2 {
    padding: 12px 0 15px;
  }
  .txtApply3 {
    height: 149px;
  }
  /*=================================================================*/
  /*  よくあるご質問固有スタイル */
  /*=================================================================*/
  .faqBox {
    width: 800px;
  }
  .faqBox .qIcon, .faqBox .aIcon {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .faqBox .qIcon {
    background-color: #005bac;
  }
  .faqBox .qIcon path {
    fill: #fff;
  }
  .faqBox .aIcon {
    background-color: #e58100;
  }
  .faqBox .aIcon path {
    fill: #fff;
  }
  .faqBox dl {
    border-bottom: 1px solid #cfd0d8;
  }
  .faqBox dl:first-of-type dt {
    padding-top: 0;
  }
  .faqBox dl:first-of-type dt::before, .faqBox dl:first-of-type dt::after {
    top: 20px;
  }
  .faqBox dl dt {
    cursor: pointer;
    display: flex;
    gap: 15px;
    padding: 25px 0;
    position: relative;
    /* 二本の横棒を作成する */
    /* 2本の横棒のうち一本は縦棒にする */
  }
  .faqBox dl dt > div:first-of-type {
    flex-basis: 40px;
  }
  .faqBox dl dt > div:nth-of-type(2) {
    flex-basis: 87%;
    padding-top: 6px;
    font-size: 2.0rem;
    font-weight: 600;
  }
  .faqBox dl dt::before, .faqBox dl dt::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #005bac;
    position: absolute;
    right: 12px;
    top: 45px;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .faqBox dl dt::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .faqBox dl dt.active::after {
    /* プラスがクリックされたら×ボタンに見えるようにする */
    transform: rotate(135deg);
  }
  .faqBox dl dt.active::before {
    /* プラスがクリックされたら×ボタンに見えるようにする */
    transform: rotate(45deg);
  }
  .faqBox dl dd {
    display: none;
  }
  .faqBox dl dd > div {
    display: flex;
    gap: 15px;
    padding-bottom: 25px;
  }
  .faqBox dl dd > div > div:first-of-type {
    flex-basis: 40px;
  }
  .faqBox dl dd > div > div:nth-of-type(2) {
    flex: 1;
    padding-top: 6px;
    font-size: 1.6rem;
  }
  p a::after {
    /* background: none !important; */
    /* margin: 0 0 0 0 !important; */
  }
  /*  赤文字リスト
---------------------------------------------------------------*/
  article.secPage ul.red li::before {
    color: #E80B74 !important;
  }
  /*=================================================================*/
  /*  主催団体・沿革について */
  /*=================================================================*/
  /*  太文字タイトル
---------------------------------------------------------------*/
  .ltxt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  /*=================================================================*/
  /*  団体出願 PBT方式（ペーパー方式） */
  /*=================================================================*/
  /*  大きいサイズのボタン
---------------------------------------------------------------*/
  .wBtn {
    width: 350px !important;
    padding: 13px 16px !important;
  }
  .bgGreenBtn {
    background-color: #108312 !important;
  }
  .bgBlue2 {
    background-color: #1d62ff !important;
  }
  .bgRed {
    background-color: #ff0000 !important;
  }
  article.secPage a.blueBtn[target="_blank"]:after {
    content: "";
    background: none;
    background-size: 0;
    width: 0;
    height: 0;
    display: inline-block;
    margin: 0;
    transition: 0;
  }
  /*=================================================================*/
  /*  団体出願 CBT方式の出願方法・お申し込み */
  /*=================================================================*/
  /*  よくあるご質問
---------------------------------------------------------------*/
  dl.qa dt, dl.qa dd {
    display: flex;
  }
  dl.qa dt .qIcon, dl.qa dd .qIcon {
    background-color: #005bac;
  }
  dl.qa dt .aIcon, dl.qa dd .aIcon {
    background-color: #e58100;
  }
  dl.qa dt > div:nth-of-type(2), dl.qa dd > div:nth-of-type(2) {
    flex-basis: calc(100% - 50px);
  }
  dl.qa dt {
    margin-bottom: 10px;
  }
  dl.qa .qIcon, dl.qa .aIcon {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
  }
  dl.qa .qIcon path, dl.qa .aIcon path {
    fill: #fff;
  }
  /*=================================================================*/
  /*  個人出願 CBT方式の出願方法・お申し込み */
  /*=================================================================*/
  article.secPage .blank {
    background-image: url(../images/union/icon_external_white.svg);
    background-size: 12px auto;
  }
  /*=================================================================*/
  /*  情報活用試験の受験要領 */
  /*=================================================================*/
  /*  中央揃えテーブル
---------------------------------------------------------------*/
  table.tCenter th, table.tCenter td {
    text-align: center;
  }
  /*  テーブル日程
---------------------------------------------------------------*/
  .dayTble span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .dayTble span:first-of-type {
    margin-right: 4px;
    line-height: 1;
    padding: 2px 5px;
    color: #fff;
    background: #ff7301;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  /*  リスト内リスト
---------------------------------------------------------------*/
  .mtb10 {
    margin: 10px 0;
  }
  /*  テーブル用
---------------------------------------------------------------*/
  article.secPage table.pt02.w10pct, article.secPage table.pt02 .w10pct {
    width: 10% !important;
  }
  article.secPage table.pt02.w20pct, article.secPage table.pt02 .w20pct {
    width: 20% !important;
  }
  article.secPage table.pt02.w25pct, article.secPage table.pt02 .w25pct {
    width: 25% !important;
  }
  article.secPage table.pt02.w30pct, article.secPage table.pt02 .w30pct {
    width: 30% !important;
  }
  article.secPage table.pt02.w33pct, article.secPage table.pt02 .w33pct {
    width: calc(100%/3) !important;
  }
  article.secPage table.pt02.w40pct, article.secPage table.pt02 .w40pct {
    width: 40% !important;
  }
  article.secPage table.pt02.w50pct, article.secPage table.pt02 .w50pct {
    width: 50% !important;
  }
  article.secPage table.pt02.w60pct, article.secPage table.pt02 .w60pct {
    width: 60% !important;
  }
  article.secPage table.pt02.w70pct, article.secPage table.pt02 .w70pct {
    width: 70% !important;
  }
  article.secPage table.pt02.w80pct, article.secPage table.pt02 .w80pct {
    width: 80% !important;
  }
  article.secPage table.pt02.w90pct, article.secPage table.pt02 .w90pct {
    width: 90% !important;
  }
  article.secPage table.pt02.w100pct, article.secPage table.pt02 .w100pct {
    width: 100%;
  }
  article.secPage table.pt02.pt02Green th {
    background: #135a00;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  article.secPage table.pt02.pt02Green td {
    border: 1px solid #135a00;
  }
  article.secPage table.pt02.pt02Green tfoot th, article.secPage table.pt02.pt02Green tfoot td {
    background: #fff;
    border: none !important;
  }
  article.secPage table.pt02.pt02Green tbody tr:last-of-type th {
    border-bottom: none;
  }
  article.secPage table.pt02.pt02Orange th {
    background: #ff7b00;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  article.secPage table.pt02.pt02Orange td {
    border: 1px solid #ff7b00;
  }
  article.secPage table.pt02.pt02Orange tfoot th, article.secPage table.pt02.pt02Orange tfoot td {
    background: #fff;
    border: none !important;
  }
  /*  矢印無しボタン
---------------------------------------------------------------*/
  .bgNoneBtn {
    background-image: none !important;
  }
  /*=================================================================*/
  /*  これまでの受験者数と合格率 */
  /*=================================================================*/
  /*  テーブル配色
---------------------------------------------------------------*/
  .bgPrev {
    background: #2b486c;
    color: #fff;
  }
  .bgLate {
    background: #24538d;
    color: #fff;
  }
  .bgWhite {
    background: #fff;
  }
  /*  テーブル幅調整
---------------------------------------------------------------*/
  table.wAuto th.bgBlue {
    min-width: auto !important;
  }
  span.txtSize14 {
    font-size: 1.4rem;
  }
  /*  テーブルテキスト
---------------------------------------------------------------*/
  td.right {
    text-align: right !important;
  }
  /*  テキスト
---------------------------------------------------------------*/
  .tSize18 {
    font-size: 1.8rem;
  }
  /*=================================================================*/
  /*  教材のご紹介 */
  /*=================================================================*/
  .text_name {
    padding: 10px 28px;
    display: block;
    font-weight: bold;
  }
  .juse_text {
    background-color: #e9faf3;
  }
  .jsystem_text {
    background-color: #e7f6fc;
  }
  .jdesign_text {
    background-color: #ffeed5;
  }
  dl.text_data {
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    display: flex;
  }
  dl.text_data dt {
    padding: 12px 28px;
    min-width: 136px;
    box-sizing: border-box;
  }
  dl.text_data dd {
    padding: 12px 28px 12px 0;
  }
  a.textBtn {
    background: #005bac;
    color: #fff !important;
    display: flex;
    width: 329px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    transition: .3s;
    margin: 26px 0 0 auto;
    font-size: 1.4rem;
    border-radius: 20px;
  }
  a.textBtn img {
    width: 14px;
    height: auto;
  }
  a.textBtn:after {
    content: "";
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    margin: 0 !important;
  }
  .bBox {
    min-width: 404px;
    padding: 20px;
    box-sizing: border-box;
    background: #e7f6fc;
  }
  .bBox .bBoxttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .bBox > p {
    margin-bottom: 6px;
  }
  .bBox > p a {
    color: #3d82c0;
  }
  /*  最小幅調整用
---------------------------------------------------------------*/
  .miw440 {
    min-width: 440px;
  }
  /*  テーブル
---------------------------------------------------------------*/
  article.secPage table.pt01 {
    width: 100%;
    background: #f2f2f2;
  }
  article.secPage table.pt01 td, article.secPage table.pt01 th {
    border: 1px solid #fff;
    padding: 7px 10px;
  }
  article.secPage table.pt01 a[target="_blank"]:hover:after {
    transform: translateX(0);
  }
  article.secPage table.pt01 a:not([target="_blank"]):after {
    display: none;
  }
  article.secPage table.pt01.fontSmall {
    font-size: 0.9em;
  }
  article.secPage table.pt01.w10pct, article.secPage table.pt01 .w10pct {
    width: 10% !important;
  }
  article.secPage table.pt01.w14pct, article.secPage table.pt01 .w14pct {
    width: 14% !important;
  }
  article.secPage table.pt01.w16pct, article.secPage table.pt01 .w16pct {
    width: 16% !important;
  }
  article.secPage table.pt01.w20pct, article.secPage table.pt01 .w20pct {
    width: 20% !important;
  }
  article.secPage table.pt01.w25pct, article.secPage table.pt01 .w25pct {
    width: 25% !important;
  }
  article.secPage table.pt01.w28pct, article.secPage table.pt01 .w28pct {
    width: 28% !important;
  }
  article.secPage table.pt01.w30pct, article.secPage table.pt01 .w30pct {
    width: 30% !important;
  }
  article.secPage table.pt01.w33pct, article.secPage table.pt01 .w33pct {
    width: calc(100%/3) !important;
  }
  article.secPage table.pt01.w40pct, article.secPage table.pt01 .w40pct {
    width: 40% !important;
  }
  article.secPage table.pt01.w42pct, article.secPage table.pt01 .w42pct {
    width: 42% !important;
  }
  article.secPage table.pt01.w50pct, article.secPage table.pt01 .w50pct {
    width: 50% !important;
  }
  article.secPage table.pt01.w60pct, article.secPage table.pt01 .w60pct {
    width: 60% !important;
  }
  article.secPage table.pt01.w70pct, article.secPage table.pt01 .w70pct {
    width: 70% !important;
  }
  article.secPage table.pt01.w72pct, article.secPage table.pt01 .w72pct {
    width: 72% !important;
  }
  article.secPage table.pt01.w80pct, article.secPage table.pt01 .w80pct {
    width: 80% !important;
  }
  article.secPage table.pt01.w90pct, article.secPage table.pt01 .w90pct {
    width: 90% !important;
  }
  article.secPage table.pt01.w100pct, article.secPage table.pt01 .w100pct {
    width: 100%;
  }
  article.secPage table.pt01 .bgBlue {
    background: #005aa9 !important;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  article.secPage table.pt01 .bgOrange {
    background: #ff7b00 !important;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  article.secPage table.pt01 .bgGreen {
    background: #108312 !important;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  article.secPage table.pt01 .bgBlack {
    background: #7c7c7c !important;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  /*=================================================================*/
  /*  導入団体様の声 */
  /*=================================================================*/
  /*  導入団体一覧
---------------------------------------------------------------*/
  article.secPage .caseList {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
  article.secPage .caseList > a {
    color: #333;
    background: #fff;
    display: flex;
    width: calc((100% - 60px) / 2);
    position: relative;
    min-width: 400px;
    box-shadow: rgba(80, 80, 80, 0.06) 4px 4px 10px 2px;
    transition: .3s;
  }
  article.secPage .caseList > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 129, 244, 0.2);
    transform: scaleX(0);
    transform-origin: right;
    transition-property: transform;
  }
  article.secPage .caseList > a:after {
    margin: 0;
    width: 10px;
    height: 14px;
    position: absolute;
    right: 12px;
    bottom: 12px;
  }
  article.secPage .caseList > a:hover {
    transition: .3s;
  }
  article.secPage .caseList > a > img {
    width: 200px;
    max-width: 40%;
    height: 160px;
    object-fit: cover;
    object-position: center center;
  }
  article.secPage .caseList > a > dl {
    padding: 10px 18px;
    flex: 1;
  }
  article.secPage .caseList > a > dl dt {
    color: #005bac;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2em;
  }
  article.secPage .caseList > a > dl dd {
    margin-bottom: 0.8em;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
  /*  導入団体詳細
---------------------------------------------------------------*/
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*  余白やサイズの微調整用スタイル */
  /*=================================================================*/
  /*  余白のスマホ変換
---------------------------------------------------------------*/
  #wrap .mb0 {
    margin-bottom: 0 !important;
  }
  #wrap .mb10 {
    margin-bottom: 10px;
  }
  #wrap .mb15 {
    margin-bottom: 15px;
  }
  #wrap .mb20 {
    margin-bottom: 20px;
  }
  #wrap .mb30 {
    margin-bottom: 30px;
  }
  #wrap .mb40 {
    margin-bottom: 40px;
  }
  #wrap .mb50 {
    margin-bottom: 50px;
  }
  #wrap .mb60 {
    margin-bottom: 44px;
  }
  #wrap .mb100 {
    margin-bottom: 77px;
  }
  /*  スマホのみに与える余白
---------------------------------------------------------------*/
  #wrap .smb0 {
    margin-bottom: 0 !important;
  }
  #wrap .smb10 {
    margin-bottom: 10px;
  }
  #wrap .smb15 {
    margin-bottom: 15px;
  }
  #wrap .smb20 {
    margin-bottom: 20px;
  }
  #wrap .smb30 {
    margin-bottom: 30px !important;
  }
  #wrap .smb40 {
    margin-bottom: 40px;
  }
  #wrap .smb50 {
    margin-bottom: 50px;
  }
  #wrap .smb60 {
    margin-bottom: 44px;
  }
  #wrap .smb70 {
    margin-bottom: 70px;
  }
  #wrap .smb100 {
    margin-bottom: 100px;
  }
  /*  サイズ調節
---------------------------------------------------------------*/
  #wrap .sw200 {
    width: 200px;
  }
  #wrap .sw250 {
    width: 250px;
  }
  /*  要素を真ん中に寄せる
---------------------------------------------------------------*/
  #wrap .obCenter {
    margin: auto;
  }
  /*=================================================================*/
  /*  下層ベース */
  /*=================================================================*/
  /*  コンテンツサイズ
---------------------------------------------------------------*/
  article.secPage {
    padding-top: 18px;
  }
  article.secPage section {
    padding: 0 16px;
  }
  article.secPage section.fullSize {
    max-width: 100%;
  }
  /*  背景装飾
---------------------------------------------------------------*/
  article.secPage.deco1 {
    background-image: url(../images/sec/bg_secDeco1_sp.webp);
    background-repeat: no-repeat;
    background-position: calc(50% + 20px) -130px;
    background-size: 435.5px;
  }
  /*  パンくずリスト
---------------------------------------------------------------*/
  article.secPage .breadcrumbs {
    padding: 0 16px;
    margin: 0 auto 35px;
  }
  article.secPage .breadcrumbs ul li {
    font-size: 1.1rem;
    line-height: 1;
    color: #4c4f52;
    display: inline-block;
  }
  article.secPage .breadcrumbs ul li:first-child {
    background: url(../images/sec/icon_home.svg) no-repeat center left;
    background-size: 11px;
    padding-left: 15px;
  }
  article.secPage .breadcrumbs ul li::before {
    display: none;
  }
  article.secPage .breadcrumbs ul li a {
    line-height: 1;
    font-size: 1.1rem;
    color: #4c4f52;
    padding: 0;
  }
  article.secPage .breadcrumbs ul li a::after {
    display: none;
  }
  /*  h1
---------------------------------------------------------------*/
  article.secPage h1 {
    font-size: 2.5rem;
    border-bottom: 1px solid #cfd0d8;
    position: relative;
    line-height: 1.3;
    padding-bottom: 18px;
    margin-bottom: 23px;
  }
  article.secPage h1::after {
    content: "";
    display: block;
    width: 94px;
    height: 1px;
    background-color: #005bac;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  /*  h2
---------------------------------------------------------------*/
  article.secPage h2 {
    font-size: 2.0rem;
    padding-left: 7px;
    border-left: 3px solid #005bac;
  }
  article.secPage h2 h2.head2 {
    font-size: 1.8rem;
    margin-bottom: 23px;
  }
  /*  h3
---------------------------------------------------------------*/
  article.secPage h3 {
    font-size: 1.8rem;
    padding-left: 17px;
    margin-bottom: 23px;
    position: relative;
  }
  article.secPage h3::before {
    content: "";
    display: block;
    width: 11px;
    height: 3px;
    background: #005bac;
    position: absolute;
    left: 0;
    top: 11px;
  }
  /*  h4
---------------------------------------------------------------*/
  article.secPage h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  article.secPage h4::after {
    content: "";
    display: block;
    width: 31px;
    height: 3px;
    background-color: #005bac;
    margin-top: 10px;
    bottom: 0;
    left: 0;
  }
  /*  tag-new(見出し内などのアイコンタグ)
---------------------------------------------------------------*/
  article.secPage .tagNew {
    margin-left: 20px;
    padding: 0.3em;
    font-size: 0.7em;
    line-height: 1.2em;
    height: 1.2em;
    display: inline-block;
    color: #fff;
    background: #ff0000;
  }
  /*  flexBoxにまつわるスタイル調整
---------------------------------------------------------------*/
  article.secPage .flex .trisection2 {
    display: block;
  }
  article.secPage .flex .trisection2::after {
    display: none;
  }
  /*  テキストリンク
---------------------------------------------------------------*/
  article.secPage a {
    color: #005bac;
    line-height: 1.9;
    transition: .3s;
  }
  article.secPage a::after {
    content: "";
    background: url(../images/sec/icon_bluearrow.svg) no-repeat;
    background-size: 8px 12px;
    width: 8px;
    height: 12px;
    display: inline-block;
    margin: 5px 0 0 10px;
    transition: .3s;
  }
  article.secPage a:hover::after {
    transform: translateX(5px);
  }
  article.secPage p > a::after {
    display: none;
  }
  /*  外部リンク用
---------------------------------------------------------------*/
  article.secPage a[target="_blank"]:after {
    content: "";
    background: url(../images/union/icon_outerlink.svg) no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 5px 0 0 8px;
    transition: .3s;
  }
  /*  青いボタンが並んでいるスタイル(スマホでは縦並び)
---------------------------------------------------------------*/
  article.secPage .blueBtn {
    background: #005bac;
    color: #fff;
    display: flex;
    width: 247px;
    height: 58px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 0 auto 20px;
    background-image: url(../images/sec/icon_whitearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 8px;
  }
  article.secPage .blueBtn:last-child {
    margin-bottom: 0;
  }
  article.secPage .blueBtn img {
    width: 25px;
  }
  article.secPage .blueBtn::after {
    display: none;
  }
  article.secPage .blueBtn.line1_3 {
    line-height: 1.3;
  }
  article.secPage .blueBtn.left {
    margin: 0 0 20px 0;
  }
  article.secPage .blueBtn.w470 {
    width: 100%;
  }
  article.secPage .blueBtn.round {
    border-radius: 100px;
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
  }
  /*  メディア用ボタンスタイル
---------------------------------------------------------------*/
  article.secPage a.mediaPdfBtn {
    margin: 0.3em 0.8em;
    padding: 0.25em 4em 0.25em 4em;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
    min-width: 140px;
    background: #767676;
    background-image: url(../images/union/icon_document_white.svg);
    background-repeat: no-repeat;
    background-size: auto 1.1em;
    background-position: center right 0.6em;
    border-radius: 0.6em;
    box-sizing: border-box;
    white-space: nowrap;
  }
  article.secPage a.mediaPdfBtn::after {
    display: none;
  }
  /*  青色の背景
---------------------------------------------------------------*/
  article.secPage .blueBack {
    background: #badef3;
  }
  article.secPage .blueBack .inner {
    padding: 77px 0;
  }
  article.secPage .blueBack .inner > h2 {
    border: 0;
    font-family: 'Noto Serif Japanese';
    font-weight: 600;
    color: #005bac;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
  }
  article.secPage .blueBack .inner > h2::before {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #005bac;
  }
  article.secPage .blueBack .inner > h2::after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #005bac;
  }
  /*  白いボックスを横並びにする場合のスタイル
---------------------------------------------------------------*/
  article.secPage .whiteCard {
    background: #fff;
    padding: 30px 16px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  article.secPage .whiteCard:last-child {
    margin-bottom: 0;
  }
  /*  リストスタイル
---------------------------------------------------------------*/
  article.secPage ul li {
    margin-bottom: 15px;
  }
  article.secPage ul li:last-of-type {
    margin-bottom: 0;
  }
  article.secPage ul li a {
    line-height: 1.6;
  }
  article.secPage ul li::before {
    content: "■";
    font-size: 1.0rem;
    color: #005bac;
    transform: translateY(-2px);
    display: inline-block;
    line-height: 1em;
    margin-right: 7px;
  }
  article.secPage ul li a::after {
    display: none;
  }
  article.secPage ol {
    padding-left: 1em;
  }
  article.secPage ol li {
    margin-bottom: 8px;
    list-style-type: normal;
  }
  article.secPage ol li:last-of-type {
    margin-bottom: 0;
  }
  article.secPage ol li a::after {
    display: none;
  }
  /*  文字の大きさ
---------------------------------------------------------------*/
  article.secPage .large {
    font-size: 2.8rem;
    font-weight: 600;
  }
  article.secPage .small {
    font-size: 1.2rem;
  }
  /*  ページ内リンク
---------------------------------------------------------------*/
  article.secPage .pageLink a {
    display: block;
  }
  article.secPage .pageLink a::after {
    transform: rotate(90deg);
  }
  /*  text真ん中よせ
---------------------------------------------------------------*/
  article.secPage .txtCenter {
    text-align: center;
  }
  /*  上部にラインを引く
---------------------------------------------------------------*/
  article.secPage .upLine {
    border-top: 1px solid #cfd0d8;
    padding-top: 30px;
  }
  /*=================================================================*/
  /*  お知らせ一覧 */
  /*=================================================================*/
  ul.newsList li {
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 0 !important;
  }
  ul.newsList li::before {
    display: none !important;
  }
  ul.newsList li:first-of-type {
    padding-top: 0;
  }
  ul.newsList li > span:first-of-type {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
  }
  ul.newsList li > span:first-of-type > span:first-of-type {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    color: #7b7b7b;
    font-weight: 500;
    margin-right: 18px;
    line-height: 1;
  }
  ul.newsList li > span:first-of-type > span.label1 {
    width: 47px;
    text-align: center;
    font-size: 1.0rem;
    color: #fff;
    background: #ff2323;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.newsList li > span:first-of-type > span.label2 {
    width: 47px;
    text-align: center;
    font-size: 1.0rem;
    color: #fff;
    background: #11a8ff;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.newsList li > span:nth-of-type(2) {
    display: block;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  ul.newsList li > span:nth-of-type(2) a {
    color: #0080e5;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    display: inline-block;
    transition: .3s;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    background: none;
  }
  ul.newsList li > span:nth-of-type(2) a::after {
    display: none;
  }
  ul.newsList li > span:nth-of-type(2) a:active {
    color: #005bac;
  }
  ul.newsList + ul.pager {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  ul.newsList + ul.pager li {
    margin-bottom: 0;
  }
  ul.newsList + ul.pager li::before {
    display: none;
  }
  ul.newsList + ul.pager li a {
    border: 1px solid #005bac;
    box-sizing: border-box;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    transition: .3s;
    border-radius: 2px;
  }
  ul.newsList + ul.pager li a:hover {
    background: #005bac;
    color: #fff;
    opacity: 1.0;
  }
  ul.newsList + ul.pager li a.current {
    pointer-events: none;
    background: #005bac;
    color: #fff;
  }
  /*=================================================================*/
  /*  お知らせ詳細 */
  /*=================================================================*/
  .newsDetail .day {
    color: #aaa;
  }
  .newsDetail h2 {
    line-height: 1.6;
  }
  /*=================================================================*/
  /*  お問い合わせフォーム */
  /*=================================================================*/
  /*  必須マーク
---------------------------------------------------------------*/
  article.secPage .required {
    background-color: red;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    font-size: 1.1rem;
    padding: 3px 8px;
    transform: translateY(4px);
    float: right;
  }
  /*  チェックボックス
---------------------------------------------------------------*/
  article.secPage {
    /*  テキストボックス
  ---------------------------------------------------------------*/
    /*  フォーム内ラベル
  ---------------------------------------------------------------*/
    /*  セレクトボックス
  ---------------------------------------------------------------*/
  }
  article.secPage input[type="checkbox"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transform: translateY(-1.7px);
    border: 1px solid #aaa;
    border-radius: 2px;
    box-sizing: border-box;
    margin-right: 7px;
    position: relative;
    cursor: pointer;
  }
  article.secPage input[type="checkbox"]:checked::after {
    content: '';
    width: 6px;
    height: 3px;
    border-left: 2.5px solid #005bac;
    border-bottom: 2.5px solid #005bac;
    transform: rotate(-45deg);
    position: absolute;
    margin: auto;
    left: 0;
    top: -5px;
    right: 0;
    bottom: 0;
  }
  article.secPage input[type="text"], article.secPage select, article.secPage textarea {
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 2px;
    padding: 8px 18px;
    box-sizing: border-box;
    width: 100%;
    resize: vertical;
  }
  article.secPage input[type="text"].w150, article.secPage select.w150, article.secPage textarea.w150 {
    width: 150px;
  }
  article.secPage table.form span.label {
    margin-right: 10px;
  }
  article.secPage select {
    background: url(../images/sec/icon_selectarrow.svg) no-repeat right 10px center;
    background-size: 12px 6px;
    cursor: pointer;
  }
  /*  フォーム装飾
---------------------------------------------------------------*/
  table.form {
    width: 100%;
  }
  table.form tr th {
    background: #005bac;
    background: #cedfed;
    border: 1px solid #fff;
  }
  table.form tr th, table.form tr td {
    display: block;
    padding: 8px 15px;
  }
  /*  エラーボックス
---------------------------------------------------------------*/
  .error {
    padding: 14px;
    background: #fdF0f3;
  }
  .error dt {
    margin-bottom: 10px;
    padding-bottom: 0.3em;
    font-size: 1.6rem;
    font-weight: 500;
    border-bottom: 1px solid #ff0000;
  }
  .error dd ul {
    margin-top: 10px;
  }
  /*  table追加要素
---------------------------------------------------------------*/
  tfoot th, tfoot td {
    background: #fff;
  }
  /*  table > tfootのボタンスタイル
---------------------------------------------------------------*/
  tfoot th, tfoot td {
    background: #fff;
    border: none !important;
  }
  tfoot .blueBtn {
    margin: 0 auto;
    font-size: 1.4rem;
    border-radius: 50px;
    height: 44px !important;
    background-image: none !important;
  }
  /*  テーブル　パターン2(試験概要で使用)
---------------------------------------------------------------*/
  article.secPage table.pt02 {
    width: 100%;
    background: #fff;
  }
  article.secPage table.pt02.w630 {
    width: 630px;
  }
  article.secPage table.pt02 .w106 {
    width: 106px;
  }
  article.secPage table.pt02 .w527 {
    width: 527px;
  }
  article.secPage table.pt02 thead tr th:last-of-type {
    border-right: 1px solid #005aa9;
  }
  article.secPage table.pt02 tbody tr:last-of-type th {
    border-bottom: 1px solid #005aa9;
  }
  article.secPage table.pt02 td, article.secPage table.pt02 th {
    border: 1px solid #005aa9;
    padding: 15px 10px;
  }
  article.secPage table.pt02 th {
    white-space: nowrap;
    border-color: #fff;
  }
  article.secPage table.pt02 a[target="_blank"]:hover:after {
    transform: translateX(0);
  }
  article.secPage table.pt02 a:not([target="_blank"]):after {
    display: none;
  }
  .bgBlue {
    background: #005aa9;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  .bgNavy {
    background: #38506b;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  .bgNavy.head {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 15px 0;
    line-height: 1;
  }
  .bgNavy.head::before {
    display: none;
  }
  .bgOrange {
    background: #ff7b00;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  .bgGreen {
    background: #135a00;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  .bgBlack {
    background: #7c7c7c;
    color: #fff;
    min-width: 106px;
    width: auto;
    box-sizing: border-box;
  }
  /*  table内の各試験ボタン
---------------------------------------------------------------*/
  table .test1 {
    background-color: #e9faf3;
    background-image: url(../images/union/icon_greenarrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #135a00;
    line-height: 1.2;
    padding: 10px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    margin-bottom: 14px;
    background-size: 10px;
  }
  table .test1 span {
    display: flex;
    align-items: center;
    line-height: 1.3;
    color: #135a00;
  }
  table .test1:hover {
    background-position: center right 10px;
  }
  table .test2 {
    background-color: #e7f6fc;
    background-image: url(../images/union/icon_bluearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #135a00;
    line-height: 1.2;
    padding: 10px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    margin-bottom: 14px;
    background-size: 10px;
  }
  table .test2 span {
    display: flex;
    align-items: center;
    line-height: 1.3;
    color: #005aa9;
  }
  table .test2:hover {
    background-position: center right 10px;
  }
  table .test3 {
    background-color: #ffeed5;
    background-image: url(../images/union/icon_orangearrow.svg);
    background-repeat: no-repeat;
    background-position: center right 23px;
    padding-left: 12px;
    color: #e58100;
    line-height: 1.2;
    padding: 10px 28px;
    box-sizing: border-box;
    display: block;
    border-radius: 8px;
    transition: .3s;
    background-size: 10px;
  }
  table .test3 span {
    display: flex;
    align-items: center;
    line-height: 1.3;
    color: #e58100;
  }
  table .test3:hover {
    background-position: center right 10px;
  }
  /*=================================================================*/
  /*  出願方法・お申し込み固有スタイル */
  /*=================================================================*/
  .imgApply {
    width: 260px;
    margin: 0 auto;
  }
  .txtApply2 {
    padding: 12px 0 15px;
  }
  /*=================================================================*/
  /*  よくあるご質問固有スタイル */
  /*=================================================================*/
  .faqBox .qIcon, .faqBox .aIcon {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  .faqBox .qIcon {
    background-color: #005bac;
  }
  .faqBox .qIcon path {
    fill: #fff;
  }
  .faqBox .aIcon {
    background-color: #e58100;
  }
  .faqBox .aIcon path {
    fill: #fff;
  }
  .faqBox dl {
    border-bottom: 1px solid #cfd0d8;
  }
  .faqBox dl:first-of-type dt {
    padding-top: 0;
  }
  .faqBox dl:first-of-type dt::before, .faqBox dl:first-of-type dt::after {
    top: 18px;
  }
  .faqBox dl dt {
    cursor: pointer;
    display: flex;
    gap: 10px;
    padding: 20px 0;
    position: relative;
    /* 二本の横棒を作成する */
    /* 2本の横棒のうち一本は縦棒にする */
  }
  .faqBox dl dt > div:first-of-type {
    flex-basis: 36px;
  }
  .faqBox dl dt > div:nth-of-type(2) {
    flex-basis: 74%;
    padding-top: 6px;
    font-size: 1.7rem;
    font-weight: 600;
  }
  .faqBox dl dt::before, .faqBox dl dt::after {
    content: '';
    display: block;
    width: 17px;
    height: 2px;
    background: #005bac;
    position: absolute;
    right: 12px;
    top: 36px;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .faqBox dl dt::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .faqBox dl dt.active::after {
    /* プラスがクリックされたら×ボタンに見えるようにする */
    transform: rotate(135deg);
  }
  .faqBox dl dt.active::before {
    /* プラスがクリックされたら×ボタンに見えるようにする */
    transform: rotate(45deg);
  }
  .faqBox dl dd {
    display: none;
  }
  .faqBox dl dd > div {
    display: flex;
    gap: 15px;
    padding-bottom: 25px;
  }
  .faqBox dl dd > div > div:first-of-type {
    flex-basis: 40px;
  }
  .faqBox dl dd > div > div:nth-of-type(2) {
    flex: 1;
    padding-top: 6px;
  }
  p a::after {
    /* background: none !important; */
    /* margin: 0 0 0 0 !important; */
  }
  /*  スクロール用
---------------------------------------------------------------*/
  .table_scroll {
    width: 100%;
    overflow-x: auto;
  }
  table.scroll {
    width: max-content !important;
    display: block;
  }
  table.scroll td, table.scroll th {
    display: revert !important;
  }
  /*  赤文字リスト
  ---------------------------------------------------------------*/
  article.secPage ul.red li::before {
    color: #E80B74 !important;
  }
  /*=================================================================*/
  /*  主催団体・沿革について */
  /*=================================================================*/
  /*  太文字タイトル
---------------------------------------------------------------*/
  .ltxt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  /*=================================================================*/
  /*  団体出願 PBT方式（ペーパー方式） */
  /*=================================================================*/
  /*  大きいサイズのボタン
---------------------------------------------------------------*/
  .wBtn {
    width: auto !important;
    padding: 0 16px !important;
  }
  .bgGreenBtn {
    background-color: #108312 !important;
  }
  .bgBlue2 {
    background-color: #1d62ff !important;
  }
  .bgRed {
    background-color: #ff0000 !important;
  }
  article.secPage a.blueBtn[target="_blank"]:after {
    content: "";
    background: none;
    background-size: 0;
    width: 0;
    height: 0;
    display: inline-block;
    margin: 0;
    transition: 0;
  }
  /*=================================================================*/
  /*  団体出願 CBT方式の出願方法・お申し込み */
  /*=================================================================*/
  /*  よくあるご質問
---------------------------------------------------------------*/
  dl.qa dt, dl.qa dd {
    display: flex;
  }
  dl.qa dt .qIcon, dl.qa dd .qIcon {
    background-color: #005bac;
  }
  dl.qa dt .aIcon, dl.qa dd .aIcon {
    background-color: #e58100;
  }
  dl.qa dt > div:nth-of-type(2), dl.qa dd > div:nth-of-type(2) {
    flex-basis: calc(100% - 50px);
  }
  dl.qa dt {
    margin-bottom: 10px;
  }
  dl.qa .qIcon, dl.qa .aIcon {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 20px;
  }
  dl.qa .qIcon path, dl.qa .aIcon path {
    fill: #fff;
  }
  /*=================================================================*/
  /*  個人出願 CBT方式の出願方法・お申し込み */
  /*=================================================================*/
  article.secPage .blank {
    background-image: url(../images/union/icon_external_white.svg);
    background-size: 12px auto;
  }
  /*=================================================================*/
  /*  情報活用試験の受験要領 */
  /*=================================================================*/
  /*  中央揃えテーブル
---------------------------------------------------------------*/
  table.tCenter th, table.tCenter td {
    text-align: center;
  }
  /*  テーブル日程
---------------------------------------------------------------*/
  .dayTble span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .dayTble span:first-of-type {
    margin-right: 4px;
    line-height: 1;
    padding: 2px 5px;
    color: #fff;
    background: #ff7301;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  /*  リスト内リスト
---------------------------------------------------------------*/
  .mtb10 {
    margin: 10px 0;
  }
  /*  テーブル用
---------------------------------------------------------------*/
  article.secPage table.pt02.pt02Green th {
    background: #135a00;
    color: #fff;
    width: auto;
    box-sizing: border-box;
  }
  article.secPage table.pt02.pt02Green td {
    border: 1px solid #135a00;
  }
  article.secPage table.pt02.pt02Green tfoot th, article.secPage table.pt02.pt02Green tfoot td {
    background: #fff;
    border: none !important;
  }
  article.secPage table.pt02.pt02Green tbody tr:last-of-type th {
    border-bottom: none;
  }
  article.secPage table.pt02.pt02Orange th {
    background: #ff7b00;
    color: #fff;
    width: auto;
    box-sizing: border-box;
  }
  article.secPage table.pt02.pt02Orange td {
    border: 1px solid #ff7b00;
  }
  article.secPage table.pt02.pt02Orange tfoot th, article.secPage table.pt02.pt02Orange tfoot td {
    background: #fff;
    border: none !important;
  }
  /*  矢印無しボタン
---------------------------------------------------------------*/
  .bgNoneBtn {
    background-image: none !important;
  }
  /*=================================================================*/
  /*  これまでの受験者数と合格率 */
  /*=================================================================*/
  /*  テーブル配色
---------------------------------------------------------------*/
  .bgPrev {
    background: #2b486c;
    color: #fff;
  }
  .bgLate {
    background: #24538d;
    color: #fff;
  }
  .bgWhite {
    background: #fff;
  }
  /*  テーブルテキスト
---------------------------------------------------------------*/
  td.right {
    text-align: right !important;
  }
  /*  テキスト
---------------------------------------------------------------*/
  .tSize18 {
    font-size: 1.8rem;
  }
  /*=================================================================*/
  /*  教材のご紹介 */
  /*=================================================================*/
  .text_name {
    padding: 10px;
    display: block;
    font-weight: bold;
  }
  .juse_text {
    background-color: #e9faf3;
  }
  .jsystem_text {
    background-color: #e7f6fc;
  }
  .jdesign_text {
    background-color: #ffeed5;
  }
  dl.text_data {
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
  }
  dl.text_data dt {
    padding: 12px 12px 0;
    min-width: 136px;
    box-sizing: border-box;
  }
  dl.text_data dd {
    padding: 0 12px 12px;
  }
  a.textBtn {
    background: #005bac;
    color: #fff !important;
    display: flex;
    max-width: 329px;
    width: 80%;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    transition: .3s;
    margin: 26px auto;
    font-size: 1.4rem;
    border-radius: 20px;
  }
  a.textBtn img {
    width: 14px;
    height: auto;
  }
  a.textBtn:after {
    content: "";
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    margin: 0 !important;
  }
  .bBox {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #e7f6fc;
    margin-bottom: 30px;
  }
  .bBox .bBoxttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .bBox > p {
    margin-bottom: 6px;
  }
  .bBox > p a {
    color: #3d82c0;
  }
  /*  テーブル
---------------------------------------------------------------*/
  article.secPage table.pt01 {
    width: 100%;
    background: #f2f2f2;
  }
  article.secPage table.pt01 td, article.secPage table.pt01 th {
    border: 1px solid #fff;
    padding: 7px 10px;
    display: block;
  }
  article.secPage table.pt01 a[target="_blank"]:hover:after {
    transform: translateX(0);
  }
  article.secPage table.pt01 a:not([target="_blank"]):after {
    display: none;
  }
  article.secPage table.pt01 .bgBlue {
    background: #005aa9 !important;
    color: #fff;
  }
  article.secPage table.pt01 .bgBlueLight {
    background: #4488c3 !important;
    color: #fff;
  }
  article.secPage table.pt01 .bgOrange {
    background: #ff7b00 !important;
    color: #fff;
  }
  article.secPage table.pt01 .bgOrangeLight {
    background: #ff9e45 !important;
    color: #fff;
  }
  article.secPage table.pt01 .bgGreen {
    background: #135a00 !important;
    color: #fff;
  }
  article.secPage table.pt01 .bgGreenLight {
    background: #35bd10 !important;
    color: #fff;
  }
  article.secPage table.pt01 .bgBlack {
    background: #7c7c7c !important;
    color: #fff;
  }
  article.secPage table.pt01 .bgBlackLight {
    background: #a1a1a1 !important;
    color: #fff;
  }
  /*=================================================================*/
  /*  導入団体様の声 */
  /*=================================================================*/
  /*  導入団体一覧
---------------------------------------------------------------*/
  article.secPage .caseList {
    display: flex;
    justify-content: center;
    flex-flow: column;
    gap: 30px;
  }
  article.secPage .caseList > a {
    color: #333;
    background: #fff;
    display: flex;
    width: 100%;
    position: relative;
    box-shadow: rgba(80, 80, 80, 0.06) 4px 4px 10px 2px;
  }
  article.secPage .caseList > a:after {
    margin: 0;
    width: 10px;
    height: 14px;
    position: absolute;
    right: 12px;
    bottom: 12px;
  }
  article.secPage .caseList > a > img {
    width: 200px;
    max-width: 40%;
    height: 160px;
    object-fit: cover;
    object-position: center center;
  }
  article.secPage .caseList > a > dl {
    padding: 12px 12px;
    flex: 1;
  }
  article.secPage .caseList > a > dl dt {
    color: #005bac;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2em;
  }
  article.secPage .caseList > a > dl dd {
    margin-bottom: 0.8em;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  /*<end>============================================================*/
}
/*=================================================================*/
/*  コラム writer matsuda 202604 */
/*=================================================================*/
.column__list__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  grid-column-gap: 5%;
  grid-row-gap: 30px;
  margin-bottom: 30px;
}
.column__list__item {
  width: 30%;
  background: #f2f2f2;
  box-sizing: border-box;
  position: relative;
  min-width: 300px;
}
.column__list__item > a {
  padding: 25px;
  display: block;
}
.column__list__item .pick-up {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 115px;
}
.column__list__pic {
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.column__list__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.column__list__item .tab__blue {
  background: #0081f4;
  color: #fff;
  padding: 2px 15px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 1.4rem;
}
.column__list__item .date {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
  color: #0080e5;
}
.column__tag {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 15px;
}
.column__tag span {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: 1px 15px;
  font-size: 1.3rem;
  color: #000 !important;
}
article.secPage .column__tag span::after, article.secPage .column__list__item a::after {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .column__list__items {
    justify-content: center;
  }
  .column__list__item {
    width: 100%;
  }
  .column__list__item > a {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.5;
    padding: 20px;
  }
  .column__list__pic {
    height: 125px;
    margin-bottom: 0;
    width: 40%;
  }
  .column__list__item a div:last-child {
    width: 55%;
  }
  .column__list__item .tab__blue {
    padding: 2px 8px;
    font-size: 1.0rem;
  }
  .column__tag {
    width: 100% !important;
    grid-column-gap: 8px;
    grid-row-gap: 7px;
  }
  .column__tag span {
    padding: 1px 8px;
    font-size: 1.0rem;
  }
}
.column__detail__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.column__detail__txt {
  width: 73%;
}
.column__detail__list {
  width: 22%;
}
.font__style__01 {
  border: none !important;
  padding: 0 !important;
  font-size: 3.0rem !important;
  line-height: 1.4 !important;
}
.column__tag.col__gray {
  justify-content: flex-end;
  margin-bottom: 60px;
}
.column__tag.col__gray span {
  background: #f2f2f2;
  padding: 2px 25px;
  font-size: 1.5rem;
}
.column__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 45px;
}
.column__items > div {
  width: 48%;
}
.column__detail__txt p, .column__detail__txt li {
  font-size: 1.7rem;
  line-height: 1.8;
}
.column__detail__wrap img {
  max-width: 100%;
}
.toc__box {
  background: #f2f2f2;
  width: 100%;
  padding: 35px 45px;
  box-sizing: border-box;
}
p.font__style__02 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.font__style__03 {
  border-bottom: 1px solid #cfd0d8;
  padding: 0 0 20px 0 !important;
  margin-bottom: 30px;
  margin-top: 60px;
  font-size: 2.5rem !important;
}
article.secPage .font__style__03::before {
  display: none !important;
}
ul.listStyle2 {
  padding: 30px 0 30px 20px;
}
article.secPage h3 + ul.listStyle2 {
  padding-top: 0px;
}
/*.column__detail__items a:not(.toc__box a){
	color: #005bac
}*/
.txt__under-line {
  text-decoration: underline;
}
.blk__line__box {
  border: 1px solid #cfd0d8;
  padding: 25px 30px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.blk__line__box__img {
  width: 100px;
}
.blk__line__box__txt {
  width: calc(100% - 130px);
}
.font__style__04 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-right: 10px;
}
.font__style__06 {
  font-size: 2.0rem;
  padding-left: 0 !important;
}
article.secPage h3.font__style__05::before, article.secPage h3.font__style__06::before {
  display: none;
}
.blk__line__box__txt .font__style__02 {
  margin-bottom: 5px;
}
p.font__style__05 {
  font-size: 1.5rem;
}
.date__gray {
  text-align: right;
  color: #808080
}
.sns__list {
  display: flex;
  justify-content: flex-end;
  grid-column-gap: 10px;
  margin-bottom: 20px;
}
.sns__list a::after {
  display: none !important;
}
.strong {
  font-weight: bold;
}
.marker {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
.line__box {
  border: 1px solid #999;
  padding: 25px 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 30px 0;
}
.line__box p {
  font-size: 1.5rem !important;
}
.column__detail__list .date {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
  color: #0080e5;
}
.column__side__list {
  border-top: 1px solid #cfd0d8;
}
.column__side__list li {
  border-bottom: 1px solid #cfd0d8;
  padding: 15px;
  margin-bottom: 0 !important;
}
.column__side__list li::before {
  display: none !important;
}
.column__side__list a {
  color: #000 !important
}
h3.font__style__03 {
  scroll-margin-top: 130px;
}
article.secPage h1.font__style__01::after {
  display: none !important;
}
article.secPage h2.font__style__03 {
  border-left: none !important;
}
.column__detail__txt figcaption {
  font-size: 1.4rem;
  margin-top: 12px;
  line-height: 1.6;
  text-align: left;
}
.column__detail__txt figure {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .column__detail__items {
    flex-wrap: wrap;
  }
  .column__detail__txt {
    width: 100%;
  }
  .column__detail__list {
    width: 100%;
  }
  .font__style__01 {
    font-size: 2.2rem !important;
    line-height: 1.3;
  }
  .column__tag.col__gray {
    margin-bottom: 30px;
  }
  .column__tag.col__gray span {
    padding: 2px 15px;
    font-size: 1.3rem;
  }
  .column__items {
    margin-bottom: 30px;
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }
  .column__items > div {
    width: 100%;
  }
  .column__item__img {
    text-align: center;
  }
  .column__detail__txt p, .column__detail__txt li {
    font-size: 1.5rem;
  }
  .toc__box {
    padding: 25px 30px;
  }
  p.font__style__02 {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  .font__style__03 {
    padding: 0 0 10px 0 !important;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 2.0rem !important;
  }
  ul.listStyle2 {
    padding: 20px 0;
  }
  .blk__line__box {
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 15px;
    padding: 20px;
  }
  .blk__line__box__img {
    width: 100px;
  }
  .blk__line__box__txt {
    width: 100%;
  }
  .line__box {
    padding: 20px;
    margin: 20px 0;
  }
  h3.font__style__03 {
    scroll-margin-top: 80px;
  }
  .font__style__05 {
    font-size: 1.6rem;
  }
}
.table_blog {
  width: 100%;
}
.table_blog th, .table_blog td {
  border: 1px solid #cfd0d8;
  padding: 7px 10px;
}
.table_blog th {
  background: #f2f2f2;
}
/*# sourceMappingURL=sec.css.map */