@charset "UTF-8";

body {
    line-height: 1;
    color: #333;
    font-family: 'ヒラギノ角ゴ', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif ;
    font-size: 14px;
    word-break: break-all;
}

li,
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
    content: '';
    content: none;
}
a {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: 0 0;
    color: #0085cc;
    text-decoration: none;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

p{
    margin: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
caption {
    text-align: left;
}
hr {
    display: block;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 2px solid #eee;
}
input,
select {
    vertical-align: middle;
}
button,
input,
select,
textarea {
}

a:hover {
    text-decoration: underline;
}
input[type=email],
input[type=password],
input[type=text] {
    border: 1px solid #dbdbdb;
}


.align_c {
    text-align: center!important;
    display: block;
}

.align_r {
    text-align: right!important;
    display: block;
}

.mb10{
    margin-bottom: 10px!important;
}

.mb20{
    margin-bottom: 20px!important;
}

.mb30{
    margin-bottom: 30px!important;
}

.pb10{
    padding-bottom: 10px!important;
}


.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.btn_green,
.btn_orange{
    display: inline-block;
    border: 0;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 1rem;
}

.btn_green:hover,
.btn_orange:hover,
.btn_white:hover {
    opacity: 0.7;
    text-decoration: none;
}
.btn_green {
    background-color: #52c4c5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 1);
}

.btn_white,
.btn_orange {
    padding: 15px 0;
    border: 1px solid #0085cc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    color: #0085cc;
    display: inline-block;
    width: 320px;
    font-size: .9rem;
    text-align: center;
    box-shadow: 0px 2px 4px #00000029;
    margin-bottom: 10px;
}


img.building{
    width: 8%;
    vertical-align: sub;
    padding-right: 2%;
}

.sp_view{
    display: none;
}



/* ---------------------ヘッダー----------------------------------------　*/
header {
    position: fixed;
    z-index: 1001;
    background-color: #fff;
    box-shadow: 0px 2px 5px #00000033;
    width: 100%;
    top:0;
}

#header_inner {
    margin: 0 auto;
    width: 1024px;
    height: 40px;
}

header .logo {
    padding: 12px 0;
    display: inline-block;
}

header .logo span{
    vertical-align: middle;
    padding-left: 10px;
    font-size: .9rem;
}

header .logo span a {
    color: #333;
    font-weight: bold;
    border-left: solid 1px #999999;
    padding-left: 14px;
}

header .logo img {
    width: 95px;
    height: auto;
    vertical-align: middle;
}

header .logo a:hover {
    text-decoration: none;
}

header .utility_navi {
    color: #777;
    display: inline-block;
    float:right;
    padding: 6px 0 0;
    font-size: .8rem;
}
header .utility_navi li {
    border-left: 1px solid #999;
    display: inline-block;
    padding: 0 10px 0 20px;
}
header .utility_navi li:first-child {
    border-left: none;
}

header .utility_navi li span {
    border: 1px solid #0085cc;
    padding: 7px 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*ドロワー*/
.drawer_checkbox {
  display: none;
}


/* ---------------------グローバルナビ-----------------------------------　*/

.g_navi {
    padding: 15px 0 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
}

.g_navi ul {
    display: flex;
    padding: 0;
    width: 1024px;
    margin: 5px auto 0;
}

.g_navi ul li {
    padding-right: 5.5%;
    padding-bottom: 10px;
    display: inline-block;
}
.g_navi ul li a {
    display: block;
    color: #212121;
    text-align: center;
    font-size: .9rem;
    font-weight: bold;
}
.g_navi ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.g_navi ul li a.current {
    color: #00a2a4;
    background-color: #fff;
}
.g_navi ul li a.current:hover {
    opacity: 1;
}

.nav_search {
    margin-left: auto;
    padding:0 10px 0 0!important;
  }
  .nav_search .fa-2x {
    font-size: 1.3em!important;
  }

  li.nav_search a::after {
    background: none !important;
  }

  li.nav_search {
    border-bottom: none !important;
  }
  span.nav_search_sp{display: none !important;}

/* ---------------------メインエリア------------------------------------　*/

#contents {
    margin: 0 auto;
}

.archive-stepup{
    padding-top: 105px;
}

.main{
    padding-top: 105px;
}

.section {
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px 0;
}
.section h2 {
    font-size: 1.75rem;
    padding-bottom: 10px;
    margin: 0;
    text-align: left;
}

.section h3 {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin: 0;
    text-align: left;
}

.section h4 {
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin: 0;
    text-align: left;
}


.section p {
    padding-bottom: 5px;
    line-height: 1.8;
    text-align: left;
}
.section dl,
.section ol {
    margin-top: 15px;
}
.section ol li {
    margin-left: 2em;
    list-style-type: decimal;
}

/* 記事本文：目次　*/
#theme01, #theme02, #theme03, #theme04, #theme05, #theme06, #theme07, #theme08, #theme09, #theme10{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}
@media screen and (max-width: 767px){
#theme01, #theme02, #theme03, #theme04, #theme05, #theme06, #theme07, #theme08, #theme09, #theme10{
    display: block;
    padding-top: 40px;
    margin-top: -40px;
    }
}



/* ---------------------メインエリア：トップ-----------------------------　*/

/* キービジュアル　*/

