@charset "utf-8";

/*
Theme Name: SugerSugerBaby_2026_v2
Theme URI: http://minimalwp.com/category/gallery/
Description: 
Version: 1.2
Author: Minimal WP
Author URI: http://minimalwp.com
License: 
License URI:
Tags: custom-menu
Text Domain: minimalwp
*/

*{
    box-sizing: border-box;
}
body {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 14px;
    background: #fff;
    color: #444;
    line-height: 180%;
    word-break: break-all;
}


/* リンク */

a {
    color: #45AAB8;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

a:hover {
    color: #666;
}

a:active,
a:focus {
    outline: 0;
}


/* 画像 */

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 10px 20px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 20px 10px 0;
    display: inline;
}


/* フロート
---------------------------------------------------- */

.alignright,
.right {
    float: right;
    margin: 0 0 10px 20px;
}

.alignleft,
.left {
    float: left;
    margin: 0 20px 10px 0;
}

.clear {
    clear: both;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}


/* リスト */

ol {
    margin: 0 0 0 5px;
    padding: 0 0 0 0;
    list-style: decimal;
}

ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: disc;
}

li {
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

li a {
    color: #45AAB8;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

li a:hover {
    color: #666;
}


/* ************************************************ 
*	全体Wrapper
* ************************************************ */

.wrapper {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 30px 10px;
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */

#header {
    width: 100%;
    background: #f8f8f8;
}

.header-inner {
    overflow: hidden;
    margin: 0px auto 0 auto;
    padding: 60px 0 60px 0;
    max-width: 960px;
    _width: 960px;
}

#header h1 {
    text-align: center;
    margin: 0;
}

.logo {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.blog-name {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    color: #ccc;
    text-align: center;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


/* ************************************************ 
*	トップナビゲーション
* ************************************************ */

#nav {
    width: 100%;
    text-align: center;
    background: #147A40;
    margin: 0 auto 0px auto;
}

#nav ul {
    list-style: none;
    margin: auto;
}

.main-navigation {
    clear: both;
    margin: 0 auto;
    position: relative;
}

.main-navigation ul li.r-net{
    background-color: #333;

}

ul.nav-menu,
div.nav-menu>ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    position: relative;
    margin: 0 0;
}

.nav-menu li a {
    color: #fff;
    display: block;
    font-size: 13px;
    text-decoration: none;
    padding: 10px 30px 10px 30px;
}

.nav-menu li:hover>a,
.nav-menu li a:hover {
    background-color: #44DEDE;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: #44DEDE;
    display: none;
    padding: 0;
    position: absolute;
    z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 100px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
    background-color: #5EBABA;
}

ul.nav-menu li:hover>ul,
.nav-menu ul li:hover>ul {
    display: block;
}

.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a {
    color: #fff;
    background: #5EBABA;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


/* ************************************************ 
*	スライド
* ************************************************ */

#top-slide {
    width: 100%;
    padding: 0px;
    margin: 0px auto 0px auto;
    height: 100%;
    overflow: hidden;
}

.cycle-slideshow {
    overflow: hidden;
    max-width: 100%;
    margin: auto;
    text-align: center;
    height: auto;
}


/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */

#main {
    margin: 0 0;
    padding: 0 0 30px 0;
}


/* トップページウィジェットエリア */

#toplist {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
}

.toplist ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.toplist li {
    font-size: 13px;
    margin: 6px 0px 0px 0px;
    padding: 2px 0px 2px 0px;
    list-style: none;
    border-bottom: 1px dotted #dedede;
}

.toplist li a {
    color: #666;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.toplist li a:hover {
    background-position: 3px 50%;
    color: #999;
}

.top-title {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 50px 0px 10px 0px;
    margin: 20px auto 30px auto;
    border-bottom: double 3px #ccc;
    width: 280px;
    color: #333;
    text-align: center;
}

.top-gallery-midashi {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 0px 0px 10px 0px;
    margin: 20px auto 50px auto;
    border-bottom: double 3px #ccc;
    width: 280px;
    color: #333;
    text-align: center;
}


/* Latestブロック */

#latest-bloc {
    width: 100%;
    background: #f8f8f8;
    padding: 0;
    margin: -50px auto -21px auto;
}

.latest-midashi {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 20px 0px 10px 0px;
    margin: 0px auto 50px auto;
    border-bottom: double 3px #147A40;
    width: 280px;
    color: #333;
    text-align: center;
}

.latest {
    width: 960px;
    margin: -20px auto 50px auto;
    padding: 0px 0 0px 0;
    text-align: center;
}


/* ギャラリーレイアウト */

li.item {
    height: 430px;
    margin-bottom: 50px;
}

.item-img {
    margin: 0 0 10px 0;
    height: 200px;
    overflow: hidden;
    text-align: center;
}

.item-cat {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 84%;
    color: #999;
    padding: 0 0 0px 0;
    margin: 0 0 10px 0;
}

.item-cat a {
    color: #444;
}

.item-date {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 80%;
    color: #ccc;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.item h2 {
    font-size: 16px;
    line-height: 150%;
    font-weight: normal;
    letter-spacing: 0.03em;
}

.item-title {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin: 0 0 0 0;
}

.item-title a {
    color: #444;
}

.item-title a:hover {
    color: #999;
}

.item-text {
    font-size: 12px;
    color: #444;
    line-height: 170%;
}


/* トップ3列組み */

.top-2retsu {
    width: 100%;
    margin: 0 auto 0px auto;
}

.top-2retsu img {
    width: 100%;
}

.first-block {
    float: left;
    width: 50%;
    padding: 30px 0px 30px 0;
}

.last-block {
    float: right;
    width: 47%;
    font-size: 14px;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    padding: 30px 0 20px 0;
}


/* ブログ記事部分 */

p {
    font-size: 14px;
    color: #444;
    line-height: 190%;
    padding: 10px 0px 10px 0px;
}

p a {
    color: #45AAB8;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

p a:hover {
    color: #666;
}

p a:active,
a:focus {
    outline: 0;
}

#date {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    padding: 0 0 0 0;
    color: #999;
    letter-spacing: 0.1em;
}

.pagetitle {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 0px 0px 10px 0px;
    margin: 10px auto 50px auto;
    border-bottom: double 3px #ccc;
    width: 280px;
    color: #333;
    text-align: center;
}

.pagetitle2 {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 0px 0px 10px 0px;
    margin: 15px auto 50px auto;
    border-bottom: double 3px #ccc;
    width: 280px;
    color: #333;
    text-align: center;
}

.pagetitle a {
    color: #333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.pagetitle a:hover {
    color: #666;
}

