html {height: 100%;}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    position: relative;
}
body.admin {
    min-height: 100%;
}
p,span,div,a {
    font-size: 16px;
}
a {
    transition: all 200ms linear 0s;
}
a:hover {
    opacity: .7;
    color: #0188c4;
}
a.txt-link {
    color: #00a1e8!important;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em;
}
.tac {
    text-align: center!important;
}
.tal {
    text-align: left!important;
}
.tar {
    text-align: right!important;
}
.pc {display: block!important;}
.sp {display: none!important;}

.bg-grey {background: #e8f3ff!important;}
.bg-sb {background: #fbfcff!important;}
.mb0 {
    margin-bottom: 0!important;
}
.mb05 {
    margin-bottom: 5px!important;
}
.mb1 {
    margin-bottom: 10px!important;
}
.mb2 {
    margin-bottom: 20px!important;
}
.mb3 {
    margin-bottom: 30px!important;
}
.mb6 {
    margin-bottom: 60px!important;
}
.mt0 {
    margin-top: 0!important;
}
.mt1 {
    margin-top: 10px!important;
}
.mt2 {
    margin-top: 20px!important;
}
.mt05 {
    margin-top: 5px!important;
}
.mb0 {
    margin-bottom: 0!important;
}
.pb0 {
    padding-bottom: 0!important;
}
.pb2 {
    padding-bottom: 20px!important;
}
.fs20 {font-size: 20px!important;}
.w100 {width: 100%!important;}
.w48 {max-width: 480px!important;}
.w32 {max-width: 320px!important;}
.flx {
    display: flex!important;
}
.alic {
    align-items: center!important;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.fright {
    float: right!important;
}
.fleft {
    float: left!important;
}
.bggrey {
    background: #fafafa;
}
.txtmd {
    font-size: 1.2em!important;
}
.txtsm {
    font-size: .8em!important;
}
.txtgrey {
    color: #7b7b7b;
}
.txtred {
    color: #f44336;
}
/*ヘッダ*/
header {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
    background: url(../images/bg-header.png);
    background-size: auto;
    background-position: top center;
    height: 74px;
    background: #0188c4;
}
header .header-logo {
    display: block;
    width: 100%;
    max-width: 235px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 100px;
}
header ul.hm-list {
    display: flex;
}
header ul.hm-list li {
    position: relative;
}
header ul.hm-list li.mypg {
    margin-right: 5px;
}
header ul.hm-list li.menu {
    position: relative;
}
header ul.hm-list li.menu:after,
header ul.hm-list li.menu:before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 200ms linear 0s;
}
header ul.hm-list li.menu:after {
    background: url(../images/header-menu-open.png)no-repeat center center;
    background-size: contain;
    width: 46px;
    height: 36px;
}
.open header ul.hm-list li.menu:after {
    background: url(../images/header-menu-close.png)no-repeat center center;
    background-size: contain;
}
.search-area.header {
    margin: 0 0 0 20px;
}
.search-area.header .search-txt {
    width: 140px;
    background: #f9f9f9;
}
.btn.search {
    cursor: pointer;
}
.admin header .header-logo {
    margin: 0 auto;
}
.byline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}
.byline figure {
    width: 26px;
    border-radius: 200px;
    overflow: hidden;
    margin-right: 5px;
}
.byline a,
.byline span {
    color: #fff;
}
.byline span {
    color: initial;
}


/*ヘッダメニューボタン*/
#nav-toggle {
    transition: all 200ms linear 0s;
}
#nav-toggle > div {
    position: relative;
    width: 50px;
}
#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: top .3s ease, -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out, top .3s ease;
    transition: transform .4s ease-in-out, top .3s ease, -webkit-transform .4s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 18px;
}
#nav-toggle span:nth-child(3) {
    top: 36px;
}
.open #nav-toggle span {
    background: #000;
}
.open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-toggle {
    z-index: 1000;
}
#container {
    z-index: 900;
}
#gloval-nav {
    background: #fff;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
    display: inline-block;
    color: #02a9e7;
    text-decoration: none;
    padding: 10px 10px;
    transition: color .6s ease;
    text-transform: uppercase;
    position: relative;
    font-size: 24px;
    font-weight: 500;
}
#gloval-nav a:hover {
    color: #666;
}
#gloval-nav ul {
    list-style: none;
}
#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
}
.open {
    overflow: hidden;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}