.keyvisual{
    width: 1024px;
    max-height: 240px;
    margin: 0 auto;
    background-image: url(../img/stepup/top/headerImagePC-left.jpg), url(../img/stepup/top/headerImagePC-right.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom,right bottom;
    background-size: 575px;
    box-shadow: 0 4px 5px -3px rgba(0,0,0,0.1);
}


@media screen and (min-width:1025px) {
    .keyvisual{
        width: 100%;
    }
}

.keyvisual img{
margin: 0 auto;
    display: block;
    padding: 40px 0;
    width: 400px;
}

/* 新着おしらせ　*/
.notice{
    padding: 15px;
    background: #fbf4e2;
}

.notice-inner{
    width: 1024px;
    margin: 0 auto;
}

.notice-inner .new{
    padding: 5px 15px;
    background: #FFF;
    margin-right: 10px;
}

.topics-item {
    display: inline-block;
}

.topics-item .date {
 margin-right: 10px;
}

/*ファーストビュー*/
.first-step-inner{
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
}
/*よく読まれている記事*/

.best5{
    padding: 16px 16px 0 16px;
    width: 45%;
    border: #F5F5F5 solid 4px;
    border-radius: 8px;
    background: #fff;
}

.best5 img{
    width: 28px;
    vertical-align: middle;
    margin-right: 10px;
}

.best5 h4{
    margin-top: 8px;
    text-align: center;
    font-size: 20px;
}

.best5 ul{
    padding: 0;
}

.best5 li{
    text-align: left;
    padding-left: 8px;
    padding-bottom: 14px;
    overflow: hidden;
}

.best5 li span{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    float: left;
}

.best5 li span.best5-circle{
    height: 32px;
    width: 32px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
    margin-right: 23px;
}

.best5 li span.best5-first{
    background: #EBE3AF;
}

.best5 li span.best5-second{
    background: #DEDEDE;
}

.best5 li span.best5-third{
    background: #E4D8C8;
}

.best5 li span.best5-normal{
    padding-top: 6px;
    padding-left: 15px;
    margin-right: 32px;
}

/* 初めての4ステップ　*/
.first-step3-inner{
    padding: 0;
    width: 45%;
    margin-left: 16px;
    border: #E5F6F6 solid 4px;
    border-radius: 8px;
}

.first-step3-ttl{
    background-color:  #E5F6F6;
    padding-top: 10px;;
}

.first-step3-ttl img{
    width: 80%;
}
.first-step{
    /* background: #e5f6f6; */
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.first-step h2 img{
    width: 360px;
    margin: 0 auto;
    display: block;
}

.first-step ul.step{
    margin: 0 auto 15px;
    padding: 0;
    max-width: 1024px;
}

.first-step ul.step{
    background-color: #E5F6F6;
    display: flex;
    justify-content: center;
}

.first-step ul.step ol {
    margin:0;
    padding: 10px 0 0;
}

.first-step ul.step ol img{
    width: 80%;
}

.first-step ul.step li {
    display: inline-block;
    background: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 8px;
    margin: 10px 2% 16px 0;
    width: 30%;
    padding-bottom: 10px;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px -3px #21212194;
}

.first-step ul.step li:last-child {
    margin: 10px 0 16px;
}

.first-step ul.step li h3 {
    padding: 4px 0;
    margin: 0;
    background: #4cbebe;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius: 8px;
    font-size: 14px;
    text-align: center;
}

.first-step ul.step li a{
    padding: 8px 8px 0;
    display: block;
}

.first-step ul.step li .step2-3{
    margin-top: 10px;
}

.first-step ul.step li span {
    padding: 10px;
    display: block;
    font-size: 1rem;
    font-weight: bold;
}

.first-step ul.step li span img{
    width: 12%;
    padding-right: 2%;
    vertical-align: middle;
}

.first-step .guide{
    background: #FFF;
    padding: 0 10px 10px;
    /* border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; */
    margin: 0 auto;
    /* box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 1); */
    max-width: 1014px;
}

.first-step .guide h4,
.first-step .guide p{
    display: inline-block;
    vertical-align: baseline;
    padding: 0 2%;
    box-sizing: border-box;
}

.first-step .guide h4{
    font-size: 1rem;
    /* border-right: 1px solid #777; */
    padding: 0;
}

.first-step .guide h4 img{
    width: 8.5%;
    padding-right: 3%;
    vertical-align: sub;
}

.first-step .guide p {
    padding: 15px 2% 0;
}



/* 初級中級上級　*/

.article-beginner,
.article-middle,
.article-advanced,
.article-seminar,
.article-affiliater,
.article-link,
.article-tax{
    padding: 40px 0;
    max-width: 1024px;
    margin: 0 auto;
}


.article-beginner .consultation{
    background: #e5f6f6;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom:10px;
}

.article-beginner .consultation ul li{
    background: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    display: inline-block;
    padding: 15px 30px;
    margin: 8px;
    font-size: .8rem;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px #0000001A;
}

.article-card {
    display: inline-block;
    width: 32.9%;
    padding: 10px 1.1%;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
}

.article-card h3 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}
.article-card img {
    margin-bottom: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 2px 4px #00000029;
}

.article-card a{
    color: #212121;
}

.article-card .text{
    margin: 4px 0 8px;
}

/* セミナー情報　*/
.article-seminar ul{
    margin: 0;
    padding: 0;
    text-align: left;
}

.article-seminar ul li{
    display: inline-block;
    width: 49.6%;
    padding: 10px 1%;
    vertical-align: top;
    box-sizing: border-box;
}


.article-seminar .status{
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin-right: 2%;
    box-sizing: border-box;
}

.article-seminar .status p{
    display: block;
    background: #ccc;
    width: 72px;
    height: 72px;
    line-height: 72px;
    padding: 0;
    text-align: center;
    font-size: .8rem;
}

.article-seminar .status p.report{
    background: #E5ECF2;
}

.article-seminar .status p.open{
    background: #FBF4E2;
}

.article-seminar .status p.closed{
    background: #fbf4e2;
}
 
.article-seminar .text{
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.article-seminar h4{
    font-size: .85rem;
    font-weight: normal;
}

/* アフィリエイター執筆記事　*/
.article-affiliater h4{
    font-size: 1rem;
    font-weight: normal;
    padding: 0;
}

.article-affiliater ul{
    padding:0;
    margin:0;
    text-align: left;
}

.article-affiliater ul li{
    border: 1px solid #ccc;
    background: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    display: inline-block;
    padding: 10px 1% 5px 1%;
    margin: 0 1.2% 20px 1.2%;
    font-size: .8rem;
    width: 30.5%;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 1);
}

.article-affiliater ul li a{
    color: #333;
}

.article-affiliater ul li a:hover{
    text-decoration: none;
    opacity: 0.7;
}


.article-affiliater ul li img,
.article-affiliater ul li .text{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    box-sizing: border-box;
}

.article-affiliater ul li img{
    width: 12%;
    margin-right: 2%;
}


.article-affiliater ul li .text{
    width: 84%;
}

.article-link h4{
    font-size: 1rem;
    padding: 10px 0 0;
}

.article-link h4,
.article-link p{
    text-align: center;
}

.article-link ul{
    padding:0;
    margin:0;
}

.article-link ul li {
    display: inline-block;
    padding: 10px 0;
    margin: 5px 1%;
    font-size: .8rem;
    width: 22%;
    box-sizing: border-box;
    min-height: 100px;
    vertical-align: top;
}

.article-link ul li a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color:#333;
}


.article-link ul li a:hover{
    text-decoration: none;
    opacity: 0.7;
}


.article-link ul li a img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 1);
}


.article-tax a{
    margin: 0 1.5%;
}

.article-footer{
    padding: 30px 0;
    text-align: center;
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 0;
}