.blog-date {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 80%;
    color: #ccc;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.blog-title {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 15px 0px;
    font-size: 21px;
    font-weight: bold;
    color: #333;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}

.blog-title a {
    color: #333;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.blog-title a:hover {
    color: #666;
}

.blog-date2 {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 80%;
    color: #ccc;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
}

.blog-title2 {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 15px 0px;
    font-size: 21px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}

.blog-title2 a {
    color: #333;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.blog-title2 a:hover {
    color: #666;
}

.subtitle {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 0 0;
    margin: 30px 0 10px 0;
    letter-spacing: 0.1em;
    color: #666;
}

blockquote {
    color: #666;
    border: 1px dotted #ccc;
    margin: 10px 0 10px 0;
    padding: 10px 20px;
}

#blog-foot {
    clear: both;
    font-size: 75%;
    text-align: left;
    margin: 50px 0 0 0;
    padding: 2px 5px 2px 0px;
    font-weight: normal;
    color: #999;
    border-top: 1px dotted #ccc;
}

#blog-foot-archives {
    clear: both;
    font-size: 75%;
    text-align: left;
    margin: 50px 0 100px 0;
    padding: 2px 5px 2px 10px;
    font-weight: normal;
    color: #999;
    background: #f7f7f7;
    border-bottom: 0px dotted #ccc;
}

#blog-foot span,
#blog-foot-archives span {
    color: #999;
}

.single-thumbnail {
    margin: 13px 0 0 0;
}


/*----ユーザー-----*/

.morebtm {
    width: 50%;
    height: auto;
    padding: 10px;
    margin: 0 auto 40px auto;
    display: block;
    text-align: center;
    background: #147A40;
    color: #fff;
    border-radius: 4px;
}
.ryoku-own-page-notice .morebtm{
    background: #214a33;

}

.morebtm:hover {
    color: #fff;
    background: #AACE37
}

p.message {
    display: block;
    height: auto;
    padding: 20px;
    border: 1px solid #E8E6E6;
    margin: 20px auto;
    background-color: #AACE37
}

span.description {
    color: #f00;
    font-weight: normal
}

#first_name,
#last_name,
#furisei,
#furina {
    width: 40%;
    display: inline-block;
    vertical-align: top
}

#furina {
    margin-left: 4px
}

#zip,
#pref,
#city,
#ozip,
#opref,
#ocity {
    margin-bottom: 4px;
}

.tml-user-auto-wrap select {
    margin-right: 5px;
}

.reverseflex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.wpua-edit-container-office,
.wpua-edit-container {
    width: 50%;
    height: auto;
}

.wpua-edit-container {
    padding: 10px;
}

.wpua-edit-container-office {
    padding: 10px 10px 10px 20px;
    border-left: 1px solid #E8E6E6
}

#wpua-thumbnail-existing {
    display: none !important
}

#wpua-preview-existing+img {
    width: 100%;
    height: auto;
    display: block !important;
    margin: 0 auto !important;
}


/* ページャー */

#next {
    font-size: 85%;
    font-weight: lighter;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#next-archives {
    font-size: 85%;
    text-align: center;
    margin-top: -50px;
    padding-bottom: 30px;
}

.next-pagenavi {
    text-align: center;
    margin-top: 10px;
}

.pager {
    text-align: center;
}

a.page-numbers,
.pager .current {
    background: #f0f0f0;
    border: solid 1px #ddd;
    border-radius: 2px;
    padding: 5px 8px;
    margin: 0 2px;
}

.pager .current {
    background: #ccc;
    border: solid 1px 999;
    color: #fff;
}


/* 関連記事 */

.similar-head {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin: 50px 0 15px 0;
    padding: 0 0 2px 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
    background: url() no-repeat;
    border-bottom: 1px solid #ccc;
}

.similar ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.similar li {
    font-size: 13px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

.similar li a {
    color: #555;
}

.similar li a:hover {
    color: #888;
}

.similar h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    padding: 0 0 0 5px;
}

table.similar-text {
    width: 100%;
    color: #444;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: dotted 1px #ccc;
    border-collapse: collapse;
    border-spacing: 0;
}

table.similar-text img {
    width: 150px;
}

table.similar-text th {
    text-align: left;
    width: 150px;
}

table.similar-text td {
    font-size: 14px;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
}

table.similar-side {
    width: 100%;
    color: #444;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table.similar-side img {
    width: 80px;
}

table.similar-side th {
    text-align: left;
    width: 80px;
}

table.similar-side td {
    font-size: 13px;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
}


/* コメント欄
---------------------------------------------------- */

.comment-head {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-style: normal;
    margin: 0px 0px 10px 0px;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #ccc;
}

.commentlist li {
    list-style: none;
    font-size: 90%;
    color: #888;
}

.commentlist {
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
}

li.comment {
    list-style: none;
    font-size: 90%;
    color: #888;
    margin: 30px 0px 30px 0px;
}

.comment p {
    font-size: 14px;
}

.comment-reply-title {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin: 50px 0 15px 0;
    padding: 0 0 2px 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
    background: url() no-repeat;
    border-bottom: 1px solid #ccc;
}


/* WP必須
---------------------------------------------------- */

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 90%;
    text-align: center;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* ************************************************ 
*	サイドバー
* ************************************************ */

#sidebar {
    width: 100%;
    margin: 23px 0px 40px 0px;
    padding: 0 0 0 0;
}

#sidebar p {
    margin-bottom: 20px;
}

#sidebar h2 {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    letter-spacing: 0.1em;
    margin: 0px 0px 10px 0px;
    padding: 0 0 0 0;
    background: url() no-repeat;
    border-bottom: 1px solid #ccc;
}

.sidebar-title {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-style: normal;
    margin: 0px 0px 10px 0px;
    padding: 0 0 3px 0;
    background: url() no-repeat;
    border-bottom: 1px solid #ccc;
}

#sidebar h3 {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 30px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 0px solid #ccc;
}

#sidebar ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sidebar li {
    font-size: 13px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    border-bottom: 1px dotted #ccc;
}

#sidebar li a {
    display: inline;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#sidebar ul.children {
    margin-bottom: -6px;
    display: block;
    padding: 5px 0 0 0;
}

#sidebar ul.children li {
    padding-left: 15px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    border-bottom: 0px dotted #ccc;
}

#sidebar ul.sub-menu {
    margin-bottom: -6px;
    display: block;
    padding: 5px 0 0 0;
}

#sidebar ul.sub-menu li {
    padding-left: 15px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    border-bottom: 0px dotted #ccc;
}


/* 新着表示 */

#sidebox-new {
    color: #666;
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
}

#sidebox-new ul {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sidebox-new li {
    font-size: 12px;
    float: left;
    list-style: none;
    margin: 0 0 0 0;
    padding: 6px 0 5px 0px;
}

#sidebox-new li a {
    color: #666;
    list-style: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#sidebox-new li a:hover {
    color: #999;
}


/* ************************************************ 
*	フッターエリア
* ************************************************ */