.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/*ボタン*/
.btn {
    display: block;
    padding: 5px 20px;
    position: relative;
    background: #ccc;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    border-radius: 200px;
    border: 1px solid #ccc;
}
.btn.two {
    border-radius: 10px;
    background: #fafafa;
    border: 1px solid #cccccc;
    color: #333;
}
.btn.two:after {
    content: "\f105";
    width: 12px;
    height: 22px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
}
button {
    cursor: pointer;
}
button.md.btn {
    font: 400 1em Arial!important;
    padding: 10px 10px;
}
.btn:hover {
    color: #fff;
}
.btn.two:hover {
    color: initial;
}
.btn.md {
    font-size: 1.1em;
    padding: 12px 10px;
}
.btn.line {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.btn.grn {
    background: #46b035;
    border: 1px solid #46b035;
}
.btn.blu {
    background: #0087c3;
    border: 1px solid #0087c3;
}
span.label {
    display: inline-block;
    padding: 2px 15px;
    position: relative;
    background: #ccc;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 200px;
}
span.label.line {
    background: transparent;
    border: 1px solid #46b035;
    color: #46b035;
}

/*メイン*/
main {
    padding-top: 120px;
    padding-bottom: 60px;
}
h2.one {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    padding: 0 0 10px;
    margin: 0 0 0;
}
.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
}
.container.sm {
    max-width: 480px;
}
.container > .byline {
    display: none;
}
.wbox {
    background: #fff;
    border: 1px solid #bbb;
    padding: 20px 20px;
}
.wbox.nb {
    border-bottom: none;
}
a.nafter:after {
    content: none;
}
section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 60px 20px;
}
section.grey:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #e8f3ff;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: -1;
}
.sec-flx {
    display: flex;
    align-items: center;
}
.sec-flx.rvs {
    flex-direction: row-reverse;
    justify-content: space-between;
}
.sec-flx > .box {
    width: 100%;
    max-width: 740px;
    flex-shrink: 0;
}
.sec-flx > .box > p {
    padding: 20px 0;
}
section.bd {
    padding: 60px 20px;
    background-size: 100% 35%;
    background-repeat: no-repeat;
}
ul.list-one.topic > li > a {
    pointer-events: none;
}
ul.list-one li {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #bbb;
}
ul.list-one.rightdir li:after {
    content: "\f105";
    width: 12px;
    height: 22px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    font-size: 18px;
    color: #0188c4;
}
ul.list-one.last-none li:last-child:after {
    content: none;
}
ul.list-one li > a {
    display: flex;
    padding-right: 35px;
}
.link-one {
    color: #0188c4;
    position: relative;
    padding-right: 12px;
}
.link-one:before {
    content: "\f0da";
    width: 6px;
    height: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}