.article-footer .bg{
    background: #fbf4e2;
    padding: 40px 3.8%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.article-footer .bg h3{
    font-size: 1.13rem;
    text-align: left;
}

.article-footer .text{
    display: inline-block;
    width: 70%;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 2%;
    text-align: left;
    font-size: 1rem;
}

.article-footer .regist{
    display: inline-block;   
    width: 29%;
    box-sizing: border-box;
    vertical-align: top;
}

.article-footer .regist a{
    display: block;
}


/* ---------------------メインエリア：記事一覧、タグ一覧、記事詳細-----------------------------　*/

#topicpath {
    padding: 222px 0 46px 0;
    font-size: .8rem;
    max-width: 1024px;
    margin: -100px auto 0;
}


/* 記事一覧　一覧*/
.content-main .section ul {
    margin: 0;
    padding: 0 2% 10px 4%;
    display: none;
}

.content-main .section ul.active {
    display: block!important;
}


.content-main .section ul li {
    padding: 8px 0;
}

.content-main .section ul li img {
    margin-right: 3%;
    vertical-align: middle;
    width: 25%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 2px 4px #00000029;
    display: inline-block;
    width: 34%;
}

.content-main .section ul li p {
    display: inline-block;
    width: 62%;
    margin: 0!important;
    padding: 0!important;
    vertical-align: middle;
}

.content-main .section ul.page-numbers {
    display: block;
}

/* 記事一覧 管理画面ガイドエリア*/

.content-main .list-of-articles{
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 2px 4px #00000029;
    padding: 0;

}

.content-main .list-of-articles .section_block {
    border-bottom: 1px solid #ccc;
    padding: 115px 0 5px;
    margin-top: -100px;
}

.content-main .list-of-articles .section_block:last-child {
    border-bottom: none;
}

.content-main .list-of-articles .section_block p {
    padding: 0 4% 0;
    margin: 0 0 -20px;
}


.content-main .list-of-articles .section_block h2 {
    position: relative;
    padding: 20px 4% 0;
}

.content-main .list-of-articles .section_block h2::after {
    position: absolute;
    content: "";
    /* top: 50%; */
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(/img/stepup/icon_plus.png) center center no-repeat;
    background-size: 16px 16px;
    margin-top: -15px;
}

.content-main .list-of-articles .section_block h2.active{
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.content-main .list-of-articles .section_block h2.active::after {
    position: absolute;
    content: "";
    /* top: 50%; */
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(/img/stepup/icon_minus.png) center center no-repeat;
    background-size: 16px 16px;
    margin-top: -15px;
}


.content-main .goto-guide{
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 2px 4px #00000029;
}

.content-main .goto-guide h2{
    font-size: 1.1rem;
    text-align: center;
}
 
.content-main .goto-guide h2 img{
    width: 2.3%;
    vertical-align: text-top;
    padding-right: 5px;
}

.content-main .goto-list{
    text-align: center;
}

.content-main .goto-list a{
    text-align: center;
    padding: 20px 0;
    width: 40%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 2px 4px #00000029;
}

.content-main .goto-list a:first-child{
    margin: 0 5% 0 0;
}

/* タグ一覧： ページ送り*/

.pagination > ul {
    text-align: center;
    margin-top: 15px;
}
.pagination > ul li {
    display: inline-block;
    width: 28px;
    height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 0 2px;
    padding: 3px 0!important;
    line-height: 24px;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    height: 100%;
}
.pagination .next,
.pagination .prev {
    background-color: #eee;
    font-size: 1.2rem;
}



/* 記事一覧、記事詳細：タグ　*/
.category-label {
    display: inline-block;
    padding: 4px 16px;
    font-size: .75rem;
    text-align: center;
    border: #ccc solid 1px;
    color: #0085cd;
    font-weight: 700;
}


/* 記事詳細：*/

.single-stepup .content-main h1 {
    font-size: 1.75rem;
    margin: 40px 0 25px;
}

.single-stepup #topicpath {
    padding: 222px 0 20px 0;
}

.single-stepup .content-main .section ul {
    display: block;
    border: #ccc solid 1px;
    display: block;
    margin: 0 0 40px 0;
    padding: 16px 2.4%;
}

.single-stepup .content-main .section ul li {
    padding: 5px 0 0 .8%;
    margin-left: 4.5%;
}

/* 記事詳細：メインエリア 登録ボタン*/
.regist_section {
    margin-bottom: 35px;
}
.regist_section .regist {
    margin-bottom: 20px;
    text-align: center;
}
.regist_section .regist a {
    width: 280px;
    padding: 22px 0;
}
.regist_section .how_to_regist {
    margin-bottom: 35px;
    text-align: center;
}
.regist_section ul {
    text-align: center;
}
.regist_section ul li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid #6b6b6b;
}
.regist_section ul li:first-child {
    border-left: 0;
}
.regist_section .inline {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
}
.regist_section .inline a {
    padding: 27px 0;
}
.regist_section .inline2 {
    display: inline-block;
    margin: auto 15px;
    line-height: 1.25;
    font-size: 86%;
}
.regist_section .inline2 a {
    padding: 17px 0 16px;
}



.go_back_index {
    text-align: right;
}


.facebook_like_box {
    margin-bottom: 20px;
    background-color: #fff;
}
.facebook_text_link a {
    display: block;
    line-height: 1.5;
    margin-bottom: 8px;
    padding: 4px 0 3px 40px;
    background: url("/img/common/sp/icon_facebook.png") 0 0/25px auto no-repeat;
}
.twitter_official_account a {
    display: block;
    line-height: 1.5;
    margin-bottom: 8px;
    padding: 4px 0 3px 40px;
    background: url("/img/common/icon_twitter.png") 0 0/25px auto no-repeat;
}
.content-nav-wrap ul,
.theme-nav-wrap ul,
.topics-side-wrap ul {
    margin: 0;
    padding: 0;
}
.content-nav-wrap ul li,
.theme-nav-wrap ul li,
.topics-side-wrap ul li {
    list-style-type: none;
    margin-left: 0;
}
.section.topics-side-wrap {
    padding: 15px 8px 15px 19px;
}
.section.topics-side-wrap .topics-side-title {
    margin: 0 -5px 10px;
    font-size: 133.3%;
    font-weight: 200;
}



.content-wrap{
    max-width: 1024px;
    margin: 0 auto;
}

