@charset "UTF-8";
/*-------------------------打ち消し-------------------------*/
body {
    font-size: 16px;
    color: #000;
}

section a:hover {
    text-decoration: none;
}

aside {
    display: none;
}

.content-main {
    width: 100% !important;
    margin: 0;
    padding: 0 0 40px;
}

.content-wrap {
    max-width: 100% !important;
    margin: 0;
}

.content-body {
    max-width: 100%;
}

.goto-list,
.goto-guide,
.article-link,
.article-tax,
.article-footer {
    max-width: 1024px !important;
    margin: 0 auto;
}

.article-link {
    padding: 40px 0;
}

.article-link h2 {
    margin: 40px 0;
}

.section {
    max-width: 100%;
    margin-bottom: 20px;
}

.section .link-txt {
    color: #004ADE;
    text-decoration: underline;
}

.content-main .content-header {
    margin-bottom: 0;
}

.content-body img {
    box-shadow: none !important;
    margin: 0 !important;
    width: 100% !important;
}

.content-main .section ul li p {
    width: 100% !important;
}

.single-stepup .content-main .section ul {
    margin: 0 !important;
}

.content-main .goto-guide {
    width: 700px;
}

@media screen and (max-width: 768px) {

    .content-main,
    .article-link {
        padding: 0 4%;
    }

    .content-main .goto-list a:first-child {
        padding: 16px;
        margin: auto;
        width: 100%;
        box-sizing: border-box;
    }

    .single-stepup #topicpath {
        padding: 165px 4% 5px !important;
    }

    .content-main .goto-guide {
        width: 100%;
        box-sizing: border-box;
    }
}

/*--------------------------全体--------------------------*/


/*SP改行*/
.br_tab {
    display: inline;
}

.br_sp {
    display: none;
}

.br_sp_mini {
    display: none;
}