.link-two {
    color: #0188c4;
}
h3.ttl.one {
    background: #ebebeb;
    padding: 5px 10px;
    font-size: 18px;
}
h3.ttl.two {
    background: #f8faff;
    padding: 5px 10px;
    font-size: 18px;
}
ul.list-two {
    display: flex;
    padding: 0 0;
    align-items: center;
    margin: 0 0 20px;
    flex-wrap: wrap;
}
ul.list-two li {
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 20px;
    background: #fafafa;
    width: 100%;
    max-width: 406px;
}
ul.list-two li:nth-child(3n) {
    margin-right: 0;
}
ul.list-two li:after {
    content: "\f105";
    width: 6px;
    height: 20px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    display: inline-block;
}
ul.list-two li > a {
    display: flex;
    padding: 15px 10px;
}
ul.list-two li > a > .txtarea {
    padding-left: 10px;
}
figure.one {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 200px;
    background: #04d2c8;
    flex: 0 0 auto;
}
.ta-01 {
    width: 70%;
}
.ta-02 {
    width: 30%;
}
.ta-03 {
    width: 25%;
}
.ta-04 {
    width: 75%;
}
.sec-ttl >span:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: #fff;
}
.sec-ttl.blu >span:before {
    background: #00a2ed;
}
.sec-ttl >span.result {
    position: relative;
    padding-left: 0;
    margin-left: 0;
}
.sec-ttl >span.result:before {
    content: none;
}
ul.mv-list {}
ul.mv-list > li {
    margin: 0 0 30px;
}
.content-area .content,
.content-area .contents {
    display: none;
}
.content-area .content.show,
.content-area .contents.shows {
    display: block;
}
.search-txt:focus {
    outline: none;
}
.search-img {
    height: 19px;
}
ul.bc-list {
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 80px 0 40px;
    flex-wrap: wrap;
}
ul.bc-list li {
    position: relative;
}
ul.bc-list li > a {
    color: #009ce2;
    font-size: 14px;
    display: inline-block;
    padding: 0 20px 0 0;
}
ul.bc-list li:after {
    content: "\f105";
    width: 5px;
    height: 16px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    display: inline-block;
    font-size: 14px;
    color: #666;
}
ul.bc-list li:last-child a {
    margin-right: 0;
    pointer-events: none;
    color: #333;
}
ul.bc-list li:last-child:after {
    content: none;
}
ul.bc-list.bottom {
    margin: 0 0 0;
}
a.user-name {
    text-decoration: underline;
}
a.user-name:hover {
    color: #222;
}
@media screen and (max-width: 720px) {
    h2.one {
        font-size: 18px;
    }
    .detail-box {
        flex-direction: column;
        margin-bottom: 0;
    }
    .detail-ttl {
        font-size: 18px;
    }
    footer.detail {
        padding: 30px 20px 90px;
    }
    ul.bc-list li > a {
        font-size: 12px;
    }
}
/*TOP*/
.banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banners > div {
    width: 48%;
}
.line_friend {
    text-align: center;
    margin-bottom: 20px;
}
.line_friend img {
    width: 240px;
    max-width: 80%;
}