.content-main {
    display: inline-block;
    width: 70%;
    padding: 0 2% 40px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.content-main h1 {
    font-size: 1.4rem;
    margin: 0 0 25px;
}

.content-main h2 {
    font-size: 1.2rem;
    margin: 0 0 10px;
}

.content-main h3 {
    font-size: 1rem;
}

.content-main .content-header{
    position: static;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.content-main .category-label,
.content-main .sns{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

/*SNSエリア*/
.sns {
    width: 128px;
    float: right;
    letter-spacing: -1em;
}
.twitter, .facebook, .line, .hatena {
    width: 32px;
    display: inline-block;
    vertical-align: top;
}
.twitter, .facebook, .line{      
    padding-right: 16px;
}

.article-info {
    text-align: right;
}
.article-body::after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.content-body .article-body {
    line-height: 1.8;
}
.content-body .article-body h2 {
    margin: 24px 0;
    font-size: 24px;
    font-weight: 700;
}
.content-body .article-body h2:first-of-type {
    margin-top: 15px;
}
.content-body .article-body h3 {
    margin-top: 20px;
    font-size: 133.3%;
    font-weight: 200;
}
.content-body .article-body h4 {
    font-size: 125%;
    font-weight: 200;
}
 .content-body .article-body ul {
    margin-left: 0;
}
 .content-body .article-body ul li {
    list-style-type: disc;
}
.content-body .article-body table {
    width: 100%;
    margin-top: 15px;
}
.content-body .article-body td {
    padding: 5px;
    border: 1px solid #eee;
    border-collapse: collapse;
}
.content-body .article-body th {
    padding: 5px;
    border: 1px solid #eee;
    border-collapse: collapse;
    font-size: 117%;
    font-weight: 200;
    text-align: center;
}
.content-body .article-body p:not([class|=align]),
.content-body .article-body table {
    clear: both;
}
.article-body .article-cover img {
    width: 100%;
    height: auto;
}
.article-body p > img {
    max-width: 100%;
    height: auto;
}
.article-body a[class^=btn_] {
    padding: 10px 14px;
    font-size: 120%;
}
.article-body .align-col2-l {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin-top: 15px;
    padding-left: 2%;
}
.article-body .align-col2-r {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 50%;
    margin-top: 15px;
    padding-left: 2%;
}
.article-body .align-col2-l img,
.article-body .align-col2-r img {
    max-width: 290px;
    height: auto;
}

.article-body .align-col2-l a,
.article-body .align-col2-r a {
    width: 90%;
}



.article-body .align-col3-l1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3%;
    margin-top: 15px;
    padding-right: 10px;
}
.article-body .align-col3-r2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 66.7%;
    margin-top: 15px;
    padding-left: 10px;
}
.article-body .align-col3-l2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 66.7%;
    margin-top: 15px;
    padding-right: 10px;
}
.article-body .align-col3-r1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 33.3%;
    margin-top: 15px;
    padding-left: 10px;
}
.article-body .align-col3-l1 img,
.article-body .align-col3-r1 img {
    max-width: 190px;
    height: auto;
}
.article-body .align-col3-l2 img,
.article-body .align-col3-r2 img {
    max-width: 390px;
    height: auto;
}
.article-body .align-col4-l1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 25%;
    margin-top: 15px;
    padding-right: 10px;
}
.article-body .align-col4-r3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 75%;
    margin-top: 15px;
    padding-left: 10px;
}
.article-body .align-col4-l3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 75%;
    margin-top: 15px;
    padding-right: 10px;
}
.article-body .align-col4-r1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 25%;
    margin-top: 15px;
    padding-left: 10px;
}
.article-body .align-col4-l1 img,
.article-body .align-col4-r1 img {
    max-width: 140px;
    height: auto;
}
.article-body .align-col4-l3 img,
.article-body .align-col4-r3 img {
    max-width: 440px;
    height: auto;
}
.article-body div[class|=align] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.article-body div[class|=align] > p:first-child {
    margin-top: 0;
}
.article-body .featured-block {
    margin-top: 20px;
    padding: 0 20px 20px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 4px #eee;
    box-shadow: 0 2px 4px #eee;
}

.article-body .relatedTags{
    margin-top: 40px;
    font-weight: bold;
}
.article-body .relatedTags a{
    text-align: center;
    padding: 2px 10px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 6px 6px 4px 0;
    font-size: .8rem;
}

.content-body .article-footer .theme-nav-list {
    margin: 30px 0;
}
.content-body .article-footer .theme-nav-list-item {
    display: inline-block;
    margin: 0 0 3px 3px;
}
.related-articles nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.related-articles .related-articles-title {
    font-size: 150%;
    margin: 35px 0 15px;
}

/* 記事内リンクパーツ */
.content-main .link-parts-box{
    position: relative;
    width:-moz-fit-content; /* Firefox */
    width:fit-content; /* other browsers */
    margin: 16px 0;
    padding: 16px 24px 0;
    border-radius: 8px;
    border: 2px solid #eee;    
}

.content-main .link-parts-box:hover img{
    opacity: 0.7;
}

.content-main .link-parts-box:hover{
    border: 2px solid #f5f5f5;
}

.content-main .link-parts-box:hover .link{
    text-decoration: underline!important;
}

.content-main .link-parts-box a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.content-main .link-parts-box .img{
    display: inline-block;
    width: 30%;
    box-sizing: border-box;
  vertical-align: top;
  margin: 0 0 24px 4%;
}

.content-main .link-parts-box .img img{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.content-main .link-parts-box .text{
  display: inline-block;
  width: 65%;
  box-sizing: border-box;
  vertical-align: top;
  margin: 0;
}

.content-main .link-parts-box .text p a{
  color: #333;
  display: block;
}

.content-main .link-parts-box .text a:hover{
  text-decoration: none;
}

.content-main .link-parts-box .text .link{
    color: #0085cc!important;
}

@media screen and (max-width:767px) {
    .content-main .link-parts-box {
        padding: 16px 16px 0;
    }
    .content-main .link-parts-box .text{
        width: 67%;
    }
    .content-main .link-parts-box .img {
        margin: 0;
    }
}

/* サイドナビ */
aside {
    display: inline-block;
    width: 29%;
    padding: 0 0 0 2%;
    box-sizing: border-box;
    vertical-align: top;
}

aside a {
    font-weight: normal;
}

aside h2 {
    margin: 0;
    padding: 0 0 10px;
}

aside .content-nav {
    margin-bottom: 20px;
}

aside .content-nav .child-menu{
    display: none;
    padding: 10px 2% 20px 0;
}

aside .content-nav .active {
    display: block;
}


aside .content-nav h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 200;
}


aside .content-nav h3 {
    font-size: .9rem;
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.5;
    box-shadow: 0px 2px 4px #00000029;
    position: relative
}


