@charset "UTF-8";
#Contents {
    background: #FFFBE1;
}
.artCnt_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 20px 0 60px;
}
.artCnt_side {
    width: 300px;
    box-sizing: border-box;
}
.artCnt_main {
    width: 860px;
    box-sizing: border-box;
}
/*side*/
.topicsBnr_wrap {
    width: 300px;
    max-width: 335px;
    margin: 0 60px 0 0;
}
.topicsBnr_img + .topicsBnr_img {
    margin: 10px 0 0 0;
}
.topicsBnr_in {
    margin: 30px 0 0 0;
    border-radius: 6px;
}
.topicsBnr_info {
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 30px 0 13px;
    border-radius: 6px 6px 0 0;
}
.topicsBnr_info .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-left: 25px;
}
.topicsBnr_txt {
    position: relative;
    margin: 20px 0 0 0;
}
.topicsBnr_txt:before {
    content: "";
    position: absolute;
    display: block;
    width: 73px;
    height: 73px;
    top: -54px;
    right: 15px;
    z-index: 10;
    background: url("/cmn/img/free_txt2.png") no-repeat center;
}
.topicsBnr_txt .img {
    text-align: center;
}
.topicsBnr_txt .txt {
    font-size: 12px;
    line-height: 1.8;
    text-align: justify;
}
.topicsBnr_link {
    display: table;
    width: 100%;
    height: 44px;
}
.topicsBnr_link a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #000;
    border: 2px solid #000;
    border-radius: 0 0 6px 6px;
    position: relative;
}
.topicsBnr_link a span {
    display: inline-block;
}
.topicsBnr_link a:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    z-index: 10;
    background: url('/cmn/svg/arw_white_right.svg') no-repeat center right;
    background-size: auto 100%;
}
/*search*/
.article_search {
    width: 260px;
    position: absolute;
    top: 0;
    right: 0;
}
.article_search input {
    width: 100%;
    height: 38px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 0 40px 0 12px;
    font-size: 14px;
}
.article_search .btn {
    position: absolute;
    top: 0;
    right: 0;
}
.article_search .btn a {
    display: block;
    padding: 9px 12px;
}
/*article*/
.article_wrap {
    position: relative;
}
.article-ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.article_list {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin: 20px 0 0 0;
}
.article_list.ver2 {
    padding: 20px 20px 0;
}
.article_res .txt {
    font-size: 14px;
    line-height: 2;
}
.article_res .txt span {
    font-size: 20px;
}
.article_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
    margin: 0 0 16px 0;
    position: relative;
}
.article_in a {
    display: block;
}
.article_in > a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.article_in .is-pop {
    content: "";
    position: absolute;
    display: block;
    width: 32px;
    height: 40px;
    top: 20px;
    left: 20px;
    z-index: 10;
    background: url('../svg/recmd_img.svg') no-repeat center;
    background-size: 100% auto;
    font-size: 10px;
    line-height: 1;
    box-sizing: border-box;
    padding-top: 3px;
    text-align: center;
}
.article_in .is-pop span {
    position: relative;
}
.article_in .is-pop span:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: url('../svg/recmd_off.svg') no-repeat center;
    background-size: 100% auto;
}
.article_in .is-pop.on span:before {
    background: url('../svg/recmd_on.svg') no-repeat center;
    background-size: 100% auto;
}
.article_in:last-child {
    margin: 0;
}
.article_img {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    background: #ededed;
}
.article_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 6px;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.article_dtl {
    width: calc(100% - 70px);
    box-sizing: border-box;
    padding-left: 15px;
}
.article_dtl .ttl {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.artCnt_side .article_dtl .ttl {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.article_dtl .txt {
    font-size: 14px;
    line-height: 2;
}
.article_dtl .category li {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.article_dtl .category li a {
    display: block;
    font-size: 10px;
    color: #000;
    padding: 3px 10px;
    background: #EDEDED;
    border-radius: 15px;
    text-decoration: none;
}
.article_dtl .category li.tag a {
    /* background: #e9d59e; */
    background: #FFE036;
}
.article_dtl .name {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.article_dtl .place {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 5px;
}
.article_more {
    border-top: 1px solid #E5E5E5;
}
.article_more a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 15px 0;
    text-align: center;
}
.article_more span {
    display: inline-block;
    position: relative;
    padding-right: 1.5em;
}
.article_more span:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: url(../svg/arw_black_right.svg) no-repeat center;
    background-size: auto 100%;
    z-index: 1;
}
.article_wrap.top .article-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}
.article_wrap.top .article_list {
    background: #fff;
    padding: 0 40px;
    border-radius: 6px;
}
.article_wrap.top .article_in {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #E5E5E5;
}
.article_wrap.top .article_in:last-child {
    border-bottom: none;
}
.article_wrap.top .article_img {
    width: 200px;
    height: 150px;
    background: #ededed;
}
.article_wrap.top .article_img a {
    width: 100%;
    height: 100%;
}
.article_wrap.top .article_dtl {
    width: calc(100% - 200px);
    padding-left: 30px;
}
.article_wrap.top .article_dtl .ttl {
    font-size: 20px;
    margin-bottom: 15px;
}
.article_wrap.top .article_dtl .category li {
    margin: 15px 10px 0 0;
}
.article_wrap.bottom {
    padding-top: 60px;
}
.article_wrap.bottom .article-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.article_wrap.bottom .article_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    */
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.article_wrap.bottom .article_in {
    display: block;
    margin: 0;
    width: 272px;
    margin: 22px 22px 0 0;
}
.article_wrap.bottom .article_in > a {
    display: block;
}
.article_wrap.bottom .article_in:nth-child(1),
.article_wrap.bottom .article_in:nth-child(2),
.article_wrap.bottom .article_in:nth-child(3) {
    margin-top: 0;
}
.article_wrap.bottom .article_in:nth-child(3n) {
    margin-right: 0;
}
.article_wrap.bottom .article_img {
    width: 100%;
    height: 204px;
}
.article_wrap.bottom .article_dtl {
    width: 100%;
    padding-left: 0;
    padding-top: 14px;
}
.article_wrap.bottom .article_dtl .ttl {
    font-size: 16px;
}
.article_wrap.bottom .article_dtl .category li {
    margin: 14px 10px 0 0;
}
/*pager*/
.listCnt_pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
}
.listCnt_pager li {
    width: 40px;
    text-align: center;
}
.listCnt_pager li.prev {
    margin-right: 40px;
}
.listCnt_pager li.next {
    margin-left: 40px;
}
.listCnt_pager li a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.listCnt_pager li.on a {
    color: #FFE036;
    pointer-events: none;
}
/*category*/
.category_wrap {
    padding-top: 60px;
}
.category-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.categoryBox_wrap {
    width: 272px;
    margin-right: 22px;
    margin-top: 22px;
}
.categoryBox_wrap a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.categoryBox_wrap dl {
    position: relative;
    padding: 0 0 0 68px;
}
.categoryBox_wrap dl:before {
    content: "";
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.categoryBox_wrap.is-ver1 dl:before {
    background: url('../svg/category_logo01.svg') no-repeat center;
    background-size: 40px auto;
}
.categoryBox_wrap.is-ver2 dl:before {
    background: url('../svg/category_logo02.svg') no-repeat center;
    background-size: 34px auto;
}
.categoryBox_wrap.is-ver3 dl:before {
    background: url('../svg/category_logo03.svg') no-repeat center;
    background-size: 46px auto;
}
.categoryBox_wrap.is-ver4 dl:before {
    background: url('../svg/category_logo04.svg') no-repeat center;
    background-size: 46px auto;
}
.categoryBox_wrap.is-ver5 dl:before {
    background: url('../svg/category_logo05.svg') no-repeat center;
    background-size: 40px auto;
}
.categoryBox_wrap dl dt {
    font-size: 16px;
    font-weight: bold;
}
.categoryBox_wrap dl dd {
    font-size: 12px;
    line-height: 1.5;
    margin: 5px 0 0 0;
}
/*document*/
.document_wrap {
    padding: 60px 0 0 0;
}
.document-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.document-ttl span {
    font-size: 16px;
}
.document_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /*
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    */
}
.document_list li {
    width: 272px;
    margin: 0 22px 0 0;
    border-radius: 6px;
    /* background: #fff; */
}
.document_list li:last-child {
    margin: 0;
}
.document_list li a {
    display: block;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    height: 100%;
}
.document_list li a .dl_img {
    position: relative;
    width: 252px;
    height: 175px;
    margin: 0 0 15px 0;
    overflow: hidden;
    background: #ededed;
}
.document_list li a .dl_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.document_list li a .dl-txt {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px 10px 10px;
}
/*keyword*/
.keyword_list {
    padding: 60px 0 0 0;
}
.keyword-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}
.keyword_list ul {
    margin: 10px 0 0 0;
}
.keyword_list ul li {
    float: left;
    margin: 10px 10px 0 0;
}
.keyword_list ul li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 8px 12px;
    background: #fff;
    border-radius: 30px;
}
/*text*/
.textCnt_wrap {
    background: #fff;
    padding: 0 60px;
    border-radius: 6px 6px 0 0;
}
.textDay_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 0 20px;
    border-bottom: 1px solid #E5E5E5;
}
.textDay_wrap .tag {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 40px;
}
.textDay_wrap .tag:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 34px;
    height: 30px;
}
.textDay_wrap .tag.is-ver1:before {
    background: url(../svg/category_logo01.svg) no-repeat center;
    background-size: auto 100%;
}
.textDay_wrap .tag.is-ver2:before {
    background: url(../svg/category_logo02.svg) no-repeat center;
    background-size: auto 100%;
}
.textDay_wrap .tag.is-ver3:before {
    background: url(../svg/category_logo03.svg) no-repeat center;
    background-size: auto 100%;
}
.textDay_wrap .tag.is-ver4:before {
    background: url(../svg/category_logo04.svg) no-repeat center;
    background-size: auto 100%;
}
.textDay_wrap .tag.is-ver5:before {
    background: url(../svg/category_logo05.svg) no-repeat center;
    background-size: auto 100%;
}
.textDay_wrap .day {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}
.textCnt_ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    padding: 30px 0;
}
.textCnt_img {
    margin-bottom: 40px;
}
.textCnt_img img.lazyloaded {
    width: 100%;
    height: auto;
}
.textSns_box {
    margin-top: 60px;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
}
.textSns_box:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #E5E5E5;
}
.textSns_ttl {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 0 20px;
}
.textSns_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.textSns_wrap li {
    /* width: 140px; */
    width: 100%;
    margin-left: 10px;
}
.textSns_wrap li:first-child {
    margin-left: 0;
}
.textSns_wrap li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
}
.textSns_wrap li a span {
    position: relative;
    padding-left: 30px;
}
.textSns_wrap li a .is-no {
    padding-left: 0;
}
.textSns_wrap li a span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.textSns_wrap li a .is-no:before {
    display: none;
}
.textSns_wrap .sns1 a {
    background: #FFE036;
}
.textSns_wrap .sns1.on a {
    background: #ededed;
}
.textSns_wrap .sns1 span:before {
    background: url(../svg/icn_menu02.svg) no-repeat center;
    background-size: auto 100%;
}
.textSns_wrap .sns2 a {
    background: #000;
    color: #fff;
}
.textSns_wrap .sns2 span:before {
    width: 18px;
    height: 18px;
    background: url(../svg/icn_x.svg?1) no-repeat center;
    background-size: auto 100%;
}
.textSns_wrap .sns3 a {
    background: #1877F2;
    color: #fff;
}
.textSns_wrap .sns3 span:before {
    background: url(../svg/icn_facebook.svg) no-repeat center;
    background-size: 100% auto;
}
.textSns_wrap .sns4 a {
    background: #00A4DE;
    color: #fff;
}
.textSns_wrap .sns4 span:before {
    background: url(../svg/icn_bookmark.svg) no-repeat center;
    background-size: 100% auto;
}
.textSns_wrap .sns5 a {
    background: #06c755;
    color: #fff;
}
.textSns_wrap .sns5 span:before {
    width: 30px;
    height: 30px;
    background: url(../svg/icn_line.svg) no-repeat center;
    background-size: 100% auto;
}
.textSns_wrap .sns6 a {
    background: #1877F2;
    color: #fff;
}
.textSns_wrap .sns6 span:before {
    background: url(../svg/icn_summary.svg) no-repeat center;
    background-size: 100% auto;
}
.textRead_wrap {
    padding-top: 60px;
}
.textRead_wrap.ver2 {
    padding-top: 80px;
}
.textRead_wrap .txt {
    font-size: 16px;
    line-height: 2;
}
.textMkj_wrap {
    margin-top: 60px;
    background: #F5F5F5;
    border-radius: 6px;
    padding: 30px;
}
.textMkj_wrap .ttl a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-left: 25px;
    position: relative;
}
.textMkj_wrap .ttl a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(../svg/arw_black_up.svg) no-repeat center;
    background-size: 100% auto;
}
.textMkj_wrap .ttl.on a:before {
    background: url(../svg/arw_black_down.svg) no-repeat center;
    background-size: 100% auto;
}
.textMkj_wrap .lst {
    padding-top: 20px;
}
.textMkj_wrap li {
    margin-bottom: 15px;
}
.textMkj_wrap li:last-child {
    margin-bottom: 0;
}
.textMkj_wrap li a {
    font-size: 14px;
    text-decoration: underline;
}
.textCnt_box {
    padding-top: 60px;
}
.textCnt_box .ttl1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 2;
    padding: 0 0 20px;
    border-bottom: 3px solid #FFE036;
    margin: 0 0 60px;
}
.textCnt_box .ttl2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    padding: 0 0 0 20px;
    border-left: 3px solid #FFE036;
    margin: 60px 0 40px;
}
.textCnt_box .ttl3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin: 40px 0 20px;
}
.textCnt_box .txt {
    font-size: 16px;
    line-height: 2;
}
.textCnt_box .txt + .txt {
    margin-top: 1em;
}
.textCnt_box .txt a {
    text-decoration: underline;
    padding-left: 1em;
    background: url(/cmn/svg/arw_black_right.svg) no-repeat center left;
    background-size: 8px auto;
}
.textRead_wrap .txt .marker,
.textCnt_box .txt .marker {
    background-image: linear-gradient(#FFE036, #FFE036);
    background-position: 0 50%;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    text-decoration: none;
}
.textRead_wrap .txt .bold,
.textCnt_box .txt .bold {
    font-weight: bold;
}
/*ｌink*/
.textLink_box {
    padding-top: 80px;
}
.textLink_box li {
    margin-bottom: 20px;
}
.textLink_box li:last-child {
    margin-bottom: 0;
}
.textLink_box li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.textLink_box li .flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.textLink_box li.window a:before {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 16px;
    background: url(../svg/icn_blank.svg) no-repeat center;
    background-size: auto 100%;
}
.textLink_box li .img {
    position: relative;
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.textLink_box li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.textLink_box li .box {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding: 0 20px;
}
.textLink_box li .box .ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}
.textLink_box li .box .txt {
    font-size: 16px;
    line-height: 1.5;
}
.textLink_box li .box .btn.c-btn.is-ver2 {
    width: 118px;
    height: 34px;
    margin: 20px 0 0;
}
.textLink_box li .box .btn.c-btn.is-ver2 a {
    font-size: 13px;
    border: 1px solid #000;
}
.textLink_box li .box .btn.c-btn.is-ver2 a:before {
    height: 32px;
}
.textLink_box li .box .btn.c-btn.is-ver2 .is-btn {
    display: inline-block;
    position: relative;
    padding: 0 15px 0 0;
}
.textLink_box li .box .btn.c-btn.is-ver2 .is-btn:before {
    right: 0;
}
.textLink_box li .pay {
    background: #F5F5F5;
    border-radius: 6px;
    margin-top: 30px;
    padding: 10px 0;
    text-align: center;
}
.textLink_box li .pay .txt {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}
.textLink_box li .pay .txt span {
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.textImg_box {
    padding-top: 80px;
}
.textImg_box img.lazyloaded {
    width: 100%;
    height: auto;
}
.textImg_box .txt {
    padding-top: 15px;
    font-size: 12px;
}
.textLink_box.ver2 li {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    padding: 30px;
}
.textLink_box.ver2 li .img {
    height: 200px;
}
.textLink_box.ver2 li .box {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding: 0 0 0 30px;
}
.textLink_box.ver2 li .box .txt {
    font-size: 14px;
    line-height: 1.5;
    color: #BABABA;
}
.textLink_box.ver2.prop li .img,
.textLink_box.ver2.dl li .img {
    height: 150px;
}
.textLink_box.ver2.prop li .box .ttl {
    font-size: 16px;
    margin-bottom: 10px;
}
.textLink_box.ver2.prop li .box .mds {
    font-size: 14px;
    margin-bottom: 10px;
}
.textLink_box.ver2.dl .box .btn.c-btn.is-ver2 {
    width: 182px;
}
.textLink_box.ver2.prop li > a {
    display: block;
    border: none;
    border-radius: 0;
}
.textAdd_box {
    background: #FFFBE1;
    border-radius: 6px;
    padding: 30px;
    margin-top: 80px;
}
.textAdd_box .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
.textAdd_box .ttl:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_add2.svg) no-repeat center;
    background-size: 100% auto;
}
.textAdd_box .txt {
    font-size: 14px;
    line-height: 2;
}
.textProf_wrap {
    padding-top: 80px;
}
.textProf_box {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}
.textProf_box .img {
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
}
.textProf_box .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.textProf_box .box {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 40px;
}
.textProf_box .box .mds {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.textProf_box .box .name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
}
.textProf_box .box .txt {
    font-size: 14px;
    line-height: 2;
}
.textProf_box .box .lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
}
.textProf_box .box .lnk li {
    margin-right: 1em;
}
.textProf_box .box .lnk li a {
    font-size: 12px;
    line-height: 1;
    text-decoration: underline;
}
.textTest_wrap {
    padding-top: 80px;
    /* margin-bottom: 60px; */
}
.textTest_box {
    border: 6px solid #FFE036;
    border-top: none;
    border-radius: 6px;
}
.textTest_ttl {
    background: #FFE036;
    padding: 25px 0;
    text-align: center;
    position: relative;
}
.textTest_ttl .mds {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid #333;
    padding-bottom: 6px;
    margin-bottom: 5px;
}
.textTest_ttl .ttl {
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
}
.textTest_ttl .icn {
    position: absolute;
    top: 26px;
    right: 26px;
}
.textQ_box {
    background: #fff;
    padding: 30px 40px;
}
.textQ_mds {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    padding-left: 68px;
    position: relative;
    margin-bottom: 35px;
}
.textQ_mds:before {
    content: '';
    display: block;
    width: 46px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../svg/icn_q.svg) no-repeat center;
    background-size: 100% auto;
}
.textQ_img {
    text-align: center;
    margin-bottom: 40px;
}
.textQ_img img {
    max-width: 100%;
}
.textQ_lst li {
    margin-bottom: 10px;
}
.textQ_lst li:last-child {
    margin-bottom: 0;
}
.textTest_wrap input[type="checkbox"] + label,
.textTest_wrap input[type="radio"] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 84px;
    border: 2px solid #FFE036;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 15px 15px 88px;
    position: relative;
}
.textTest_wrap input[type="checkbox"]:checked + label,
.textTest_wrap input[type="radio"]:checked + label {
    background: #FF9A36;
    color: #fff;
}
.textTest_wrap input[type="checkbox"]:checked + label:after {
    content: none;
}
.textTest_wrap input[type="checkbox"] + label:before,
.textTest_wrap input[type="radio"] + label:before {
    content: '';
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.textTest_wrap .textQ_lst li:nth-child(1) input[type="radio"] + label:before {
    background: url(../svg/flow1.svg) no-repeat center;
    background-size: 100% auto;
}
.textTest_wrap .textQ_lst li:nth-child(2) input[type="radio"] + label:before {
    background: url(../svg/flow2.svg) no-repeat center;
    background-size: 100% auto;
}
.textTest_wrap .textQ_lst li:nth-child(3) input[type="radio"] + label:before {
    background: url(../svg/flow3.svg) no-repeat center;
    background-size: 100% auto;
}
.textTest_wrap .textQ_lst li:nth-child(4) input[type="radio"] + label:before {
    background: url(../svg/flow4.svg) no-repeat center;
    background-size: 100% auto;
}
.textQ_btn.c-btn.is-src {
    width: 100%;
    margin-top: 40px;
}
.textA_in {
    background: #FFFBE1;
    padding: 40px;
}
.textA_answer .bln {
    width: 190px;
    margin: 0 auto 40px;
}
.textA_answer .bln span {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0;
    border: 2px solid #000;
    border-radius: 6px;
    background: #fff;
    text-align: center;
}
.textA_answer .bln span:before {
    content: "";
    position: absolute;
    display: block;
    bottom: -14px;
    left: 50%;
    z-index: 10;
    margin-left: -3px;
    border: 4px solid transparent;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
}
.textA_answer .bln span:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -8px;
    left: 50%;
    z-index: 10;
    margin-left: -6px;
    width: 20px;
    height: 2px;
    background: #000;
    transform: rotate(-38deg);
}
.textA_answer .answer {
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    color: #4BD01B;
    text-align: center;
}
.textA_answer .answer.ver2 {
    color: #1589E8;
}
.textA_answer .img {
    text-align: center;
    padding-bottom: 20px;
}
.textA_answer .medal {
    text-align: center;
    padding-top: 40px;
}
.textA_txt {
    padding-top: 40px;
}
.textA_txt .answer {
    background: #FFE036;
    padding: 15px 0;
    text-align: center;
    position: relative;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 40px;
}
.textA_txt .answer span {
    display: inline-block;
    margin-left: 20px;
}
.textA_txt .mds {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
}
.textA_txt .txt {
    font-size: 14px;
    line-height: 2;
}
.textA_box {
    display: none;
}
.textA_box.is-correct {
    position: relative;
}
.textA_box.is-correct .test_canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.textA_box .btn.c-btn.is-ver2 {
    width: 100%;
    height: 82px;
    margin: 40px 0 0 0;
}
.textA_box .btn.c-btn.is-ver2 a {
    font-size: 20px;
    line-height: 1.2;
}
.textA_box .btn.c-btn.is-ver2 a .is-sml {
    font-size: 12px;
}
.textA_box .btn.c-btn.is-ver2 a:before {
    height: 100%;
}
.textA_btn {
    background: #fff;
    padding: 40px;
}
.textA_btn .txt {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.textA_btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.textA_box .btn li.c-btn.is-src {
    width: 314px;
    margin: 0;
}
.textA_box .btn li.c-btn.is-src.red.c-btn a {
    background: #F04A4A;
    border: 1px solid #F04A4A;
}
.textWb_wrap {
    padding: 60px;
    border-radius: 0 0 6px 6px;
}
.textWb_wrap.is-ver1 {
    background: #FFE036;
}
.textWb_wrap.is-ver2 {
    background: #98DFEB;
}
.textWb_wrap.is-ver3 {
    background: #A9F0D7;
}
.textWb_wrap.is-ver4 {
    background: #FFB7D0;
}
.textWb_ttl {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.textWb_ttl span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid #333;
}
.textWb_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.textWb_box .img {
    border: 1px solid #fff;
    box-sizing: border-box;
    width: 240px;
    height: 178px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.textWb_box .img img {
    height: 126px;
    width: auto;
}
.textWb_box .box {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 40px;
}
.textWb_box .box .ttl {
    font-size: 34px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 15px;
}
.textWb_box .box .mds {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 20px;
}
.textWb_box .box .txt {
    font-size: 12px;
    line-height: 2;
}
.textWb_btn.c-btn.is-ver2 {
    width: 100%;
    margin: 40px 0 0 0;
}
.textPager_wrap {
    padding-top: 80px;
}
.textPager_box {
    padding: 24px 0;
    text-align: center;
    border: 2px solid #E5E5E5;
}
.textPager_box .txt {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
}
.textPager_box .link a {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    text-decoration: underline;
}
.textPager_wrap .listCnt_pager {
    padding: 40px 0 0;
}
.textSlide_box {
    padding-top: 80px;
}
.articleTag_box {
    margin: -20px 0 30px;
}
.articleTag_lst li {
    float: left;
    margin: 10px 10px 0 0;
}
.articleTag_lst li a {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 8px 12px;
    background: #EDEDED;
    border-radius: 30px;
}
/*category*/
.category_list {
    background: #fff;
    padding: 60px;
    border-radius: 6px;
    margin: 20px 0 0 0;
}
.category_list.ver2 {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.catBox_wrap {
    width: 100%;
    margin-bottom: 60px;
}
.catBox_wrap:last-child {
    margin-bottom: 0;
}
.catBox_ttl {
    border-bottom: 3px solid #FFE036;
    margin-bottom: 20px;
}
.catBox_ttl .ttl {
    margin-bottom: 20px;
}
.catBox_ttl .ttl a {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    padding-right: 20px;
    padding-left: 60px;
    position: relative;
}
.catBox_ttl .ttl a:before,
.catBox_ttl .ttl a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.catBox_ttl .ttl a:before {
    left: 0;
}
.catBox_ttl .ttl.icn1 a:before {
    width: 40px;
    height: 40px;
    background: url(../svg/category_logo01.svg) no-repeat center;
    background-size: 100% auto;
}
.catBox_ttl .ttl.icn2 a:before {
    width: 34px;
    height: 42px;
    background: url(../svg/category_logo02.svg) no-repeat center;
    background-size: 100% auto;
}
.catBox_ttl .ttl.icn3 a:before {
    width: 45px;
    height: 40px;
    background: url(../svg/category_logo03.svg) no-repeat center;
    background-size: 100% auto;
}
.catBox_ttl .ttl.icn4 a:before {
    width: 46px;
    height: 27px;
    background: url(../svg/category_logo04.svg) no-repeat center;
    background-size: 100% auto;
}
.catBox_ttl .ttl.icn5 a:before {
    width: 40px;
    height: 36px;
    background: url(../svg/category_logo05.svg) no-repeat center;
    background-size: 100% auto;
}
.catBox_ttl .ttl a:after {
    right: 0;
    width: 7px;
    height: 12px;
    background: url(../svg/arw_black_right.svg) no-repeat center;
    background-size: 100% auto;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.catBox_tag li {
    float: left;
    margin: 10px 10px 0 0;
}
.catBox_tag li a {
    font-size: 14px;
    line-height: 1;
    padding: 8px 12px;
    background: #EDEDED;
    border-radius: 15px;
    display: block;
}
/*info*/
.infoLst_box {
    padding: 40px 0 0;
}
.infoLst_box li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}
.infoLst_box li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.infoLst_box li a {
    display: block;
}
.infoLst_box .day {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.infoLst_box .txt {
    font-size: 16px;
}
.infoDay_wrap .day {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    padding: 45px 0 20px;
    border-bottom: 1px solid #E5E5E5;
}
.infoCnt_ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    padding: 30px 0 40px;
}
.infoRead_wrap {
    padding-bottom: 160px;
}
.infoRead_wrap .txt {
    font-size: 16px;
    margin-bottom: 40px;
}
.infoRead_wrap .txt:last-child {
    margin-bottom: 0;
}
.infoRead_wrap .txt a {
    text-decoration: underline;
}
.infoRead_wrap .txt a:hover {
    text-decoration: none;
}
/*area*/
.search_wrap {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.search_wrap:last-child {
    margin-bottom: 0;
}
.search_ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}
.search_in {
    margin: 40px 0 0 0;
}
.search_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}
.searchDtl_wrap {
    width: 248px;
    margin: 30px 18px 0 0;
}
@media (min-width: 768px) {
    .searchDtl_wrap:nth-child(-n+3) {
        margin: 0 18px 0 0;
    }
    .searchDtl_wrap:nth-child(3n) {
        margin: 30px 0 0 0;
    }
    .searchDtl_wrap:nth-child(3) {
        margin: 0 0 0 0;
    }
}
.searchDtl_wrap a {
    display: block;
}
.searchDtl_img {
    position: relative;
    height: 152px;
    border-radius: 6px;
    overflow: hidden;
}
.searchDtl_wrap.is-sale .searchDtl_img:before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../img/pop_sale.png") no-repeat 0 0;
}
.searchDtl_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 6px;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.searchDtl_txt {
    padding: 10px 0 0;
}
.searchDtl_txt .name {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 6px 0;
}
.searchDtl_txt .price {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 6px 0;
}
.searchDtl_txt .place {
    font-size: 12px;
}
.searchDtl_btn.c-btn.is-ver2 {
    margin: 40px auto 0 auto;
}
.date_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}
.searchDate_wrap {
    background: #F5F5F5;
    width: 387px;
    padding: 20px 0;
    margin-top: 6px;
    opacity: 1;
}
@media (min-width: 768px) {
    .searchDate_wrap:nth-child(-n+2) {
        margin-top: 0;
    }
}
.searchDate_wrap.ver2 {
    width: 256px;
}
.searchDate_wrap.ver3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchDate_wrap .mds {
    font-size: 14px;
    text-align: center;
}
.searchDate_wrap .mds span {
    display: inline-block;
    padding-left: 0.5em;
}
.searchDate_wrap .box {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.searchDate_wrap .box .txt {
    text-align: center;
}
.searchDate_wrap .box .txt .value {
    display: inline-block;
    vertical-align:middle;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}
.searchDate_wrap .box .txt .value span {
    font-size: 34px;
}
.searchDate_wrap .box .txt .date {
    display: inline-block;
    vertical-align:middle;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    padding: 20px 0 0;
    margin-left: 10px;
    position: relative;
}
.searchDate_wrap .box .txt .date:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.searchDate_wrap .box .txt .date.up {
    color: #4BD01B;
}
.searchDate_wrap .box .txt .date.up:before {
    background: url(../svg/icn_up.svg) no-repeat center;
    background-size: 100% auto;
}
.searchDate_wrap .box .txt .date.down {
    color: #F04A4A;
}
.searchDate_wrap .box .txt .date.down:before {
    background: url(../svg/icn_down.svg) no-repeat center;
    background-size: 100% auto;
}
.searchDate_wrap .box .txt .date.flat {
    color: #FF8438;
    padding: 22px 0 0;
}
.searchDate_wrap .box .txt .date.flat:before {
    width: 16px;
    height: 16px;
    background: url(../svg/icn_flat.svg) no-repeat center;
    background-size: 100% auto;
}
.searchDate_wrap .box .lst {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #E5E5E5;
    text-align: left;
}
.searchDate_wrap .box .lst li {
    font-size: 14px;
    line-height: 1.4;
}
.searchDate_wrap .graphbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 70px;
}
.searchDate_wrap .graph {
    width: 180px;
}
.searchDate_wrap .vote_date {
    padding-left: 70px;
}
.searchDate_wrap .vote_date li {
    font-size: 14px;
}
.searchDate_wrap .vote_date li:nth-child(1) span {
    color: #DFAC8E;
}
.searchDate_wrap .vote_date li:nth-child(2) span {
    color: #FFD300;
}
.searchDate_wrap .vote_date li:nth-child(3) span {
    color: #FBF2C9;
}
.searchDate_wrap .vote_date li:nth-child(4) span {
    color: #E8E8E8;
}
.searchDate_wrap .vote_date li:nth-child(5) span {
    color: #E5CD64;
}
.searchDate_wrap .vote_date li:nth-child(6) span {
    color: #D3C691;
}
.searchDate_wrap .vote_date li:nth-child(7) span {
    color: #E5CD64;
}
.searchDate_wrap .vote_date li span:nth-child(2) {
    font-weight: bold;
    color: #000;
    padding-left: .5em;
}
.search_wrap .date_btn {
    margin-top: 30px;
    text-align: center;
}
.search_wrap .date_btn a {
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
    background: url(../svg/arw_black_down.svg) no-repeat right center;
    background-size: 12px auto;
}
.expert-ttl {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}
.expertLst_box li {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    margin-top: 10px;
}
.expertLst_box li:first-child {
    margin-top: 0;
}
.expertBox_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.expertBox_wrap.ver2 {
    background: #FFE036;
    padding: 40px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.expertBox_wrap .img {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
}
.expertBox_wrap .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 6px;
    transition: opacity 0.2s ease-out,all 0.2s ease-out;
}
.expertBox_wrap .box {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding-left: 40px;
}
.expertBox_wrap .box .name {
    font-size: 12px;
    margin-bottom: 15px;
}
.expertBox_wrap .box .name span {
    font-size: 20px;
    font-weight: bold;
}
.expertBox_wrap .box .txt {
    font-size: 14px;
    line-height: 2;
}
.expertBox_wrap .box .btn {
    margin-top: 40px;
    text-align: right;
}
.expertBox_wrap .box .btn a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-left: 16px;
    text-decoration: underline;
    background: url(../svg/arw_black_right.svg) no-repeat left center;
    background-size: 8px auto;
}
.expertBox_wrap .box .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 20px;
}
.expertBox_wrap .box .sns li {
    margin-right: 1em;
}
.expertBox_wrap .box .sns li a {
    font-size: 12px;
    line-height: 1;
    text-decoration: underline;
}
.artCnt_tlbx {
    margin: 0 0 20px 0;
}
.artCnt-ank {
    width: 130px;
}
.artCnt-ank a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 34px;
    padding: 0 25px 0 0;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    background: #fff url(../svg/arw_black_down.svg) no-repeat right 10px center;
    background-size: 12px auto;
    border-radius: 6px;
    border: 1px solid #000;
    box-sizing: border-box;
}
.bnr_wrap {
    padding: 0 0 60px;
}
.bnr-line a {
    display: block;
}
.svCv_wrap {
    /*margin: 60px 0 0 0;*/
    padding: 60px 40px 40px 40px;
    background: #FFE036;
    border-radius: 0 0 6px 6px;
}
.svCv_ttl {
    margin: 0 0 23px 0;
}
.svCv-ttl {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.svCv-ttl:before {
    content: "もちろん無料、１分で登録完了！";
    background: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 11px 0;
    width: 250px;
    line-height: 1;
    position: absolute;
    top: -60px;
    left: 50%;
    margin: 0 0 0 -125px;
    font-size: 14px;
}
.svCv-ttl:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 9.5px 0 9.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: -27px;
    left: 50%;
    margin: 0 0 0 -9.5px;
}
.svCv_wrap ul {
    margin: 0 0 30px 0;
}
.svCv_wrap ul li {
    width: 187.5px;
    height: 211px;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 129px 0 0 0;
}
.svCv_wrap ul li p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
.svCv2_wrap {
    margin: 60px 0 0 0;
    padding: 40px 40px;
    background: #FFE036;
    border-radius: 6px 6px 0 0;
}
.svCv2_ttl {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 28px;
}
.svCv2_box {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
}
.svCv2_txt {
    width: -webkit-calc(100% - 292px);
    width: calc(100% - 292px);
    box-sizing: border-box;
    padding: 20px;
}
.svCv2_txt .lst {
    margin-bottom: 15px;
}
.svCv2_txt .lst li {
    font-size: 14px;
    line-height: 2.1;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 40px;
    position: relative;
}
.svCv2_txt .lst li:last-child {
    margin-bottom: 0;
}
.svCv2_txt .lst li:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/cv_check.svg) no-repeat center;
    background-size: 100% auto;
}
.svCv2_txt .lst li .sm {
    font-size: 10px;
}
.svCv2_txt .lst li .line {
    background-image: linear-gradient(#FFE036, #FFE036);
    background-position: 0 90%;
    background-size: 100% 8px;
    background-repeat: repeat-x;
}
.svCv2_txt .c-btn {
    width: 100%;
    height: 56px;
}
.svCv2_txt .c-btn a {
    font-size: 16px;
}
.svCv2_txt .c-btn a:before {
    height: 54px;
}
.svCv2_txt .is-btn {
    display: block;
}
.svCv2_txt .c-btn .is-btn:before {
    right: 20px;
}
.svCv2_wrap.is-cnt {
    margin: 40px 0 0 0;
    padding: 0;
}
.svCv2_wrap.is-cnt .svCv2_ttl {
    font-size: 20px;
    margin: 0;
    padding: 16px 16px 14px;
}
.svCv2_wrap.is-cnt .svCv2_box {
    border: 2px solid #FFE036;
    border-radius: 0;
    padding: 20px;
}
.svCv2_wrap.is-cnt .svCv2_txt {
    padding: 0;
}
.svCv2_wrap.is-cnt + .textMkj_wrap {
    margin-top: 40px;
}
.follow_wrap {
    padding: 0 0 60px;
    text-align: center;
}
.flw-ttl {
    line-height: 1;
    margin: 0 0 27px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.flw-ttl:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 9;
    background: #000;
}
.flw-ttl span {
    position: relative;
    display: inline-block;
}
.flw-ttl span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin: 0 0 0 -6px;
    z-index: 9;
}
.flw-ttl span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin: 0 0 0 -6px;
    z-index: 9;
}
.flwList_wrap li {
    width: 240px;
    margin: 0 10px 0 0;
}
.flwList_wrap li:last-child {
    margin: 0;
}
.flwList_wrap li a {
    width: 100%;
    height: 40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
}
.flwList_wrap li.is-x a {
    border: 2px solid #000000;
    color: #000000;
}
.flwList_wrap li.is-fb a {
    border: 2px solid #1877F2;
    color: #1877F2;
}
.flwList_wrap li.is-ln a {
    border: 2px solid #06c755;
    color: #06c755;
}
.flwList_wrap li a .is-icn {
    display: inline-block;
    position: relative;
}
.flwList_wrap li.is-x a .is-icn {
    padding: 0 0 0 28px;
}
.flwList_wrap li.is-fb a .is-icn {
    padding: 0 0 0 30px;
}
.flwList_wrap li.is-ln a .is-icn {
    padding: 0 0 0 30px;
}
.flwList_wrap li a .is-icn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
}
.flwList_wrap li.is-x a .is-icn:before {
    width: 18px;
    height: 18px;
    background: url(../svg/icn_x_blk.svg) no-repeat center center;
    background-size: auto 100%;
    margin: -9px 0 0 0;
}
.flwList_wrap li.is-fb a .is-icn:before {
    width: 20px;
    height: 20px;
    background: url(../svg/icn_facebook_bl.svg) no-repeat center center;
    background-size: auto 100%;
    margin: -10px 0 0 0;
}
.flwList_wrap li.is-ln a .is-icn:before {
    width: 20px;
    height: 20px;
    background: url(../svg/icn_line_rd.svg) no-repeat center center;
    background-size: auto 100%;
    margin: -10px 0 0 0;
}
.flwList_wrap li a .is-fss {
    font-size: 10px;
}
.studyMv_wrap {
    background: #FFE036;
    padding: 30px 0 54px;
}
.studyMv_in {
    width: 647px;
    margin: 0 auto;
    background: url(../img/article_study_mv_img.png) no-repeat center top;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
}
.studyMv_wrap .mds {
    display: inline-block;
    font-size: 26px;
    padding: 17px 0 0 0;
}
.studyMv_wrap .mds span {
    background-image: linear-gradient(#FFF, #FFF);
    background-position: 0 100%;
    background-size: 100% 15px;
    background-repeat: repeat-x;
    text-decoration: none;
    padding: 0 .4em;
}
.studyMv_wrap .ttl {
    padding: 20px 0 30px;
}
.studyMv_wrap .txt {
    font-size: 14px;
    line-height: 2;
}
.studyMv_wrap .btn.c-btn.is-ver2 {
    width: 400px;
    height: 56px;
    margin: 30px auto 0;
}
.studyMv_wrap .btn.c-btn.is-ver2 a {
    font-size: 16px;
}
.studyMv_wrap .lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 0 10px;
}
.studyMv_wrap .lst .slick-track {
    padding: 18px 0 15px;
}
.studyMv_wrap .lst li {
    background: #fff;
    border-radius: 6px;
    width: 176px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
    position: relative;
    opacity: 1;
}
.studyMv_wrap .lst li:before {
    content: '';
    display: block;
    width: 21px;
    height: 23px;
    position: absolute;
    top: -18px;
    right: 8px;
    background: url(../img/article_study_mv_icn.png) no-repeat center;
    background-size: 100% auto;
}
.studyMv_wrap .lst li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-top: 0;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fff;
    border-right: 0;
}
.studyMv_wrap .lst li span {
    font-size: 10px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
.studyMv_wrap .lst li.ver2 span {
    font-size: 14px;
}
.studyMv_wrap .lst li.ver3 span {
    font-size: 15px;
}
@media (min-width: 768px) {
    .topicsBnr_img a:hover,
    .listCnt_pager li a:hover,
    .article_search .btn a:hover,
    .textMkj_wrap .ttl a:hover,
    .textSns_wrap li a:hover {
        opacity: .8;
    }
    .article_in .article_img a:hover img,
    .document_list li a:hover .dl_img img,
    .textLink_box li a:hover .img img {
        width: 110%;
        height: 110%;
    }
    .article_in a:hover {
        text-decoration: underline;
    }
    .textMkj_wrap li a:hover,
    .textCnt_box .txt a:hover,
    .textProf_box .box .lnk li a:hover,
    .textPager_box .link a:hover,
    .expertBox_wrap .box .btn a:hover,
    .expertBox_wrap .box .sns li a:hover {
        text-decoration: none;
    }
    .topicsBnr_link a:hover {
        color: #333;
        background: #fff;
    }
    .article_in .article_dtl .category li a:hover,
    .keyword_list ul li a:hover {
        color: #fff;
        background: #333;
    }
    .textA_box .btn li.c-btn.is-src.red.c-btn a:hover {
        color: #F04A4A;
    }
    .textA_box .btn li.c-btn.is-src.red.c-btn a:hover .is-btn:before {
        background: url(../svg/arw_pink_right.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .topicsBnr_link a:hover:before {
        background: url('/cmn/svg/arw_black_right.svg') no-repeat center right;
        background-size: auto 100%;
    }
    .categoryBox_wrap a {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        height: 143px;
    }
    .categoryBox_wrap a:hover {
        box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
    }
    .categoryBox_wrap:nth-child(3n) {
        margin-right: 0;
    }
    .categoryBox_wrap:nth-child(-n+3) {
        margin-top: 0;
    }
    .category_list {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .document_ttl {
        display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .infoLst_box li a:hover,
    .search_wrap .date_btn a:hover {
        text-decoration: underline;
    }
    .articleTag_lst li a:hover,
    .catBox_tag li a:hover {
        color: #fff;
        background: #333;
    }
    .catBox_ttl .ttl a:hover:after {
        right: -10px;
    }
    .searchDtl_wrap a:hover .searchDtl_img img {
        width: 110%;
        height: 110%;
    }
    .searchDate_wrap:nth-child(-n+2) {
        margin-top: 0;
    }
    .artCnt_tlbx {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .artCnt_tlbx .article-ttl {
        margin: 0 0 0 0;
    }
    .artCnt-ank a:hover {
        background: #000 url(../svg/arw_white_down.svg) no-repeat right 10px center;
        background-size: 12px auto;
        color: #fff;
    }
    .article_wrap.bottom .article_dtl .ttl a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .bnr-line a:hover {
        opacity: 0.7;
    }
    .svCv_wrap ul {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .svCv_wrap ul li.is-num01 {
        background: #fff url(../img/article_ab01.png) no-repeat center top 23px;
    }
    .svCv_wrap ul li.is-num02 {
        background: #fff url(../img/article_ab02.png) no-repeat center top 21px;
    }
    .svCv_wrap ul li.is-num03 {
        background: #fff url(../img/article_ab03.png) no-repeat center top 27px;
    }
    .svCv_wrap ul li.is-num04 {
        background: #fff url(../img/article_ab04.png) no-repeat center top 20px;
    }
    .svCv_btn {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .svCv-btn.c-btn {
        width: 380px;
    }
    .svCv2_wrap.is-cnt .svCv2_txt {
        width: 100%;
        padding: 0 0 0 20px;
    }
    .svCv2_wrap.is-cnt .svCv2_txt .lst li {
        line-height: 1.5;
        margin-bottom: 10px;
        padding-left: 25px;
    }
    .svCv2_wrap.is-cnt .svCv2_txt .lst li:before {
        width: 20px;
        height: 20px;
    }
    .svCv2_wrap.is-cnt .svCv2_txt .lst {
        margin-bottom: 23px;
    }
    .flwList_wrap {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flwList_wrap li.is-x a:hover {
        background: #000000;
        color: #fff;
    }
    .flwList_wrap li.is-fb a:hover {
        background: #1877F2;
        color: #fff;
    }
    .flwList_wrap li.is-ln a:hover {
        background: #06c755;
        color: #fff;
    }
    .flwList_wrap li.is-x a:hover .is-icn:before {
        background: url(../svg/icn_x.svg) no-repeat center center;
        background-size: auto 100%;
    }
    .flwList_wrap li.is-fb a:hover .is-icn:before {
        background: url(../svg/icn_facebook.svg) no-repeat center center;
        background-size: auto 100%;
    }
}
@media only screen and (max-width: 767px) {
    .artCnt_flx {
        display: block;
        padding: 20px 0 60px;
    }
    .artCnt_side {
        display: none;
    }
    .artCnt_main {
        width: 100%;
    }
    /*side*/
    .topicsBnr_wrap {
        width: 100%;
        margin: 40px auto 0 auto;
    }
    .topicsBnr_in {
        margin: 20px 0 0 0;
    }
    .topicsBnr_txt:before {
        top: -40px;
        right: 20px;
        background: url("/cmn/img/sp/free_txt.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .topicsBnr_info {
        padding: 25px 0 6px;
    }
    .topicsBnr_info .ttl {
        padding-left: 20px;
    }
    .topicsBnr_txt {
        margin: 14px 0 0 0;
    }
    .topicsBnr_txt .txt {
        margin: 10px 0 0 0;
    }
    .topicsBnr_txt .img img {
        width: 100%;
        height: auto;
        max-width: 295px;
    }
    /*search*/
    .article_search {
        width: 177px;
        top: -8px;
        right: 20px;
    }
    .article_search input {
        width: 100%;
        height: 38px;
        padding: 0 40px 0 12px;
        font-size: 14px;
    }
    .article_search .btn a {
        padding: 7px 10px;
    }
    /*article*/
    .article-ttl {
        padding: 0 20px;
        font-size: 24px;
    }
    .article_list {
        margin: 20px 0 0 0;
        border-radius: 0;
    }
    .article_res .txt {
        font-size: 12px;
        line-height: 2;
    }
    .article_res .txt span {
        font-size: 16px;
    }
    .article_in {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0;
    }
    .article_in .is-pop {
        top: -10px;
        left: 10px;
    }
    .article_img {
        width: 120px;
        height: 90px;
    }
    .article_dtl {
        width: calc(100% - 120px);
    }
    .article_dtl .txt {
        display: none;
    }
    .article_dtl .category li a {
        /* margin: 8px 8px 0 0; */
        padding: 2px 10px;
    }
    .article_wrap.top .article-ttl {
        font-size: 24px;
        margin-bottom: 0;
    }
    .article_wrap.top .article_list {
        margin: 20px 0 0 0;
        padding: 30px 20px 20px;
    }
    .article_wrap.top .article_in {
        margin: 20px 0 0;
        padding: 0;
        border-bottom: none;
    }
    .article_wrap.top .article_in:first-child {
        margin: 0;
    }
    .article_wrap.top .article_img {
        width: 120px;
        height: 90px;
    }
    .article_wrap.top .article_dtl {
        width: calc(100% - 120px);
        padding-left: 20px;
    }
    .article_wrap.top .article_dtl .ttl {
        font-size: 14px;
        margin-bottom: 0;
    }
    .article_wrap.top .article_dtl .category li {
        margin: 8px 8px 0 0;
    }
    .article_wrap.bottom {
        padding: 60px 20px 0;
    }
    .article_wrap.bottom .article-ttl {
        font-size: 20px;
        padding: 0;
    }
    .article_wrap.bottom .article_list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: transparent;
    }
    .article_wrap.bottom .article_in {
        margin: 20px 0 0;
        width: 48%;
    }
    /*
    .article_wrap.bottom .article_in:nth-child(-n+2) {
        margin: 0;
    }
    */
    .article_wrap.bottom .article_in:last-child {
        margin: 20px 0 0;
    }
    .article_wrap.bottom .article_in:nth-child(1),
    .article_wrap.bottom .article_in:nth-child(2) {
        margin: 0;
    }
    .article_wrap.bottom.is-ver2 .article_in:nth-child(3n) {
        margin: 20px 0 0;
    }
    .article_wrap.bottom .article_in a {
        display: block;
    }
    .article_wrap.bottom .article_img {
        width: 100%;
        height: 118px;
    }
    .article_wrap.bottom .article_dtl {
        width: 100%;
        padding-top: 10px;
    }
    .article_wrap.bottom .article_dtl .ttl {
        font-size: 14px;
    }
    .article_wrap.bottom .article_dtl .ttl a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .article_wrap.bottom .article_dtl .category li {
        margin: 8px 8px 0 0;
    }
    /*pager*/
    .listCnt_pager {
        padding: 60px 0 40px 0;
    }
    .listCnt_pager li {
        width: 40px;
    }
    .listCnt_pager li.prev {
        margin-right: 10px;
    }
    .listCnt_pager li.next {
        margin-left: 10px;
    }
    /*category*/
    .category_wrap {
        padding: 0 20px;
        padding-top: 60px;
    }
    .category-ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .category_list {
        margin: 20px 0 0 0;
    }
    .categoryBox_wrap {
        width: 100%;
        border-radius: 6px;
        margin: 0 0 5px 0;
    }
    .categoryBox_wrap:last-child {
        margin: 0;
    }
    .categoryBox_wrap a {
        padding: 10px 12px;
        height: 80px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .categoryBox_wrap dl {
        display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 0 40px;
        box-sizing: border-box;
        width: 100%;
    }
    .categoryBox_wrap dl:before {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
    }
    .categoryBox_wrap.is-ver1 dl:before {
        background: url('../svg/category_logo01.svg') no-repeat center;
        background-size: 26px auto;
    }
    .categoryBox_wrap.is-ver2 dl:before {
        background: url('../svg/category_logo02.svg') no-repeat center;
        background-size: 22px auto;
    }
    .categoryBox_wrap.is-ver3 dl:before {
        background: url('../svg/category_logo03.svg') no-repeat center;
        background-size: 28px auto;
    }
    .categoryBox_wrap.is-ver4 dl:before {
        background: url('../svg/category_logo04.svg') no-repeat center;
        background-size: 28px auto;
    }
    .categoryBox_wrap.is-ver5 dl:before {
        background: url('../svg/category_logo05.svg') no-repeat center;
        background-size: 25px auto;
    }
    .categoryBox_wrap dl dt {
        /*width: 40%;*/
        width: 95px;
        font-size: 14px;
        text-align: left;
    }
    .categoryBox_wrap dl dd {
        /*width: 60%;*/
        width: -webkit-calc(100% - 95px);
        width: calc(100% - 95px);
        font-size: 10px;
        text-align: left;
        margin: 0 0 0 0;
    }
    /*document*/
    .document_wrap {
        padding: 60px 20px 0;
    }
    .document-ttl {
        font-size: 20px;
    }
    .document-ttl span {
        font-size: 14px;
    }
    .document_list {
        display: block;
    }
    .document_list li {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .document_list li a {
        display:-webkit-box;
          display:-ms-flexbox;
          display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .document_list li a .dl_img {
        width: 120px;
        height: 84px;
        margin: 0;
    }
    .document_list li a .dl-txt {
        width: calc(100% - 120px);
        font-size: 14px;
        line-height: 1.5;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }
    /*keyword*/
    .keyword_list {
        padding: 60px 20px 0;
    }
    .keyword-ttl {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
    }
    .keyword_list ul li a {
        padding: 8px 12px;
    }
    /*text*/
    .textCnt_wrap {
        padding: 0 20px;
        border-radius: 0;
    }
    .textDay_wrap {
        padding: 24px 0 14px;
    }
    .textDay_wrap .tag {
        font-size: 14px;
        padding-left: 34px;
    }
    .textDay_wrap .tag:before {
        width: 25px;
        height: 22px;
    }
    .textCnt_ttl {
        font-size: 24px;
        padding: 20px 0;
    }
    .textCnt_img {
        margin: 0 -20px;
        margin-bottom: 30px;
    }
    .textCnt_img img {
        width: 100%;
        height: auto;
    }
    .textSns_box {
        padding-bottom: 40px;
    }
    .textSns_ttl {
        margin-bottom: 20px;
    }
    .textSns_wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .textSns_wrap li {
        /* width: 19%;
        width: 100%; */
        width: 34px;
        margin-left: 10px;
    }
    .textSns_wrap li.sns1 {
        width: 139px;
    }
    .textSns_wrap li a {
        /*height: 65px;*/
        height: 34px;
        box-sizing: border-box;
        /*font-size: 10px;*/
        font-size: 13px;
        padding: 0;
        font-weight: bold;
    }
    .textSns_wrap .sns1 a {
        background: #fff;
        border: 1px solid #707070;
    }
    .textSns_wrap .sns1.on a {
        background: #EDEDED;
        border: 1px solid #EDEDED;
        color: #BABABA;
    }
    .textSns_wrap li a span {
        display: block;
        padding: 9px 0 0 18px;
    }
    .textSns_wrap li a .is-no {
        display: none;
        padding: 0;
    }
    .textSns_wrap li a span:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
    }
    .textSns_wrap .sns2 span,
    .textSns_wrap .sns3 span,
    .textSns_wrap .sns4 span,
    .textSns_wrap .sns5 span,
    .textSns_wrap .sns6 span {
        /*padding: 40px 0 0;*/
        padding: 0;
    }
    .textSns_wrap .sns1 span:before {
        background: url(../svg/Icn_book.svg) no-repeat center;
        background-size: auto 100%;
        width: 12px;
        height: 16px;
        left: 30px;
        top: 8px;
    }
    .textSns_wrap .sns1.on span:before {
        background: url(../svg/Icn_book_on.svg) no-repeat center;
        background-size: auto 100%;
        left: 20px;
    }
    .textSns_wrap .sns2 a span:before {
        width: 16px;
        height: 16px;
    }
    .textSns_wrap .sns3 a span:before {
        width: 16px;
        height: 16px;
        top: 9px;
    }
    .textSns_wrap .sns4 a span:before {
        width: 16px;
        height: 14px;
        top: 10px;
    }
    .textSns_wrap .sns5 span:before {
        width: 28px;
        height: 28px;
        top: 3px;
    }
    .textSns_wrap .sns6 span:before {
        width: 28px;
        height: 28px;
        top: 3px;
    }
    .textRead_wrap .txt {
        font-size: 14px;
        line-height: 2;
    }
    .textMkj_wrap {
        padding: 20px 30px;
    }
    .textMkj_wrap .lst {
        padding-top: 20px;
    }
    .textCnt_box {
        padding-top: 60px;
    }
    .textCnt_box .ttl1 {
        font-size: 20px;
        line-height: 2;
        padding: 0 0 10px;
    }
    .textCnt_box .ttl2 {
        padding: 0 0 0 18px;
    }
    .textCnt_box .ttl3 {
        font-size: 14px;
    }
    .textCnt_box .txt {
        font-size: 14px;
        line-height: 2;
    }
    /*ｌink*/
    .textLink_box li.window a:before {
        width: 10px;
        height: 8px;
        right: 8px;
        top: 8px;
    }
    .textLink_box li .flx {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .textLink_box li .img {
        width: 100px;
        height: 100px;
    }
    .textLink_box li .box {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }
    .textLink_box li .box .ttl {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .textLink_box li .box .txt {
        font-size: 14px;
    }
    .textLink_box li .pay {
        margin-top: 20px;
    }
    .textLink_box li .pay .txt {
        font-size: 12px;
        line-height: 1.4;
    }
    .textLink_box li .pay .txt span {
        font-size: 16px;
    }
    .textLink_box.ver2 li {
        padding: 20px;
    }
    .textLink_box.ver2 li .img {
        width: 80px;
        height: 80px;
    }
    .textLink_box.ver2 li .box {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        padding: 0 0 0 20px;
    }
    .textLink_box.ver2.prop li .img {
        height: 80px;
    }
    .textLink_box.ver2.dl li .img {
        height: 56px;
    }
    .textLink_box.ver2.prop li .box .ttl {
        font-size: 14px;
    }
    .textLink_box.ver2.prop li .box .mds {
        font-size: 12px;
    }
    .textLink_box.ver2.dl .box .btn.c-btn.is-ver2 {
        width: 182px;
    }
    .textAdd_box {
        padding: 20px;
    }
    .textAdd_box .ttl {
        font-size: 16px;
    }
    .textProf_wrap {
        padding-top: 80px;
    }
    .textProf_box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .textProf_box .img {
        width: 60px;
        height: 60px;
    }
    .textProf_box .box {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        padding-left: 20px;
    }
    .textProf_box .box .mds {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .textProf_box .box .name {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .textProf_box .box .txt {
        font-size: 12px;
    }
    .textProf_box .box .lnk {
        padding-top: 15px;
    }
    .textTest_wrap {
        padding-top: 80px;
        /* margin-bottom: 60px; */
    }
    .textTest_box {
        border: 4px solid #FFE036;
    }
    .textTest_ttl {
        padding: 20px 0 20px;
    }
    .textTest_ttl.ver2 {
        padding-bottom: 90px;
    }
    .textTest_ttl .mds {
        font-size: 12px;
        padding-bottom: 4px;
        margin-bottom: 5px;
    }
    .textTest_ttl .ttl {
        font-size: 24px;
    }
    .textTest_ttl .icn {
        position: absolute;
        top: auto;
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
    }
    .textTest_ttl .icn img {
        width: 50px;
        height: auto;
    }
    .textQ_box {
        padding: 20px;
    }
    .textQ_mds {
        font-size: 16px;
        padding-left: 50px;
        margin-bottom: 20px;
    }
    .textQ_mds:before {
        width: 30px;
        height: 34px;
    }
    .textQ_img {
        margin-bottom: 20px;
    }
    .textTest_wrap input[type="checkbox"] + label,
    .textTest_wrap input[type="radio"] + label {
        min-height: auto;
        padding: 15px 15px 15px 56px;
        font-size: 14px;
    }
    .textTest_wrap input[type="checkbox"] + label:before,
    .textTest_wrap input[type="radio"] + label:before {
        width: 30px;
        height: 30px;
        left: 15px;
    }
    .textQ_btn.c-btn.is-src {
        width: 100%;
        margin-top: 20px;
    }
    .textA_in {
        padding: 40px 20px;
    }
    .textA_answer .bln span:before {
        bottom: -12px;
    }
    .textA_answer .answer {
        font-size: 60px;
    }
    .textA_answer .medal {
        padding-top: 30px;
    }
    .textA_txt {
        padding-top: 40px;
    }
    .textA_txt .answer {
        padding: 24px 0;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .textA_txt .answer span {
        margin-left: 10px;
    }
    .textA_txt .answer span img {
        width: 30px;
        height: 30px;
    }
    .textA_txt .mds {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .textA_box .btn.c-btn.is-ver2 {
        height: 95px;
        margin: 30px 0 0 0;
    }
    .textA_box .btn.c-btn.is-ver2 a {
        font-size: 16px;
    }
    .textA_box .back_btnjs .btn.c-btn.is-ver2 {
        height: 56px;
    }
    .textA_btn {
        padding: 20px;
    }
    .textA_btn .txt {
        font-size: 14px;
    }
    .textA_btn .btn {
        display: block;
    }
    .textA_box .btn li.c-btn.is-src {
        width: 100%;
        margin: 0 0 20px;
    }
    .textA_box .btn li.c-btn.is-src:last-child {
        margin: 0;
    }
    .textWb_wrap {
        padding: 40px 20px;
    }
    .textWb_ttl {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .textWb_ttl span {
        padding-bottom: 5px;
    }
    .textWb_box {
        display: block;
    }
    .textWb_box .img {
        text-align: center;
        margin: 0 auto 30px;
    }
    .textWb_box .box {
        width: 100%;
        padding-left: 0;
    }
    .textWb_box .box .ttl {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }
    .textWb_btn.c-btn.is-ver2 {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .textPager_box {
        padding: 20px;
    }
    .textPager_box .link a {
        font-size: 14px;
    }
    .textPager_wrap .listCnt_pager {
        padding: 20px 0 0;
    }
    .textSlide_box {
        padding-top: 80px;
    }
    .articleTag_box {
        padding: 0 20px;
        margin: 15px 0 30px;
    }
    .articleTag_lst li a {
        font-size: 12px;
    }
    /*category*/
    .category_list {
        padding: 40px 20px;
        border-radius: 0;
        margin: 20px 0 0;
    }
    .catBox_wrap {
        margin-bottom: 40px;
    }
    .catBox_ttl {
        margin-bottom: 10px;
    }
    .catBox_ttl .ttl {
        margin-bottom: 10px;
    }
    .catBox_ttl .ttl a {
        font-size: 20px;
        padding-right: 20px;
        padding-left: 40px;
    }
    .catBox_ttl .ttl.icn1 a:before {
        width: 26px;
        height: 26px;
    }
    .catBox_ttl .ttl.icn2 a:before {
        width: 22px;
        height: 28px;
    }
    .catBox_ttl .ttl.icn3 a:before {
        width: 28px;
        height: 26px;
    }
    .catBox_ttl .ttl.icn4 a:before {
        width: 28px;
        height: 16px;
    }
    .catBox_ttl .ttl.icn5 a:before {
        width: 26px;
        height: 24px;
    }
    /*info*/
    body.info .artCnt_flx {
        padding-bottom: 0;
    }
    .infoLst_box {
        padding: 0;
    }
    .infoLst_box li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .infoLst_box .day {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .infoLst_box .txt {
        font-size: 14px;
    }
    .infoDay_wrap .day {
        padding: 20px 0;
    }
    .infoCnt_ttl {
        font-size: 24px;
        padding: 20px 0 40px;
    }
    .infoRead_wrap {
        padding-bottom: 40px;
    }
    .infoRead_wrap .txt {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .infoCnt_btn {
        padding: 60px 20px;
    }
    .infoCnt_btn .c-btn.is-ver2 {
        margin: 0;
    }
    /*area*/
    .search_wrap {
        padding: 40px 20px;
        border-radius: 0;
    }
    .search_ttl {
        font-size: 20px;
    }
    .search_in {
        margin: 40px 0 0 0;
    }
    .searchDtl_wrap {
        width: 47.165%;
        margin: 20px 5.67% 0 0;
    }
    .searchDtl_wrap:nth-child(-n+2) {
        margin: 0 5.67% 0 0;
    }
    .searchDtl_wrap:nth-child(2n) {
        margin: 20px 0 0 0;
    }
    .searchDtl_wrap:nth-child(2) {
        margin: 0;
    }
    .searchDtl_wrap.is-sale .searchDtl_img:before {
        width: 50px;
        height: 50px;
        background: url("../img/sp/pop_sale.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .searchDtl_img {
        height: 97px;
    }
    .searchDtl_img img {
        width: 100%;
        height: auto;
    }
    .searchDtl_txt {
        padding: 10px 0 0;
    }
    .searchDtl_txt .name {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 5px 0;
    }
    .searchDtl_txt .price {
        font-size: 12px;
        margin: 0;
    }
    .date_list {
        display: block;
    }
    .searchDate_wrap,
    .searchDate_wrap.ver2,
    .searchDate_wrap.ver3 {
        width: 100%;
    }
    .searchDate_wrap.ver3 {
        display: block;
    }
    .searchDate_wrap .mds {
        font-size: 12px;
        vertical-align: middle;
    }
    .searchDate_wrap .mds span img {
        width: 14px;
        height: 14px;
    }
    .searchDate_wrap .box {
        padding-top: 10px;
    }
    .searchDate_wrap .box .txt .value {
        font-size: 12px;
    }
    .searchDate_wrap .box .txt .value span {
        font-size: 34px;
    }
    .searchDate_wrap .box .lst {
        margin-left: 30px;
        padding-left: 30px;
    }
    .searchDate_wrap .box .lst li {
        font-size: 12px;
    }
    .searchDate_wrap .graphbox {
        display: block;
        padding-left: 0;
        margin-top: 30px;
    }
    .searchDate_wrap .graph {
        width: 180px;
        margin: 0 auto;
    }
    .searchDate_wrap .vote_date {
        margin-top: 20px;
        padding: 0 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .searchDate_wrap .vote_date li {
        font-size: 14px;
        width: 50%;
    }
    .search_wrap .date_btn {
        margin-top: 30px;
    }
    .search_wrap .date_btn a {
        font-size: 14px;
        padding-right: 20px;
        background: url(../svg/arw_black_down.svg) no-repeat right center;
        background-size: 10px auto;
    }
    .expert-ttl {
        font-size: 24px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .expertLst_box li {
        padding: 40px 20px;
        border-radius: 0;
    }
    .expertBox_wrap {
        display: block;
    }
    .expertBox_wrap.ver2 {
        padding: 40px 20px;
        border-radius: 0;
        margin-top: 20px;
    }
    .expertBox_wrap .img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    .expertBox_wrap .box {
        width: 100%;
        padding: 20px 0 0;
    }
    .expertBox_wrap .box .name {
        margin-bottom: 10px;
        text-align: center;
    }
    .expertBox_wrap .box .txt {
        font-size: 14px;
    }
    .expertBox_wrap .box .btn {
        margin-top: 30px;
        text-align: center;
    }
    .expertBox_wrap .box .sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .artCnt_tlbx {
        overflow: hidden;
    }
    .artCnt-ank {
        float: right;
        margin: 0 20px 0 0;
    }
    .bnr_wrap img  {
        width: 100%;
        height: auto;
    }
    .svCv_wrap {
        padding: 53px 20px 20px 20px;
        margin: 0 20px;
    }
    .svCv_ttl {
        padding: 0 0 12px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #fff;
    }
    .svCv-ttl {
        font-size: 20px;
        line-height: 1.5;
    }
    .svCv-ttl:before {
        content: "もちろん無料、１分で登録完了！";
        background: #fff;
        border-radius: 6px;
        text-align: center;
        padding: 11px 0;
        width: 220px;
        line-height: 1;
        position: absolute;
        top: -53px;
        left: 50%;
        margin: 0 0 0 -110px;
        font-size: 12px;
    }
    .svCv-ttl:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 9.5px 0 9.5px;
        border-color: #ffffff transparent transparent transparent;
        position: absolute;
        top: -23px;
        left: 50%;
        margin: 0 0 0 -9.5px;
    }
    .svCv_wrap ul {
        margin: 0 0 20px;
    }
    .svCv_wrap ul li {
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 0 0 0 55px;
        margin: 0 0 15px;
        position: relative;
    }
    .svCv_wrap ul li:before {
        content: "";
        width: 40px;
        height: 40px;
        background: url(../svg/icn_art_chk.svg) no-repeat center center;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 9;
        margin: -20px 0 0 0;
    }
    .svCv_wrap ul li:last-child {
        margin: 0 0 0;
    }
    .svCv_wrap ul li p {
        text-align: left;
    }
    .svCv_btn .c-btn.is-ver4 {
        margin: 10px 0 0 0;
    }
    .svCv2_wrap {
        margin: 60px 20px 0 20px;
        padding: 20px;
    }
    .svCv2_ttl {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .svCv2_box {
        display: block;
        border-radius: 0;
    }
    .svCv2_img {
        background: #F7F2DF;
        text-align: center;
    }
    .svCv2_img source,
    .svCv2_img img {
        width: 100%;
        max-width: 295px;
        height: auto;
    }
    .svCv2_txt {
        width: 100%;
        padding: 15px;
    }
    .svCv2_txt .lst {
        margin-bottom: 15px;
    }
    .svCv2_txt .lst li {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .svCv2_txt .lst li .line {
        background-position: 0 100%;
    }
    .svCv2_wrap.is-cnt {
        margin: 25px 0 0 0;
    }
    .svCv2_wrap.is-cnt .svCv2_ttl {
        font-size: 14px;
        padding: 10px 10px 8px;
    }
    .svCv2_wrap.is-cnt .svCv2_box {
        padding: 15px;
    }
    .svCv2_wrap.is-cnt .svCv2_img {
        display: none;
    }
    .svCv2_wrap.is-cnt + .textMkj_wrap {
        margin-top: 25px;
    }
    .flwList_wrap li {
        width: 100%;
        max-width: 240px;
        margin: 0 auto 10px auto;
    }
    .flwList_wrap li:last-child {
        margin: 0 auto;
    }
    .flwList_wrap li a {
        height: 34px;
    }
    .flwList_wrap li.is-x a .is-icn {
        padding: 0 0 0 23px;
    }
    .flwList_wrap li.is-fb a .is-icn {
        padding: 0 0 0 25px;
    }
    .flwList_wrap li.is-ln a .is-icn {
        padding: 0 0 0 25px;
    }
    .flwList_wrap li.is-x a .is-icn:before {
        width: 16px;
        height: 16px;
        background: url(../svg/icn_x_blk.svg) no-repeat center center;
        background-size: auto 100%;
        margin: -8px 0 0 0;
    }
    .flwList_wrap li.is-fb a .is-icn:before {
        width: 16px;
        height: 16px;
        background: url(../svg/icn_facebook_bl.svg) no-repeat center center;
        background-size: auto 100%;
        margin: -8px 0 0 0;
    }
    .flwList_wrap li.is-ln a .is-icn:before {
        width: 16px;
        height: 16px;
        background: url(../svg/icn_line_rd.svg) no-repeat center center;
        background-size: auto 100%;
        margin: -8px 0 0 0;
    }
    .studyMv_wrap {
        padding: 20px 0 26px;
    }
    .studyMv_in {
        width: 100%;
        margin: 0;
        background: url(../img/sp/article_study_mv_img.png) no-repeat center top;
        background-size: 275px auto;
        padding: 10px 0 0;
    }
    .studyMv_wrap .mds {
        font-size: 14px;
        line-height: 1.8;
        padding: 0;
    }
    .studyMv_wrap .mds span {
        background-position: 0 100%;
        background-size: 100% 8px;
    }
    .studyMv_wrap .ttl {
        padding: 20px 0;
    }
    .studyMv_wrap .txt {
        padding: 0 20px;
        font-size: 12px;
        line-height: 2;
    }
    .studyMv_wrap .btn.c-btn.is-ver2 {
        width: calc(100% - 32px);
        height: 56px;
        margin: 26px auto 0;
    }
    .studyMv_wrap .lst {
        padding: 0 0 5px;
    }
    .studyMv_wrap .lst .slick-track {
        padding: 14px 0 10px;
    }
    .studyMv_wrap .lst li {
        width: 140px;
        height: 60px;
    }
    .studyMv_wrap .lst li:before {
        width: 17px;
        height: 18px;
        top: -14px;
        right: 6px;
        background: url(../img/sp/article_study_mv_icn.png) no-repeat center;
        background-size: 100% auto;
    }
    .studyMv_wrap .lst li:after {
        margin-left: -7px;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
    }
    .studyMv_wrap .lst li span {
        font-size: 10px;
        transform: scale(.8);
    }
    .studyMv_wrap .lst li.ver2 span {
        font-size: 10px;
        transform: scale(1);
    }
    .studyMv_wrap .lst li.ver3 span {
        font-size: 12px;
        transform: scale(1);
    }
}
@media only screen and (max-width: 374px) {
    .topicsBnr_img img {
        width: 100%;
        height: auto;
    }
    .topicsBnr_info .ttl {
        font-size: 16px;
    }
    .topicsBnr_txt:before {
        right: 10px;
    }
    .article_dtl .ttl {
        font-size: 12px;
    }
    .textLink_box li .box .txt {
        font-size: 12px;
    }
    .textLink_box.ver2.dl .box .btn.c-btn.is-ver2 {
        width: 100%;
    }
    .textLink_box.ver2.dl .box .btn.c-btn.is-ver2 a {
        font-size: 10px;
    }
    .textSns_wrap .sns1 span:before {
        left: 23px;
    }
    .textSns_wrap .sns1.on span:before {
        left: 12px;
    }
    .svCv-ttl {
        font-size: 18px;
    }
    .svCv_wrap ul li p {
        font-size: 13px;
    }
    .svCv2_txt .lst li {
        font-size: 11px;
    }
    .flw-ttl {
        font-size: 13px;
    }
}/*@media*/


@media print{
    .sp_menu {
        display: none;
    }
}