/*news*/
.news h2 {
    font-size: 2rem;
    font-weight: bold !important;
}
.news .news-body {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

/*Pgenavi*/
.pnav-wrap {
    padding: 40px 0 90px;
}
.wp-pagenavi {
    clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #f2f2f2;
    padding: 15px 15px;
    margin: 2px;
    background: #fff;
    color: #0188c4;
    font-family: sans-serif;
    border-radius: 5px;
}
.wp-pagenavi span {
    background: #0188c4;
    color: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}
.wp-pagenavi span.current {
    font-weight: bold;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #fff;
    background: #0188c4;
    color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #0188c4;
    margin: 2px;
}
@media screen and (min-width: 720px) {
    .top-list.bottom {
        padding: 15px 90px;
    }
}
@media screen and (max-width: 720px) {
    .pnav-wrap {
        padding: 30px 0;
    }
}
/*paginate_links*/
.wp_paginate_links {
    text-align: center;
}
.wp_paginate_links .page-numbers {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #ccc;
}
.wp_paginate_links .current {
    background: #aaa;
    color: #fff;
}

/*管理画面*/
header + section {
    padding-bottom: 200px;
}
.admin-panel {
    max-width: 456px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 60px;
}
.admin-panel.border {
    border-bottom: 1px solid #ccc;
}
.admin-panel > h2 {font-size: 20px;}
.admin.short footer {
    padding-bottom: 10px;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.admin-panel.message,
.tab-list.message {
    max-width: 680px;
    margin: 0 auto;
}
.form-group {
    margin: 0 0 20px;
}
.borderb {
    border-bottom: 1px solid #bbb!important;
}
.bordernt {
    border-top: none!important;
}
.form label {
    font-size: 16px;
    padding: 0 0;
    margin: 0 0 8px;
    display: block;
}
.form textarea, .form select {
    width: 100%;
}
.form.inputMax input {
    width: 100%;
}
.form input, .form textarea, .form select {
    font-size: 18px;
    padding: 15px 10px;
    -webkit-appearance: none;
    appearance: none;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}
.form select.bd {
    width: 80px;
}
.form select#pref {
    width: 100%;
}
.form select + span {
    display: inline-block;
    padding: 0 3px;
}
span.req {
    position: relative;
}
ul.radio-list {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.form-group > label {position: relative;}
.form-group > label:after {
/*
    content: "必須";
    font-size: 12px;
    background: #ff7504;
    padding: 3px 12px 5px;
    border-radius: 5px;
    color: #fff;
    margin-left: 5px;
    position: relative;
    top: -1px;
    left: 0;
    font-weight: 400;
*/
}
.form-group > label.any:after {
    content: none;
}
.radio_box li input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: auto;
}
.radio_box li input[type="radio"] + label:before {
    content: "";
    border-radius: 100%;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    box-shadow: inset 0 0 0 4px #fff;
}
.radio_box li input[type="radio"] + label:before {
    width: 24px;
    height: 24px;
    top: 0.1em;
}
.radio_box li input[type="radio"]:checked + label:before {
    background-color: #ff7504;
}
.radio_box li input[type="radio"]:checked:focus:before, .radio_box li input[type="radio"]:checked + label:before {
    outline: none;
    border-color: #ccc;
}
input[type="file"] {
    background: none;
    border: none;
    padding: 2px 0 5px!important;
    outline: none;
}
.bar {
    background: #ccc;
    text-align: center;
    margin: 10px 0 0;
    padding: 12px 10px;
}
.bar.short {
    background: #f1adad;
}
.bar.good {
    background: #ffe399;
}
.bar.strong {
    background: #c1e1b9;
}
a.img-del {
    display: inline-block;
    color: #009fe0;
    position: relative;
    width: 140px;
    margin: 3px 0 0;
    padding: 0 0 0 15px;
    font-size: 14px;
}
a.img-del:before {
    content: "\f014";
    width: 12px;
    height: 16px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    display: inline-block;
    font-size: 16px;
}
.img-view {width: 120px;}
.img-view img {
    display: block;
    border: 1px solid #ccc;
}
input::placeholder,
textarea::placeholder {
    color: #999;
}
.form select::-ms-expand {
    display: none;
}
.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    background-image: url(../images/icon-select-down.png);
    background-repeat: no-repeat;
    background-size: 8px 7px;
    background-position: right 10px center;
}
.form dt > label {
    margin: 0 0 0;
    font-weight: 400;
    font-size: 16px!important;
}
.form dd > select {
    background-color: transparent;
    border: none;
    padding-left: 0;
}
.form dd > ul.radio-list {
    flex-direction: column;
}