aside .content-nav h3.acc::after{
    position: absolute;
    content: "";
    /* top: 50%; */
    right: 10px;
    width: 26px;
    height: 16px;
    background: url(/img/stepup/icon_down_arrow.png) center center no-repeat;
    background-size: 13px 8px;
    margin-top: 4px;
}

aside .content-nav h3.active::after{
    position: absolute;
    content: "";
    /* top: 50%; */
    right: 10px;
    width: 26px;
    height: 16px;
    background: url(/img/stepup/icon_up_arrow.png) center center no-repeat;
    background-size: 13px 8px;
    margin-top: 4px;
}

aside .content-nav h3.guide::after{
    position: absolute;
    content: "";
    /* top: 50%; */
    right: 10px;
    width: 16px;
    height: 26px;
    background: url(/img/stepup/icon_arrow.png) center center no-repeat;
    background-size: 8px 13px;
    margin-top: -12px;
}

aside .content-nav h4 {
    font-size: .9rem;
    margin: 0;
    padding: 5px 0;
}

aside .content-nav p {
    padding: 0 0 5px;
}

aside .content-nav .content-nav-list {
    margin: 0 0 10px 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

aside .content-nav .content-nav-list li {
    padding: 8px 0 0 5px;
    position: relative;
    line-height: 1.5;
}

aside .content-nav .content-nav-list li.active {
    background: #E5F6F6;
    padding: 10px;
    margin: 5px 0;
}

aside .content-nav .content-nav-list li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    width: 28px;
    height: 100%;
    background: url(/img/stepup/icon_right_angle.png) center center no-repeat;
    background-size: 14px 14px;
}

aside .content-nav .content-nav-list li.active a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -18px;
    width: 23px;
    height: 100%;
    background: url(/img/stepup/icon_right_angle.png) #E5F6F6 center center no-repeat;
    background-size: 14px 14px;
}

.banner-img{
    margin: 12px 0 24px;
    vertical-align: middle;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0px 2px 4px #00000029;
}


/* サイドナビ　アフィリエイトをはじめたい方　*/
aside .want-to-start {
    text-align: center;
    padding: 15px 24px;
    background: #fbf4e2;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 10px;
}

aside .want-to-start h2 {
    font-size: .9rem;
    font-weight: normal;
    text-align: center;
    padding: 0;
}

aside .want-to-start .regist {
    margin: 15px -20px 20px;
}
aside .want-to-start .regist a {
    width: 100%;
}

aside .want-to-start .how_to_regist {
    text-align: center;
}

aside .want-to-start .regist {
    margin: 10px -5px 20px;
}
aside .want-to-start .btn_green {
    display: block;
    padding: 15px 0 12px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
aside .want-to-start .btn_green em {
    font-size: 18px;
}


aside .ecsite h2{
    font-size: .9rem;
    padding: 15px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-weight: bold;
    margin: 0 0 10px;
    border: 1px solid #0085CC;
    box-shadow: 0px 2px 4px #00000029;

}


/* ---------------------フッター----------------------------------------　*/


footer {
    border-top: 2px solid #eee;
    padding: 35px 0;
    background-color: #fff;
}

footer .footer_inner {
  width: 1024px;
  margin: 0 auto;
  background: url(/img/common/footer_logo_retina160.png) left bottom no-repeat;
  padding: 0px 0 5px;
}

footer .footer_wrapper {
        width: 1024px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 16px;
}

footer .footer_wrapper .footer_inner {
        width: auto;
        margin: 0;
        flex: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
    footer .footer_inner {
      background:url(/img/common/footer_logo_retina160@2x.png) left bottom no-repeat;
      background-size: 160px auto;
    }
}

footer .utility_navi {
    margin-bottom: 5px;
    margin-left: 162px;
}

footer .utility_navi ul{
    margin:0;
    padding:0;
}

footer .utility_navi ul li {
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px 0 12px;
    border-left: 1px solid #6b6b6b;
}

footer .utility_navi ul li:first-child {
    border-left: none;
}


footer .copyright {
    margin-left: 180px;
}

footer .footer_wrapper > ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

footer .footer_wrapper > ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
}

footer .footer_wrapper > ul li a {
    display: inline-block;
    vertical-align: middle;
}

footer .footer_wrapper > ul li a img {
    display: block;
}

@media screen and (min-width:768px) and (max-width:1050px) {
    footer .footer_wrapper {
        width: auto;
        max-width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    footer .footer_wrapper .footer_inner {
        min-width: 0;
    }

    footer .footer_wrapper > ul {
        padding-right: 84px;
        box-sizing: border-box;
    }
}

@media screen and (min-width:1051px) and (max-width:1240px) {
    footer .footer_wrapper > ul {
        padding-right: 84px;
        box-sizing: border-box;
    }
}

/* ----ページ上へ-----　*/
footer .pagetop {
    margin-bottom: 15px;
    text-align: right;
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 100;
}

footer .pagetop p {
    text-align: right;
}

footer .pagetop a {
    display: inline-block;
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    font-size: 98%;
    color: #fff;
    line-height: 62px;
    text-align: center;
    background-color: #cccccc;
    border-radius: 50%;
    box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 1);
}





