@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');
/*---------------------------------------------
リセット
---------------------------------------------*/

html {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;

}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, header, address,
figure, figcaption {
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

object,
embed {
    vertical-align: top;
}

legend {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

img, abbr, acronym, fieldset {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

ul li {
    list-style-type: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #000;
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: YakuHanRPs, "M PLUS Rounded 1c", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    background: url(../images/pattern.svg);
    background-size: 4px;
    position: relative;
    height: 100%;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
/*---------------------------------------------
リンク
---------------------------------------------*/
a{
    text-decoration: none;
    display: block;
    color: #000;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

html:not(.sp) a:hover {
    opacity: .8
}

/*---------------------------------------------
強制指定
---------------------------------------------*/
/* ----- 上下左右中央寄せ ----- */
.main .left {
    text-align: left !important;
}

.main .center {
    text-align: center !important;
}

.main .right {
    text-align: right !important;
}

.main .top {
    vertical-align: top !important;
}

.main .middle {
    vertical-align: middle !important;
}

.main .bottom {
    vertical-align: bottom !important;
}
.sp{
    display: none;
}

/* ----- 文字サイズ ----- */
:root {
    --fsll: 1.875em;
    --fsl: 1.125em;
    --fsm: 0.875em;
    --fss: 0.75em;
}
.main .l {
    font-size: var(--fsl)!important;/*---18px--*/
}
.main .m ,.post-day{
    font-size: var(--fsm)!important;/*---14px--*/
}
.main .s, .count{
    font-size: var(--fss)!important;/*---12px--*/
}

/* ----- 文字装飾 ----- */
.main .normal {
    font-weight: normal !important;
}

.winChrome .main .normal {
    font-weight: 500 !important;
}

.main .bold {
    font-weight: bold !important;
}

/* ----- 幅 ----- */
.main .w10p {
    width: 10% !important;
}

.main .w20p {
    width: 20% !important;
}

.main .w30p {
    width: 30% !important;
}

.main .w40p {
    width: 40% !important;
}

.main .w50p {
    width: 50% !important;
}

.main .w60p {
    width: 60% !important;
}

.main .w70p {
    width: 70% !important;
}

.main .w80p {
    width: 80% !important;
}

.main .w90p {
    width: 90% !important;
}

.main .w100p {
    width: 100% !important;
}

/* ----- 下余白 ----- */
.main .mb0 {
    margin-bottom: 0px !important;
}

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

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

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

.main .mb40 {
    margin-bottom: 40px !important;
}

.main .mb50 {
    margin-bottom: 50px !important;
}

.main .mb60 {
    margin-bottom: 60px !important;
}

.main .mb70 {
    margin-bottom: 70px !important;
}

.main .mb80 {
    margin-bottom: 80px !important;
}

.main .mb90 {
    margin-bottom: 90px !important;
}

.main .mb100 {
    margin-bottom: 100px !important;
}

.main .pb0 {
    padding-bottom: 0px !important;
}

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

.main .pb20 {
    padding-bottom: 20px !important;
}

.main .pb30 {
    padding-bottom: 30px !important;
}

.main .pb40 {
    padding-bottom: 40px !important;
}

.main .pb50 {
    padding-bottom: 50px !important;
}

.main .pb60 {
    padding-bottom: 60px !important;
}

.main .pb70 {
    padding-bottom: 70px !important;
}

.main .pb80 {
    padding-bottom: 80px !important;
}

.main .pb90 {
    padding-bottom: 90px !important;
}

.main .pb100 {
    padding-bottom: 100px !important;
}
/* ----- 文字色 - ----- */
.main .txt-white * {
    color: #fff !important;
}

.main .txt-bl {
    color: var(--bl) !important;
}
/*---------------------------------
clearfix
---------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
    content: " ";
    display: table;}
.cf:after {
    clear: both;}
/* For IE 6/7 only */
.cf {
    *zoom: 1;}
/*---------------------------------------------
[CL] カラム
---------------------------------------------*/
.col-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 20px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-gutter {
    width: 100%;
}

.row .no-gutter {
    margin-bottom: 50px;
}

.col1-2 {
    width: calc(50% - 20px);
}

.col1-3 {
    width: calc(33.33333333% - 20px);
}

.col2-3 {
    width: calc(66.66666666% - 20px);
}

.col1-4 {
    width: calc(25% - 20px);
}

.col3-4 {
    width: calc(75% - 20px);
}

.col1-5 {
    width: calc(20% - 20px);
}

.col1-6 {
    width: calc(16.66666666%  - 20px);
}

.no-gutter > .col1-2 {
    width: 50%;
}

.no-gutter > .col1-3 {
    width: 33.33333333%;
}

.no-gutter > .col2-3 {
    width: 66.66666666%;
}

.no-gutter > .col1-4 {
    width: 25%;
}

.no-gutter > .col3-4 {
    width: 75%;
}

.no-gutter > .col1-5 {
    width: 20%;
}

.no-gutter > .col1-6 {
    width: 16.66666666%;
}

.col1-2,
.col1-3,
.col2-3,
.col1-4,
.col3-4,
.col1-5,
.col1-6 {
    margin-right: 20px;
}

.no-gutter > .col1-2,
.no-gutter > .col1-3,
.no-gutter > .col2-3,
.no-gutter > .col1-4,
.no-gutter > .col3-4,
.no-gutter > .col1-5,
.no-gutter > .col1-6 {
    margin-right: 0;
}

.col-set > * > :last-child {
    margin-bottom: 0 !important;
}
.jcc{
    justify-content: center;
}
.jcs{
    justify-content: space-between;
}
.aic{
    align-items: center;
}
/*---------------------------------------------
[color]  カラー
---------------------------------------------*/
:root {
    --bk: #000;
    --gry: #f2f2f2;
    --dgry: #333333;
    --or: #ff7453;
    --pk: #ff78b6;
    --bl: #003f98;
    --cy: #00c2ff;
}
/*---------------------------------------------
[layout]  レイアウト
---------------------------------------------*/
:root {
    --pd_side: 0 20px;
}

.sidebar{
    width: 240px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    padding: 35px 0;
    z-index: 1;
    overflow-y: scroll;
}
main{
    min-height: 100%;
    position: relative;
}
.mainwrap{
    width: calc(100% - 240px);
    margin-left: 240px;
    padding: 35px 5% 70px;
    position: relative;
    min-height: 100%;
}
footer {
    position: absolute;
    width: calc(100% - 240px);
    margin-left: 240px;
    text-align: center;
    bottom: 0;
    height: 35px;
}
@media all and (-ms-high-contrast: none) {
    footer {
        position: relative;
    }
}

footer.signup_footer {
    width: 100%;
    margin-left: 0;
}
.columns{
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 5%;
    word-break: break-all;
}

/*---------------------------------------------
パーツ
---------------------------------------------*/
.logo{
    margin-bottom: 35px;
    padding: var(--pd_side);
}
.archive-ttl_top{
    color: var(--bl);
    padding: 13px 150px 5px 0;
    vertical-align: bottom;
    border-bottom: 2px dotted var(--bl);
    display: table;
    margin-left: 17px;
}
.btn-style1 a,.btn-style2 a{
    color: var(--bl);
    border: 1px solid var(--bl);
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #fff;
    position: relative;
}
.btn-style1 a{
    border-radius: 50px;
    max-width: 500px;
    padding: 17px 10px;
}
.btn-style2 a{
    border-radius: 5px;
    max-width: 200px;
    max-width: 200px;
    padding: 7px 10px;
}
.btn-style1 .btn-more:after,.btn-another:after,.btn-another2:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
}
.btn-style1 .btn-more{
    font-size: var(--fsl);
}
.btn-style1 .btn-more:after{
    right: 20px;
    margin-top: -5px;
    border: 8px solid transparent;
    border-top: 12px solid var(--bl);
}
.btn-another {
    min-width: 250px;
    line-height: 1;
    padding: 10px;
}
.btn-another:after{
    right: 10px;
    margin-top: -7px;
    border: 8px solid transparent;
    border-left: 12px solid var(--bl);
}
.another2-box {
    margin: 40px auto 0;
}
.btn-another2 {
    width: 250px;
    line-height: 1;
    padding: 10px;
    margin: 10px auto 0;
}
.btn-another2:after{
    left: 10px;
    margin-top: -7px;
    border: 8px solid transparent;
    border-right: 12px solid var(--bl);
}
    .copyright{
    background: var(--dgry);
    text-align: center;
    font-size: 10px;
    color:  #fff;
    padding: 10px;
}
.searchform {
    position: relative;
    margin: var(--pd_side);
    margin-bottom: 18px;
}
.searchfield {
    font-size: var(--fsm);
    margin: 3px;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    background-color: #f2f2f2;
    border: none;
    position: relative;
    width: calc(100% - 6px);
}
input::placeholder {
    color: var(--dgry);
    font-family: YakuHanRPs, "M PLUS Rounded 1c", sans-serif;
    font-size: var(--fsm);
}
.media{
    position: relative;
    background: none;
    color: #003f98!important;
    border: 1px solid #003f98;
    border-radius: 20px;
    width: 250px;
    line-height: 1;
    padding: 10px;
    margin-bottom: 50px;
    text-align: center;
    margin: 0 auto;
}
.media:after{
    content: url(../images/ico-dl.svg);
    position: absolute;
    width: 22px;
    right: 20px;
    top: 27%;
}
.fukidashi{
    background: var(--bl);
    padding: 40px;
    position: relative;
    display: inline-block;
    max-width: 400px;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #fff;
}
.fukidashi:before{
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid var(--bl);}
/* IE */
input:-ms-input-placeholder {
    color: var(--dgry);
    font-family: YakuHanRPs, "M PLUS Rounded 1c", sans-serif;
    font-size: var(--fsm);
}
/* Edge */
input::-ms-input-placeholder {
    color: var(--dgry);
    font-family: YakuHanRPs, "M PLUS Rounded 1c", sans-serif;
    font-size: var(--fsm);
}
.searchsubmit {
    background-image: url(../images/ico-search.svg);
    background-color: rgba(255, 255, 255, 0);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 14px;
    margin-top: 10px;
    padding: 0;
    cursor: pointer;
    border: none;
}
.searchsubmit:hover {
    opacity: .6;
}
.side-cat{
    padding: var(--pd_side);
    margin-bottom: 20px;
}
.cat-item{
   position: relative;
}
.cat-item .new{
    position: absolute;
    left: 0;
    top: 0;
}
.side-cat a{
    font-size: var(--fsm);
    color:var(--bl);
    padding: 7px 0 7px 33px;
    line-height: 1;
}
.side-menu{
    padding: 15px 10px 15px 33px;
    border-top: 2px dotted #cccccc;
    border-bottom: 2px dotted #cccccc;
    margin-bottom: 20px;
}
.side-menu a{
    font-size: var(--fsm);
    padding: 6px 0;
    display: block;
    position: relative
}
.side-menu img{
    margin: 3px 10px 0 0;
}
.side-btn{
    padding: var(--pd_side);
    padding-top:
}
.btn-bl{
    margin-bottom: 18px;
}
.btn-bl img {
    margin: 2px 5px 0 5px;
}
.btn-bl a{
    display: block;
    background: var(--bl);
    color: #fff;
    border-radius: 5px;
    padding: 6px 8px;
    font-size: var(--fsm);
}
/*---------------------------------------------
[layout]  カード
---------------------------------------------*/
.post-card{
    background: #fff;
    border-radius: 10px;
    padding: 16px 20px 20px 20px;
    word-break: break-all;
    /*    min-width: 300px;*/
    margin-bottom: 50px;
    box-shadow: 2px 2px 0px 0px #ccba76;
    position: relative;
}
.post_thumbnail{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.post_thumbnail_img{
    width: 100%;
    padding-top: 56.15%;
    border-radius: 10px;
}
.post-day{
    color: var(--cy);
}
.post-ttl{
    padding-bottom: 16px;
    border-bottom: 2px dotted #cccccc;
    margin-bottom: 14px;
}
.userthumb{
    margin-right: 10px;
    position: relative;
}
.twitter_userthumb{
    width: 80px;
    height: 80px;
    margin-right: 25px;
    border-radius: 50%;
}
.post_userthumb{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.userthumb img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
}
.post-card .post-info{
    width: calc(100% - 80px);
}
.post-card .userno{
    margin-bottom: 8px;
}
.post-card .post-cate a{
    position: relative;
    padding-left: 15px;
    color: var(--bl);
}
.post-card .post-cate a:before{
    content:  '';
    background: var(--bl);
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 4px;
}
.post-card .ico-new{
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
}
/*Singleページ*/
.column{
    border-bottom: 1px solid var(--bl);
    border-top: 1px solid var(--bl);
    padding: 24px 0;
    margin-bottom: 50px;
}
.main_img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.column .post-cate,.column .post-cate a{
    color: var(--bl);
}
.line1{
    position: relative;
}
.line1:after{
    content: '';
    width: 30px;
    height: 1px;
    background: var(--bl);
    position: absolute;
    top: 50%;
    left: 105px;
}
.column .post-categories {
    padding-left: 80px;
}
.column h1,.main-ttl{
    font-size: var(--fsll);
    margin-bottom: 25px;
}
.column .writerarea{
    padding-bottom: 25px;
    border-bottom: 1px solid var(--bl);
    margin-bottom: 50px;
}
.post-body h2{
    font-size: 140%;
    padding: 0px 0 40px;
}
.post-body a{
    color: var(--cy);
}
.post-body p{
    margin-bottom: 40px;
}
.post-body  p.has-large-font-size{
    font-size: 24px;
    margin-bottom: 50px;
}
.wp-block-image{
    border-radius: 10px;
}
.wp-block-video,.post-body .wp-block-image{
    margin-bottom: 3em;
    text-align: center;
}
/*いいねボタンカスタマイズ*/
.wpulike{
    padding: 0!important;
}
.wpulike .wp_ulike_general_class {
    background: #39c2ff;
    border-radius: 20px;
    height: 22px;
    position: relative;
}
.wpulike-default .wp_ulike_put_image:after{
    width: 13px!important;
    top: 16px!important;
}
.wpulike-default .wp_ulike_btn,.wpulike-default .count-box{
    background-color: rgba(255, 255, 255, 0)!important;
    box-shadow: 0 0 0 0 #bdbdbd inset!important;
    color: #ffffff!important;
}
.wpulike-default .count-box{
    position: absolute!important;
    margin-left: 0!important;
    right: 0;
    z-index: 0;
}
.wpulike-default .count-box:before {
    border-left-color: rgba(255, 255, 255, 0)!important;
    border-bottom-color: rgba(255, 255, 255, 0)!important;
    background: none!important;
}
.wpulike-default .wp_ulike_put_image.wp_ulike_btn_is_active::after {
    filter: invert(0%) sepia(0%) saturate(3852%) hue-rotate(329deg) brightness(100%) contrast(111%)!important;
}
.wpulike .wp_ulike_btn{
    z-index: 1;
    width: 83px;
}
.wpulike-default .wp_ulike_put_image:after {
    left: 20px!important;
}
/*アーカイブ*/
.archive-title,.archive-title_tag,.page-title{
    position: relative;
    font-size: 1.5em;
    margin-bottom: 34px;
    line-height: 1.29;
    word-break: break-word;
}
.archive-title{
    color: var(--or);
    padding-left: 70px;
}
.archive-title_tag,.page-title_tag,.page-title_rank,.page-title_twitter{
    color: var(--bl);
}
.archive-title:before{
    content: url(../images/ico-info.svg);
    width: 64px;
    position: absolute;
    left: 0;
    top: -4px;
}
.archive-title_tag,
.page-title_rank,
.page-title_twitter{
    padding-left: 55px;
}
.archive-title_tag:before,
.page-title_rank:before,
.page-title_twitter:before{
    width: 40px;
    position: absolute;
    left: 0;
    top: -2px;
}
.archive-title_tag:before{
    content: url(../images/ico-tag.svg);
}
.page-title_rank:before{
    content: url(../images/ico-rank.svg);
}
.page-title_twitter:before{
    content: url(../images/ico-tweet.svg);
}
.page-title_twitter{
    border-bottom: 1px solid var(--bl);
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.tag-list a,.search-list a{
    color: var(--cy);
    padding: 0px 20px 30px 13px;
    font-size: 1.25em;
    position: relative;
}
.tag-list a:before{
    content: '#';
    position: absolute;
    left: 0;
    top: 0;
}
.notfound {
    padding: 30px 70px;
}
/*ナビ*/
.nav-wrap.open {
    display: block;
}
.nav-wrap.close {
    display: none;
}
/*#signup*/
main#signup {
    width: 100%;
    margin: 70px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
/*    height: calc(100vh - 135px);*/
}
#signup .signup-container{
    background: #fff;
    width: 768px;
    border-radius: 10px;
    padding: 20px 130px;
    position: relative;
}
#signup.signup_complate .signup-container{
    padding: 20px;
}
#signup footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}
#signup .logo{
    position: absolute;
    left: 15px;
    top: 20px;
}
#signup .signup_ttl_wrap{
    margin: 0 0 20px 175px;
}
#signup .signup_ttl{
    color: var(--bl);
    padding: 0 150px 5px 0;
    vertical-align: bottom;
    border-bottom: 2px dotted var(--bl);
    display: table;
    margin-bottom: 20px
}
#signup .ur-label{
    text-align: right;
    color: var(--bl);
    width: 175px;
    display: table-cell;
    padding-right: 20px;
}
#signup .ur-label,#signup .m{
    font-size: var(--fsm);
}
#signup input{
    background-color: #f2f2f2;
    border-width: 0;
    border-color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
}
#signup .ur-field-item >*{
    display: table;
    table-layout: fixed;
    margin-bottom: 25px;
    width: 100%;
}
#signup .required{
    color: var(--or);
    }