input[type=checkbox] {
    display: none;
}
ul.radio-list.check li > label,
.form-group.check .lfcb {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 5px 30px;
    position: relative;
    width: auto;
    margin: 0 0;
}
ul.radio-list.check li > label:before,
.form-group.check .lfcb:before {
    background: #fff;
    border: 1px solid #ccc;
    content: '';
    display: block;
    height: 20px;
    left: 5px;
    position: absolute;
    top: 0;
    width: 20px;
}
ul.radio-list.check li > label:after,
.form-group.check .lfcb:after {
    border-right: 3px solid #437df7;
    border-bottom: 3px solid #437df7;
    content: '';
    display: block;
    height: 15px;
    left: 10px;
    margin-top: -12px;
    opacity: 0;
    position: absolute;
    top: 42%;
    transform: rotate(45deg);
    width: 10px;
}
input[type=checkbox]:checked + label.lfcb:after {
    opacity: 1;
}
.fee-list {
    display: flex;
    flex-wrap: wrap;
}
.fee-list dt,
.fee-list dd {
    margin: 0 0 10px;
}
.fee-list dt {
    width: 40%;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    background: #fafafa;
}
.fee-list dd {
    width: 60%;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    padding: 6px 10px;
    border-left: none;
}
.fee-list dd p {
    text-align: right;
}
.fee-list dd p span {
    display: inline-block;
}
.status-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 0 5px;
}
.status-list dt,
.status-list dd {
    padding: 10px;
}
.status-list dt {
    border-bottom: 1px solid #ccc;
    background: #e8f3ff;
    font-weight: 400;
}
.status-list dd {
    border-radius: 0 5px 5px 0;
}
.box01 {
    background: #fff6de;
    padding: 10px 10px;
    margin: 0 0 10px;
}
.box01.two {
    background: #f8d7da;
}
ul.message-list {}
ul.message-list li {
    position: relative;
    border-bottom: 1px solid #ccc;
}
ul.message-list li > a {
    display: block;
    padding: 10px 40px 10px 10px;
}
ul.message-list li > a:hover {
    background: #f9f9f9;
}
ul.message-list li:after {
    content: "\f054";
    width: 16px;
    height: 18px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    font-size: 20px;
    color: #f1f1f1;
}
ul.message-list li p.head {
    margin: 0 0 5px;
}
ul.message-list li p.head.unread {
    font-weight: 400;
}
p.message-date {
    font-size: 16px;
    color: #999;
    position: relative;
    padding-left: 20px;
}
p.message-date:before {
    content: "\f017";
    width: 16px;
    height: 32px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    font-size: 20px;
    color: #ccc;
}
.message-txt {
    font-size: 16px;
}
.main-user {
    overflow: hidden;
    border-radius: 200px;
    width: 100%;
    max-width: 80px;
    margin: 0 auto 10px;
}
.admin-menu {
    position: relative;
    display: block;
}
.admin-menu:after {
    content: "\f105";
    width: 12px;
    height: 22px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    font-size: 18px;
}
.admin-menu.down {
    pointer-events: none;
}
.admin-menu.down:after {
    transform: rotate(90deg);
    top: 10px;
}
ul.detail-list {}
ul.detail-list li {
    display: flex;
    padding: 0 0 20px;
    border-bottom: 1px solid #bbb;
    margin: 0 0 20px;
    flex-wrap: wrap;
}
ul.detail-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
ul.detail-list li .one {
    width: 50%;
}
ul.detail-list li .two {
    width: 50%;
}
ul.detail-list li .two p {}
ul.detail-list li .two p.edit {
    margin: 0 0 20px;
}
ul.detail-list li .two a {
    color: #0188c4;
}
ul.detail-list li .two a.cimage {
    display: block;
    width: 80px;
    margin: 0 0 5px;
}
ul.detail-list li .two a.ccover {
    display: block;
    max-width: 180px;
    width: 100%;
}
ul.unread-list {}
ul.unread-list > li {
    padding: 15px 0;
    border-bottom: 1px solid #bbb;
}
ul.unread-list > li p > span {
    display: inline-block;
    position: relative;
    padding-right: 12px;
}
ul.unread-list > li p > span:after {
    content: "\f105";
    width: 6px;
    height: 22px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    font-size: 18px;
}
ul.unread-list > li.topic {
    padding-top: 0;
}
ul.unread-list > li:last-child {
    border: none;
    padding-bottom: 0;
}
ul.unread-list li p {}
ul.topic-list {}
ul.topic-list > li {}
ul.topic-list > li > a.active {
    pointer-events: none;
    color: #ccc;
}
a.follow {
    position: relative;
    padding-left: 16px;
}
a.follow:before {
    content: "\f196";
    width: 16px;
    height: 22px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    font-size: 18px;
}