#footer {
    background: #efefef;
    clear: both;
    width: 100%;
    font-size: 80%;
    margin: 0px auto 0px auto;
    padding: 25px 0;
}

.footer-nav{
    display: block;
    margin: 40px auto;
    ul{
        display: flex;
        flex-wrap: wrap;
        li{
            list-style-type: none;
            margin: 5px;
            a{
                display: block;
            }
        }
    }
}

.footer-inner {
    margin: 0px auto 0px auto;
    max-width: 960px;
    _width: 960px;
}

#sociallink {
    text-align: center;
    position: relative;
    margin: 0 auto 30px auto;
    padding: 0 0 0 0;
}

#copyright {
    font-size: 10px;
    color: #999;
    text-align: center;
    position: relative;
    margin: -20px 0 0 0;
    padding: 0 0 0 0;
}


/* ************************************************ 
*	ウィジット
* ************************************************ */

.widget {
    margin: 0 0 30px 0;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a {
    margin: 0 0 0 0px;
}

.textwidget {
    font-size: 13px;
    color: #444;
    line-height: 170%;
    margin: 0 0 30px 0;
    padding: 5px 0 0 0;
}

.post-date {
    margin-left: 10px;
}

#topbox {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#topbox ul {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#topbox li {
    font-size: 12px;
    float: left;
    margin: 0 0 0 0;
    padding: 5px 0px 4px 0px;
    list-style: none;
    border-bottom: 1px dotted #ddd;
}

#topbox li a {
    font-size: 12px;
    color: #444;
    margin: 0 0 0 0;
    padding: 5px 0px 4px 0px;
    list-style: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#topbox li a:hover {
    color: #999;
}

#topbox h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 0px dotted #fff;
}

#topbox h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: 0px dotted #fff;
    border-bottom: 0px dotted #fff;
}

#topbox h4 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 0px dotted #fff;
}

#topbox ul.children {
    margin-bottom: 0px;
    display: block;
    padding: 5px 0 0 0;
}

#topbox ul.children li {
    padding-left: 15px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    border-bottom: 0px dotted #ccc;
}

#topbox ul.sub-menu {
    margin-bottom: 0px;
    display: block;
    padding: 5px 0 0 0;
}

#topbox ul.sub-menu li {
    padding-left: 15px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    border-bottom: 0px dotted #ccc;
}

#sidebox {
    color: #666;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sidebox ul {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#sidebox li {
    font-size: 12px;
    list-style: none;
    float: left;
    margin: 0 0 0 0;
    padding: 6px 0 5px 0px;
}

#sidebox li a {
    color: #666;
    list-style: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#sidebox li a:hover {
    color: #999;
}

#sidebox h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 0px dotted #222;
}

#sidebox h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: 0px dotted #222;
    border-bottom: 0px dotted #222;
}

#sidebox h4 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-bottom: 0px dotted #222;
}

.footer-widget-title {
    font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #999;
    margin: 0 0px 10px 0px;
}

.widget ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.widget li {
    font-size: 88%;
    list-style: none;
}

.widget li a {
    color: #666;
}

.widget li a:hover {
    color: #999;
}


/* 本文下の広告枠 */

.widget-adspace {
    margin: 30px 0 -30px 0px;
}


/* ************************************************ 
*	検索フォーム
* ************************************************ */

.search fieldset {
    margin: -20px 0 20px 0px;
    border: 0px solid #eee;
}

.search input {
    /*font: 11px arial, sans-serif;*/
    color: #777;
    /*width: 80%;*/
    padding: 5px;
    vertical-align: middle;
    border: none;
    background: none;
}

.search button {
    width: 15px;
    height: 15px;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    background: url(images/search.png) no-repeat;
}

.tml-register#theme-my-login,
.user-pass1-wrap {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: block;
    background-color: #F8F8F8;
    border: none !important;
}

.user-pass1-wrap {
    padding: 20px
}

.user-pass1-wrap .tml-user-login-wrap input,
.tml-user-email-wrap input[type="text"],
.user-pass1-wrap input[type="text"],
.tml-user-pass1-wrap input[type="password"],
.tml-user-pass2-wrap input[type="password"] {
    padding: 10px;
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.row .igawa_con table {
    width: 700px;
    height: auto;
    margin: 0 auto 30px auto;
    border: 1px solid #ccc;
}

.row .igawa_con table tr th {
    background-color: #EFEFEF;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px
}

.row .igawa_con table tr th:last-child,
.row .igawa_con table tr td:last-child {
    border-right: none;
}

.row .igawa_con table tr td {
    padding: 10px 5px;
    text-align: center;
    border-right: 1px solid #ccc;
}
.row .igawa_con .inner{
    width: 80%;
    display: block;
    padding: 24px;
    border: 1px solid #ccc;
    margin: 0 auto;
}
.row .igawa_con .inner p:last-child{
    margin-bottom: 0;
    
}
.row .igawa_con .inner .bt-dl a{
    font-size: 15px;
}



@media screen and (max-width: 767px) {
    .row .igawa_con table {
        width: 100%;
    }

    .row .igawa_con table tr th,
    .row .igawa_con table tr td {
        font-size: 11px
    }
    .row .igawa_con .inner {
        width: 100%;
    }
    .row .igawa_con .inner p{
        font-size: 14px;
        text-align: left;
    }

    #siteguard_captcha {
        width: 70%;
        display: block;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 767px) {
    .user-pass1-wrap .tml-user-login-wrap input,
    .tml-user-email-wrap input[type="text"],
    .user-pass1-wrap input[type="text"],
    .tml-user-pass1-wrap input[type="password"],
    .tml-user-pass2-wrap input[type="password"]

    /*.tml-user-login-wrap input[type="text"],
    .tml-user-email-wrap input[type="text"],
    .user-pass1-wrap input[type="text"]*/
        {
        padding: 10px;
        width: 70%;
        display: block !important;
        margin: 0 auto !important
    }

    .user-pass1-wrap input[type="password"] {
        margin-bottom: 5px !important;
    }

    #theme-my-login #your-profile h3 {
        margin-top: 30px
    }

    .reverseflex {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .wpua-edit-container-office {
        border-left: none;
        padding-bottom: 40px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 50px;
    }

    .wpua-edit-container-office,
    .wpua-edit-container {
        width: 90%;
        height: auto;
        border-top: 1px solid #ccc;
    }

    .morebtm {
        width: 90%;
    }
}

.tml-user-login-wrap label,
.tml-user-email-wrap label {
    padding: 10px;
    display: inline-block;
    vertical-align: top
}

.tml-user-email-wrap {
    background-color: #F8F8F8 !important
}

.tml-registration-confirmation {
    display: block;
    text-align: center
}

#wp-submit {
    margin: 20px auto
}

.tml-action-links {
    margin-bottom: 50px;
}

.tml-action-links li {
    list-style-type: none !important;
    padding: 5px;
}