@media screen and (max-width:767px) {
    body.is-mobile {
        -webkit-text-size-adjust: 100%;
    }

     .btn_green,
     .btn_orange{
        display: inline-block;
        width: 100%;
        margin-bottom: 23px;
        padding: 8px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .btn_white {
        display: inline-block;
        width: 100%;
        color: #0085cc;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    img.building{
        width: 5%;
    }

    .sp_view{
        display: block;
        margin: 0 4% 24px;
        width: 92%;
    }


    /* ---------------------ヘッダー------------------------------------　*/
    #header_inner{
        width: 100%;
    }
    header {
        height: 50px;
    }

    header .logo span {
        /* vertical-align: baseline; */
        font-size: .75rem;
        padding-bottom: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /* header .logo span a{
        padding-left: 14px;
    } */

    header .logo{
        display: flex;
        padding: 14px 0 12px 12px;
        -webkit-justify-content: center;
    }

    header .logo span.sitename{
        padding-left: 14px;
        text-indent: -14px;
        margin-left: 14px;
    }
    header .utility_navi {
        float: left;
        width: 80%;
    }

    header .utility_navi ul {
        padding: 5px 0 0 15px;
        margin: 0;
    }

    header .utility_navi ul li {
        float: none;
        padding: 10px 0;
    }

    header .utility_navi ul li a {
        display: inline-block;
        font-weight: normal;
        font-size: .85rem;
        color: #0085cc;
    }

    header .utility_navi ul li:after {
        content:none!important;
    }

    header .utility_navi li span {
        padding: 14px 14px;
        width: 100%;
        display: block;
        text-align: center;
    }

    /* スマホ検索アイコン */
    span.nav_search_sp a{
        border-left:none!important;
    }
    span.nav_search_sp {
    font-size: 1.1rem!important;
    display: inline!important;
    margin-left: auto;
    padding: 0 56px 0 0!important;
    }
    span.nav_search_sp .fa-2x {
    font-size: 1.3em!important;
    }
    
    span.nav_search_sp a::after {
    background: none !important;
    }
    
    span.nav_search_sp {
    border-bottom: none !important;
    }

    /* ドロワー */
    .mainnav{
        display: none;
    }

    .drawer {
        position: relative;
    }

    .drawer_icon {
        cursor: pointer;
        display: block;
        width: 56px;
        height: 50px;
        position: fixed;
        right: 0;
        top:0;
    }
    .drawer_icon-parts, .drawer_icon-parts::before, .drawer_icon-parts::after {
        background-color: #333;
        display: block;
        width: 26px;
        height: 3px;
        border-radius: 3px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    } 

    .drawer_icon-parts::before, .drawer_icon-parts::after {
        content: " ";
    }
    .drawer_icon-parts::before {
        bottom: -16px;
    }
    .drawer_icon-parts::after {
        top: -16px;
    }
    .drawer_overlay {
        background: #666;
        opacity: 0;
        pointer-events: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
    }
    .drawer_menu {
        background: #ffffff;
        color: #666;
        /* border-left: 1px solid #ccc; */
        max-width: 100%;
        width: 300px;
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        right: -300px;
    }

    .drawer_menu ul{
          margin-top: 60px;
    }
    li.drawer_item:first-child{
        border-top: 1px solid rgb(221, 221, 221);
    }
    li.drawer_item{
        font-size: 1rem;
        padding: 1em;
        border-bottom: 1px solid rgb(221, 221, 221);
    }
    li.drawer_item a{
        display: block;
        text-align: left!important;
        padding: 0 15px;
    }

    li.drawer_item a::after {
        position: absolute;
        content: "";
        right: 10px;
        width: 16px;
        height: 26px;
        background: url(/img/stepup/icon_arrow.png) center center no-repeat;
        background-size: 8px 13px;
        margin-top: -7px;
    }

    .drawer_item ul{
        margin-top: 20px;
    }

    .drawer_item ul li{
        padding-left: 1.25em;
        font-size: .875em;
        margin-top: 20px;
    }

    .drawer_icon {
        z-index: 4;
    }
    .drawer_menu {
        z-index: 3;
    }
    .drawer_overlay {
        z-index: 2;
    }
    .drawer_checkbox:checked ~ .drawer_icon .drawer_icon-parts {
        background: transparent;
    }


    .drawer_checkbox:checked ~ .drawer_icon .drawer_icon-parts::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 0;
    }
    .drawer_checkbox:checked ~ .drawer_icon .drawer_icon-parts::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    } 
    .drawer_checkbox:checked ~ .drawer_overlay {
        opacity: 0.3;
        pointer-events: auto;
    }
    .drawer_checkbox:checked ~ .drawer_menu {
        right: 0;
        filter: drop-shadow(4px 4px 16px rgba(0,0,0,0.4));
        overflow-y:scroll;
        height: 100%;
    }
    .drawer_icon-parts, .drawer_icon-parts::after, .drawer_icon-parts::before, .drawer_overlay, .drawer_menu {
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
    }

    /* ---------------------グローバルナビ-------------------------------　*/

    .g_navi {
        border-top: none;
        margin-top: 0;
        padding: 0;
    }

    .g_navi ul {
        display: block!important;
        width: 100%!important;
        padding: 0;
        margin: 56px 0 0!important;
    }

     .g_navi ul li {
        float: none;
        padding:20px 0 15px !important;
        border-bottom: 1px solid #eee; 
        display: block;
    }

    .utility_navi ul{
        margin:0!important;
    }

    .utility_navi ul li{
        margin:0!important;
        padding-bottom: 0!important;
    }
    .nav_search{
        display: none !important;
    }
    
    

    /* ---------------------メインエリア-------------------------　*/
     .section {
        padding: 16px 0 32px;
    }
     .section p {
        line-height: 1.6;
    }

     .section h2 {
        font-size: 1.15rem;
    }

     .section h3 {
        font-size: 1.10rem;
        text-align: center;
    }
     .section h4 {
        font-size: .9rem;
    }

    .section ul {
    }
    .section_header {
        font-size: 100%;
    }

    .content-sub {
        display: none;
    }

    /* トップ：新着おしらせ　*/


    .notice-inner {
        max-width: 100%;
    }


    .topics-item {
        display: initial;
        line-height: 2;
    }

    #contents {
        width: auto;
        margin: auto;
    }

    .archive-stepup {
        padding: 50px 0 0;
    }

    .notice {
        padding: 15px;
        background: #fbf4e2;
    }

     /* トップ：キービジュアル　*/

    .keyvisual{
        background: none;
        max-height: initial;
        width: 100%;
    }

    .keyvisual img{
        width:100%;
        padding: 0;
    }

     #Main,
     #Sub {
        width: auto;
        float: none;
    }

     #topicpath {
        /* display: none; */
        font-size: .9rem;
        padding: 175px 4% 5px;
        line-height: 1.5;
    }

    .single-stepup #topicpath {
        padding: 115px 4% 5px;
    }

    .single-keyvisual{
        margin-top: 50px;
    }

    .single-stepup .content-main h1 {
        margin: 0 0 25px;
    }



     /* 初めての4ステップ　*/

     .first-step-inner{
         width: 100%;
         display: block;
     }
     .best5 {
        width: 100%;
        box-sizing: border-box;
        padding: 8px;
    }

    .first-step3-ttl img {
        width: 90%;
    }

    .first-step3-inner{
        width: 100%;
        box-sizing: border-box;
        margin: 16px 0 0;
    }

    /*よく読まれている記事*/
    .best5 h4 {
        font-size: 16px!important;
        padding-bottom: 4px;
    }
    .best5 li{
        text-align: left;
        padding-left: 0;
        padding-bottom: 14px;
    }
    
    .best5 li:last-child{
        padding-bottom: 0;
    }

    .best5 li span{
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        float: left;
    }

    .best5 li span.best5-circle {
        margin-right: 10px;
    }

    .best5 li span.best5-normal {
        margin-right: 22px;
    }

     /* トップ：3ステップ　*/
    .first-step, .article-beginner, .article-middle, .article-advanced, .article-seminar, .article-affiliater, .article-link, .article-tax, .article-footer {
        padding: 32px 16px;
    }

        
    .first-step .guide {
        padding: 16px 3.5%;
    }

    .first-step .guide h4 {
        border-right: none;
    }

    .first-step h2 img {
        padding: 10px 0 0;
    }
    .first-step ul.step {
        margin: 0 0 5px;
    }

    .first-step ul.step li{
        width: 31.4%;
        vertical-align: top;
        box-sizing: border-box;
    }

    .first-step ul.step li h3 {
        font-size: .8rem;
    }

    .first-step ul.step li span {
        font-size: .9rem;
    }

    .first-step ul.step li span img{
        display: none;
    }

    .article-beginner > h2,
    .article-middle > h2,
    .article-advanced > h2,
    .article-beginner > p,
    .article-middle > p,
    .article-advanced > p{
        text-align: center;
    }

    .article-beginner .consultation ul{
        margin:0;
        padding: 0;
    }

    .article-beginner .consultation ul li{
        width: 100%;
        margin: 8px 0;
    }

    .article-card {
        width: 100%;
        content: '';
        clear: both;
        display: block;
    }


    .article-card img{
        display: inline-block;
        width: 30%;
        margin: 0 4.7% 10px 0;
        vertical-align: top;
        box-sizing: border-box;
        float: left;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .article-card .text {
        display: inline-block;
        width: 65%;
        vertical-align: top;
        box-sizing: border-box;
    }

    .article-card .text p {
        font-size: .75rem;
    }

   .article-card .text h3 {
        font-size: .88rem;
        text-align: left;
    }


    .article-seminar ul li {
        width: 100%;
        padding: 10px 0;
    }

    .article-seminar .status {
        width: 18%;
        margin-right: 4%;
    }

    .article-seminar .status p {
        width: 68px;
        height: 68px;
        line-height: 68px;
    }
    .article-seminar .text {
        width: 76%;
        font-size: .75rem;
    }

    .article-seminar .text h4{
        font-size: .85rem;
    }


    .article-affiliater ul li {
        width: 98%;
        padding: 5px 1%;
    }

    .article-affiliater ul li .text {
        width: 78%;
    }

    .article-affiliater ul li img {
        width: 18%;
    }

    .article-link ul li {
        width: 47%;
        margin: 1%;
    }

    .article-tax a{
        width: 97%;
        margin-bottom: 15px;
    }

    .article-footer{
        margin-bottom: 20px;
    }
    .article-footer .text,
    .article-footer .regist{
        width: 100%;
    }

    .article-footer .text{
        margin-bottom: 10px;
        font-size: .88rem;
        line-height: 1.8;
    }

    .article-footer .bg {
        margin: 16px 3.5% 30px;
        padding: 20px 4.4%;
    }

    .article-footer .bg h3 {
        text-align: center;
    }

    .article-footer .btn_white {
        width: 97%;
    }

    /* トップ：初めての4ステップ　*/


    .sns {
        top: 5px;
        right: 5px;
    }
    .section-nav .section-nav-list {
        margin: 10px 0 15px!important;
    }
    .section-nav .section-nav-list .section-nav-item {
        display: block;
        width: auto;
        padding: 8px;
        text-align: left;
        border: 1px solid #ddd;
    }
    .section-nav-item a {
        margin: 0 auto;
        padding: 0;
        background-image: none;
    }
    .article-group .article-card {
        float: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: auto;
        margin: 0;
        border-top: 1px solid #eee;
    }
    .article-group .article-card:first-of-type {
        border-top: 0;
        padding-top: 0;
    }
    .article-group .article-card a {
        display: block;
        text-align: center;
    }
    .article-group .article-card .article-card-title {
        margin: 20px 8px 12px;
        text-align: left;
    }
    .article-group .article-card .article-card-excerpt {
        margin: 8px;
        font-size: 13px;
        color: #444;
    }
    .article-card .category-label {
        width: 280px;
        margin: 0 auto 8px;
        padding: 6px 0;
    }
    .article-excerpt {
        margin-top: 8px;
    }
    .article-body div[class^=align] {
        float: none;
        width: 100%;
        padding: 0;
    }

    .article-body .align-col2-l a, 
    .article-body .align-col2-r a {
        width: 100%;
    }
    
     .content-body .article-body ol,
     .content-body .article-body ul {
        margin-left: 2em;
    }
    .article-body img {
        max-width: 100%!important;
        height: auto!important;
    }
    .related-articles nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .related-articles p.related-articles-title {
        margin: 12px 0;
        font-size: 100%;
    }
    .related-articles .related-article-card {
        width: 48%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .related-articles p.related-article-card-title {
        margin: 8px 0;
        line-height: 1.4;
    }
    .related-articles .related-article-card-thumbnail {
        width: 100%;
        max-width: none;
        max-width: initial;
    }
    .content-nav-wrap .content-nav h2,
    .theme-nav h2,
    .topics-side-wrap .topics-side-title {
        font-size: 100%;
    }
    .section.want-to-start .want-to-start-title {
        font-size: 116.6%;
    }

    /* ---------------------記事一覧-----------------------------------------------　*/

    .content-main {
        float: none;
        width: 100%;
        padding: 0 4%;
    }

    .content-main h1 {
        padding:10px 0; 
        font-size: 1.3rem;
    }

    .content-main .section ul li img {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

    .content-main .section ul li p {
        font-size: .85rem;
    }

    .content-main .section ul li {
        padding: 10px 0;
    }

    .content-main .list-of-articles .section_block h2 {
        text-align: left;
    }


    .content-main .list-of-articles .section_block {
        border-bottom: 1px solid #ccc;
        padding: 60px 0 5px;
        margin-top: -50px;
    }

    .content-main .goto-guide h2 img {
        width: 4.5%;
        vertical-align: sub;
    }


    .content-main .goto-list a {
        width: 46%;
    }

    .content-main .goto-list a:first-child {
        margin: 0 4% 0 0;
    }

     /* タグ一覧：ページ送り　*/
    .pagination .next,
    .pagination .prev {
        display: inline-block;
        width: 100%;
        padding-bottom: 2px;
        font-size: 109%;
        background-color: #eee;
    }

    .pagination ul.page-numbers {
        display: block;
        padding: 20px 0 0;
        width: max-content;
        margin: 0 auto;
    }

    .pagination ul.page-numbers li {
        display: inline-block;
    }


    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.7);
    }

    /* ---------------------記事詳細-----------------------------------------------　*/

    header.content-header{
        position: initial;
        height: auto;
    }


    .single-stepup .content-main .section ul li {
        margin-left: 8%;
        clear: both;
        display: list-item;
    }

    .content-body .article-body h3 {
        text-align: left;
    }

    .article-body a[class^=btn_] {
        font-size: 115%;
    }
     .article_header {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: -12px -12px 16px;
        padding: 12px;
        font-size: 100%;
        font-weight: 100;
        background-color: #b8edeb;
    }
     .article_header:after {
        content: none;
    }

    /* ---------------------フッター-----------------------------------------------　*/
    .footer_row_01 {
        display: none;
    }
     .footer {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 16px 0 0;
        background-color: transparent;
    }


     .footer_inner {
      width: 940px;
      margin: 0 auto;
      background: url(/img/common/footer_logo_retina160.png) left bottom no-repeat;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2){
         .footer_inner {
          background:url(/img/common/footer_logo_retina160@2x.png) left bottom no-repeat;
          background-size: 160px auto;
        }
    }

     .footer_navi,
     .pagetop {
    }
     .utility_navi {
        min-height: 36px;
        font-size: 85%;
    }
     .utility_navi ul li {
        float: left;
        margin: 0 0 8px;
        padding: 0;
        border: 0;
    }
     .utility_navi ul li:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
     .utility_navi ul li:after {
        content: '|';
        display: inline-block;
        margin: 0 1em;
    }
     .utility_navi ul li:last-child:after {
        content: '';
        font-size: 0;
        margin: 0;
    }
     .copyright {
        margin: 0 0 0 8px;
        clear: left;
        padding-top: 4px;
        font-size: 85%;
        color: #777;
    }

    footer{

    }

    footer .footer_wrapper {
        width: auto;
        max-width: 100%;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    footer .footer_inner {
        width: auto;
        background: url(/img/common/footer_logo_retina160@2x.png) 10px top/121px auto no-repeat;
        max-width: 100%;
    }

    footer .footer_wrapper .footer_inner {
        width: 100%;
        flex: 0 0 100%;
    }
    footer .utility_navi {
        min-height: 36px;
        margin: 0 0 0 140px;
    }
    footer .utility_navi ul li {
        float: left;
        margin: 0 0 8px;
        padding: 0;
        border: 0;
    }
    footer .utility_navi ul li:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
    footer .utility_navi ul li:after {
        content: '|';
        display: inline-block;
        margin: 0 1em;
    }
    footer .utility_navi ul li:last-child:after {
        content: '';
        font-size: 0;
        margin: 0;
    }
    footer .copyright {
        margin: 0 0 0 8px;
        clear: left;
        padding-top: 4px;
        font-size: 12px;
        color: #777;
    }

    footer .footer_wrapper > ul {
        width: 100%;
        margin: 2px auto 0;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

    footer .footer_wrapper > ul li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    footer .footer_wrapper > ul li a {
        display: inline-flex;
    }

    footer .pagetop {
        margin-bottom: 15px;
        bottom: 15px;
        right: 20px;
    }

    footer .pagetop a {
        width: 42px;
        height: 42px;
        line-height: 46px;
    }
}

/* ---------------------緊急のおしらせ--------------------　*/
.index_support_emergency_PC {
border: 1px solid #f0d8dc;
    background-color: #f4e2e2;
    /* position: absolute; */
    /* bottom: -45px; */
    /* width: 1050px; */
    padding: 15px;
    /* display: block; */
    height: 50px;
}

.index_support_emergency_PC h2 {
    color: #e00300;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
}

.index_support_emergency_PC ul {
    margin: 0.7em 0 0 0;
}

.index_support_emergency_PC ul li {
    margin: 0;
    list-style: none;
}

.index_support_emergency_sp{
      display: none;
}

@media screen and (max-width: 767px){
  .index_support_emergency_sp {
    border: 1px solid #f0d8dc;
    background-color: #f4e2e2;
    position: static;
    bottom: auto;
    margin: 0!important;
    padding: 10px!important;
    display: block;
  }

  .index_support_emergency_sp h2{
    color: #e00300;
    margin: 0 0 6px!important;
  }

  .index_support_emergency_sp ul {
    margin: 0.7em 0 0 2em;
  }

  .index_support_emergency_sp ul li {
    margin: 0;
    list-style: none;
  }

  .index_support_emergency_PC{
    display: none;
  }

}

/* ---------------------トースト機能--------------------　*/
#toast  {
    box-shadow: 0px 2px 4px #00000029;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #E1FAFA;
    position: fixed;
    bottom: 32px;
    z-index: 99;
    width: 696.33px;
}

#toast a{
    text-decoration: none;
}