/*フッタ*/
footer {
    background: #232936;
}
footer .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .container > .flx {
    justify-content: space-between;
    padding: 20px 0 0;
}

a.foot-logo {
    display: block;
    width: 100%;
    max-width: 215px;
}
ul.flist {
    margin: 0 0 30px;
}
ul.flist li {
    margin-right: 20px;
}
ul.flist li:last-child {
    margin-right: 0;
}
ul.flist li a {
    color: #fff;
    font-size: 16px;
}
p.cr {
    padding-left: 10px;
}
p.cr,
p.cr a {
    font-size: 12px;
    color: #fff;
}

/*PageTop*/
.button_totop {
    position: fixed;
    cursor: pointer;
    transform: translateY(150px);
    transition: transform .5s;
    z-index: 9999;
}
.show_scroll_button .button_totop {
    transform: translateY(0);
}
.button_totop > .icon {
    position: relative;
}
.button_totop > .icon:before {
    content: "";
    position: absolute;
    left: 0;
    width: 38px;
    height: 38px;
    border-top: 2px solid #0188c4;
    border-right: 2px solid #0188c4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    right: 0;
    margin: auto;
}
.button_totop span {
    display: none;
}
.button_totop {
    right: 20px;
    bottom: 20px;
}
.button_totop > .icon {
    width: 58px;
    height: 58px;
    background-size: 10px auto;
}