.tml-action-links li a {
    color: #147A40;
    text-decoration: underline
}


/* ************************************************ 
*	文字サイズ
* ************************************************ */

.moji100px {
    font-size: 100px;
    line-height: 170%;
}

.moji90px {
    font-size: 90px;
    line-height: 170%;
}

.moji80px {
    font-size: 80px;
    line-height: 170%;
}

.moji70px {
    font-size: 70px;
    line-height: 170%;
}

.moji60px {
    font-size: 60px;
    line-height: 170%;
}

.moji50px {
    font-size: 50px;
    line-height: 170%;
}

.moji40px {
    font-size: 40px;
    line-height: 170%;
}

.moji30px {
    font-size: 30px;
    line-height: 170%;
}

.moji29px {
    font-size: 29px;
    line-height: 170%;
}

.moji28px {
    font-size: 28px;
    line-height: 170%;
}

.moji27px {
    font-size: 27px;
    line-height: 170%;
}

.moji26px {
    font-size: 26px;
    line-height: 170%;
}

.moji25px {
    font-size: 25px;
    line-height: 170%;
}

.moji24px {
    font-size: 24px;
    line-height: 170%;
}

.moji23px {
    font-size: 23px;
    line-height: 170%;
}

.moji22px {
    font-size: 22px;
    line-height: 170%;
}

.moji21px {
    font-size: 21px;
    line-height: 170%;
}

.moji20px {
    font-size: 20px;
    line-height: 170%;
}

.moji19px {
    font-size: 19px;
    line-height: 170%;
}

.moji18px {
    font-size: 18px;
    line-height: 170%;
}

.moji17px {
    font-size: 17px;
    line-height: 170%;
}

.moji16px {
    font-size: 16px;
    line-height: 170%;
}

.moji15px {
    font-size: 15px;
    line-height: 170%;
}

.moji14px {
    font-size: 14px;
    line-height: 170%;
}

.moji13px {
    font-size: 13px;
    line-height: 170%;
}

.moji12px {
    font-size: 12px;
    line-height: 170%;
}

.moji11px {
    font-size: 11px;
    line-height: 170%;
}

.moji10px {
    font-size: 10px;
    line-height: 150%;
}

.moji9px {
    font-size: 9px;
    line-height: 370%;
}

.mincho {
    font-family: 'century', 'Times New Roman', 'Baskerville', 'Optima', 'Palatino', 'Georgia', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.bold {
    font-weight: bolder;
}

.italic {
    font-style: italic;
}


/* ************************************************ 
*	マージン
* ************************************************ */

.margin-top10 {
    margin-top: 10px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-top50 {
    margin-top: 50px;
}

.margin-top60 {
    margin-top: 60px;
}

.margin-top70 {
    margin-top: 70px;
}

.margin-top80 {
    margin-top: 80px;
}

.margin-top90 {
    margin-top: 90px;
}

.margin-top100 {
    margin-top: 100px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-bottom40 {
    margin-bottom: 40px;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.margin-bottom60 {
    margin-bottom: 60px;
}

.margin-bottom70 {
    margin-bottom: 70px;
}

.margin-bottom80 {
    margin-bottom: 80px;
}

.margin-bottom90 {
    margin-bottom: 90px;
}

.margin-bottom100 {
    margin-bottom: 100px;
}


/* ************************************************ 
*	テーブル
* ************************************************ */

table {
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

table tr {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

table td {
    text-align: left;
    vertical-align: top;
    line-height: 170%;
    /*text-align: justify;*/
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-left: 0px dotted #CCCCCC;
}


/* プラン表風 */

table#plan {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 0px;
    border: 1px #999 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#plan th {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border: 1px #999 solid;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ddd;
}

table#plan td {
    font-size: 13px;
    text-align: center;
    padding: 10px;
    border: 1px #999 solid;
    border-width: 0 0 1px 1px;
    white-space: normal;
    vertical-align: middle;
}


/* フローチャート風 */

table#flow {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0px #CCC solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#flow th {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 10px 0px;
    border: 0px #CCC solid;
    border-bottom: 1px #CCC solid;
    white-space: normal;
    vertical-align: middle;
}

table#flow td {
    font-size: 13px;
    text-align: left;
    padding: 10px;
    border-bottom: 1px #CCC solid;
    white-space: normal;
    vertical-align: middle;
}


/* コンタクトフォーム用 */

table#contact {
    font-size: 13px;
    width: 100%;
    color: #444;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    border: 0px #CCC solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#contact th {
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    padding: 10px;
    white-space: nowrap;
}

table#contact td {
    font-size: 13px;
    text-align: left;
    padding: 10px;
    white-space: normal;
    vertical-align: middle;
}


/* カレンダー
---------------------------------------------------- */

table#wp-calendar {
    width: 100%
}

table#wp-calendar th {
    text-align: center;
}

table#wp-calendar td {
    text-align: center;
}


/* ************************************************ 
*	CSS3ボタン
* ************************************************ */

.bt-dl a {
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #99cc00;
    text-align: center;
    margin: 20px 0 20px 0;
    padding: 10px 10px;
}

.bt-dl a:hover {
    color: #fff;
    background: #147A40;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

input[type="text"][disabled] {
    background-color: #E8E6E6;
    cursor: not-allowed;
}

.tml-form-table {
    margin: 20px auto 50px auto;
}

input[type="text"] {
    margin: 4px 0;
}

@media screen and (max-width: 767px) {
    input[type="text"] {
        width: 70%;
        max-width: 100%;
        display: block;
        margin: 0 auto !important
    }

    .tml-form-table tr th,
    .tml-form-table tr td {
        width: 90% !important;
        margin: 0;
    }

    .tml-form-table tr td input[type="text"] {
        width: 80% !important;
        margin: 2px;
    }

    #furina,
    #furisei {
        margin-left: 0;
    }
}

.tml-form-table,
.tml-form-table tr {
    width: 1000px;
    height: auto;
    display: block;
    clear: both;
    background-color: #F8F8F8
}

.tml-form-table tr:nth-child(2n),
.tml-user-email-wrap {
    background-color: #EDEDED;
    border-bottom: 1px solid #EBE7E7;
}

.tml-form-table th {
    width: 250px !important;
    float: left;
    font-weight: bold;
    vertical-align: middle;
    padding: 20px;
    font-size: 16px;
}

.tml-user-auto-wrap {
    border-bottom: 1px solid #EBE7E7;
}

.tml-form-table td {
    width: 650px !important;
    border-left: 1px solid #EBE7E7;
    float: left;
    padding: 20px;
    vertical-align: middle;
}

.tml-form-table input,
.tml-form-table textarea {
    width: 95%;
    height: auto;
    padding: 15px;
}

.tml-form-table select {
    width: 40%;
    height: auto;
    padding: 15px;
}