#toast .img{
    display: inline-block;
    width: 23%;
    box-sizing: border-box;
  vertical-align: top;
  padding-right: 2%;
  margin: 24px 0 24px 4%;
}

#toast .img img{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#toast .text{
  display: inline-block;
  width: 68%;
  box-sizing: border-box;
  vertical-align: top;
  margin: 24px 0 24px 0;
}

#toast .text h3{
  margin-top:0px;
  font-size: 1.2rem;
  color: #333;
}

#toast .text h3 a{
  color: #333;
}

#toast .text a:hover{
  text-decoration: none;
}

#toast .text p:hover{
  text-decoration: underline;
}

#toast .close{
    display: inline-block;
    width: 3%;
    box-sizing: border-box;
    vertical-align: top;
    color: #808080;
    font-size: 24px;
    text-align: right;
    padding-top: 5px;
    cursor: pointer;
}

@media screen and (max-width: 1032px) {
    #toast {
        width: -webkit-calc(696.33 / 1032 * 100vw);
        width: calc(696.33 / 1032 * 100vw);
    }
}

@media screen and (max-width: 767px){
    #toast {
        width: -webkit-calc(696.33 / 767 * 100vw);
        width: calc(696.33 / 767 * 81vw);
    }
    #toast .img{
        width: 40%;
        margin: 12px 0 12px 4%;
    }

    #toast .text{
        width: 42%;
        margin: 12px 5px 12px 0;
    }

    #toast .text h3{
        margin-bottom: 0;
        font-size: .9rem;
        line-height: 1.2;
    }

    #toast .text p{
        display:none;
    }

    #toast .close{
        width: 7%;
        font-size: 22px;
        cursor: pointer;
    }
}