#signup span.description {
    display: block;
    font-size: 14px;
}
#signup .button{
    background: #003f98;
    border-color: #003f98;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    min-width: 200px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding: 8px;
    border-radius: 5px;
    margin-left: 175px;
    font-size: var(--fsm);
}
#signup .button:after {
    right: 5px;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 11px solid #fff;
    display: block;
    content: "";
    position: absolute;
    top: 49%;
    width: 0;
    height: 0;
}
#signup .signup_complate_wrap{
    padding: 180px 0;
    text-align: center;
}
#signup .signup_complate_ttl{
    color: var(--bl);
}
#signup .ur-frontend-form {
    margin-bottom: 0;
    border: none;
    padding: 0;
}
footer.signup_footer {
    position: inherit;
    height: auto;
}
/* twitter*/
.tweet_text{
    width: calc(100% - 105px);
}

.tweet_box{
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.tweet_box .post-day{
    font-size: 1em!important;
    margin-right: 25px;
    padding-bottom: 8px;
}
.tweet_box .username{
    margin-right: 5px;
}
.tweet_box {
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.comment-form{
    margin-bottom: 50px;
}
.comment-form-comment label{
    display: block;
    margin-bottom: 15px;
}
.comment-form-comment textarea#comment{
    border: none;
    background: #f2f2f2;
    height: 50px;
    width: 100%;
    padding: 12px;
    margin-bottom: 25px;
}
.form-submit input[type="submit"]{
    width: 150px;
    color: #fff;
    background: var(--bl);
    border-radius: 15px;
    padding: 8px 16px;
    border-color: rgba(255, 255, 255, 0);
    padding: 1px 16px;
    font-size: 1em;
}
.comment-list{
    padding-left: 0;
}
.comment-list dl{
    border-top: 2px dotted #ccc;
    padding: 20px 0
}
.sub_userthumb{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.sub_userthumb img{
    border-radius: 50%;
    margin-right: 25px;
    width: 100%;
    height: 100%;
}
.comment-list dt{
    margin-bottom: 15px;
}
.comment-respond textarea{
    resize: vertical;
    max-width:567px;
    height:50px;
}
#more-button {
    background: #eee;
    height: 56px;
    margin: 40px 0 0;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .nav-wrap {
        display: block !important;
    }
}
.content {
    padding: 20px;
}
@media screen and (max-width: 1024px) {
    .col1-3{
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 768px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .col-set{
        width: 100%;
    }
    .col1-2, .col1-3, .col2-3, .col1-4, .col3-4, .col1-5, .col1-6{
        margin-right: 0;
    }
    .sidebar {
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding: 0;
        z-index: 9;
    }
    main {
        width: 100%;
        margin-left: 0;
        margin-top: 14%;
        position: relative;
    }
    footer{
        width: 100%;
        margin-left: 0;
    }
    .mainwrap{
        width: 100%;
        margin-left: 0;
        padding: 35px 5.6% 70px;
        height: 100%;
        position: relative;
    }
    .columns{
        padding: 35px 4.5%;
    }
    .col1-3{
        width: 100%;
    }
    .line1:after{
        left: 92px;
    }
    .column .post-categories {
        padding-left: 56px;
    }
    .column h1{
        font-size: 1em;
    }
/*    navigation*/
    .main_cover{
        position: fixed;
        width: 100%;
        visibility: hidden;
        z-index: -1;
        -webkit-transition: .3s;
        transition: .3s;
    }
    .main_cover.active{
        height:100%;
        visibility: visible;
        background:rgba(0,0,0,0.4);
        z-index:7;
    }
    .nav-wrap{
        display: none;
        position: relative;
        width: 100%;
        left: 0;
        background: #fff;
        z-index: 10000;}
    .header_sp_nav{
        width: 25px;
        height: 23px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin: auto;
        cursor: pointer;
        z-index: 99999;
        transform: translateY(-50%);
    }
    .nav_line{
        display: block;
        position: absolute;
        width: 25px;
        height: 3px;
        background: #003f98;
        -webkit-transition: .3s;
        transition: .3s;
        z-index: 10
    }
    .nav_line1{
        top: 0;
        bottom: auto;
        margin-bottom: 10px;
    }
    .nav_line2{
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .nav_line3{
        bottom: 0;
        top: auto;
    }
    .header_sp_nav.active .nav_line2{
        display: none;
    }
    .header_sp_nav.active .nav_line1{
        top: 0;
        bottom: 0;
        margin: auto;
        transform:rotate(45deg);
    }
    .header_sp_nav.active .nav_line3{
        top: 0;
        bottom: 0;
        margin: auto;
        transform:rotate(-45deg);
    }
    .nav-wrap {
        position: fixed;
        left: 0;
        top: auto;
        display: none;
        z-index: 10;
        background-color: #fff;
        width: 100%;
        padding-top: 6%;
        border-top: 2px dotted #cccccc;
    }
    .nav-wrap .nav {
        height: 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .logo {
        margin-bottom: 0;
        width: 45%;
        padding: 3% 1%;
    }
    .btn-bl {
        margin: 0 5px;
    }
    .btn-bl a {
        position: relative;
        border-radius: 50%;
        padding: 18px 15px;
        text-indent: -99999px;
        width: 35px;
        height: 35px;
    }
    .btn-bl img {
        width: 53%;
        margin: 0;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }
    .side-btn {
        padding: var(--pd_side);
        display: flex;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%) ;
        -webkit- transform: translateY(-50%);
    }
    .side-menu{
        border-bottom: none;
    }
    .archive-title:before{
        top: -6px;
    }
    .archive-ttl_top_wrap {
        text-align: center;
        display: block;
    }
    .archive-ttl_top {
        padding: 13px 0 5px 0;
        display: block;
        margin-left: 0;
    }
    .page-title_tag{
        padding-top: 40px;
        border-top: 1px solid var(--bl);
    }
    .columns{
        width: 100%;
    }
    .column{
        margin-bottom: 45px;
    }
    .author_posts_link {
        display: block;
    }
    .author_posts_link.no-gutter > .col1-2 {
        width: 100%;
    }
    .writerarea{
        margin-bottom: 38px;
    }
    .btn-style1 a{
        max-width: 80%;
        width: 100%;
        padding: 10px;
    }
    .notfound {
        padding: 30px 0px;
    }
    .main-ttl{
        font-size: var(--fsl);
    }
    main#signup {
        margin: 35px auto 70px;
        height: auto;
        width: 88%;}
    #signup .signup-container{
        width: 100%;
        padding: 20px 14px;
    }
    #signup .signup_ttl{
        padding: 0;
        margin-top: 12px;
        margin: 12px 0 20px 156px;
    }
    #signup .signup_ttl_wrap {
        margin: 0;
    }
    #signup .ur-field-item >*{
        display: block;
    }
    #signup .ur-label {
        text-align: left;
    }
    .ur-button-container {
        text-align: center;
    }
    #signup .button{
        margin-left: auto;
    }
    #signup .register{
        margin-top: 20px
    }

    .tweet_box .userthumb,.sub_userthumb img,.twitter_userthumb{
        width: 50px;
        height: 50px;
    }
    .tweet_box >.jcs{
        justify-content: flex-start;
    }
    .tweet_text {
        width: calc(100% - 75px);
    }
    .tweet_box .post-day{
        padding-bottom: 0px;
    }

}
@media screen and (max-width: 375px){
    .nav-button {
        width: 25px;
    }
    .nav-button span{
        height: 3px;
    }
    .nav-button span:nth-of-type(2) {
        top: 9px;
    }
    .nav-button span:nth-of-type(3) {
        top: 18px;
    }
    .side-btn{
        right: 30px;
    }
    .btn-bl {
        margin: 0 5px 0 0;
    }
    .nav-button.active span:nth-of-type(3){
        top: 28px;
    }
}

.conv_notice {
    font-size: 12px;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
}

#signup .description {
    display: block;
    margin-top: -8px;
}
.form_description {
    padding-left: 0;
    font-size: 14px;
    width: 100%;
    margin: 10px 0 0 0;
}
@media screen and (min-width: 769px) {
    .form_description {
        padding-left: 175px;
        font-size: 14px;
        width: calc(100% + 80px);
        margin: 10px -80px 0 0 ;
    }
    .sp_br {
        display: none;
    }
}