.tml-form-table td .description {
    display: block
}

.pw-weak td label .pw-checkbox {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.pw-weak td label {
    cursor: pointer
}

.tml-submit-wrap input[type="submit"] {
    display: block;
    margin: 25px auto;
    padding: 15px 30px;
    background-color: #147A40;
    color: #fff;
    border: none;
}

.tml-submit-wrap input[type="submit"]:hover {
    opacity: 0.7
}

.harf {
    width: 25% !important;
    margin-right: 5px
}

.harf:last-of-type {
    margin-left: 20px;
}

/* ====== 会員リスト 検索ボックス ====== */
.wrapper #main .searchbox {
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 auto 10px;
    box-sizing: border-box;
}

.wrapper #main .searchbox h3 {
    display: block;
    background-color: #397746;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 12px 15px;
    margin: 0;
}

.searchbox-form {
    padding: 15px;
}

.searchbox-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.searchbox-row:last-child { margin-bottom: 0; }

.searchbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.searchbox-label span {
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
}

.searchbox-label select,
.searchbox-label input[type="text"] {
    flex: 1;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.searchbox-label--wide { flex: 2; }

.searchbox-reset {
    background: #888;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}
.searchbox-reset:hover { background: #666; }

.memberlist-count {
    font-size: 14px;
    color: #666;
    margin: 15px 0 5px;
}
.memberlist-empty {
    display: none;
    text-align: center;
    padding: 30px;
    color: #888;
}
.ryoku-mypage-link {
    text-align: center;
    margin: 40px 0 20px;
}

/* ====== 会員リスト テーブル（PC） ====== */
.wrapper #main .lists--pc {
    width: 100%;
    border-collapse: collapse;
    margin: 10px auto 0;
}

.wrapper #main .lists--pc th {
    background-color: #397746;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}

.plf .right caption {
    background-color: #397746;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
}
/* ====== 会員系フォーム共通 ====== */
.ryoku-form { margin: 0 auto; }
.ryoku-form form.add { max-width: 500px;margin: 0 auto; }
.ryoku-form table { width: 100%; border-collapse: collapse; }
.ryoku-form table tr{
   border-bottom: 1px solid #e6e3e3;
}
.ryoku-form table {
    border-top: 1px solid #e6e3e3;
}
.ryoku-form table th { text-align: left; 
    padding: 5px;
    vertical-align: middle; 
    width: 30%; font-weight: bold; }
.ryoku-form table td { padding: 5px; }
.ryoku-form input[type="text"],
.ryoku-form input[type="email"],
.ryoku-form input[type="password"],
.ryoku-form input[type="url"],
.ryoku-form textarea,
.ryoku-form select { width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 14px; }
.ryoku-form input.half { width: 48%; }
.ryoku-form .submit-wrap { text-align: center; margin: 25px auto; }
.ryoku-form .submit-wrap input[type="submit"] {
    display: inline-block; background: #147A40; color: #fff; border: none;
    padding: 14px 50px; cursor: pointer; font-size: 16px; border-radius: 4px;
    letter-spacing: 1px;
}
.ryoku-form .submit-wrap input[type="submit"]:hover { background: #0e5e30; }
.ryoku-form .description,
.ryoku-form .ryoku-field-ok
 { font-size: 12px; color: #888; display: block; margin-top: 4px; }
.ryoku-form h3 { 
color: #167A40;
    font-size: 18px;
    padding: 15px 20px;
    display: block;
    position: relative;
    border-left: 8px solid #167A40;
    margin: 60px 0 30px 0;
 }

.ryoku-form .cf-turnstile{
    display: block;
    margin: 30px auto;
    text-align: center;
}


 .ryoku-form h3:before  {
position: absolute;
    content: '';
    left: -8px;
    bottom: 0;
    width: 8px;
    height: 50%;
    background-color: #9dd2b3;
 }
.ryoku-form .required { color: #e74c3c; font-size: 12px; }

/* ====== ナビゲーションリンク（控えめ） ====== */
.ryoku-form .links {
    display: block;
    max-width: 300px;
    margin: 30px auto;
}
.ryoku-form .links a {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.ryoku-form .links a:hover {
    background: #f5f5f5;
    border-color: #999;
}

/* ====== ログアウト・退会リンク（控えめ） ====== */
.ryoku-form .links.links--muted a {
    border-color: #ddd;
    color: #999;
    font-size: 13px;
}
.ryoku-form .links.links--muted a:hover {
    color: #666;
    border-color: #aaa;
    background: #fafafa;
}

.ryoku-form .ryoku-withdraw-link {
    display: block;
    max-width: 300px;
    margin: 30px auto;
}
.ryoku-form .ryoku-withdraw-link a {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #999;
    font-size: 13px;
    text-decoration: none;
}
.ryoku-form .ryoku-withdraw-link a:hover {
    color: #666;
    border-color: #aaa;
}

/* ====== 退会ページ ボタン ====== */
.ryoku-withdraw-buttons {
    max-width: 300px;
    margin: 60px auto 0 auto;
}
.ryoku-withdraw-buttons a {
    display: block;
    padding: 14px;
    margin: 10px auto;
    font-size: 15px;
    background: #147A40;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
}
.ryoku-withdraw-buttons a:hover { background: #0e5e30; }
.ryoku-withdraw-buttons input[type="submit"] {
    display: block;
    width: 100%;
    padding: 12px;
    max-width: 300px;
    margin: 30px auto 10px auto;
    font-size: 14px;
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.ryoku-withdraw-buttons input[type="submit"]:hover {
    color: #c0392b;
    border-color: #c0392b;
}

/* ====== エラー・メッセージ ====== */
.ryoku-errors { background: #fef0f0; border: 1px solid #e74c3c; padding: 12px 16px; margin-bottom: 20px; border-radius: 4px; }
.ryoku-errors p { color: #c0392b; margin: 4px 0; }
.ryoku-messages { background: #f0fef0; border: 1px solid #27ae60; padding: 12px 16px; margin-bottom: 20px; border-radius: 4px; }
.ryoku-messages p { color: #1e8449; margin: 4px 0; }
.ryoku-field-error { display: block; color: #c0392b; font-size: 12px; margin-top: 4px; }
.ryoku-field-ok { display: block; color: #1e8449; font-size: 12px; margin-top: 4px; }

/* ====== アバター・通知 ====== */
.ryoku-avatar-preview { margin-bottom: 10px; }
.ryoku-avatar-preview img { width: 120px; height: 120px; object-fit: cover; border-radius: 4px; border: 1px solid #ccc; }
.ryoku-avatar-delete { margin-left: 10px; }
.ryoku-section-note { font-size: 13px; color: #666; margin: 0 0 15px; padding: 10px 14px; background: #f9f9f9; border-left: 3px solid #ccc; line-height: 1.6; }
.ryoku-own-page-notice { margin-bottom: 20px; }
.ryoku-private-notice { background: #fff8e1; border: 1px solid #f9a825; padding: 12px 16px; border-radius: 4px; margin-top: 10px; font-size: 14px; line-height: 1.7; color: #5d4037; }
.ryoku-consent-notice { background: #f9f9f9; border: 1px solid #ddd; border-left: 3px solid #999; padding: 14px 18px; margin: 20px 0; font-size: 13px; line-height: 1.7; color: #555; }
.ryoku-consent-notice p { margin: 0 0 8px; }
.ryoku-consent-notice ul { margin: 0; padding-left: 1.2em; }
.ryoku-consent-notice li { margin-bottom: 6px; }


.wrapper #main .lists--pc td {
    padding: 10px 12px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.wrapper #main .lists--pc tbody tr:hover { background: #f8f8f8; }

/* 会員カードリスト：PC/タブレットは2カラムグリッド */
.lists--cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

/* ====== 会員リスト カード ====== */
.member-card {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}
.member-card:hover { background: #f8f8f8; }

.member-card__img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
    margin-right: 12px;
}

.member-card__body { flex: 1; min-width: 0; }
.member-card__name { font-weight: bold; font-size: 15px; margin-bottom: 2px; }
.member-card__meta { font-size: 13px; color: #333; }
.member-card__meta.min { font-size: 12px; color: #888; }
.plf .left {
    width: 45.8%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.plf .right {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.plf .right table {
    width: 100%;
    border: 1px solid #ccc
}

.plf .right table tr th {
    width: 30%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-weight: bold
}

.plf .right table tr td {
    width: 70%;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 10px;
}
.plf .right table tr td p:last-child{
    padding: 0;
}
#main .mypage .plf {
    clear: both;
    width: 100%;
    display: block;
    height: auto;
    padding: 20px 0 20px 0;
    
}

.mypage .plf h3 {
    color: #397746;
    font-size: 16px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #397746;
    margin-bottom: 20px;
}

.mypage .plf ul.member{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
/* PC（例：768px以上） */
@media screen and (min-width: 768px) {
.mypage .plf ul.member{
    grid-template-columns: repeat(3, 1fr);
  }
}
.mypage .plf ul.member li {
    margin: 0;
    border: 1px solid #efefef;
    list-style-type: none;
    width: 100%;
}




.mypage .plf ul.member li a{
    display: block;
    padding: 10px;
}

.mypage .plf ul.member li a img {
    /*
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;*/
    width: auto;
    height: 100%;
    max-height: 120px;
    display: block;
    margin: 0 auto;
}

.tml-user-auto-wrap td #age {
    width: 30%;
    margin-right: 10px
}

li a dl {
    display: block;
    width: 100%;
    margin: 5px auto
}

li a dl dt,
li a dl dd {
    display: inline-block;
    vertical-align: top
}

.row .twothird #theme-my-login {
    width: 65%;
    height: auto;
    padding: 40px;
    margin: 0 auto 50px auto;
    background-color: #F8F8F8
}

#loginform .tml-user-login-wrap label,
#loginform .tml-user-pass-wrap label {
    display: block;
    text-align: left;
    font-weight: bold;
    color: #147A40
}

.twothird #theme-my-login .tml-action-links {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.twothird #theme-my-login .tml-action-links a {
    text-decoration: underline;
    color: #147A40;
}

#loginform .tml-user-login-wrap input,
#loginform .tml-user-pass-wrap input {
    width: 90%;
    height: auto;
    padding: 15px;
    margin: 0 auto;
    display: block;
}

.wp-pw input {
    width: 40%;
}


/* ************************************************ 
*   レスポンシブ
* ************************************************ */


/* PC 画面の横幅が960px以上 */

@media only screen and (min-width: 960px) {
    .tml-user-auto-wrap td br {
        float: left
    }
}


/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .wrapper {
        width: 728px;
    }

    .header-inner {
        width: 728px;
        margin: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    li.item {
        height: 450px;
        margin-bottom: 40px;
    }

    .item-img {
        margin: 0 0 10px 0;
        height: 150px;
        overflow: hidden;
    }

    .twothird {
        width: 460px;
        margin-right: 10px;
    }

    .cycle-slideshow {
        overflow: hidden;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }

    .latest {
        width: 728px;
    }

    .footer-inner {
        width: 728px;
    }
}


/* Mobile (Portrait) 画面の横幅が767pxまで */

@media only screen and (max-width:767px) {
    .twothird #theme-my-login .tml-action-links {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 50px auto 0px auto;
    }

    #loginform .tml-rememberme-submit-wrap .tml-submit-wrap {
        margin: 30px auto 0px auto;
    }

    /* 検索ボックスSP */
    .searchbox-row { flex-direction: column; }
    .searchbox-label { flex-direction: column; align-items: stretch; gap: 4px; }
    .searchbox-label--wide { flex: 1; }
    .searchbox-reset { width: 100%; }

    /* モバイルは1カラム */
    .lists--cards { grid-template-columns: 1fr; }

    .plf .left,
    .plf .right {
        width: 100%;
        display: block;
        padding: 0 0 20px 0;
    }

    .plf .right table tr th {
        width: 100%;
        display: block;
        float: none;
        clear: both;
        padding: 10px;
        font-weight: bold;
        border-right: 0px solid #ccc;
        background-color: #F5F4F4
    }

    .plf .right table tr td {
        width: 100%;
        float: none;
        clear: both;
        border-bottom: 1px solid #ccc;
        vertical-align: middle;
        padding: 10px;
    }

    .plf .right table {
        border-bottom: none
    }

    #main .mypage .plf {
        clear: both;
        width: 100%;
        display: block;
        height: auto;
        padding: 20px 0 20px 0;
    }

    .mypage .plf h3 {
        color: #397746;
        font-size: 16px;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #397746;
        margin-bottom: 20px;
    }

   
    .wrapper {
        width: 90%;
        /*width: 300px;*/
    }

    .header-inner {
        /*width: 300px;*/
        width: 100%;
        margin: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .logo {
        text-align: center;
    }

    .blog-name {
        display: none;
    }

    #header h1,
    #header .logo {
        float: none;
        margin-bottom: 0px;
    }

    .nav-menu li a {
        font-size: 12px;
        padding: 10px 10px;
    }

    .fixed {
        position: static;
    }

    #top-slide {
        width: 100%;
        padding: 0px;
        margin: 0px auto 0px auto;
    }

    .cycle-slideshow {
        overflow: hidden;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }

    li.item {
        height: 470px;
        margin-bottom: 40px;
    }

    .item-img {
        margin: 0 0 10px 0;
        height: 200px;
        overflow: hidden;
    }

    .latest {
        width: 300px;
    }

    p {
        font-size: 15px;
    }

    .first-block {
        float: left;
        width: 30%;
        padding: 30px 0px 30px 0;
    }

    .last-block {
        float: right;
        width: 66%;
        font-size: 14px;
        text-align: left;
        white-space: normal;
        vertical-align: middle;
        padding: 25px 0 20px 0;
    }

    .footer-inner {
        /*width: 300px;*/
        width: 90%;
    }

    .tml-form-table {
        margin: 20px auto 50px auto;
    }

    .tml-form-table tr {
        display: block;
        width: 100% !important;
        margin-bottom: 10px;
        border-collapse: separate;
        border-spacing: 5px;
    }

    .tml-form-table,
    .tml-form-table tr {
        width: 100% !important;
    }

    .tml-form-table th {
        width: 100% !important;
        display: block !important;
        float: none;
        clear: both;
        font-size: 16px;
    }

    .tml-form-table td {
        width: 100% !important;
        border-left: 0px solid #EBE7E7;
        display: block !important;
        float: none;
        clear: both;
    }

    .tml-form-table input,
    .tml-form-table textarea {
        width: 98%;
        height: auto;
        padding: 15px;
    }

    .tml-user-description-wrap textarea {
        width: 75%;
        height: auto;
        padding: 15px;
    }

    .tml-form-table select,
    .tml-user-auto-wrap td {
        width: 100%;
    }

    .tml-user-auto-wrap input,
    .tml-user-auto-wrap textarea,
    .hide-if-js input {
        width: 75%;
    }

    .wp-pwd,
    .hide-if-js {
        margin: 0 !important;
        text-align: left;
        width: 75%;
    }

    .tml-user-auto-wrap select {
        width: 80%;
        margin: 2px;
        margin: 0 auto;
        display: block;
    }

    .tml-form-table td .description {
        display: block;
        width: 85%;
        margin: 0 auto
    }

    .tml-submit-wrap input[type="submit"] {
        margin: -20px auto;
        padding: 15px 30px;
    }

    .tml-form-table tr:nth-child(2n) {
        background-color: transparent;
    }

    /* .harf {
   
       width: 40% !important;
        margin-right: 5px !important;
        display: inline-block;
        vertical-align: middle;
    }*/

    .button.button-secondary {
        margin: 0 auto 30px auto;
        display: block;
    }

    .harf:last-of-type {
        margin-left: 0px !important;
    }

    #theme-my-login #your-profile h3,
    tr th label {
        font-size: 14px;
    }
    li a dl dt,
    li a dl dd{
display: block;
            margin-left: 0;
    }


    .plf table th,
    .plf table td{
        display: block;
            width: 100%;
    }


    /*li a dl {
        font-size: 10px;
    }*/
}


/* Mobile (Landscape) 画面の横幅が480px〜767pxまで */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .wrapper {
        width: 100%;
        /*width: 420px;*/
    }

    .cycle-slideshow {
        overflow: hidden;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }

    .footer-inner {
        width: 420px;
    }

    li.item {
        height: 530px;
        margin-bottom: 40px;
    }

    .item-img {
        margin: 0 0 10px 0;
        height: 280px;
        overflow: hidden;
    }

    .latest {
        width: 420px;
    }
}


/* Twitter Timeline
---------------------------------------------------- */

.twitter-timeline {
    width: 100%;
    height: 300px;
}


/* Facebook Like Box
---------------------------------------------------- */

div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
    width: 100% !important;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tml.tml-login,
.tml.tml-register,
.tml.tml-lostpassword {
    background-color: #F8F8F8;
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.igawa_con {
    text-align: center;
    margin-bottom: inherit;
}

.igawa_con2 {
    border: solid #07600B 1px;
    padding: 20px;
}

/*#pass1,*/
#pass1-text {
    width: 100%;
    display: block;
    margin: 0 0 20px 0
}

.wpcf7-form input,
textarea,
select {
    width: 100%
}

#sidebox ul {
    padding: 0 0 30px 0
}

#sidebox-new {
    padding: 60px 0 0 0
}

/*.wpcf7-form-control{
width: 70%;
display: block;
margin: 0 auto;
padding: 24px;
font-size: 18px;
}*/


/*-----集計フォーム---*/
.totalling {
    border: 1px solid #ccc;
}

.totalling_wrap .wpcf7 {
    padding: 0;
    border: none;
    background: #fff
}

.totalling_wrap .wpcf7 form {
    margin: 0 auto;
}

.totalling_wrap .wpcf7-list-item {
    margin: 0;
}

.totalling_wrap .wpcf7 .wpcf7-list-item-label {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 10px 0;
    display: block;
}

.totalling_wrap .wpcf7-checkbox_custom input[type="checkbox"] {
    display: none;
}

.totalling th,
.totalling td {
    padding: 5px 10px;
}

.totalling th {
    vertical-align: top;
    background: #efefef;
    font-weight: bold;
    width: 30%;
    border-bottom: 1px solid #ccc;
}

.totalling td {
    width: 70%;
    border-bottom: 1px solid #ccc;
}

.totalling td input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    /* input[type="password"],  */

    box-shadow: none;
    border: 1px solid #ccc;
    margin: 0 auto;
    display: block;
    background-color: white;
    color: #333;
    font-size: 13px;
    line-height: 1;
    border-radius: 1px;
    width: 90%;
    max-width: 100%;
}

.totalling td input[type="date"] {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0;
    background-color: white;
    width: 90%;
}

.totalling td input[type="number"] {
    box-shadow: none;
    width: 90%;
    border: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    background-color: white;
    color: #333;
    font-size: 13px;
}

.page-template-page-totalling .addtoany_share_save_container {
    display: none;
}

.calculated-allgoods .wpcf7-form-control.wpcf7-total.wpcf7-calculated.ctf7-total {
    border: none;
    color: red;
    font-size: 16px;
}

.totalling th .req,
.totalling td .req {
    color: red;
}

.totalling th small,
.totalling td small {
    color: red;
    font-size: 12px;
    display: block;
    text-align: left;
    font-weight: normal;
    line-height: 20px;
}

.totalling th,
.totalling th p,
.totalling td,
.totallingt td p {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
}

.totalling_wrap .items {
    margin-bottom: 0px;
    padding: 10px;
}

.totalling_wrap .items:nth-child(2n) {
    background-color: #eff6f6;
}

.totalling_wrap .items:last-child {
    margin-bottom: 0px;
}

.totalling_wrap .items .set.none {
    display: none;
}

.totalling_wrap .items .set.nkr input,
.wpcf7-form-control-wrap.calculated-allgoods input {
    border: none;
    appearance: textfield;
    -moz-appearance: textfield;
    background-color: transparent;

}

.alltxt input {
    font-size: 20px;
    color: red;
    font-weight: bold;
}

.totalling_wrap .items .set.nkr input[type="number"]::-webkit-outer-spin-button,
.totalling_wrap .items .set.nkr input[type="number"]::-webkit-inner-spin-button,
.wpcf7-form-control-wrap.calculated-allgoods input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.totalling_wrap .items .set {
    display: flex;
    width: 100%;
}

.totalling_wrap .items .set p:first-child {
    width: 30%;
}

.totalling_wrap .items .set p:last-child {
    width: 70%;

}

.totalling p {
    padding: 0;
    font-size: 13px;
}


@media screen and (max-width: 767px) {
    .totalling_wrap table {
        width: 100%;
        border-bottom: 1px solid #bbb;
    }

    .totalling th {
        text-align: center;
    }

    .totalling th,
    .totalling td {
        width: auto;
        display: block;
        float: none;
    }

    .totalling th,
    .totalling td {
        border-bottom: none;
    }

    .totalling td small {
        display: block;
        font-size: 12px;
    }

    .totalling td input[type="date"] {
        display: block;
        padding: 10px 30px;
        width: auto;
        min-width: 150px;
        margin: 0 auto;
        font-size: 14px;

    }

    .totalling input {
        font-size: 16px !important;

    }
}

.post-password-form label {
    display: inline-block;
}

.post-password-form input[type="submit"] {
    padding: 10px 20px;
}

.q_button.bt_green {
    min-width: 200px;
    max-width: 90%;
    background-color: #535353;
    display: inline-block;
    vertical-align: middle;
    padding: .6em 1.3em .5em;
    font-weight: 400;
    font-size: 100%;
    background: #27ae60;
    color: #fff !important;
    margin: 0;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 767px) {
    .q_button.bt_green {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block;

    }

}

.notis {
    width: 100%;
    padding: 30px;
    margin: 20px auto;
    background-color: #F5F6EA;
    box-sizing: border-box;
}

table.normal {
    width: 100%;
    margin: 20px auto;
}

table.normal th,
table.normal td {
    padding: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

table.normal th {
    width: 30%;
    font-weight: bold;
    background-color: #F6F7F7;
}

table.normal td {
    width: 70%;
    border-right: 1px solid #ccc;
}
table.add_member_mail{
    width: 100%;
}
table.add_member_mail span.required{
        font-size: 12px;
        margin-left: 5px;
    
}
@media screen and (max-width: 767px) {

    table.normal th,
    table.normal td {
        display: block;
        width: 100%;
    }

    table.normal th {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: none;
    }

    table.normal td {
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;

    }

    #first_name,
    #last_name,
    #furisei,
    #furina {
        display: block;
    }

    #zip,
    #pref,
    #city,
    #ozip,
    #opref,
    #ocity,
    #addr,
    #ozip,
    #oaddr,
    .harf {
        margin: 0 auto;
        display: block;
    }
    .harf{
        width: 50% !important;
    }
    #searchform label{
        display: block;
    }

    .ryoku-form h3{
        font-size: 1rem;
    }
    .wrapper.net form table,
    table.add_member_mail{
        margin: 0 auto 30px auto;
        width: 100%;
    }
    .wrapper.net form table th,
    .wrapper.net form table td,
    table.add_member_mail th,
    table.add_member_mail td{
        height: auto;
        overflow: hidden;

    }

    .wrapper.net form table th,
    table.add_member_mail th{
        display: block;
        width: 100%;
        padding: 5px;
        background-color: #e8ece9;
    }
    .wrapper.net form table td,
    table.add_member_mail td{
        display: block;
        width: 100%;
        padding: 10px 0 20px 0;
    }

}



/*---- 2024追加 -----*/
#registerform {
    padding: 20px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
	width:100%
}

.wpcf7-form.init label{
    padding: 20px 0;
    display: block;
    font-weight: bold;
  font-size: 16px;
}
.wpcf7-form{
    margin: 0 auto;
}
.wpcf7-form-control.wpcf7-submit {
    background: #387846;
  color: #fff;
  border-radius: 10px;
  border: none;
  display: block;
  margin: 20px auto 0 auto;
  max-width: 300px;
}

#archives-2 ul li{
    width: 100%;
      display: block;
}
.sns_list{
    margin: 0 0 10px 0;
}
.sns_list dd{
    margin: 0;
}
.sns_list:last-child{
    margin: 0;
}
table.add_member_mail tr{
    border-bottom: 1px dashed #ccc;
}

table.add_member_mail td .box{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 10px 0;
}
table.add_member_mail td .box:last-child{
    margin: 0;
}
table.add_member_mail td .box p{
    display: inline;
    width: auto;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: normal;
}
.sns_list{
    display: flex;
    align-items: center;
    list-style-type: none;
}
.sns_list li{
    width: auto;
    border: none !important;
    padding: 0;
    margin: 0;
}
.sns_list li a{
    color: #333;
    padding: 5px 10px;
    width: auto;
    display: flex;
    align-items: center;

}
.sns_list li a svg{
    width: 20px;
    height: auto;
}
@media screen and (min-width: 768px) {
.sns_list{
    margin: 0 0 10px 0;
}
table.add_member_mail th{
     width: 30%;
     font-weight: bold;
}
table.add_member_mail input{
    width: fit-content;
    margin: 0;
}
table.add_member_mail td{
    padding: 10px;
}
}
ul.member dl:first-of-type{
    margin: 20px auto 0 auto;
}



@media screen and (min-width: 768px) {
ul.member dl{
    display: flex;
    align-items: center;
}
ul.member dl dt{
    width: 24%;
}
ul.member dl dd{
    width: 76%;
    margin: 0;
}
}

@media screen and (max-width: 767px) {
ul.member dl{
    font-size: 13px;
}
ul.member dl dt{
background-color: #F5F4F4;
padding: 5px;
}
ul.member dl dd{
    padding: 5px;
}
}

.sns_list_add dd{
    padding: 0 0 10px 0;
}
.sns_list_add dd:last-child{
    padding: 0;
}

/* ================================================
 * 会員限定バッジ（最近の投稿ウィジェット）
 * ================================================ */
.rmp-members-badge,
.item-cat .members-only {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    padding: 2px 6px;
    margin-right: 4px;
    background: #c0392b;
    color: #fff;
    border-radius: 3px;
    vertical-align: middle;
}

.users_menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 1130px) {
.users_menu{
    position: absolute;
  top: 3px;
  right: 0;
}
.users_menu ul{
  justify-content: space-between;
}

}



.users_menu ul li{
    margin: 0;
}
.users_menu ul li a{
    display: block;
    text-align: center;
    padding: 3px 5px;
    font-size: 13px;
    margin: 3px;
    border-radius: 3px;
    background-color: #f8f8f8;
    color: #0e5e30;
}
.users_menu ul li:last-child a{
    background-color: #333;
    color: #f8f8f8;

}

@media screen and (max-width: 767px) {
.users_menu ul li a{
    padding: 10px 20px;
    font-size: 14px;

}

}