@media screen and (max-width: 768px) {
    .br_tab {
        display: inline;
    }

    .br_sp {
        display: inline;
    }

    .br_sp_mini {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    .br_sp_mini {
        display: inline;
    }

    .br_tab {
        display: none;
    }
}

/*text*/
b,
strong {
    font-weight: bold;
}

.h2 {
    text-align: center !important;
    color: #0025A0;
    font-weight: bold;
    font-size: 36px !important;
    line-height: 1.2em;
    margin-top: 80px !important;
}

span.h2-sub {
    font-size: 18px;
    color: #000;
}

.h2_first {
    margin-top: 60px !important;
}

@media screen and (max-width: 768px) {
    .h2_first {
        margin-top: 40px !important;
    }
}

.mt_80 {
    margin-top: 80px !important;
}
.mt_32 {
    margin-top: 32px !important;
}
.mt_16 {
    margin-top: 16px !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-annotation {
    font-size: 12px!important;
}
sup {
    font-size: 60% !important;
    vertical-align: super !important;
}
/*--------------------------MV--------------------------*/
.mv {
    max-width: 1024px;
    min-height: 400px;
    margin: 0 auto;
}

.mv ul.mvul {
    display: flex !important;
    justify-content: center;
    margin: 0px 0 !important;
    padding: 0 !important;
    border: none !important;
    list-style: none !important;
}

.mv li.txt {
    margin-left: 0px !important;
    width: 45%;
    padding-left: 30px;
    list-style: none !important;
}

.mv li.img {
    width: 60%;
    text-align: center;
    list-style: none !important;
    margin-left: 3% !important;
}

.mv .h1 {
    line-height: 3.5rem;
    display: inline;
    font-size: 46px !important;
    color: #0025A0;
    margin: 0 0 32px;
    display: block;
}

.mv .h1 span {
    font-size: 1.5rem;
}

.mv p {
    font-size: 18px;
    font-weight: bold;
    width: 100% !important;
}

h1 {
    display: none;
}

@media screen and (max-width: 1024px) {

    .mv,
    .mv p {
        max-width: 100%;
        width: 100% !important;
        text-align: center;
        font-size: 18px !important;
        margin-bottom: 16px !important;
    }

    .mv .h1 {
        margin-bottom: 0 0 32px !important;
    }

    .mv li.txt,
    .mv li.img {
        width: 100%;
    }

    .mv ul.mvul {
        display: block !important;
    }

    .mv li.img {
        width: 80%;
        margin: 0 auto !important;
    }

    .mv li.txt {
        margin-bottom: 24px !important;
    }

    .content-main h1 {
        padding: 0 0 10px !important;
    }
}

@media screen and (max-width: 480px) {
    .mv .h1 {
        margin-bottom: 0 0 16px !important;
    }

    .mv li.img {
        width: 100%;
        margin: 0 auto !important;
    }
}

/*------------------------section------------------------*/
.section-box {
    max-width: 1024px;
    margin: 60px auto;
    padding: 1px 0 40px;
}

.section-box-inner {
    width: 700px;
    margin: 0 auto;
}

.section-box-inner p.ttl {
    font-size: 20px !important;
    font-weight: bold;
}

#section1,
#section7 {
    background-color: #EBF0FF;
}

@media screen and (max-width: 768px) {

    .section-box,
    .section-box-inner {
        max-width: 100%;
    }

    .section-box {
        padding: 16px;
        margin-top: 32px;
    }
}

/*section1*/
ul.section1_ul,
ul.section1_ul2 {
    border: none !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
}

ul.section1_ul li {
    list-style: none;
    display: inline-block;
    width: 23%;
    margin: 0 !important;
    padding-right: 6% !important;
}

ul.section1_ul li:last-child,
ul.section1_ul2 li.col2:last-child {
    padding: 0 !important;
}

ul.section1_ul p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

ul.section1_ul li img {
    padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
    ul.section1_ul {
        padding: 16px 0 !important;
    }

    ul.section1_ul li {
        display: flex !important;
        list-style: none !important;
        width: 100%;
        align-items: center;
        padding: 0 !important;
        margin-left: 8px !important;
    }

    ul.section1_ul li img {
        width: 33% !important;
    }

    ul.section1_ul li p {
        text-align: left;
        font-size: 18px !important;
    }

    ul.section1_ul {
        border: none;
        display: flex;
    }
}

/*section2〜*/
ul.section1_ul2 {
    border: none !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    text-align: center;
    padding: 32px 0 0 !important;
}

ul.section1_ul2 li.col2 {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0 !important;
    padding: 0 8% 0 0 !important;
}

ul.section1_ul2 li.last-child {
    padding: 0 !important;
}

ul.section1_ul2 li a {
    color: #000 !important;
}

ul.section1_ul2 li.col2 img {
    background-color: #EBF0FF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 4px solid transparent;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

ul.section1_ul2 li.col2 a:hover img {
    border: #004ADE 4px solid;
}

ul.section1_ul2 li.col2 a:hover .card_ttl,
ul.section1_ul2 li.col2 a:hover .txt {
    color: #004ADE !important;
    text-decoration: none !important;
}

ul.section1_ul2 li.col2 .card_ttl {
    padding-top: 16px !important;
    font-size: 18px;
    font-weight: bold;
    transition: color 0.3s;
    display: block;
    text-align: left;
}

ul.section1_ul2 li.col2 .card_ttl::after {
    content: "\f35a";
    padding-left: 16px;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
}

ul.section1_ul2 li.col2 .txt {
    padding-top: 10px !important;
    font-weight: normal;
    text-align: left !important;
    display: block;
}

ul.section1_ul2 li.col2 img.col2_img_white{
    background-color: #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border: 4px solid #eee;
}

a.txt_link {
    color: #004ADE;
    font-weight: normal;
}

ul.section1_ul2 li.col2_begginer {
    margin-bottom: 32px !important;
}

@media screen and (max-width: 768px) {
    ul.section1_ul2 {
        display: block !important;
    }

    ul.section1_ul2 li.col2 {
        box-sizing: border-box;
        padding: 0 !important;
        margin-bottom: 50px !important;
    }
}

/*広告主紹介*/
.category-section {
    max-width: 980px;
    margin: 0 auto;
    padding: 24px;
}

.category-title {
    font-size: 22px;
    margin-bottom: 16px;
    color: #000;
}

.category-list {
    display: grid;
    gap: 12px;
    margin-top: 8px;
}

details.category-item {
    border-radius: 16px;
    background: #EBF0FF;
    overflow: hidden;
}

summary.category-toggle {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    outline: 0;
    height: 32px;
}

/*ボタン*/
/* PCで2列。ギャップ込みで収まる */
.button-group{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 900px;
  margin: 20px auto 0;
}

/* 各カード（ボタン＋注釈） */
.btn-all{
  display: flex;
  flex-direction: column; /* 縦積み */
  min-width: 0; /* はみ出し防止 */
}

/* ボタン本体：行の中で高さを揃える */
.button-group .button{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 24px;
  line-height: 1.4;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dcdcde;
  color: #004ADE !important;
  text-align: center;
}
.button-group .button:hover{
  border-color: #004ADE !important;
  color: #004ADE !important;
}

/* 注釈 */
.text-annotation{
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* スマホは1列・高さは自動 */
@media (max-width: 768px){
  .button-group{ grid-template-columns: 1fr; }
}


/*バナー*/
ul.section1_ul2 li.col2 img.advertiser-banner {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0px;
    box-sizing: border-box;
    background-color: #fff;
    border: 0;
}

ul.section1_ul2 li.col2 a:hover img.advertiser-banner {
    border: 0;
}

/* ブラウザのデフォルトマーカーを消す */
summary::-webkit-details-marker {
    display: none;
}

summary::marker {
    content: none;
}

.category-panel {
    padding: 30px;
    line-height: 1.7;
    color: #333;
    background-color: #fff;
    border: 4px solid #EEEEEE;
    border-radius: 0 0 16px 16px;
    box-sizing: border-box;
}

.category-icon svg {
    width: 22px;
    height: 22px;
    color: #333;
    transition: transform .18s ease, color .18s ease;
    transform-origin: 50% 50%;
    transform: rotate(0deg);
    margin: 0;
    vertical-align: middle;
}

details[open] .category-icon svg {
    transform: rotate(180deg);
    color: #333;
}

/*section7*/
.btn_login_box {
    border-radius: 16px;
    padding: 32px;
    box-sizing: border-box;
    margin: 40px auto 0 !important;
    background-color: #fff;
    text-align: center !important;
}

a.btn_red {
    background-color: #A70000;
    border-radius: 9999px;
    padding: 24px;
    color: #fff;
    display: block;
    width: 40%;
    margin: 0 auto 16px;
    transition: border-color 0.3s;
    border: 4px solid transparent;
}

a.btn_red:hover {
    background-color: #fff;
    color: #A70000;
    border: #A70000 4px solid;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    a.btn_red {
        width: 100%;
        box-sizing: border-box;
    }

    .btn_login_box {
        margin: 0 auto !important;
    }
}

/*section8*/
.beginner_box {
    border: 4px solid #eee;
    border-radius: 16px;
    padding: 40px;
    margin: 60px auto !important;
    background: #fff;
    box-sizing: border-box;
}

.btn_beginner_box {
    border-radius: 16px;
    padding: 32px;
    box-sizing: border-box;
    margin: 0 auto !important;
    background-color: #F5F5F5;
    text-align: center !important;
}

@media screen and (max-width: 768px) {

    .beginner_box,
    .btn_beginner_box {
        padding: 16px;
    }
}

/*------------------------リンク一覧------------------------*/
.sns {
    display: none !important;
}

.beginner-guide-box a:hover {
    text-decoration: none;
}

.beginner-guide-box ul {
    border: none !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.beginner-guide-box li {
    list-style-type: none !important;
    margin: 0 !important;
}

.beginner-guide-box li p.txt {
    width: 100% !important;
    padding-bottom: 8px !important;
    line-height: 1.35;
}

.beginner-guide-box li p.txt a.ttl {
    color: #333 !important;
    font-size: 20px;
    line-height: 1.75rem;
    margin-bottom: 8px;
    display: block;
}

.beginner-guide-box li p.txt a.link_txt {
    margin-bottom: 8px;
    display: block;
    font-weight: normal;
}

.beginner-guide-box article {
    display: flex;
    margin-bottom: 24px;
}

.beginner-guide-box article figure {
    margin: 0 24px 0 0;
    width: 100%;
}

.beginner-guide-box article figure img {
    width: 100% !important;
}

.beginner-guide-box .text_content {
    width: 180%;
}

.category-label,
.category-label-beginner-guide {
    display: none !important;
}

.content-main .content-header {
    border: none;
}

@media screen and (max-width: 768px) {
    .content-main .content-header {
        margin-bottom: 0;
    }

    .beginner-guide-box article figure img,
    .content-main .section ul li img {
        width: 33%;
        margin-right: 3% !important;
        box-sizing: border-box;
    }

    .beginner-guide-box article figure {
        width: 92%;
        margin-right: 3% !important;
    }
}