@media screen and (max-width: 1080px) {
    ul.list-one li {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .mb6.sp2 {margin-bottom: 20px!important;}
    .fs20 {font-size: 16px!important;}
    .sp {display: block!important;}
    .pc {display: none!important;}
    .sp.flx {
        display: flex!important;
    }
    .mb05s {
        margin-bottom: 5px;
    }
    p,div {
        font-size: 14px;
    }
    .spal {
        text-align: left!important;
    }
    header {
        padding: 8px 10px;
    }
    .admin header .header-logo {
        margin: 0;
    }
    header ul.hm-list li {
        width: 48px;
        height: 48px;
        margin: 0;
    }
    header ul.hm-list li.login:after,
    header ul.hm-list li.logout:after,
    header ul.hm-list li.register:after {
        width: 26px;
        height: 22px;
    }
    header ul.hm-list li.mypage:after,
    header ul.hm-list li.gear:after {
        width: 29px;
        height: 24px;
    }
    header ul.hm-list li.menu:after {
    }
    ul.bc-list {
        display: none;
    }
   .admin header main {
        padding-bottom: 200px;
    }
    #gloval-nav a {
        font-size: 16px;
    }
    main {
        padding-top: 75px;
        padding-bottom: 10px;
    }
    .admin main {
        padding-top: 85px;
        padding-bottom: 10px;
    }
    .wbox {
        padding: 10px 15px;
    }
    .wbox.mb3 {
        margin-bottom: 20px!important;
    }
    ul.list-two li:after {
        right: 10px;
    }
    .ta-01,.ta-02,.ta-03,.ta-04 {
        width: auto;
    }
    .ta-01 {
        margin: 0 0 0;
    }
    .ta-03 {
        margin: 0 0 5px;
    }
    ul.list-one li > a,
    ul.list-one li {
        flex-direction: column;
        font-size: 16px;
        align-items: flex-start!important;
    }
    ul.list-two {
        flex-direction: column;
        margin: 0 0 5px;
    }
    .container > .byline {
        display: flex;
        margin: 0;
        padding: 10px 10px;
    }
    h3.ttl.one {
        font-size: 16px;
    }
    .byline a,
    .byline span {
        color: initial;
        font-size: 14px;
    }
    .top-list {
        flex-direction: column;
        align-items: center;
    }
    .top-list li {
        margin: 0 0 10px;
        width: 100%;
    }
    ul.flow-list li:last-child {
        margin: 0 0 0;
    }
    .btn {
        padding: 8px 40px;
        font-size: 18px;
    }
    .btn.profile {
        font-size: 16px;
        padding: 10px 20px;
    }
    .btn.md {
        padding: 8px 20px;
        font-size: 16px;
    }
    button.btn.md {
        padding: 7px 20px;
        font-size: 16px!important;
    }
    section.bd {
        padding: 30px 20px;
    }
    .sec-ttl > span {
        font-size: 16px;
    }
    ul.list-one li > a > figure,
    ul.list-one li > figure {
        height: 80px;
        width: 120px;
    }
    ul.list-one li:after {
        width: 20px;
        height: 24px;
        font-size: 24px;
    }
    ul.list-two li {
        margin: 0 0 5px;
        width: 100%;
    }
    ul.list-two li a {
        padding: 10px 10px;
    }
    span.label {
        font-size: 10px;
        padding: 2px 8px 2px;
    }
    .form-group > label:after {
        font-size: 10px;
        top: -2px;
    }
    .admin-panel {
        padding: 20px 20px;
    }
    .admin-panel > h2 {font-size: 18px;}
    .form label,
    a.txt-link {
        font-size: 14px;
    }
    .form input, .form textarea, .form select {
        font-size: 16px;
        padding: 10px;
    }
    .form select + span {
        font-size: 14px;
    }
    .form select.bd {
        width: 23%;
    }
    .btn:after {
        width: 10px;
        height: 26px;
        font-size: 26px;
    }
    input[type="file"] {
        font-size: 15px;
    }
    .admin footer {
        margin: 0 0 20px;
    }
    .btn.two:after {
        width: 6px;
        height: 24px;
        font-size: 18px;
    }

/*  フッタ  */
    footer {
        padding: 20px 20px 40px;
    }
    ul.flist {
        flex-direction: column;
        margin: 0 0 10px;
    }
    footer .container > .flx {
        padding: 0;
        flex-direction: column;
    }
    footer .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    a.foot-logo {
        margin-bottom: 5px;
    }
    ul.flist li {
        margin-right: 20px;
        padding-left: 15px;
    }
    ul.flist li:last-child {
        margin-right: 0;
        padding-left: 0;
        margin-top: 10px;
    }
    p.cr {
        font-size: 10px;
    }
    .button_totop {
        right: 0px;
        bottom: 0px;
        left: 0;
        margin: auto;
        background: rgba(255,255,255,0.8);
        height: 26px;
    }
    .button_totop > .icon {
        width: 47px;
        height: 48px;
        position: absolute;
        margin: auto;
        bottom: -8px;
        right: 0;
        left: 0;
    }
    .button_totop > .icon:before {
        left: 0;
        width: 15px;
        height: 15px;
        top: 24px;
        right: 0;
    }
    ul.bc-list {
        padding: 6px 15px;
        margin: 55px 0 10px;
    }
    ul.flist li a {
        font-size: 14px;
    }
    ul.footer-list li a {
        padding: 0 15px 0 0;
        font-size: 14px;
    }
    ul.footer-list li:after {
        font-size: 14px;
    }
}
@media screen and (max-width: 580px) {
    ul.flow-list li {
        width: 100%;
        margin: 0 0 20px;
    }
}

body #buddypress div.item-list-tabs ul li {
    margin-right: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#page-tos p, #page-tos li,
#page-privacy p, #page-privacy li {
    font-size: 16px;
}

#page-tos p, #page-tos ul, #page-tos ol,
#page-privacy p, #page-privacy ul, #page-privacy ol {
    margin-bottom: 1em;
}

#page-tos h1,
#page-privacy h1 {
    font-size: 24px;
    font-weight: bold;
}

#page-tos h2,
#page-privacy h2 {
    font-size: 20px;
    font-weight: bold;
}

#page-tos h3,
#page-privacy h3 {
    font-size: 16px;
    font-weight: bold;
}

#page-tos ul li,
#page-privacy ul li {
    list-style-type: disc;
    margin-left: 1.4em;
}