@charset "utf-8";

/* CSS Document */
/*
Theme Name: Twenty Twelve Child
Theme URI: http://wordpress.org/themes/twentytwelve
Author: Dipex-j
Author URI: https://www.dipex-j.org/
Template: twentytwelve
Description: Dipex-j Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twenty-twelve-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
padding: 5px 0;
padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
font-size: 16px
font-size: 1.142857143rem; (16 / $rembase)
line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
    margin: 24px 0;
    margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
*,::before,::after {
    box-sizing: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Noto Sans CJK JP","Noto Sans JP",Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

pre,
code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*! clear: both; */
    font-weight: 400;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.3rem;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a:focus {
    outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: smaller;
}

/* Clearing floats */
.clear::after,
.wrapper::after,
.format-status .entry-header::after {
    clear: both;
}

.clear::before,
.clear::after,
.wrapper::before,
.wrapper::after,
.format-status .entry-header::before,
.format-status .entry-header::after {
    /*! display: table; */
    /*! content: ""; */
}

/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}

button,
input {
    line-height: normal;
}

textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    /*! font-size: 11px; */
    /*! font-size: 0.785714286rem; */
    line-height: 1.428571429;
    font-weight: normal;
    /*! color: #7c7c7c; */
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
    color: #5e5e5e;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f9f9f9, #ebebeb);
}

.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    color: #757575;
    background-color: #e1e1e1;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ebebeb, #e1e1e1);
    box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    border-color: transparent;
}

.bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 2px;
    box-shadow: none;
    padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
    /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); */
}

.wp-caption {
    max-width: 100%;
    /* Keep wide captions from overflowing their container. */
    padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-content dl.gallery-item {
    margin: 0;
}

.gallery-item a,
.gallery-caption {
    width: 90%;
}

.gallery-item a {
    display: block;
}

.gallery-caption a {
    display: inline;
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

/* Navigation */
.site-content nav {
    /*! clear: both; */
    /*! line-height: 2; */
    /*! overflow: hidden; */
}

#nav-above {
    padding: 24px 0;
    padding: 1.714285714rem 0;
}

#nav-above {
    display: none;
}

.paged #nav-above {
    display: block;
}

.nav-previous,
.previous-image {
    float: left;
    width: 50%;
}

.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
}

.nav-single+.comments-area,
#comment-nav-above {
    margin: 48px 0;
    margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
}

.author-info {
    border-top: 1px solid #ededed;
    margin: 24px 0;
    margin: 1.714285714rem 0;
    padding-top: 24px;
    padding-top: 1.714285714rem;
    overflow: hidden;
}

.author-description p {
    color: #757575;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
}

.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
    margin: 0 0 3.428571429rem;
}

.author.archive .author-avatar {
    margin-top: 0;
}

/* =Media queries
-------------------------------------------------------------- */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
* but in the future W3C standard way. -ms- prefix is required for IE10+ to
* render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
* the meta tag. See http://core.trac.wordpress.org/ticket/25888.
*/
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.top-t-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: .5rem -.2em;
}

.top-t-menu li {
    flex-basis: 10em;
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 .2rem .4rem .2rem;
}

.top-t-menu a {
    padding: 0 1em .5em;
    display: flex;
    align-items: center;
    line-height: 1.5;
    text-decoration: none;
    background-color: #333;
    color: #fff;
    flex-basis: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
}


.top-t-menu a:hover {
    color: #fff;
    background-color: hsl(0, 80%, 50%);
}

	.top-t-menu a {
		padding: 0 1em .5em;
		display: flex;
		align-items: center;
		line-height: 1.5;
		text-decoration: none;
		flex-basis: 100%;
		justify-content: center;
		text-align: center;
		white-space: normal;
		color: #8f0000;
		background-color: #fff;
		border:solid 1px #8f0000;
	}

	.top-t-menu a:hover {
		background-color: #8f0000;
		color: #fff;
	}

.＜ {
    display: flex;
}

.katariLinkWrap .m_nav .＜::before {
    content: "＜";
}
.katariLinkWrap .m_nav .＜::after {
    content: "＞";
}
.katariLinkWrap > ul > li ul a br {
    display: none;
}
.katariLinkWrap > ul > li ul a::before {
    content: "▶︎";
    padding-right: .2em;
    display: inline-block;
    transform: scale(.8);
    color: #888;
}
.share-buttons {
    display: flex;
    width: 10em;
    justify-content: space-between;
}
.snsbtn-box h3 {
    font-size: 1.4rem;
    margin-bottom: .5em;
}
.col2 {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}

.col2 > div {
    flex-basis: 48%;
}
.index-topic > ul > li > a {
    display: block;
    border-bottom: 1px solid #333;
    pointer-events: none;
    margin-left: 1rem;
}
.index-topic .children {
    margin: .5rem 1rem 2.5rem 2rem;
}

.index-topic .children li {
	margin: .8rem 0;
}

.topic-cont .category-page-category-list a,
.index-topic a,
.index-catlist a,
.interview-gotolink a {
    display: flex;
    text-decoration: none;
    color: inherit;
}
.topic-cont .category-page-category-list a:hover,
.index-topic a:hover,
.index-catlist a:hover,
.interview-gotolink a:hover {
    background-color: #ffe5e5;
}
/*.interview-gotolink a:visited {
    color: hsl(0, 50%, 60%);
}*/
.topic-cont .category-page-category-list a::before,
.index-topic .children a::before,
.index-catlist a::before,
.interview-gotolink a::before {
    content: "▶︎";
    flex-basis: 1em;
    transform-origin: left center;
    transform: scale(.8);
    margin-right: .2em;
    color: #8f0000;
    display: inline-block;
    text-indent: 0;
}

.index-catlist-gotolink a::before {
    content: "▶︎";
}
.interview-gotolink li {
    line-height: 1.5;
    margin-bottom: .8em;
    font-size: 16px;
}
.top-main-news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    align-items: flex-end;
}
.top-main-news .top-main-news-news,
.top-main-news .top-main-news-more {
    flex-basis: 40%;
}
.top-main-news .top-main-news-box {
    flex-basis: 54em;
    margin: 0 auto 1rem;
}
/* Header g_nav */
[id="talk_text"],[id="hk_form"],
.g_nav input {
    position: absolute;
    clip: rect(0,0,0,0);
}
.g_nav {
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}
.home .blogid-1 .g_nav {
    visibility: hidden;
}
.g_nav .m_nav {
    display: flex;
    font-size: 0.9rem;
    align-items: stretch;
    justify-content: space-between;
    border-right: 1px solid #ccc;
}
.g_nav .m_nav > li {
    margin: 0 1px;
    flex-basis: 8em;
    position: relative;
}
.g_nav .sp_m_nav {
    display: none;
}
/*.g_nav .m_nav .＜::before {
    content: "▼";
    padding-right: .5em;
    display: inline-block;
    transform: scale(.8);
    color: #ccc;
}*/
.g_nav label + ul {
    position: absolute;
    top: 3.7em;
    left: -25px;
    transform-origin: left top;
    transition: .4s;
    transform: scaleY(0);
    max-height: 0;
    width: 150%;
    overflow: hidden;
    opacity: 0;
    border: 4px solid #666;
    /*border-top: 0;*/
}
.g_nav label:hover,
.g_nav a:hover {
    background-color: hsl(0, 0%, 50%);
    color: #fff;
}
.g_nav label:hover + ul,
.g_nav label + ul:hover {
    max-height: 100vh;
    transform: scale(1);
    overflow: visible;
    opacity: 1;
}
.g_nav .m_nav > li {
    flex-grow: 1;
    border-left: 1px solid #ccc;
}
.g_nav .m_nav ul > li {
    border-top: 1px solid #999;
}
.g_nav .m_nav > li:first-of-type {
    flex-basis: 4em;
    flex-grow: 0;
    flex-shrink: 1;
}
.g_nav label,
.g_nav a {
    cursor: pointer;
    text-decoration: none;
    line-height: 1.2;
    display: flex;
    padding: 0 .5em;
    background-color: #fff;
    color: #222;
    align-items: center;
    min-height: 3.5em;
    border: none;
    justify-content: center;
    min-width: 5em;
}
.g_nav label {
    padding-left: 0;
}
.g_nav .m_nav .to-page a {
    color: #8f0000;
}
.g_nav .m_nav .to-page a:hover {
    color: #fff;
}
.g_nav .m_nav ul > li a {
    padding: .5em .8em;
    line-height: 1.5;
    justify-content: flex-start;
}
.g_nav .m_nav ul > li a br {
    display: none;
}
/* edited */







/* ここから Taguchi 追加 */
/* 一般
-------------------------------------------------------------- */
table.main {
    border: 1px solid #dfdfdf;
}

table.main td {
    padding: 10px;
    border: 1px solid #dfdfdf;
    min-width: 35px;
}

#member pre {
    font-size: 100%;
    border: 0;
}

.text_center {
    text-align: center;
}

h3.bg_none {
    background: none;
    padding-left: 0;
    margin-bottom: 10px;
}

/* list-style なし */
.li_none li {
    list-style-type: none;
    margin-left: 18px;
}

/* ol liの行間 */
ol li {
    padding: 8px 0;
}

/* ul .main liの行間 */
ul.main li {
    padding: 8px 0;
}

/* contact form 7 リストの改行 */
span.wpcf7-list-item {
    display: block;
}

/* widget-area 枠線 */
aside#nav_menu-2, aside#archives-3, aside#archives-2, aside#recent-posts-2, aside#categories-2 {
    /*! margin: 10px 0 0; */
    /*! padding: 10px 10px; */
    /*! border: 2px solid #bfbfbf; */
    /*! border-radius: 10px; */
}

/* widget-area 矢印 */
.widget-area ul.menu li a {
    /*! padding-left: 17px; */
/*     background: url(/wp-content/themes/twentytwelve-child/images/head-ic-li.gif) no-repeat left 6px/auto 100%; */
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: .3em 0;
}

.widget-area ul.menu li a::before {
    content: "\f522";
    display: block;
    font-size: .8em;
    width: 1.5em;
    height: 1.5em;
    background-color: #999;
    color: #fff;
    padding: .3em .4em 0 .3em;
    line-height: 1;
    border-radius: 50%;
    margin-right: .5em;
    font-family: dashicons;
}

ul.sub-menu li {
    padding-left: 10px;
    /*! background: url(/wp-content/themes/twentytwelve-child/images/ic-sub-menu.gif) left 10px no-repeat; */
}

.widget .side-link ul li {
    margin-left: 1rem;
}

/* テキスト枠線 */
.text_box_normal {
    margin: 30px 0;
    /*! padding: 20px 16px 0 16px; */
    /*! border: 2px solid #bfbfbf; */
    /*! border-radius: 10px; */
}

[id*="main_text_box"] {
	margin: 30px 20px;
    padding: 20px 16px 0 16px;
    border: 2px solid #bfbfbf;
    border-radius: 10px;
}

[id="interview"] ~ h3 {
    margin-top: 2rem;
    border-bottom: 1px solid #ccc;
}

#main_text_box02_center {
    margin: 14px 20px 40px 20px;
    text-align: center;
}

#credit {
    margin: 14px 20px 40px 20px;
    padding: 1rem;
    border: 2px solid #eb9c9c;
    border-radius: 5px;
    text-align: center;
}

/* 注釈 */
.text_small {
    font-size: 14px !important;
}

.credit-notice {
    background: #ffeeee;
    padding: 15px;
    margin: 10px 4px 20px;
    text-align: left;
}

.credit-notice h5 {
    padding: 0;
    margin: 0;
    text-align: left;
}

.credit-notice p {
    font-size: 12px;
    font-size: 0.8571428571428571rem;
    line-height: 1.4;
    padding: 0;
    margin: 10px 0px;
    text-align: left;
}

/* テキスト右寄せ */
.text_right {
    text-align: right;
}

/* float解除 */
.clear {
    clear: both;
}

/* float解除 */
.clear {
    clear: both;
}

/* ボタン
-------------------------------------------------------------- */
/*
.button_container{
    display: table;
    margin: 0 auto;
}
*/
.button.button p {
    background: none;
    border: 0;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    font-size: 120%;
    text-decoration: underline;
}

.button {
    display: table-cell;
    vertical-align: middle;
    background: #e46c0a;
    border: 2px solid #e46c0a;
    border-radius: 3px;
    color: #fff;
    width: 280px;
    height: 70px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.button:hover {
    border-color: #e9893c;
    background: #e9893c;
}

.button a{
	color: #fff;
}

.button a:hover{
	color: #fff;
}

a.button2 {
    padding: 5px 10px;
    display: table-cell;
    vertical-align: middle;
    background: #e46c0a;
    border: 2px solid #e46c0a;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.button2:hover {
    border-color: #e9893c;
    background: #e9893c;
}

/* ボタン（左寄せ/えんじ色）
-------------------------------------------------------------- */
/*
.button_container{
    display: table;
    margin: 0 0 36px 0;
}
*/
.button_container {
    display: block;
    margin: 0 0 55px 0;
    text-align: center;
}

.button_enji p {
    background: none;
    border: 0;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    font-size: 120%;
    text-decoration: underline;
}

.button_enji {
    display: table-cell;
    vertical-align: middle;
    background: #ea0000;
    border: 2px solid #d20000;
    border-radius: 10px;
    color: #fff;
    width: 240px;
    height: 60px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.button_enji:hover {
    border-color: #d20000;
    background: #d20000;
}

.button_enji a {
    color: #fff;
}

/* ボタン（左寄せ/えんじ色/サイズ小）
-------------------------------------------------------------- */
.button_enji2_container {
    display: table;
    margin: 0 0 36px 0;
}

.button_enji2 p {
    background: none;
    border: 0;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    font-size: 100%;
    text-decoration: underline;
}

.button_enji2 {
    display: table-cell;
    vertical-align: middle;
    background: #ea0000;
    border: 2px solid #d20000;
    border-radius: 10px;
    color: #fff;
    padding: 2px 18px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.button_enji2:hover {
    border-color: #d20000;
    background: #d20000;
}

.button_enji2_container a {
    color: #fff;
}

/* ボタン（左寄せ/グレー/サイズ小）
-------------------------------------------------------------- */
.button_gray_container {
    display: table;
    margin: 0 0 36px 0;
}

.button_gray p {
    background: none;
    border: 0;
    padding: 6px 6px 8px 6px;
    margin: 0;
    font-weight: normal;
    font-size: 100%;
    text-decoration: underline;
}

.button_gray {
    display: table-cell;
    vertical-align: middle;
    background: #eee;
    border: 2px solid #ddd;
    border-radius: 10px;
    color: #fff;
    padding: 2px 12px;
    text-align: center;
}

/* 寄付する
-------------------------------------------------------------- */
.kifu {
    text-align: center;
    margin: 30px 20px;
    padding: 5px 16px 0 16px;
}

.kifu_box {
    display: table;
}

.kifu h2 {
    background: none;
    background: #fff;
    border: 0;
    padding: 0 0 20px 0;
    margin: 0;
    font-weight: bold;
    font-size: 200%;
}

.kifu_box01 h3 {
    background: none;
    background: #fff;
    border-bottom: 8px solid #00b050;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    font-size: 160%;
}

.kifu_box02 h3 {
    background: none;
    background: #fff;
    border-bottom: 8px solid #e46c0a;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    font-size: 160%;
}

.kifu strong {
    color: #8f0000;
}

.kifu p {
    padding: 20px 10px 0 10px;
}

.kifu_box p {
    text-align: left;
    padding: 10px 10px 0 10px;
}

/* 寄付の枠線（10万円以下） */
.kifu_box01 {
    display: table-cell;
    background: #efff;
    border: 8px solid #00b050;
    color: #111;
    width: 300px;
    height: 300px;
}

/* 寄付の枠線（10万円超） */
.kifu_box02 {
    display: table-cell;
    background: #fff;
    border: 8px solid #e46c0a;
    color: #111;
    width: 300px;
    height: 300px;
}

/* 支援する
-------------------------------------------------------------- */
.support {
    text-align: center;
    /*! margin: 30px 20px 50px 20px; */
    padding: 1rem;
}

.support_box {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
    align-items: stretch;
}

.support.support h2 {
    background: none;
    background: #fff;
    border: 0;
    padding: 0 0 20px 0;
    margin: 0;
    font-weight: bold;
    font-size: 200%;
}

.support_box01 h3 {
    background: none;
    border: 0;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    font-size: 140%;
}

.support_box03a h3 {
    background: none;
    border: 0;
    /*! padding: 10px; */
    margin: 0;
    font-weight: bold;
    font-size: 110%;
    /*! text-decoration: underline; */
}

.support_box03b h3 {
    background: none;
    border: 0;
    /*! padding: 10px; */
    margin: 0;
    font-weight: bold;
    font-size: 120%;
    /*! text-decoration: underline; */
}

.support_box03a.support_box03a p,
.support_box03b.support_box03b p {
    padding: 0;
    margin: 0;
    /*! font-size: 80%; */
}

.support_box01 {
    /*! display: table-cell; */
    vertical-align: middle;
    background: #eee;
    border: 2px solid #ddd;
    border-radius: 3px;
    color: #111;
    /*
    width: 300px;*/
    flex-basis: 45%;
    /*! height: 100px; */
}

.support_box02 {
    /*! padding: 6px; */
    /*! display: table-cell; */
    /*! vertical-align: middle; */
    flex-basis: 5%;
    align-self: center;
}

.support_box02 ~ a {
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
}

.support_box03a,
.support_box03b {
    background: #00b050;
    border-radius: 3px;
    color: #fff;
    /*! flex-basis: 45%; */
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    flex-grow: 1;
    padding: 1rem;
}

.support_box03b {
    background: #e46c0a;
    flex-grow: 1;
}

.support_box03a:hover {
    border-color: #33c072;
    background: #33c072;
}

.support_box03b:hover {
    border-color: #e9893c;
    background: #e9893c;
}

.support a {
    text-decoration: none;
}

/* 寄付をする修正時20180127追加 ↓ */
.support_box04 h3 {
    background: none;
    border: 0;
    padding: 10px;
    margin: 0;
    color: #21759c;
    font-weight: normal;
    font-size: 120%;
    text-decoration: underline;
}

.support_box04 p {
    padding: 0 12px 10px 12px;
    margin: 0;
    font-size: 80%;
}

.support_box04 {
    display: table-cell;
    vertical-align: middle;
    background: #fddfdf;
    border: 2px solid #eb9c9c;
    border-radius: 20px;
    color: #333;
    width: 300px;
    height: 100px;
}

.support_box04 a {
    text-decoration: underline;
}

/* はじめまして
-------------------------------------------------------------- */
/* 枠線 */
.welcome_block {
    background: #fff;
    border: 1px solid #bfbfbf;
    color: #111;
    margin: 30px 0;
    padding: 0 0 10px 0;
}

.welcome_block h3 {
    text-align: center;
    background: #F8E7E6;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    font-size: 100%;
}

.welcome_block p,
.welcome_container ul {
    padding: 15px;
    margin: 0;
}

.welcome_block img {
    align: right;
}

/* 語りデータベースの目的
-------------------------------------------------------------- */
.mokuteki_container {
    text-align: center;
    margin: 30px 20px 80px 20px;
    padding: 5px 16px 0 16px;
}

.mokuteki_block {
    display: table;
    margin: 0 0 20px 0;
}

.mokuteki_block_element {
    display: table-cell;
    vertical-align: middle;
    background: #1abc9c;
    border: 1px solid #1abc9c;
    border-radius: 20px;
    color: #fff;
    width: 300px;
    height: 100px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.mokuteki_container h2 {
    background: none;
    background: #fff;
    padding: 0 0 20px 0;
    margin: 0;
    font-weight: bold;
    font-size: 160%;
}

.mokuteki_block_element p {
    background: none;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    font-size: 120%;
}

/* 「健康と病いの語り」とは（語りサイトボタンと説明）
-------------------------------------------------------------- */
[id="outline"] li {
    list-style-type: none;
    margin-left: 0;
}

[id="outline"] a {
    /*! color: #5e5e5e; */
}

[id="outline"] a:hover,
[id="outline"] a:active {
    color: #333;
}

[id="outline"] table {

}

[id="outline"] td {
    /*! border: 0; */
    /*! border-bottom: 1px solid #eeeeee; */
    /*! vertical-align: top; */
    /*! margin: 0; */
    /*! padding: 16px 16px 0 16px; */
}

[id="outline"] p {
    clear: both;
}

/* 「健康と病いの語り」とは（健康と病いの語りDBについて）
-------------------------------------------------------------- */
.outline_container {
    /*display: table;*/
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	text-align: right;
    /*margin: 30px 0;*/
   /* padding: 5px 16px 0 16px;*/
}

.entry-content .outline_container p,
.entry-content .outline_container ul {
    text-align: left;
    padding: 15px;
    margin: 0;
}


.outline_block{
	border: 2px solid #bfbfbf;
    border-radius: 10px;
	flex-basis: 48%;
	margin-bottom: 30px;
}

.entry-content .outline_block h3 {
    font-size: 1.5rem;
    border-bottom: 1px solid #bfbfbf;
    border-left: solid 5px #eb9c9c;
    margin: 10px 10px 15px;
    padding: 0 0 5px 20px;
	line-height: 1.5;
}

/* 枠線 */
.outline_block h3 {
    text-align: left;
    background: none;
    border-bottom: 2px solid #bfbfbf;
    padding: 10px;
    margin: 0;
    font-weight: bold;
    font-size: 100%;
}

.outline_block strong {
    color: #c40000;
    font-size: 120%;
}

/* 語りデータベースの効果的な見方
-------------------------------------------------------------- */
.text_pink {
    color: #ff1493;
}

.text_orange {
    color: #D67F2A;
}

.text_green {
    color: #008000;
}

.text_red {
    color: #ff0000;
}

.text_aqua {
    color: #71C7D5;
}

.text_blue {
    color: #0000ff;
}

/* 語りデータベースの作り方
-------------------------------------------------------------- */
#outline_tsukurikata h3 {
    background: none;
    font-weight: bold;
    padding-left: 0;
}

/* 利用者の声
-------------------------------------------------------------- */
/* 枠線 */
.voice_block {
    background: #fef5f6;
    margin: 20px 0 0 0;
    padding: 12px 16px 16px 16px;
    border: 5px solid #fbebeb;
}

.voice_block h3 {
    background: none;
    border: 0;
    margin: 0;
    padding: 0 0 5px 0;
}

.voice_block p {
    font-size: 90%;
}

.voice_content {
    background: #fff;
    margin: 0;
    padding: 12px 12px 0 12px;
    border-radius: 5px;
}

.voice_content h3 {
    color: #eb9c9c;
    background: none;
    margin: 0;
    padding: 0 0 12px 0;
}

.voice_content p {
    font-size: 100%;
    margin-bottom: 0;
    padding-bottom: 14px;
}

/* ディペックス・ジャパンについて
-------------------------------------------------------------- */
/* キャッチコピー枠 */
.text_box {
    margin: 30px 0;
    padding: 30px 40px;
    border: 2px solid #a00e15;
    border-radius: 10px;
    font-weight: bold;
    font-size: 160%;
}

/* キャッチコピー枠 中央揃え */
.text_box_center {
    /*! margin: 30px 0; */
    padding: 1rem;
    border: 2px solid #a00e15;
    /*! border-radius: 10px; */
    /*! font-weight: bold; */
    font-size: 1.5em;
    text-align: center;
	margin-bottom: 20px;
}

/* 水平線 */
hr.main {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 50px 0 0 0;
    margin-bottom: 1.714285714rem;
}

/* これまでの歩み・沿革 */
table.history {
    margin-bottom: 40px;
}

.history td {
    padding: 14px 0;
}

td.month {
    width: 100px;
}

/* widget アマゾン
-------------------------------------------------------------- */
.widget .amazon {
    /*! padding: 8px 18px; */
    /*! background: #fff; */
    /*! border: 2px solid #bfbfbf; */
    /*! border-radius: 10px; */
    /*! text-align: center; */
    /*! margin: 20px 0px 0px; */
    /*! font-size: 14px; */
    /*! font-size: 1rem; */
    /*! line-height: 1.5; */
    padding-bottom: .5rem;
}

.widget .amazon h3 {
    /*! font-size: 18px; */
    /*! font-size: 1.285714285714286rem; */
    /*! line-height: 1.2; */
    /*! text-align: center; */
    /*! margin: 0; */
    /*! padding: 0px 0px 8px 0px; */
    /*! position: relative; */
}

.widget .amazon p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    margin: 0;
    padding: 0;
}

.widget .amazon img {
    margin: .5rem auto;
    padding: 0;
}

/* widget トップページのスライドショー右下
-------------------------------------------------------------- */
.widget .toppage-banner-box {
    margin: 30px 0 0 0px;
    padding: 0;
    background: #fff;
    text-align: center;
}

/*
-------------------------------------------------------------- */
/* 理事長あいさつ */
.beppu {
    float: right;
    padding: 0 0 0 20px;
    font-size: 90%;
    text-align: right;
}

/* お気に入りクリップ
-------------------------------------------------------------- */
.clipBtn {
    display: block;
    padding: 2% 4%;
    text-align: center;
    color: #fff !important;
    border: 3px solid #8f0000;
    border-radius: 10px;
    background: linear-gradient(to top, #8f0000, #d16262);
    text-decoration: none;
    font-weight: bold;
    width: 28%;
    margin: 2% auto;
}

a.clipBtn:hover {
    background: linear-gradient(to top, #d16262, #e79393);
}

/*これまでの歩み・沿革ページプルダウンメニュー追記*/
.ayumi_list_menu {
    float: right;
}

.ayumi_list_menu select {
    /*! width: 80px; */
    padding: 5px;
    font-size: 14px;
}

/* クレジットページ */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.creditsLeft {
    width: 78%;
    float: left;
}

.rImg140 {
    float: left;
    width: 15%;
    margin-top: 10px !important;
}

.rImg img {
    width: 100%;
    height: auto;
}

/* ひと言アンケートなど */
.pochi #SH-001 input[type="submit"] {
    /*background: #cb5f5f;*/
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    /*border: solid 1px #cb5f5f;*/
    border: 1px solid #8f0000;
    background: linear-gradient(to top, #8f0000, #d16262);
    padding: .3em 1.1em;
}

.pochi #SH-001 input[type="submit"]:hover {
    background: #d98181;
}

.pochi #SH-001 textarea {
    width: 98%;
}

/* 20190819 SPサイト対応修正 */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    display: block;
}

.interview-image img {
    display: inline-block;
}

/* 20191202 ディペックス・インターナショナルについて SPサイト対応 */
.dipex-international .dipex-international-text p {
    /*! font-size: 14px; */
    font-size: 1rem;
    /*! line-height: 1.428571428571429; */
    /*! margin: 0; */
    padding: 0px 0px 20px 0px;
}

.dipex-international .dipex-international-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dipex-international .dipex-international-text ul li {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.428571428571429;
    margin: 0px 0px 7px 7px;
    padding: 0px 0px 0px 15px;
    background: url(/wp-content/themes/twentytwelve-child/images/interviewlink-point.gif) no-repeat 0px 4px;
}

.dipex-international .dipex-international-banner {
    margin: 30px 0 0
}

.dipex-international .dipex-international-banner li {
    list-style: none;
    margin: 15px auto;
}

.site .site-header {
    /*! padding: 10px; */
    /*! padding-top: 0.7142857142857143rem; */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    /*! margin: 0 -10px; */
    background-color: #fff;
    /*! box-shadow: 0 0 20px 0 hsla(0,0%,0%,0.2); */
}

.index-catlist {
    border: 1px solid #ccc;
    padding: 1rem;
    margin: 1rem 0rem 1rem 1rem;
}

.index-catlist dl > div {
    display: flex;
}

.index-catlist dt {
    margin-right: .5em;
    font-weight: 700;
}

/* Sidebar */
.widget-area .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 2rem; /*
    margin-bottom: 2.142857142857143rem; */
    word-wrap: break-word;
    /*! border-bottom: 1px solid #ccc; */
}

.widget-area .widget h3 {
    /*! margin-bottom: 5px; */
    /*! font-size: 12px; */
    font-size: 1.2em;
    padding: .3rem .5rem;
    /*! border-top: 1px solid red; */
    background-color: #f0f0f0;
    margin-bottom: 1rem;
}

.widget-area .widget .amazon a {
    display: block;
    text-align: center;
    padding: 0;
}
.widget .side-inq ul li a {
    position: relative;
    /*! overflow: hidden; */
    padding: 5px 10px;
    border: 1px solid #8f0000;
    background-image: url(/wp-content/themes/twentytwelve-child/images/ic-inq-more.gif),linear-gradient(to top, #f4d0d0, #fff);
    background-repeat: no-repeat;
    background-position: 95% center,0 0;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
}

.widget .snsbtn-box .share-buttons {
    margin: 1rem 0;
    width: 100%;
    justify-content: center;
}

.widget .snsbtn-box .share-buttons div {
    font-size: 1rem;
    margin: 0 1rem;
}
.share-buttons .clearall {
    display: none;
}
.widget .fb-ban {
    margin: 0 0 1rem;
}

.widget > div {
    margin-bottom: 1rem;
}


.fb-ban a {
    display: block;
    width: 100%;
    height: 100%;
}

.widget .side-ban {
    margin: 30px auto 0px;
    text-align: center;
}

.widget .side-importantban {
    margin: 0px auto 0px;
    text-align: center;
}

.widget .side-notice-box .notice-ban {
    /*! clear: both; */
}

.widget .side-notice-box .notice-ban ul li {
    font-size: 14px;
}

.widget .side-notice-box .notice-ban ul li + li {
    margin-top: 1rem
}

.widget .side-notice-box .notice-ban ul li a {
    /*! width: 228px; */
    height: 48px;
    text-align: left;
    padding: 0;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background: linear-gradient(to top, #d4d4d4, #FFF);
    display: flex;
    text-decoration: none;
    color: #333;
    justify-content: center;
    align-items: stretch;
    line-height: 1.3;
}

.widget .side-notice-box .notice-ban ul li a span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 4em 0 2.5em;
    background-repeat: no-repeat;
    background-image: url(images/side-notice-ic.gif),url(images/ic-inq-more.gif);
    background-position: 1rem center,95% center;
    background-size: auto 60%,auto;
}

.widget .side-inq {
    padding: 0;
}

.widget .side-inq ul {
    margin: 0;
}

.widget .side-inq ul li {
    padding: 0;
    margin: 0 0 1rem;
}
.top-main-join li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em .5em .5em 0;
    border: 2px solid #bfbfbf;
    border-radius: 3px;
    background: linear-gradient(to top, #ebebeb, #FFF);
    text-decoration: none;
    color: #333;
}

.top-main-join li a:hover {
    border-color: #a4a4a4;
    background: linear-gradient(to top, #bfbfbf, #ebebeb);
    color: #000;
}

.top-main-join li a::before {
    content: "";
    height: 1.2em;
    flex-basis: 1.5em;
    background: none no-repeat left center / contain;
}

.top-main-join li.btn-join a::before {
    background-image: url(images/foot-ic-flag.gif);
}

.top-main-join li.btn-support a::before {
    background-image: url(images/foot-ic-heart.gif);
}

.top-main-join li.btn-donate a::before {
    background-image: url(images/foot-ic-star.gif);
}
.dark {
    background-color: #eee;
    /*! padding-top: 1rem; */
}

footer[role="contentinfo"] .site-info p {
    margin-bottom: 1em;
}

footer[role="contentinfo"] .site-info address {
    font-style: normal;
}

footer[role="contentinfo"] .site-info address a {
    margin-left: .5em;
    float: right;
    width: 10em;
}

footer[role="contentinfo"] .site-info address a img {
    width: 100%;
    height: auto;
}


.gotop {
    text-align: right;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    position: sticky;
    bottom: 5px;
    padding-right: 5px;
    z-index: 9;
}

.gotop a {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 1;
    background-color: hsla(0,0%,10%,.6);
    box-shadow: 0 0 0 2px #fff;
    padding: .2em;
}

.gotop a:hover {
    color: #fff;
    background-color: hsla(0,0%,10%,1);
}

.gotop a::before {
    content: "▲";
}

.m-main-meta {
    /*! font-size: .9rem; */
    /*! color: #8f0000; */
    /*! border-top: 1px dotted; */
    margin-top: 1em;
    padding-top: 1em;
}
.m-info {
    border-top: 2px dotted #8f0000;
    padding: 1rem 1rem;
}
.index-catlist .access {
    border-top: 1px solid #ccc;
    padding: 1rem 1rem 0;
    margin-top: .9rem;
}
.index-catlist .flex-b{
	display: flex;
	justify-content: space-between;
}
.flex-b ul.flexLeft,
.flex-b div.symposium-m{
	flex-basis: 45%;
}
.index-catlist .flex-b div.symposium-m img{
	margin-bottom: 10px;
}

.index-catlist .flex-b div.symposium-m a::before{
	content: none;
}

.index-catlist .flex-b div.symposium-m a:hover{
	 background-color: #fff;
}

[id="scroll_nav"] {
    margin-bottom: 2rem;
    background-color: #f0f0f0;
    padding: .4rem .4rem .1rem;
}
[id="scroll_nav"] h3 {
    font-size: 1.1rem;
    border-left: .5rem solid #8f0000;
    line-height: 1;
    padding-left: .5rem;
    margin-bottom: .5em;
}
[id="scroll_nav"] ol {
    /*! display: inline-flex; */
    font-size: 0.9rem;
}

[id="scroll_nav"] li:first-child {
	display: none;
}

[id="scroll_nav"] li {
    margin: 0 .5rem .3rem 0;
    padding: 0;
}
[id=scroll_nav] .lv_h1 {
    /*! font-size: 1.1em; */
}
[id=scroll_nav] .lv_h2 {
    /*margin-left: 1em*/
}
[id="scroll_nav"] a {
    display: flex;
    color: inherit;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
[id="scroll_nav"] a:hover {
    background-color: #ffe5e5;
}
[id="scroll_nav"] a::before {
    content: "▶︎";
    color: #8f0000;
    transform: scale(.6);
}

.open-more,
.g_nav [for="m_nav_ktr"],
.g_nav [for="m_nav_prj"],
.g_nav [for="m_nav_abu"],
.g_nav [for="m_nav_pri"]{
    display: flex;
    align-items: center;
}
.g_nav [id="m_nav_ktr"] ~ label::before,
.g_nav [id="m_nav_prj"] ~ label::before,
.g_nav [id="m_nav_abu"] ~ label::before,
.g_nav [id="m_nav_pri"] ~ label::before {
    margin-right: .9em;
    line-height: 1;
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    background-color: currentColor;
    transform: scale(1);
    transition: box-shadow .3s;
    box-shadow:
    0 2px,
    0 -2px,
    0 4px,
    0 -4px,
    2px 0,
    -2px 0,
    4px 0,
    -4px 0,
    0 0;
}
.open-more::before {
    line-height: 1;
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    transition: box-shadow .3s;
    background-color: #cb5f5f;
    transform-origin: left center;
    margin-right: .5em;
    transform: scale(1.2);
    margin-left: .3em;
    box-shadow:
    0 2px,
    0 -2px,
    0 4px,
    0 -4px,
    2px 0,
    -2px 0,
    4px 0,
    -4px 0,
    0 0;
}
.interview-text [id="talk_text"]:checked ~ * .open-more::before,
.g_nav [id="m_nav_ktr"]:checked ~ label::before,
.g_nav [id="m_nav_prj"]:checked ~ label::before,
.g_nav [id="m_nav_abu"]:checked ~ label::before,
.g_nav [id="m_nav_pri"]:checked ~ label::before {
    box-shadow:
    0 0,
    0 0,
    0 0,
    0 0,
    3px 0,
    -3px 0,
    4px 0,
    -4px 0,
    0 0;
}
.entry-icon {
    display: none;
}
.interview-title,
.profile-top h3.profile-title {
    display: flex;
    align-items: center;
	margin: 30px 0 15px;
}
.profile-title::before,
.interview-title::before {
    content: "\f110";
    font-family: dashicons;
    background-color: #999;
    border: 1px solid #999;
    overflow: hidden;
    color: #fff;
    display: block;
    margin-right: 0.6em;
    transform: scale(1.4);
    border-radius: 50%;
    width: 1.1em;
    height: 1.1em;
    line-height: 1.2;
    text-align: center;
    transform-origin: left center;
}
.gobottom a,
.interview-more a {
    display: flex;
    justify-content: flex-end;
}
.interview-more a::before {
    content: "▶︎";
    margin-right: .3em;
}

.gobottom a {
    text-decoration: none;
}

.gobottom a::before {
    content: "\f347";
    text-shadow: 0 .45em 0;
    font-family: dashicons;
    margin-right: .3em;
    display: inline-block;
    margin-top: -.1em;
}

.gobottom a:hover {
    /*! border: 2px solid #cc6363; */
    /*! border-radius: 6px; */
    /*! background-color: #ffe5e5; */
    color: #8f0000;
}

.pochi p {
    margin-bottom: 1.6em;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.pochi input.pbtn, .pochi a[onclick*="showHide"],
.pochi [for="hk_form"] {
    border: 2px solid #cb5f5f;
    border-radius: 3px;
    font-size: 14px;
    padding: .5em 1em;
    font-weight: bold;
    width: 7em;
    text-align: center;
    background-image: linear-gradient(to bottom, #fff, #faebeb);
    color: #cb5f5f;
    -webkit-appearance: none;
    text-decoration: none;
    margin-right: 1em;
    cursor: pointer;
    line-height: 1;
}

.interview-gotolink[class] ul {
    list-style: none;
    margin: 0 0 2rem;
}

.interview-gotolink h3 {
    margin: 2rem 0 .5em;
    border-bottom: 1px solid #ccc;
}

.pochi [for="hk_form"]:hover,
.pochi input.pbtn:hover {
    background: #d98181;
    color: #fff;
    cursor: pointer;
}

.interview-text [id="talk_text"] {
    position: absolute;
    clip: rect(0,0,0,0);
}
.interview-text [for="talk_text"] {
    cursor: pointer;
    display: flex;
}
.interview-text [id="talk_text"] ~ .interview-text-box,
.hk_form {
    transform-origin: center top;
    transition: .3s;
    opacity: 0;
    overflow-y: hidden;
    max-height: 0;
    margin-bottom: 2rem;
    padding: 0 1rem;
    height: 0;
    box-sizing: border-box;
}
.interview-text [id="talk_text"]:checked ~ .interview-text-box,
[id="hk_form"]:checked ~ .hk_form {
    height: auto;
    opacity: 1;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #f0f0f0;
    padding: 1rem;
}
.pochi .comment-prof {
    margin: .5em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.pochi .comment-prof label{
    margin:0 .8em .5em 0;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: .1em .5em .1em .1em;
}
.pochi .notes {
    display: block;
}
.pochi .notes a {
    display: inline;
    line-height: 1.5;
}

.interview-gotocat a {
    text-decoration: none;
    display: flex;
    color: #222;
}

.interview-gotocat a::before {
    content:"▶︎";
    color: #8f0000;
    margin-right: .3em;
}

.interview-gotocat a:hover {
    color: #d66;
}

.links {
    margin: 2rem auto;
    /*! display: flex; */
    /*! justify-content: center; */
    font-size: 16px;
}

.links li {
    margin: 0 0 .5rem;
}

.links li a {
    display: block;
    /*! padding: 1em 1em 1em 3em; */
    /*! font-weight: bold; */
    /*! color: #333; */
    /*! text-decoration: none; */
    /*! background: url(images/head-ic-what.gif) #ffe no-repeat 1em center/2em; */
    /*! border: 2px solid hsl(30, 50%, 50%); */
    /*! border-radius: .5em; */
    /*! background-blend-mode: multiply; */
}

.links li:first-child a {
    /*! background-image: url(images/head-ic-what.gif); */
}

.links li:nth-child(2) a {
    /*! background-image: url(images/head-ic-dipex.gif); */
}

.links + p {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 80%;
    margin: 1rem auto;
}
.links + p img {
    width: 100%;
    height: auto;
}

.site > * {
    line-height: 1.7;
}

.top-main-linkG,
.top-main-link {
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #fff0f3;
}

/*教育的*/
.top-main-linkG {
    background-color: #ecf6e6;
}

.top-main-linkG a {
    color: #000;
    text-decoration: none;
}

.top-main-linkG a:hover {
    text-decoration: underline;
}

.foot-sns > div {
    margin: 1rem auto;
    border: 1px solid #ccc;
}

.topic-text p {
    margin: 0 0 1rem;
    padding: 0;
    font-size: 16px;
    /*! font-size: 1.142857142857143rem; */
    line-height: 1.8;
}

.topic-text p.topic-notice {
    font-size: 14px;
    /*! font-size: 0.8571428571428571rem; */
    /*! line-height: 1.4; */
    margin-left: 6.7rem;
    margin-top: 1em;
}

.topic-text h2 {
    /*! font-size: 24px; */
    /*! font-size: 1.714285714285714rem; */
    padding-bottom: .3em;
    margin: 3rem 0 .7rem;
    /*! font-weight: normal; */
    border-bottom: 1px solid #8f0000;
}


.topic-text h3 {
    font-size: 18px;
    font-size: 1.285714285714286rem;
    padding: 3px 0px 3px 0;
    margin: 28px 0px 0px;
    font-weight: normal;
}


.topic-text h4 {
    font-size: 18px;
    font-size: 1.285714285714286rem;
    padding: 3px 0px 3px 34px;
    margin: 28px 0px 0px;
    font-weight: normal;
}

.topic-linkbox {
    margin-left: 5rem;
    position: relative;
    font-size: 16px;
    /*! border-left: .5rem solid #8f0000; */
    /*! margin-bottom: 1rem; */
}

.topic-linkbox + p {
    margin-top: 3rem;
}

.topic-linkbox + .topic-linkbox {
/*     border-top: 1px dashed #8f0000; */
    /*! padding: 1rem; */
    margin-top: 1rem;
}
.topic-linkbox a {
    display: block;
    padding: 1rem 7rem 1rem 1rem;
    text-decoration: none;
    /*! color: #8f0000; */
    position: relative;
    color: #333;
    background-color: #f0f0f0;
    /*! display: flex; */
    /*! flex-wrap: wrap; */
    position: relative;
}
.topic-linkbox a > * {
    flex-shrink: 1;
}

.topic-linkbox a:hover {
    background-color: #ffe5e5;
}

.topic-linkbox span {
    display: block;
    font-size: .8em;
    text-align: right;
}

.topic-linkbox a::after {
    content: "";
    display: table;
    clear: both;
}

.topic-linkbox a img {
    /*! display: none; */
	width: 100px;
    height: auto;
    float: left;
    margin: .2rem .5rem 0 0;
}

.interview-list-box {
    background-color: #f0f0f0;
}
.interview-list-text p:empty {
    display: none;
}
.interview-list-text h2 a {
    position: relative;
    display: block;
    z-index: 0;
    padding: 1rem 1rem 2rem;
    margin: -1rem -1rem -.5rem;
}
.interview-list-text h2 a::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.interview-list-text .topic-linkbox h2 a:hover::before {
    background-color: #ffe5e5;
}
.interview-list-text h2 a::after,
.topic-linkbox a::before {
    text-decoration: none;
    font-style: normal;
    color: #8f0000;
    display: block;
    line-height: 1;
    content: "▶︎";
    font-size: 2rem;
    border: 2px solid currentColor;
    text-align: center;
    width: 5rem;
    padding: .5rem 1rem .8rem;
    position: absolute;
    right: 1rem;
    top: 1.2rem;
}
.interview-list-text h2 a::after {
    right: 1rem;
    top: .5rem;
}

.topic-linkbox a:hover::after {
    /*! background-image: url(images/topic-btn-more-on.gif); */
}

.entry-content td,
.comment-content td {
    border-top: 1px solid #ccc;
}
.wpcf7 {
    background-color: #f6f6f6;
    padding: 0 1rem .5rem;
    margin-bottom: 1rem;
}
.widget .side-link.side-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.topic-cont .category-page-category-list {
    padding: 1rem 2rem;
}
.topic-cont .category-page-category-list .children {
    padding-left: 2rem;
    margin-bottom: 1rem;
}
.topic-cont .category-page-category-list a {
    display: inline-flex;
}
@keyframes top-slide-img {
  0% {
    transform: translateX(-50%) rotateX(.5turn);
    opacity: 0;
    z-index: 1;
  }
  5%,50% {
    transform: translateX(-50%) rotateX(1turn);
    opacity: 1;
    z-index: 2;
  }
  55% {
    transform: translateX(-50%) rotateX(.5turn);
    opacity: 0;
    z-index: 1;
  }
  80%,100% {
    transform: translateX(-50%) rotateX(.5turn);
    opacity: 0;
  }
}
@keyframes top-t-menu {
  0% {transform: translate(0,0);}
  100% {transform: translate(-50%,0);}
}


/* Minimum width of 769 pixels. */
/*
███    ███ ██ ███    ██       ██     ██ ██ ██████  ████████ ██   ██        ███████  ██████  █████  ██████  ██   ██
████  ████ ██ ████   ██       ██     ██ ██ ██   ██    ██    ██   ██ ██          ██ ██      ██   ██ ██   ██  ██ ██
██ ████ ██ ██ ██ ██  ██ █████ ██  █  ██ ██ ██   ██    ██    ███████            ██  ███████  ██████ ██████    ███
██  ██  ██ ██ ██  ██ ██       ██ ███ ██ ██ ██   ██    ██    ██   ██ ██        ██   ██    ██     ██ ██       ██ ██
██      ██ ██ ██   ████        ███ ███  ██ ██████     ██    ██   ██           ██    ██████  █████  ██      ██   ██
*/
@media screen and (min-width: 769px) {
    .g_nav .m_nav ul > li.uk {
        display: none;
    }
    .index-title {
        padding: 0 1rem 1rem;
        font-size: 2.5rem;
    }
    .profile-top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .profile-top .profile-image,
    .profile-top .profile-profile {
        flex-basis: calc(50% - .5rem);
    }
    .profile-top .profile-image img{
        width: 100%;
        height: auto;
    }
    .gsib_a.gsib_a {
        padding: 3px 9px 2px 9px;
    }
    .main-navigation li.menu-crohn a {
        width: 231px;
    }

    .top-t-menu {
        /*! font-size: .9rem; */
        /* flex-wrap: nowrap; */
    }
    .site .site-header {
        padding-top: 5px;
        margin: 0 -20px;
        top: -25px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        padding-bottom: 5px;
    }
    .head-description p span {
        display: inline-block;
        font-size: .9rem;
        line-height: 1;
    }
    .head-description p span:first-of-type {
        margin-right: .5em
    }
    /* =Basic structure
    -------------------------------------------------------------- */
    /* Body, links, basics */
    html {
        font-size: 87.5%;
    }

    body {
        text-rendering: optimizeLegibility;
        color: #333;
    }
    a {
        color: #21759b;
        outline: none;
    }

    a:active,
    a:hover {
        color: #0f3647;
    }

    /* Assistive text */
    .assistive-text,
    .site .screen-reader-text {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
    }

    .main-navigation .assistive-text:focus {
        background: #fff;
        border: 2px solid #333;
        border-radius: 3px;
        clip: auto !important;
        color: #000;
        display: block;
        font-size: 12px;
        padding: 12px;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 100000;
        /* Above WP toolbar */
    }

    /* Page structure */
    .site {
        padding: 0 20px;
        /*! padding: 0 1.428571428571429rem; */
        background-color: #fff;
        position: relative;
        box-sizing: border-box;
    }

    .site-content {
        /* 	margin: 24px 0 0;
        margin: 1.714285714rem 0 0; */
    }

    .widget-area {
        /*! margin: 0 0 0; */
        /*! margin: 0; */
    }



    /* Header */
    #new-smp-head {
        display: none;
    }

    #new-smp-gotop {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 60px;
        z-index: 888;
    }

    #new-smp-goinq {
        position: fixed;
        bottom: 80px;
        right: 10px;
        width: 60px;
        z-index: 888;
    }

    #new-smp-sns,
    #new-smp-join,
    #new-smp-support,
    #new-smp-donate {
        display: none;
    }

    #new-smp-gotop,
    #new-smp-goinq {
        width: 60px;
        height: 60px;
    }

    #new-smp-gotop img,
    #new-smp-goinq img {
        width: 60px;
        height: 60px;
    }

    #drop-menu,
    #drop-menu2,
    #drop-menu3,
    #drop-menu4 {
        display: none;
    }


    /*
    .site-header h1,
    .site-header h2 {
        text-align: center;
    }
    .site-header h1 a,
    .site-header h2 a {
        color: #515151;
        display: inline-block;
        text-decoration: none;
    }
    .site-header h1 a:hover,
    .site-header h2 a:hover {
        color: #21759b;
    }
    .site-header h1 {
        font-size: 24px;
        font-size: 1.714285714rem;
        line-height: 1.285714286;
        margin-bottom: 14px;
        margin-bottom: 1rem;
    }
    .site-header h2 {
        font-weight: normal;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        color: #757575;
    }
    */
    .header-image {
        margin-top: 24px;
        margin-top: 1.714285714rem;
    }

    /* Head FirstMenu */
    .site-description {
        /*! float: left; */
        /*! width: 68%; */
    }

    .site-description p {
        font-weight: normal;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.333333333;
        color: #757575;
    }

    .site-description h1 {
        font-weight: normal;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.333333333;
        color: #757575;
    }

    .head-utl {
        /*! flex-grow: 1; */
        /*display: flex;*/
        /*! flex-direction: row-reverse; */
        align-items: center;
        /*! order: -1; */
        /*flex-basis: 340px;*/
        flex-grow: 1;
        justify-content: flex-end;
    }

    .head-search {
        display: flex;
        align-items: center;
    }

    .head-search table.gsc-search-box td.gsc-input {
        padding-right: 0;
        width: 9.5em;
    }

    .head-first {
        /*! float: right; */
        /*! width: 30%; */
        display: flex;
        align-items: center;
        font-size: 0.9em;
        /*! flex-basis: 3rem; */
        justify-content: flex-end;
        /*! margin-right: 1rem; */
		margin: auto;
		letter-spacing: -0.5px;
    }

    .head-firstmenu {
        /*! float: right; */
    }

    .head-firstmenu ul {

    }

    .head-firstmenu li {
        float: left;
        padding: 7px 30px 7px 30px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1;
        font-weight: bold;
        color: #333;
    }

    .head-firstmenu li.ic-first {
        background: url(images/head-ic-first.gif) no-repeat top left;
    }

    .head-firstmenu .ic-inq {
        /*! background: url(images/head-ic-inq.gif) no-repeat left center/auto 80%; */
        /*! padding: 7px 0px 7px 23px; */
    }

    .head-firstmenu li#fontSize {
        padding: 5px 0px 5px 10px;
    }

    .head-firstmenu li#fontSize ul {
        overflow: hidden;
        margin: -20px 0px 0px 80px;
    }

    .head-firstmenu li#fontSize li {
        float: left;
        margin-right: 3px;
        cursor: pointer;
        border: 1px solid #333;
        padding: 3px;
        text-align: center;
        background-color: #fff;
    }

    .head-firstmenu li#fontSize li.small {
        margin-top: 4px;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
    }

    .head-firstmenu li#fontSize li.middle {
        margin-top: 2px;
        font-size: 14px;
        font-size: 1rem;
    }

    .head-firstmenu li#fontSize li.large {
        font-size: 16px;
        font-size: 1.142857142857143rem;
        margin-right: 0px;
    }

    .head-firstmenu li#fontSize li.current {
        color: red;
    }

    .head-second {
        /*! clear: both; */
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        flex-basis: 700px;
        flex-grow: 1;
    }

    .head-logo {
        /*! float: left; */
        padding-right: 10px;
        flex-basis: 180px;
    }

    .head-description {
        /*! float: left; */
        /*! padding: 35px 0 0; */
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.3;
        flex-basis: 100%;
        /*display: flex;*/
        /*! flex-wrap: wrap; */
        /*! flex-direction: column; */
        flex-shrink: 1;
        /*! justify-content: flex-end; */
        /*! margin-bottom: 3px; */
		text-align: center;
    }

    .head-search p {
        font-size: .8em;
        margin-right: .5em;
        color: #888;
    }

    .gsc-control-cse[class] {
        padding: .2em 0;
    }

    .gsc-search-button-v2[class] {
        padding: 9px;
        background-color: #333;
    }


    .head-secondmenu5 a {

	background-image: url(images/side-notice-more.gif);
		background-repeat: no-repeat;
		background-size: 15px;
		text-decoration: none;
		padding-left: 18px;
		background-position: 0;
		margin-right: 15px;

    }

    .head-secondmenu4 a {
	background-image: url(images/head-ic-dipex.gif);
		background-repeat: no-repeat;
		background-size: 15px;
		text-decoration: none;
		padding-left: 18px;
		background-position: 0;
		margin-right: 15px;
	}

    .head-secondmenu2 {
        margin-right: .5em;
    }
    .ic-inq a,
    .head-secondmenu2 a {
        padding: .3em .2em .3em 0;
        display: flex;
        align-items: center;
        margin-right: .5em;
        text-decoration: none;
    }
    .ic-inq a::before,
    .head-secondmenu2 a::before {
        content: "\f110";
        font-family: dashicons;
        color: #8f0000;
        display: block;
        margin-right: 0.7em;
        transform: scale(1.8);
    }
    .ic-inq a::before {
        content: "\f223";
    }
    .head-secondmenu2 li a {
        background: linear-gradient(to top, #f4d0d0, #fff);
    }

    .head-secondmenu3 {
        margin-top: 13px;
        float: right;
        background: url(images/dotline.gif) repeat-y top right;
    }
    .head-secondmenu3 ul {
    }


    .head-third {
        clear: both;
        padding: 25px 0px 0px;
    }

    .head-menu-home {
        float: left;
        width: 80px;
    }

    .head-menu-home p {
        font-size: 14px;
        font-size: 1rem;
    }

    .head-menu-home p a:link,
    .head-menu-home p a:visited {
        width: 74px;
        text-align: center;
        display: block;
        padding: 51px 0px 10px;
        border: 3px solid #bfbfbf;
        border-radius: 10px;
        background: linear-gradient(to top, #ebebeb, #FFF);
        text-decoration: none;
    }

    .head-menu-home p a:hover,
    .head-menu-home p a:active {
        background: linear-gradient(to top, #c5c5c5, #fcfcfc);
        text-decoration: none;
    }

    .head-menu-home p a:link span,
    .head-menu-home p a:visited span {
        padding: 34px 0px 0px;
        background: url(images/head-ic-home.gif) no-repeat top center;
        font-weight: bold;
        color: #bfbfbf;
        text-decoration: none;
        text-transform: lowercase;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
    }

    .head-menu-home p a:hover span,
    .head-menu-home p a:active span {
        color: #333;
    }

    .head-menu-menu {
    }

    .head-menu-menu p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.285714285714286;
        font-weight: bold;
        margin: 0px 0px 0px 0px;
        background: url(images/dotline.gif) repeat-x 30px 8px;
    }

    .head-menu-menu p span {
        background: #fff;
        padding: 0px 10px 0px 0px;
    }

    .head-smp {
        display: none;
    }

    #menu-box {
        display: none;
    }

    .head-news-news {
        width: 110px;
        float: left;
        padding: 8px 0px 0px;
    }

    .head-news-news p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.4;
    }

    .head-news-news p::before {
        padding: 4px 5px 0 0;
        vertical-align: middle;
        content: url("images/head-ic-news.gif")
    }

    .head-news-title {
        width: 740px;
        float: left;
        padding: 14px 0px 0px;
    }

    .head-news-title p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.4;
    }

    .head-news-more {
        width: 110px;
        float: right;
        padding: 14px 0px 0px;
    }

    .head-news-more p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.4;
        text-align: right;
    }

    .head-news-more p::before {
        padding: 0 5px 0 0;
        vertical-align: middle;
        content: url("images/head-ic-li.gif")
    }

    /* Navigation Menu */
    .main-navigation {
        margin-top: 3px;
        margin-top: 0.2142857142857143rem;
        text-align: center;
    }

    .main-navigation li {
        margin-top: 24px;
        margin-top: 1.714285714rem;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.42857143;
        font-weight: bold;
    }

    .main-navigation a {
        color: #5e5e5e;
    }

    .main-navigation a:hover,
    .main-navigation a:active {
        color: #333;
    }

    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu>ul {
        display: none;
    }

    .main-navigation ul.nav-menu.toggled-on,
    .menu-toggle {
        display: inline-block;
    }

    .main-navigation ul.nav-menu.toggled-on li {
        border: none;
    }

    .main-navigation li span {
        display: block;
        text-transform: lowercase;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.285714285714286;
        font-weight: bold;
    }


    /* Banner */
    section[role="banner"] {
        margin-bottom: 48px;
        margin-bottom: 3.428571429rem;
    }


    .widget-area .widget p,
    .widget-area .widget li,
    .widget-area .widget .textwidget {
        font-size: 13px;
        /*! font-size: 0.928571429rem; */
        line-height: 1.4;
    }
    .widget-area .widget li {
        margin-bottom: 0.1em;
    }
    .widget-area .widget li a {
        /*! display: block; */
        /*! padding: .3em 0 1em 2em; */
    }

    .widget-area .widget p {
        /*! margin-bottom: 24px; */
        /*! margin-bottom: 1.714285714rem; */
        padding: 0 .5rem;
    }

    .widget-area .textwidget ul {
        list-style: disc outside;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
    }

    .widget-area .textwidget li {
        margin-left: 36px;
        margin-left: 2.571428571rem;
    }

    .widget-area #s {
        width: 53.66666666666%;
        /* define a width to avoid dropping a wider submit button */
    }

    /* Footer */
    .gotop {
        /*! clear: both; */
        /*! text-align: right; */
        /*! margin: 50px 0 0; */
        position: fixed;
        right: 1rem;
        bottom: 1rem;
    }
    .site.blogid-1 .wrapper .gotop.gotop {
        padding: 0;
        /*! margin: 0; */
    }


    footer[role="contentinfo"] h4 {
        padding: 8px 0px 0px 40px;
        margin: 0;
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 1.428571428571429;
        background: url(images/head-ic-dipex.gif) no-repeat top left;
        font-weight: normal;
    }

    footer[role="contentinfo"] .foot-dipex {
        padding: 18px;
        background: #fff;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        margin: 10px 0 0;
    }

    footer[role="contentinfo"] .foot-dipex .foot-dipex-text {
        float: left;
        width: 686px;
    }

    footer[role="contentinfo"] .foot-dipex .foot-dipex-text p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.428571428571429;
        margin: 0;
        padding: 0px 0px 20px 0px;
    }

    footer[role="contentinfo"] .foot-dipex .foot-dipex-text ul {
        margin: 0;
        padding: 0;
    }

    footer[role="contentinfo"] .foot-dipex .foot-dipex-text ul li {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.428571428571429;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 15px;
        background: url(images/interviewlink-point.gif) no-repeat 0px 4px;
    }

    footer[role="contentinfo"] .foot-dipex .foot-dipex-banner {
        float: right;
        width: 234px;
    }

    footer[role="contentinfo"] .foot-join {
        margin: 10px 0 0;
    }

    footer[role="contentinfo"] .foot-join p {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 1.285714285714286;
        font-weight: bold;
        margin: 40px 26px 0px 26px;
        padding: 0px 0px 10px 0px;
        background: url(images/dotline.gif) repeat-x 30px 12px;
        text-align: center;
    }

    footer[role="contentinfo"] .foot-join p::before {
        left: 0px;
        top: 12px;
        background: url(images/dotline.gif) repeat-y 0px 0px;
        position: relative;
        float: left;
        content: "";
        width: 2px;
        height: 20px;
    }

    footer[role="contentinfo"] .foot-join p::after {
        left: 0px;
        top: 12px;
        background: url(images/dotline.gif) repeat-y 0px 0px;
        position: relative;
        float: right;
        content: "";
        width: 2px;
        height: 20px;
    }

    footer[role="contentinfo"] .foot-join p span {
        background: #fff;
        padding: 0px 10px 0px 10px;
    }

    footer[role="contentinfo"] .foot-join li {
        font-size: 24px;
        font-size: 1.714285714285714rem;
        line-height: 1.428571428571429;
        font-weight: bold;
    }

    footer[role="contentinfo"] .foot-join li.btn-join a,
    footer[role="contentinfo"] .foot-join li.btn-support a,
    footer[role="contentinfo"] .foot-join li.btn-donate a {
        width: 242px;
        text-align: center;
        padding: 11px 32px 12px 0px;
        border: 3px solid #bfbfbf;
        border-radius: 10px;
        background: linear-gradient(to top, #ebebeb, #FFF);
    }

    footer[role="contentinfo"] .foot-join li.btn-join a:hover,
    footer[role="contentinfo"] .foot-join li.btn-support a:hover,
    footer[role="contentinfo"] .foot-join li.btn-donate a:hover {
        border-color: #a4a4a4;
        background: linear-gradient(to top, #bfbfbf, #ebebeb);
    }

    footer[role="contentinfo"] .foot-join li a::before {
        background: none no-repeat;
        float: left;
        position: relative;
        top: 0px;
        content: "";
        height: 32px;
        width: 34px;
        left: 55px;
    }

    footer[role="contentinfo"] .foot-join li.btn-join a::before {
        background-image: url(images/foot-ic-flag.gif);
    }

    footer[role="contentinfo"] .foot-join li.btn-support a::before {
        background-image: url(images/foot-ic-heart.gif);
        left: 45px;
    }

    footer[role="contentinfo"] .foot-join li.btn-donate a::before {
        background-image: url(images/foot-ic-star.gif);
        left: 45px;
    }

    footer[role="contentinfo"] .foot-join ul {
        margin: 0;
        padding: 0 0 0 10px;
        text-indent: 0;
    }

    footer[role="contentinfo"] .foot-join li a,
    footer[role="contentinfo"] .foot-join li {
        float: left;
        text-decoration: none;
    }

    footer[role="contentinfo"] .foot-join li a {
        color: #333;
    }

    footer[role="contentinfo"] .foot-join li a:hover {
        color: #666666;
    }

    footer[role="contentinfo"] .foot-join li {
        margin: 0 0 0 30px;
        margin: 0 0 0 2.142857142857143rem;
        position: relative;
    }

    footer[role="contentinfo"] .foot-menu {
        /*! margin: 50px 0px 0px; */
        padding: 1rem calc(50% - 480px);
        display: flex;
        align-items: flex-start;
    }

    footer[role="contentinfo"] .foot-menu .foot-link {
        /*! float: left; */
        /*! width: 700px; */
        flex-shrink: 1;
    }
    footer[role=contentinfo] .foot-menu .foot-link + .widget {

        flex-basis: 18rem;
        flex-shrink: 0;
        padding-right: 1rem;
    }

    footer[role="contentinfo"] .foot-menu .foot-link ul {
        /*! margin: 0px 0px 15px 0px; */
        /*! padding: 0px 0px 15px 0px; */
        display: flex;
        flex-wrap: wrap;
    }

    footer[role="contentinfo"] .foot-menu .foot-link ul li {
        padding: 0 1em 0;
        border-left: 1px solid #aaa;
        margin-bottom: .5em;
        /*! box-shadow: -2px 2px 0px -1px #aaa; */
    }

    footer[role="contentinfo"] .foot-menu .foot-link ul li a {
        padding: .3em 0;
    }

    footer[role="contentinfo"] .foot-menu .foot-link ul li.noborder {
        /*! padding: 0px 20px 0px 0px; */
        /*! background: none; */
    }

    footer[role="contentinfo"] .foot-menu .foot-search {
        /* 		float: right; */
        /* 		width: 260px; */
    }

    footer[role="contentinfo"] .foot-menu .foot-search p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.1;
        margin: 0;
        padding: 0px 0px 5px;
    }

    footer[role="contentinfo"] .site-info {
        /*! background: url(images/dotline.gif) repeat-x top left; */
        font-size: 13px;
        /*! font-size: 0.857142857rem; */
        /*! line-height: 1.4; */
        /*! margin: 40px 0px 0px; */
        /*! padding: 20px 0px 0px 0px; */
        padding: 2rem calc(50% - 480px) 1rem;
        /*! border-top: 1px solid #ccc; */
        margin: -2rem 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    footer[role="contentinfo"] .site-info p {
        flex-basis: 25em;
        margin-bottom: 0;
    }
    footer[role="contentinfo"] .site-info address {
        /*! background: url(images/head-logo.gif) no-repeat top right; */
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    footer[role="contentinfo"] .site-info address a {
        margin-left: 1em;
    }

    /* =Main content and comment content
    -------------------------------------------------------------- */
    .entry-meta {
        clear: both;
    }

    .entry-header {
        /*! margin-top: 20px; */
        margin-top: 0;
        margin-bottom: 1rem;
        /*! margin-bottom: 1.714285714rem; */
    }

    .entry-icon p {
        text-align: center;
        color: #FFFFFF;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.428571428571429;
        font-weight: bold;
        padding: 0px 10px;
        width: 50px;
        height: 70px;
        display: table-cell;
        vertical-align: middle;
    }

    .entry-titlebox {
        /*! width: 900px; */
        /*! position: relative; */
        /*! float: right; */
        /* min-height: 70px; */
    }

    .entry-titlebox2 {
        /*! width: 620px; */
        position: relative;
        /*! float: left; */
        /*! padding-left: 10px; */
        /* min-height: 70px; */
    }
	
    .entry-titlebox2 img {
        width: 100px;
		height: auto;
    }

    .blogid-11 .entry-titlebox2 {
        width: 900px;
        position: relative;
        /*float: right;*/
        /* min-height: 70px; */
    }

    p.update {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0 0;
        padding: 0;
        text-align: right;
    }

    .entry-header img.wp-post-image {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    .entry-header .title-tax {
        position: absolute;
        top: 5px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.2;
        font-weight: normal;
    }

    .entry-header .title-tax ul li {
        margin: 0;
        padding: 0px 10px 0px 0px;
        float: left;
    }

    .entry-header .entry-title {
        /* position: absolute;
        bottom: 0; */
        /*! font-size: 30px; */
        /*! font-size: 2.142857142857143rem; */
        /*! line-height: 1.2; */
        /*! font-weight: normal; */
    }

    .entry-header h1.entry-title {
        /*! display: inline; */
        line-height: 2;
		color: #8f0000;
		font-size: 2rem;
		font-weight: bold;
    }

    .entry-header .entry-single-title {
        font-size: 1.4em;
    }

    .entry-content::before {
        content: "";
        display: table;
        clear: left;
    }

    .entry-header .titl-etc {
        margin: 10px 0 0;
        font-size: 14px;
        font-size: 1rem;
        line-height: 18px;
    }

    .entry-header .entry-title a {
        text-decoration: none;
    }

    .entry-header .entry-format {
        margin-top: 24px;
        margin-top: 1.714285714rem;
        font-weight: normal;
    }

    .entry-header .comments-link {
        margin-top: 24px;
        margin-top: 1.714285714rem;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        color: #757575;
    }

    /*
    .comments-link a,
    .entry-meta a {
        color: #757575;
    }
    .comments-link a:hover,
    .entry-meta a:hover {
        color: #21759b;
    }
    */
    article.sticky .featured-post {
        border-top: 4px double #ededed;
        border-bottom: 4px double #ededed;
        color: #757575;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 3.692307692;
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
        text-align: center;
    }

    .entry-content,
    .entry-summary,
    .mu_register {
        line-height: 1.714285714;
    }

    .entry-content h1,
    .comment-content h1,
    .comment-content h2,
    .comment-content h3,
    .comment-content h4,
    .entry-content h5,
    .comment-content h5,
    .entry-content h6,
    .comment-content h6 {
        margin: 24px 0;
        margin: 1.714285714rem 0;
        line-height: 1.714285714;
    }

    .entry-content h1,
    .comment-content h1 {
        font-size: 21px;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .comment-content h2,
    .mu_register h2 {
        font-size: 18px;
        font-size: 1.285714286rem;
        line-height: 1.6;
    }

    .comment-content h3 {
        font-size: 16px;
        font-size: 1.142857143rem;
        line-height: 1.846153846;
    }

    .comment-content h4 {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.846153846;
    }

    .entry-content h5,
    .comment-content h5 {
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
    }

    .entry-content h6,
    .comment-content h6 {
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 1.846153846;
    }

    .entry-content p,
    .entry-summary p,
    .comment-content p,
    .mu_register p {
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
        line-height: 1.714285714;
		font-size: 1.1rem;
    }

    /*
    .entry-content a:visited,
    .comment-content a:visited {
        color: #9f9f9f;
    }
    */
    p.interviewer {
        /*! margin: 24px 0; */
        color: #8f0000;
    }

    .entry-content ol,
    .comment-content ol,
    .entry-content ul,
    .comment-content ul,
    .mu_register ul {
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
        line-height: 1.714285714;
    }

    .entry-content ul ul,
    .comment-content ul ul,
    .entry-content ol ol,
    .comment-content ol ol,
    .entry-content ul ol,
    .comment-content ul ol,
    .entry-content ol ul,
    .comment-content ol ul {
        margin-bottom: 0;
    }

    .entry-content ul,
    .comment-content ul,
    .mu_register ul {
        list-style: disc outside;
    }

    .entry-content ol,
    .comment-content ol {
        list-style: decimal outside;
    }

    .entry-content li,
    .comment-content li,
    .mu_register li {
        margin: 0 0 0 36px;
        margin: 0 0 0 2.571428571rem;
		font-size: 1.1rem;
    }
    .interview-gotolink li {
        margin: 0 0 1rem 2rem;
    }

    .entry-content blockquote,
    .comment-content blockquote {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
        padding: 24px;
        padding: 1.714285714rem;
        font-style: italic;
    }

    .entry-content blockquote p:last-child,
    .comment-content blockquote p:last-child {
        margin-bottom: 0;
    }

    .entry-content code,
    .comment-content code {
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
    }

    .entry-content pre,
    .comment-content pre {
        border: 1px solid #ededed;
        color: #666;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 1.714285714;
        margin: 24px 0;
        margin: 1.714285714rem 0;
        overflow: auto;
        padding: 24px;
        padding: 1.714285714rem;
    }

    .entry-content pre code,
    .comment-content pre code {
        display: block;
    }

    .entry-content abbr,
    .comment-content abbr,
    .entry-content dfn,
    .comment-content dfn,
    .entry-content acronym,
    .comment-content acronym {
        border-bottom: 1px dotted #666;
        cursor: help;
    }

    .entry-content address,
    .comment-content address {
        display: block;
        line-height: 1.714285714;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
    }

    img.alignleft,
    .wp-caption.alignleft {
        margin: 12px 24px 12px 0;
        margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
    }

    img.alignright,
    .wp-caption.alignright {
        margin: 12px 0 12px 24px;
        margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
    }

    img.aligncenter,
    .wp-caption.aligncenter {
        clear: both;
        margin-top: 12px;
        margin-top: 0.857142857rem;
        margin-bottom: 12px;
        margin-bottom: 0.857142857rem;
    }

    .entry-content embed,
    .entry-content iframe,
    .entry-content object,
    .entry-content video {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    .entry-content dl,
    .comment-content dl {
        margin: 0 24px;
        margin: 0 1.714285714rem;
    }

    .entry-content dt,
    .comment-content dt {
        font-weight: bold;
        line-height: 1.714285714;
    }

    .entry-content dd,
    .comment-content dd {
        line-height: 1.714285714;
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    .entry-content table,
    .comment-content table {
        border-bottom: 1px solid #ededed;
        color: #333;
        font-size: 16px;
        font-size: 1.142857143rem;
        line-height: 1.846153846;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
        width: 100%;
    }

    .entry-content table caption,
    .comment-content table caption {
        font-size: 16px;
        font-size: 1.142857143rem;
        margin: 24px 0;
        margin: 1.714285714rem 0;
    }

    .entry-content td,
    .comment-content td {
    }

    .site-content article {
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    .page-links {
        clear: both;
        line-height: 1.714285714;
    }

    footer.entry-meta {
        margin-top: 24px;
        margin-top: 1.714285714rem;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        color: #757575;
    }

    .single-author .entry-meta .by-author {
        display: none;
    }

    .mu_register h2 {
        color: #757575;
        font-weight: normal;
    }

    .breadcrumbs {
        padding: 0 0 10px;
        font-size: 13px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 2rem;
/*         max-width: 70%; */
        display: flex;
		flex-wrap: wrap;
        align-items: center;
    }

    .breadcrumbs > span {
        display: block;
        margin-right: .5em;
		white-space: nowrap;
    }
    .breadcrumbs > span:not(:first-child) {
        margin-left: .5em;
    }
    .breadcrumbs > span:last-child {
        max-width: 10em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
    .interview-bg {
        display: flex;
        justify-content: space-between;
    }

    .interview-bg > * {
        flex-basis: calc(50% - 1rem);
    }

    .interview-video .interview-videobox {
        /*! margin: 0; */
        /* 		width: 480px;
        height: 360px; */
        /* 		overflow: hidden; */
    }

    .interview-video .interview-videobox #playerRnebBXbEVoDL {
        /* 		margin-top: -10px; */
    }

    .interview-videobox p {
        margin-bottom: .2em;
    }

    .interview-text {
        /* 		margin: 30px 0 0; */
    }


    .interview-name {
        font-size: 1.3rem;
        font-weight: 700;
    }
    .entry-content .interview-more {
        margin: .5em 0 0;
    }
    .interview-text h2 {
    }

    .interview-text-box-inner {
        padding: 1rem;
    }

    .interview-text-box p {
        font-size: 16px;
    }

    .profile-top .profile-profile {
        /*! float: right; */
        /*! width: 300px; */
        /*! font-size: 12px; */
        /*! font-size: 0.8571428571428571rem; */
        line-height: 1.5;
        /*! margin: 0; */
        /*! padding: 0; */
    }

    .profile-top .profile-profile p {
        /*! font-size: 14px; */
        /*! font-size: 1rem; */
        /*! line-height: 1.428571428571429; */
        margin: 0;
        /*! padding: 0; */
    }

    .profile-top .profile-profile p.gobottom {
        /*! position: relative; */
        /*! display: inline-block; */
        /*! width: 160px; */
        /*! height: 18px; */
        /*! margin: 14px 0px 0px; */
        text-align: right;
    }

    .profile-top .profile-profile p.gobottom a {
        /*! border: 2px solid #eb9c9c; */
        /*! border-radius: 6px; */
        /*! display: block; */
        /*! position: absolute; */
        /*! top: 0; */
        /*! left: 0; */
        /*! width: 100%; */
        /*! height: 100%; */
        font-size: 14px;
        padding: 5px;
        /*! line-height: 18px; */
    }

    .profile-top .profile-title {
        margin: 2rem 0 0;
    }

    .profile-top .profile-more {
        /*! padding: 0; */
        /*! margin: 20px 0px 0px 0px; */
        font-size: 16px;
        /*! font-size: 1.142857142857143rem; */
        /*! line-height: 1.8; */
        /*! font-weight: normal; */
    }

    .profile-top .profile-more em {
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.5;
    }

    /*ぽちっとアンケート
    ------------------------------------------------------*/
    .pochi {
        margin: 20px 0px 100px 0px;
        padding: 0;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.2;
    }

    .pochi form {
        margin: 0;
        padding: 0;
    }



    #pochi_kanryou {
        margin: 10px 0px 0px 0px;
        padding: 0;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.2;
        text-align: center;
        display: inline;
    }

    #pochi_kanryou p {
        margin: 0;
        padding: 0;
    }

    #pochi_kanryou form {
        margin: 0;
        padding: 0;
    }

    .interview-gotocat {
        margin: 1rem 0;
        /*! width: 640px; */
        /*! text-align: center; */
    }

    .interview-gotocat a {
        /*! width: 604px; */
        /*! position: relative; */
        /*! overflow: hidden; */
        /*! padding: 20px 30px 20px 0px; */
        /*! border: 3px solid #8f0000; */
        /*! border-radius: 10px; */
        /*! background: linear-gradient(to top, #8f0000, #d16262); */
        /*! display: flex; */
        display: inline-flex;
        font-size: 16px;
        /*! font-size: 1.285714285714286rem; */
        /*! line-height: 2; */
        color: #333;
        /*! font-weight: bold; */
        text-decoration: none;
        padding: .5em .5eminherit;
        padding: .3em .5em;
    }

    .interview-gotocat a::before {
        /*! padding: 8px 0 0 10px; */
        /*! vertical-align: middle; */
        /*! float: left; */
        content: "▶︎";
        margin-right: .3em;
        color: #8f0000;
    }

    .interview-gotocat a:hover {
        /*! background: linear-gradient(to top, #d16262, #e79393); */
    }

    .interview-gotocat span {
        font-size: 14px;
        font-size: 1rem;
    }

    .interview-inq {
        width: 580px;
        margin: 40px auto 0px;
    }

    .topic-inq {
        width: 580px;
        margin: 0px auto 0px;
    }

    .topic-catlist {
        margin: 40px 0px 0px;
    }


    .profile-catlist {
        margin: 40px 0px 0px;
    }

    .topic-catlist h3,
    .profile-catlist h3,
    .site-catlist h3 {
        background: url(images/ic-interviewlink.gif) no-repeat top left;
        padding: 7px 0px 3px 40px;
        margin: 0;
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 22px;
        font-weight: normal;
    }

    .index-catlist h3 {
        /*! background: url(images/ic-interviewlink.gif) no-repeat top left; */
        /*! padding: 4px 0px 3px 40px; */
        /*! margin: 0; */
        /*! font-size: 24px; */
        /*! font-size: 1.714285714285714rem; */
        /*! line-height: 28px; */
        /*! font-weight: normal; */
    }

    .site-catlist h3 {
        float: left;
        display: inline;
    }

    .site-catlist .site-catlist-gotop {
        padding: 14px 0 0 0;
        float: right;
    }

    .site-catlist .site-catlist-gotop::before {
        padding: 0 6px 0 0;
        vertical-align: middle;
        content: url("images/ic-profile-more.gif")
    }

    .topic-catlist-box {
        padding: 13px 0px 13px 18px;
        background: #fff;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        margin: 10px 0 0;
    }

    .profile-catlist-box,
    .index-catlist-box {
        margin: .5rem 0 0;
        /*! padding: 0; */
    }
    .index-catlist > dl {
        font-size: 16px;
        margin: 1em 1rem 0 2rem;
    }
    .index-catlist-box > ul {
        display: flex;
        font-size: 16px;
        margin-bottom: 2rem;
    }
    .index-catlist-box > ul > li:not(:last-of-type) {
        margin-right: 2.5%;
        border-right: 1px dotted #ccc;
        padding-right: 2.5%;
    }
    .index-catlist-box > ul > li {
        font-size: 1.2rem;
        flex-basis: 30%;
        flex-grow: 1;
    }
    .index-catlist-box > ul > li > ul {
        /*! flex-grow: 1; */
        padding-left: 2rem;
    }

	.index-catlist-box > ul > li > ul li {
	margin: .5rem 0;
	}
    .index-catlist-box > ul > li h4 {
        line-height: 1.3;
        /*! flex-basis: 3.7rem; */
        /*! border-bottom: 1px solid #ccc; */
        padding-bottom: .3em;
    }
    .index-catlist-box > ul > li small {
        /*! display: block; */
        font-weight: 400;
        /*! margin-bottom: .5rem; */
    }
    .topic-catlist-box ul li a {
/*         padding: 1rem; */
        line-height: 1.5;
    }


    .index-catlist a {
        display: flex;
        /*! align-items: center; */
        font-weight: 400;
        font-size: 16px;
    }

    .index-catlist-box li ul li.proflist {
        width: 13%;
        float: left;
        background: url(images/interviewlink-point.gif) no-repeat 0px 14px;
        padding: 10px 20px 0px 20px;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    .index-catlist-box li ul.bs li {
        width: 98%;
        float: none;
        /*! background: url(images/interviewlink-point.gif) no-repeat 0px 14px; */
        padding: 10px 20px 0 0;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    .profile-catlist-box li {
        background: url(images/interviewlink-point.gif) no-repeat 0px 3px;
        padding: 0px 20px 10px 20px;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    .disease-link {
        padding: 18px 0px 28px 10px;
        /*! background: #fff; */
        /*! border: 2px solid #bfbfbf; */
        /*! border-radius: 10px; */
        margin: 10px 0 0;
    }

    .profid-link {
        padding: 18px 0px 28px 10px;
        background: #fff;
        margin: 10px 0 0;
    }

    .profid-link ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .profid-link ul li.proflist {
        float: left;
        background: url(images/interviewlink-point.gif) no-repeat 0px 14px;
        padding: 10px 20px 0px 20px;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    .interview-inq ul li,
    .topic-inq ul li {
        float: left;
        padding: 0px 20px;
        margin: 0;
    }

    .interview-inq ul li a,
    .topic-inq ul li a {
        width: 224px;
        position: relative;
        overflow: hidden;
        padding: 22px 10px;
        border: 3px solid #8f0000;
        border-radius: 10px;
        background: linear-gradient(to top, #f4d0d0, #fff);
        display: block;
        text-align: left;
        font-size: 18px;
        font-size: 1.285714285714286rem;
        color: #333;
        font-weight: bold;
        text-decoration: none;
    }

    .interview-inq ul li a::after,
    .topic-inq ul li a::after {
        background: url(images/ic-inq-more.gif) no-repeat center left;
        top: 22px;
        left: 216px;
        position: absolute;
        content: "";
        text-decoration: none;
        width: 19px;
        height: 18px;
    }

    .interview-gotolink {
        /*! margin: 50px 0px 0px; */
    }


    ul.accordion {
        padding: 18px;
        background: #fff;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        margin: 10px 0 0;
    }

    ul.accordion a {
        text-decoration: none;
        color: #333;
        font-weight: normal;
        font-size: 16px;
        font-size: 1.142857142857143rem;
    }

    ul.accordion span {
        display: block;
        padding: 10px;
        color: #333;
        font-weight: bold;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        text-align: center;
    }

    ul.accordion ul {
        display: none;
    }

    ul.accordion>li {
        background: #fff;
    }

    ul.accordion>li a:hover {
        text-decoration: underline;
    }

    ul.accordion>li>p {
        cursor: pointer;
    }

    ul.accordion>li>ul>li {
        background: #fff;
        color: #333;
        font-weight: normal;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    ul.accordion>li>ul>li>p {
        background: #fff;
    }

    ul.accordion>li>ul>li>a {
        background: url(../img/go.png) no-repeat 98% center;
    }

    ul.accordion>li>ul>li>ul>li {
        padding: 8px 0px 0px 22px;
        background: #FFF;
        cursor: pointer;
        float: left;
        width: 45%;
        display: block;
    }

    ul.accordion>li>ul>li>ul>li::before {
        padding: 0 6px 0 0;
        vertical-align: middle;
        content: url("images/interviewlink-point.gif")
    }

    ul.accordion>li>ul>li>ul.bs>li {
        padding: 8px 0px 0px 22px;
        background: #FFF;
        cursor: pointer;
        float: none;
        width: 98%;
        display: block;
    }

    ul.accordion>li>ul>li>ul.bs>li::before {
        padding: 0 6px 0 0;
        vertical-align: middle;
        content: url("images/interviewlink-point.gif")
    }

    ul.accordion>li>p span {
        display: block;
        padding: 10px 4px;
        cursor: pointer
    }

    ul.accordion>li>p span:hover {
        text-decoration: underline;
    }

    ul.accordion>li>p span::before {
        padding: 0 10px 0 0;
        vertical-align: middle;
        content: url("/wp-content/themes/twentytwelve-child/images/site-catlist-ic-open.gif")
    }

    ul.accordion>li>p span.selected::before {
        content: url("/wp-content/themes/twentytwelve-child/images/site-catlist-ic-close.gif")
    }

    ul.accordion>li>ul>li {
        padding: 10px 2px 4px 0px;
        cursor: pointer;
    }

    ul.accordion>li>ul>li::before {
        padding: 0 10px 0 0;
        vertical-align: middle;
        content: url("/wp-content/themes/twentytwelve-child/images/site-catlist-ic-open2.gif")
    }

    ul.accordion>li>ul>li.selected::before {
        content: url("/wp-content/themes/twentytwelve-child/images/site-catlist-ic-close2.gif")
    }

    ul.accordion>li>ul>li>ul {
        clear: both;
    }

    ul.accordion>li>ul>li {
        clear: both;
    }

    .topic-catnotice {
        padding: 18px;
        background: #fff;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        margin: 40px 0px 0px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.2;
    }

    .comment-content h2,
    .mu_register h2 {
        font-size: 18px;
        font-size: 1.285714286rem;
        line-height: 1.6;
    }

    .entry-content h2 {
        border-bottom: 1px solid #bfbfbf;
		border-left: solid 5px #8f0000;
		font-size: 1.7rem;
		margin-bottom: 20px;
		padding: 0 0 5px 20px;
    }
	
	 
	.entry-content h2 br {
		display: none;
	}

	.entry-content h2 label {
		font-size: 1.3rem;
		color: #cb5f5f;
	}

	.entry-content h2 label:hover {
		color: #d98181;
		background: #FFE2E3;
	}

    .entry-content h3 {
		font-size: 1.5rem;
		border-bottom: 1px solid #bfbfbf;
		border-left: solid 5px #eb9c9c;
		margin-bottom: 20px;
		padding: 0 0 5px 20px;
	}
	

    .entry-content p.text_small {
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.4;
    }


    .index-topic {
        margin: 0;
    }

    .blogid-2 .index-topic,
    .blogid-8 .index-topic {
        /*! border-color: #f0a466; */
    }

    .blogid-3 .index-topic,
    .blogid-6 .index-topic {
        border-color: #ec8b9e;
    }

    .blogid-4 .index-topic,
    .blogid-7 .index-topic {
        border-color: #71bdd0;
    }

    .blogid-5 .index-topic {
        border-color: #d1a1c3;
    }

    .blogid-16 .index-topic {
        border-color: #63ac90;
    }

    .blogid-17 .index-topic {
        border-color: #5c76aa;
    }

    .blogid-18 .index-topic {
        border-color: #cd853f;
    }

    .blogid-19 .index-topic {
        border-color: #f1e301;
    }

    .index-topic .children {
    margin-left: 4rem;
    }

    .index-topic ul>li {
        font-size: 24px;
    }

    .index-topic ul>li a {
        color: #333;
        text-decoration: none;
    }

    .index-topic ul>li>a::before {
        font-size: .8em;
        transform: scale(.8);
    }

    .index-topic ul>li>ul>li {
    }

    .index-topic ul>li>ul>li a {
        font-size: 16px;
    }

    .index-topic ul>li>ul>li a:hover {
        /*! background-color: #ffe5e5; */
    }

    .index-topic ul>li>ul>li::before {
        padding: 0;
        vertical-align: middle;
        content: "";
        display: none;
    }

    .interview-list-box {
        margin: 0px 0px 20px;
        padding: 20px;
    }

	.interview-list-box a:hover,
	.interview-list-box h2:hover{
		background: none;
	}

    .interview-list-image {
        width: 100px;
        float: left;
		margin-right: 15px;
    }

    .interview-list-text {
        /*! width: 536px; */
        /*! float: right; */
    }

    .interview-list-text h2 {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 1.25;
        margin: 0;
        padding: 0;
    }

    .interview-list-text p {
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.5;
        margin: 0;
        padding: 15px 0 0;
    }

    .slider-box {
        padding: 5px 0px 20px;
    }
    .site .m-main {
        padding: 20px;
        font-size: 16px;
        /*! line-height: 1.8; */
        background-color: #f6f6f6;
        /*! margin-bottom: 2rem; */
        /*! margin-top: 1rem; */
        margin: 1rem 1rem 2rem 1rem;
        max-width: 580px;
    }
    .index-main {
        margin: 30px 0px 10px;
        padding: 20px;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.8;
    }

    /*
    .dementia-main {
        border: 2px solid #f0a466;
        border-radius: 10px;
    }

    .breast-cancer-main,
    .breast-c-uk-main {
        border: 2px solid #ec8b9e;
        border-radius: 10px;
    }

    .prostate-cancer-main,
    .prostate-c-uk-main {
        border: 2px solid #71bdd0;
        border-radius: 10px;
    }

    .bowel-screening-main {
        border: 2px solid #d1a1c3;
        border-radius: 10px;
    }

    .clinial-trial-main {
        border: 2px solid #63ac90;
        border-radius: 10px;
    }

    .chronic-pain-main {
        border: 2px solid #5c76aa;
        border-radius: 10px;
    }

    .index-main {
        border: 2px solid #bfbfbf;
        border-radius: 10px;
    }
    */
    .dementia-main em,
    .breast-cancer-main em,
    .breast-c-uk-main em,
    .prostate-cancer-main em,
    .prostate-c-uk-main em,
    .bowel-screening-main em,
    .clinial-trial-main em,
    .chronic-pain-main em,
    .crohn-main em,
    .students-main em {
        font-style: normal;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.25;
        color: #ff0000;
    }

    .top-main-left {
        margin: 30px 0 0;
        width: 475px;
        /*height: 230px;*/
        float: left;
    }

    .top-main-right {
        margin: 30px 0 0;
        /*! width: 475px; */
        /*height: 230px;*/
        /*! float: right; */
    }

    .top-main-bc,
    .top-main-pc,
    .top-main-bs,
    .top-main-ct,
    .top-main-cp,
    .top-main-crohn,
    .top-main-progress {
        margin: 0;
        padding: 20px;
        /*height: 184px;*/
        position: relative;
    }

    .top-main-de {
        margin: 0;
        padding: 20px;
        height: 184px;
        position: relative;
    }

    .top-main-de {
        border: 3px solid #f0a466;
        border-radius: 10px;
        color: #f0a466;
        /*letter-spacing: 0.1em;*/
    }

    .top-main-bc {
        border: 3px solid #ec8b9e;
        border-radius: 10px;
        color: #ec8b9e;
    }

    .top-main-pc {
        border: 3px solid #71bdd0;
        border-radius: 10px;
        color: #71bdd0;
    }

    .top-main-bs {
        border: 3px solid #d1a1c3;
        border-radius: 10px;
        color: #d1a1c3;
    }

    .top-main-ct {
        border: 3px solid #63ac90;
        border-radius: 10px;
        color: #63ac90;
    }

    .top-main-cp {
        border: 3px solid #5c76aa;
        border-radius: 10px;
        color: #5c76aa;
    }

    .top-main-crohn {
        border: 3px solid #cd853f;
        border-radius: 10px;
        color: #cd853f;
    }

    .top-main-progress {
        border: 3px solid #ccc;
        border-radius: 10px;
        color: #ccc;
    }

    .top-main-link {
        margin: 0;
        padding: 20px 30px;
        /*! height: 190px; */
        position: relative;
        border: none;
        border-radius: 10px;
        background-color: #fff0f3;
    }

    /*教育的非表示中*/
    .top-main-linkG {
        margin: 0;
        padding: 20px 30px;
        /*! height: 190px; */
        position: relative;
        border: none;
        border-radius: 10px;
        background-color: #ecf6e6;
    }

    .top-main-linkG a {
        color: #000;
        text-decoration: none;
    }

    .top-main-linkG a:hover {
        text-decoration: underline;
    }

    .top-main-de a:link,
    .top-main-de a:visited {
        text-decoration: none;
        color: #f0a466;
    }

    .top-main-de a:hover,
    .top-main-de a:active {
        text-decoration: underline;
        color: #f0a466;
    }

    .top-main-bc a:link,
    .top-main-bc a:visited {
        text-decoration: none;
        color: #ec8b9e;
    }

    .top-main-bc a:hover,
    .top-main-bc a:active {
        text-decoration: underline;
        color: #ec8b9e;
    }

    .top-main-pc a:link,
    .top-main-pc a:visited {
        text-decoration: none;
        color: #71bdd0;
    }

    .top-main-pc a:hover,
    .top-main-pc a:active {
        text-decoration: underline;
        color: #71bdd0;
    }

    .top-main-bs a:link,
    .top-main-bs a:visited {
        text-decoration: none;
        color: #d1a1c3;
    }

    .top-main-bs a:hover,
    .top-main-bs a:active {
        text-decoration: underline;
        color: #d1a1c3;
    }

    .top-main-ct a:link,
    .top-main-ct a:visited {
        text-decoration: none;
        color: #63ac90;
    }

    .top-main-ct a:hover,
    .top-main-ct a:active {
        text-decoration: underline;
        color: #63ac90;
    }

    .top-main-cp a:link,
    .top-main-cp a:visited {
        text-decoration: none;
        color: #5c76aa;
    }

    .top-main-cp a:hover,
    .top-main-cp a:active {
        text-decoration: underline;
        color: #5c76aa;
    }

    .top-main-crohn a:link,
    .top-main-crohn a:visited {
        text-decoration: none;
        color: #cd853f;
    }

    .top-main-crohn a:hover,
    .top-main-crohn a:active {
        text-decoration: underline;
        color: #cd853f;
    }

    .top-main-progress a:link,
    .top-main-progress a:visited {
        text-decoration: none;
        color: #999999;
    }

    .top-main-progress a:hover,
    .top-main-progress a:active {
        text-decoration: underline;
        color: #999999;
    }

    .top-main-link a:link,
    .top-main-link a:visited {
        text-decoration: none;
        color: #333;
    }

    .top-main-link a:hover,
    .top-main-link a:active {
        text-decoration: underline;
        color: #333;
    }

    .top-main-text:hover {
        text-decoration: underline;
    }

    .golink:hover {
        text-decoration: underline;
    }

    .top-main-de h2,
    .top-main-bc h2,
    .top-main-pc h2,
    .top-main-bs h2,
    .top-main-ct h2,
    .top-main-cp h2,
    .top-main-crohn h2,
    .top-main-progress h2 {
        font-size: 24px;
        font-size: 1.714285714285714rem;
        font-weight: bold;
        line-height: 1;
        margin: 0;
        padding: 0px 0px 15px 0px;
    }

    .top-main-link h2,
    .top-main-linkG h2 {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        font-weight: bold;
        line-height: 1;
        margin: 0;
        padding: 0px 0px 0px 0px;
        color: #333;
        text-align: center;
    }

    .top-main-ban {
        margin: 0;
        padding: 25px 0px 0px 0px;
    }

    .top-main-ban p {
        margin: 0;
        padding: 8px 0px 0px 0px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.4;
        font-weight: bold;
    }

    .top-main-text {
        width: 230px;
        float: left;
    }

    .top-main-de p,
    .top-main-bc p,
    .top-main-pc p,
    .top-main-bs p,
    .top-main-ct p,
    .top-main-cp p,
    .top-main-crohn p,
    .top-main-progress p {
        font-size: 16px;
        font-size: 1.142857142857143rem;
        font-weight: bold;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

    .top-main-de p.golink,
    .top-main-bc p.golink,
    .top-main-pc p.golink,
    .top-main-bs p.golink,
    .top-main-ct p.golink,
    .top-main-cp p.golink,
    .top-main-crohn p.golink,
    .top-main-progress p.golink {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        font-weight: bold;
        line-height: 1.2;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 23px;
        /*bottom: 23px;*/
    }

    .top-main-de p.golink::before {
        padding: 0 8px 0 0;
        vertical-align: middle;
        content: url("images/top-mainmenu-ic-de.gif")
    }

    .top-main-bc p.golink::before {
        padding: 0 8px 0 0;
        vertical-align: middle;
        content: url("images/top-mainmenu-ic-bc.gif")
    }

    .top-main-pc p.golink::before {
        padding: 0 8px 0 0;
        vertical-align: middle;
        content: url("images/top-mainmenu-ic-pc.gif")
    }

    .top-main-bs p.golink::before {
        padding: 0 8px 0 0;
        vertical-align: middle;
        content: url("images/top-mainmenu-ic-bs.gif")
    }

    .top-main-ct p.golink::before {
        padding: 0 8px 0 0;
        vertical-align: middle;
        content: url("images/top-mainmenu-ic-ct.gif")
    }

    .top-main-cp p.golink::before {
        padding: 0 8px 0 0;
        vertical-align: middle;
        content: url("images/top-mainmenu-ic-cp.gif")
    }

    .top-main-crohn p.golink::before {
        padding: 0 8px 0 0;
        vertical-align: middle;
        content: url("images/top-mainmenu-ic-crohn.gif")
    }

    .top-main-progress p.golink::before {
        padding: 0 8px 0 0;
        vertical-align: middle;
        content: url("images/top-mainmenu-ic-progress.gif")
    }

    .top-main-img {
        width: 180px;
        float: right;
    }


    .top-main-join p {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 1.285714285714286;
        font-weight: bold;
        margin: 40px 26px 0px 26px;
        padding: 0px 0px 10px 0px;
        background: url(images/dotline.gif) repeat-x 30px 12px;
        text-align: center;
    }

    .top-main-join p::before {
        left: 0px;
        top: 12px;
        background: url(images/dotline.gif) repeat-y 0px 0px;
        position: relative;
        float: left;
        content: "";
        width: 2px;
        height: 20px;
    }

    .top-main-join p::after {
        left: 0px;
        top: 12px;
        background: url(images/dotline.gif) repeat-y 0px 0px;
        position: relative;
        float: right;
        content: "";
        width: 2px;
        height: 20px;
    }

    .top-main-join p span {
        background: #fff;
        padding: 0px 10px 0px 10px;
    }

    .top-main-join li {
        font-size: 1.2rem;
        line-height: 1.2;
        font-weight: 400;
        flex-basis: 30%;
    }

    .top-main-join ul {
        margin: .5rem auto 0;
        /*! padding: 0; */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-main-news {
        width: 100%;
        padding: 40px 0px 0px;
        margin-bottom: 2rem;
    }
    .katariLinkWrap h3,
    .blogid-1 .firstMessageWrap h3,
    .blogid-1 .secondMessageWrap h3 {
        margin-bottom: .5em
    }

    .blogid-1 .firstMessageWrap p,
    .blogid-1 .secondMessageWrap p {
        font-size: 16px;
    }

    .top-main-news-news p {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 1;
    }

    .top-main-news-news p::before {
        padding: 0px 10px 0 0;
        vertical-align: middle;
        content: url("images/top-ic-news.gif")
    }

    .top-main-news-more {
        /*! width: 110px; */
        /*! float: right; */
        /*! padding: 14px 0px 0px; */
    }

    .top-main-news-more p {
        text-align: right;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.25;
    }

    .top-main-news-more p::before {
        padding: 0 5px 0 0;
        vertical-align: middle;
        content: url("images/head-ic-li.gif")
    }

    .top-main-news-box {
        /*! margin: 10px 0 0; */
        /*! padding: 0px 20px 20px; */
    }

    .top-main-news-box h2 {
        margin: 20px 0 0;
        padding: 0px 0px 20px;
        font-size: 24px;
        font-size: 1.714285714285714rem;
        line-height: 1.2;
        font-weight: normal;
    }

    .top-main-news-box dl {
        margin: 20px 0 0;
        /*! background: url(images/dotline.gif) repeat-x left bottom; */
        border-bottom: 1px solid #ccc;
    }

    .top-main-news-box dl dt {
        clear: left;
        float: left;
        padding: 10px 0;
        width: 130px;
        /*! background: url(images/dotline.gif) repeat-x left top; */
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.6;
    }

    .top-main-news-box dl dd {
        padding: 10px 0;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.6;
        /*! background: url(images/dotline.gif) repeat-x left top; */
        border-top: 1px solid #ccc;
    }

    .top-main-side {
        width: 250px;
        float: right;
        padding: 10px 0px 0px;
    }

    /* =Archives
    -------------------------------------------------------------- */
    .archive-header,
    .page-header {
        margin-bottom: 48px;
        margin-bottom: 3.428571429rem;
        padding-bottom: 22px;
        padding-bottom: 1.571428571rem;
        border-bottom: 1px solid #ededed;
    }

    .archive-meta {
        color: #757575;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
        margin-top: 22px;
        margin-top: 1.571428571rem;
    }

    /* =Single image attachment view
    -------------------------------------------------------------- */
    .article.attachment {
        overflow: hidden;
    }

    .image-attachment div.attachment {
        text-align: center;
    }

    .image-attachment div.attachment p {
        text-align: center;
    }

    .image-attachment div.attachment img {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
    }

    .image-attachment .entry-caption {
        margin-top: 8px;
        margin-top: 0.571428571rem;
    }

    /* =Aside post format
    -------------------------------------------------------------- */
    article.format-aside h1 {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    article.format-aside h1 a {
        text-decoration: none;
        color: #4d525a;
    }

    article.format-aside h1 a:hover {
        color: #2e3542;
    }

    article.format-aside .aside {
        padding: 24px 24px 0;
        padding: 1.714285714rem;
        background: #d2e0f9;
        border-left: 22px solid #a8bfe8;
    }

    article.format-aside p {
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        color: #4a5466;
    }

    article.format-aside blockquote:last-child,
    article.format-aside p:last-child {
        margin-bottom: 0;
    }

    /* =Post formats
    -------------------------------------------------------------- */
    /* Image posts */
    article.format-image footer h1 {
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        font-weight: normal;
    }

    article.format-image footer h2 {
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
    }

    article.format-image footer a h2 {
        font-weight: normal;
    }

    /* Link posts */
    article.format-link header {
        padding: 0 10px;
        padding: 0 0.714285714rem;
        float: right;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase;
        color: #848484;
        background-color: #ebebeb;
        border-radius: 3px;
    }

    article.format-link .entry-content {
        max-width: 80%;
        float: left;
    }

    article.format-link .entry-content a {
        font-size: 22px;
        font-size: 1.571428571rem;
        line-height: 1.090909091;
        text-decoration: none;
    }

    /* Quote posts */
    article.format-quote .entry-content p {
        margin: 0;
        padding-bottom: 24px;
        padding-bottom: 1.714285714rem;
    }

    article.format-quote .entry-content blockquote {
        display: block;
        padding: 24px 24px 0;
        padding: 1.714285714rem 1.714285714rem 0;
        font-size: 15px;
        font-size: 1.071428571rem;
        line-height: 1.6;
        font-style: normal;
        color: #6a6a6a;
        background: #efefef;
    }

    /* Status posts */
    .format-status .entry-header {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    .format-status .entry-header header {
        display: inline-block;
    }

    .format-status .entry-header h1 {
        font-size: 15px;
        font-size: 1.071428571rem;
        font-weight: normal;
        line-height: 1.6;
        margin: 0;
    }

    .format-status .entry-header h2 {
        font-size: 12px;
        font-size: 0.857142857rem;
        font-weight: normal;
        line-height: 2;
        margin: 0;
    }

    .format-status .entry-header header a {
        color: #757575;
    }

    .format-status .entry-header header a:hover {
        color: #21759b;
    }

    .format-status .entry-header img {
        float: left;
        margin-right: 21px;
        margin-right: 1.5rem;
    }

    /* =Comments
    -------------------------------------------------------------- */
    .comments-title {
        margin-bottom: 48px;
        margin-bottom: 3.428571429rem;
        font-size: 16px;
        font-size: 1.142857143rem;
        line-height: 1.5;
        font-weight: normal;
    }

    .comments-area article {
        margin: 24px 0;
        margin: 1.714285714rem 0;
    }

    .comments-area article header {
        margin: 0 0 48px;
        margin: 0 0 3.428571429rem;
        overflow: hidden;
        position: relative;
    }

    .comments-area article header img {
        float: left;
        padding: 0;
        line-height: 0;
    }

    .comments-area article header cite,
    .comments-area article header time {
        display: block;
        margin-left: 85px;
        margin-left: 6.071428571rem;
    }

    .comments-area article header cite {
        font-style: normal;
        font-size: 15px;
        font-size: 1.071428571rem;
        line-height: 1.42857143;
    }

    .comments-area cite b {
        font-weight: normal;
    }

    .comments-area article header time {
        line-height: 1.714285714;
        text-decoration: none;
        font-size: 12px;
        font-size: 0.857142857rem;
        color: #5e5e5e;
    }

    .comments-area article header a {
        text-decoration: none;
        color: #5e5e5e;
    }

    .comments-area article header a:hover {
        color: #21759b;
    }

    .comments-area article header cite a {
        color: #444;
    }

    .comments-area article header cite a:hover {
        text-decoration: underline;
    }

    .comments-area article header h4 {
        position: absolute;
        top: 0;
        right: 0;
        padding: 6px 12px;
        padding: 0.428571429rem 0.857142857rem;
        font-size: 12px;
        font-size: 0.857142857rem;
        font-weight: normal;
        color: #fff;
        background-color: #0088d0;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #009cee, #0088d0);
        border-radius: 3px;
        border: 1px solid #007cbd;
    }

    .comments-area .bypostauthor cite span {
        position: absolute;
        margin-left: 5px;
        margin-left: 0.357142857rem;
        padding: 2px 5px;
        padding: 0.142857143rem 0.357142857rem;
        font-size: 10px;
        font-size: 0.714285714rem;
    }

    .comments-area .bypostauthor cite b {
        font-weight: bold;
    }

    a.comment-reply-link,
    a.comment-edit-link {
        color: #686868;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
    }

    a.comment-reply-link:hover,
    a.comment-edit-link:hover {
        color: #21759b;
    }

    .commentlist .pingback {
        line-height: 1.714285714;
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    /* Comment form */
    #respond {
        margin-top: 48px;
        margin-top: 3.428571429rem;
    }

    #respond h3#reply-title {
        font-size: 16px;
        font-size: 1.142857143rem;
        line-height: 1.5;
    }

    #respond h3#reply-title #cancel-comment-reply-link {
        margin-left: 10px;
        margin-left: 0.714285714rem;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.857142857rem;
    }

    #respond form {
        margin: 24px 0;
        margin: 1.714285714rem 0;
    }

    #respond form p {
        margin: 11px 0;
        margin: 0.785714286rem 0;
    }

    #respond form p.logged-in-as {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    #respond form label {
        display: block;
        line-height: 1.714285714;
    }

    #respond form input[type="text"],
    #respond form textarea {
        box-sizing: border-box;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 1.714285714;
        padding: 10px;
        padding: 0.714285714rem;
        width: 100%;
    }

    #respond form p.form-allowed-tags {
        margin: 0;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
        color: #5e5e5e;
    }

    .required {
        color: red;
    }

    /* =Front page template
    -------------------------------------------------------------- */
    .entry-page-image {
        margin-bottom: 14px;
        margin-bottom: 1rem;
    }

    .template-front-page .site-content article {
        border: 0;
        margin-bottom: 0;
    }

    .template-front-page .widget-area {
        clear: both;
        float: none;
        width: auto;
        padding-top: 24px;
        padding-top: 1.714285714rem;
        border-top: 1px solid #ededed;
    }

    .template-front-page .widget-area .widget li {
        margin: 8px 0 0;
        margin: 0.571428571rem 0 0;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.714285714;
        list-style-type: square;
        list-style-position: inside;
    }

    .template-front-page .widget-area .widget li a {
        color: #757575;
    }

    .template-front-page .widget-area .widget li a:hover {
        color: #21759b;
    }

    .template-front-page .widget-area .widget_text img {
        float: left;
        margin: 8px 24px 8px 0;
        margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
    }

    /* =Widgets
    -------------------------------------------------------------- */
    .widget-area .widget ul ul {
        margin-left: 12px;
        margin-left: 0.857142857rem;
    }

    .widget_rss li {
        margin: 12px 0;
        margin: 0.857142857rem 0;
    }

    .widget_recent_entries .post-date,
    .widget_rss .rss-date {
        color: #aaa;
        font-size: 11px;
        font-size: 0.785714286rem;
        margin-left: 12px;
        margin-left: 0.857142857rem;
    }

    #wp-calendar {
        margin: 0;
        width: 100%;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        color: #686868;
    }

    #wp-calendar th,
    #wp-calendar td,
    #wp-calendar caption {
        text-align: left;
    }

    #wp-calendar #next {
        padding-right: 24px;
        padding-right: 1.714285714rem;
        text-align: right;
    }

    .widget_search label {
        display: block;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
    }

    .widget_twitter li {
        list-style-type: none;
    }

    .widget_twitter .timesince {
        display: block;
        text-align: right;
    }

    .widget h3.interview-title {
        background: none;
        padding: 3px 0;
        margin: 30px 0 0;
        font-size: 24px;
        font-size: 1.714285714285714rem;
        line-height: 26px;
        font-weight: normal;
    }

    .widget .interview-box {
        padding: 18px;
        background: #fff;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        margin: 10px 0 0;
    }

    .widget .interview-name {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.428571428571429;
        font-weight: bold;
    }

    .widget .interview-profile {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.428571428571429;
        margin: 10px 0 0;
    }

    .widget .interview-more {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.428571428571429;
        margin: 10px 0 0;
        float: right;
        background: url(images/ic-profile-more.gif) no-repeat 0px 2px;
        padding: 0px 0px 0px 20px;
    }


    .widget .side-inq ul li ao::after {
        background: url(images/ic-inq-more.gif) no-repeat center left;
        top: 22px;
        left: 216px;
        position: absolute;
        content: "";
        text-decoration: none;
        width: 19px;
        height: 18px;
    }

    .widget .side-catnotice {
    }

    .widget .side-catnotice ul {
        margin: 0;
        padding: 0;
    }

    .widget .side-catnotice ul li {
        /*! font-size: 14px; */
        /*! font-size: 1rem; */
        /*! line-height: 1.5; */
        margin: 0 0 .5rem;
        /*! padding: 0px 0px 0px 15px; */
        /*! background: url(images/interviewlink-point.gif) no-repeat 0px 4px; */
    }

    .widget .side-link {
    }

    .widget .side-link ul li {
    }

    ul.wp-tag-cloud li {
        float: left;
        width: 40%;
    }

    .entry-header h2.tag-title {
        padding: 10px;
        background: #fff;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        margin: 20px 0px 0px;
        font-size: 20px;
        font-size: 1.428571428571429rem;
        line-height: 26px;
        font-weight: normal;
    }

    p.tag-number {
        margin: 30px 0 0;
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 26px;
        font-weight: normal;
    }

    span.tag-keyword {
        font-size: 20px;
        font-size: 1.428571428571429rem;
        font-weight: bold;
    }

    span.tag-kazu {
        font-size: 24px;
        font-size: 1.714285714285714rem;
        font-weight: bold;
        padding: 0px 10px;
        color: #8f0000;
    }

    /* =Plugins
    ----------------------------------------------- */
    img#wpstats {
        display: block;
        margin: 0 auto 24px;
        margin: 0 auto 1.714285714rem;
    }

    .clearall {
        /*! clear: both; */
        /*! font-size: 0; */
        /*! height: 0px; */
        /*! margin: 0 0 0 0; */
        /*! padding: 0; */
        /*! overflow: hidden; */
        /*! width: 100%; */
        /* for IE6,7 */
        /*! visibility: hidden; */
        /*! border: 0; */
        /*! line-height: 0px; */
        display: none;
    }

    .author-avatar {
        float: left;
        margin-top: 8px;
        margin-top: 0.571428571rem;
    }

    .author-description {
        float: right;
        width: 80%;
    }

    .site>* {
        margin: 0 auto;
        width: 980px;
        overflow: hidden;
    }

    .g_nav.g_nav {
        flex-basis: 835px;
        align-self: center;
    }

    .site > * {
        width: auto;
        overflow: visible;
        padding: 0 calc(50% - 490px);
        margin: 0 0 1rem;
    }
    .site .wrapper {
        /*! display: flex; */
        /*! flex-wrap: wrap; */
        box-sizing: border-box;
        /*! justify-content: space-between; */
        /*! margin-top: 2rem; */
        /*! margin-bottom: 2rem; */
        /*! align-items: flex-start; */
        position: relative;
        margin: 2rem auto;
		width: 90%;
    }

	.blogid-1 .wrapper {
		width: 100%;
	}

	.page .blogid-1 .wrapper {
		width: 90%;
	}

    .site .wrapper::after {
        content: "";
        display: table;
        clear: both;
    }
    .index-header, .site .m-main, .site-content, .top-main-join, .entry-header, .topic-cont,.index-header, .meme {
        max-width: 620px;
        max-width: 740px;
        float: left;
        min-width: 400px;
        /*! flex-basis: 400px; */
        width: 100%;
    }
    .home .blogid-1 .wrapper {
        padding: 0;
    }
    .home .blogid-1 .wrapper > :not(.dark) {
        padding-left: calc(50% - 484px);
        padding-right: calc(50% - 484px);
    }
    .home .blogid-1 .wrapper .top-slide-wrap {
        position: relative;
        margin: 0 auto 0;
        width: 80vw;
        height: 58vh;
    }
    .top-slide-wrap img {
        position: absolute;
        height: 7.25%;
        width: auto;
        left: 50%;
        top: 24.5%;
        transform: translateX(-50%);
        display: block;
        transform-origin: center center 0;
        animation: top-slide-img 30s -30s infinite linear both;
    }
    .top-slide-wrap img:nth-of-type(3) {
        animation-delay: -15s;
    }
    .top-slide-wrap .top-slide-base {
        height: calc(100% + 13vh);
        width: auto;
        left: 50%;
        top: -13vh;
        transform: translateX(-50%);
        animation: none;
    }
    .wrapper .top-main-join {
        padding: 1.5rem;
        width: 98.6%;
        float: none;
        max-width: 500px;
        margin: 0 auto 2rem calc(50% - 48.5%);
        border: 1px solid #ccc;
    }
    .site.blogid-1 .wrapper .top-main-join {
        padding: 1.5rem;
        width: 100%;
        float: none;
        max-width: 500px;
        margin: 0 auto 2rem calc(50% - 484px);
        border: 1px solid #ccc;
    }
    .home-m_nav.home-m_nav.home-m_nav.home-m_nav {
        padding: 0;
        width: 1000px;
        margin: 0 auto .5rem;
        overflow: hidden;
        height: 100px;
        font-size: 16px;
        position: relative;
        white-space: nowrap;
        z-index: 1;
    }

    .top-t-menu {
        --top-t-c: 12;
        width: 100%;
        height: 100px;
        margin: .5rem auto;
        box-sizing: border-box;
        display: inline-flex;
        flex-wrap: nowrap;
        margin: 0;
        animation: top-t-menu infinite 90s 0s both linear;
        position: relative;
        z-index: 0;
    }

    .home-m_nav::before,
    .home-m_nav::after {
        content: "";
        display: block;
        width: 2em;
        height: 100%;
        position: absolute;
        z-index: 3;
        top: 0;
    }
    .home-m_nav::before {
        background-image: linear-gradient(to right, hsl(0, 0%, 100%) 50%, hsla(0, 0%, 100%, 0) 0);
        left: 0;
    }
    .home-m_nav::after {
        background-image: linear-gradient(to left, hsla(0, 0%, 100%, 1) 50%, hsla(0, 0%, 100%, 0) 0);
        right: 0;
    }
    .top-t-menu-arrow {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 0;
        top: 0;
        left: 0;
        /*! pointer-events: none; */
        z-index: 5;
    }
    .top-t-menu-arrow span {
        background-color: hsla(0,0%,80%,.9);
        flex-basis: 2em;
        text-align: center;
        height: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-top: 30px;
        /*! align-self: stretch; */
    }
    .top-t-menu + .top-t-menu {
        animation-delay: -0s;
        margin-left: -.3em;
    }
    .home-m_nav:hover .top-t-menu {
        animation-play-state: paused;
    }
    .top-t-menu:hover li {
        animation-play-state: paused;
    }
    .top-t-menu li {
        width: 160px;
        margin: 0;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0 5px;
        margin: 0;
    }
    .top-main-join {
        margin-bottom: 3rem;
        width: 500px;
        padding: 1rem;
        margin: 1rem 2rem;
        clear: left;
    }
    .footer-contentinfo {
        padding: 0;
        line-height: 1.7;
        overflow-x: hidden;
        margin: 0 -20px;
    }
    .dark {
        margin: 0 0 2rem;
        padding: 2rem calc(50% - 480px);
    }
    .firstMessageWrap {
        padding: 2rem  calc(50% - 27em);
    }
    .secondMessageWrap[class][class][class] {
        padding: 1rem  calc(50% - 27em) 2rem;
    }

    .katariLinkWrap .m_nav {
        /*column-count: 3;*/
		display: flex;
    }
	
	.m_nav .releaseContents{
		flex-basis: 66%;
	}
	
	.m_nav .progressContents{
		flex-basis: 34%;
	}

	ul.▼.releaseWrap {
		display: flex;
		flex-direction: column;
		height: 7rem;
		flex-wrap: wrap;
	}

	ul.▼.progressWrap {
		display: flex;
		flex-direction: column;
		height: 7rem;
		flex-wrap: wrap;
	}

    /*.katariLinkWrap .m_nav > li {
        break-inside: avoid;
        page-break-inside: avoid;
		margin-right: 15px;
    }

    .katariLinkWrap .m_nav ul {
        margin: 0 0 1em;
    }*/

    .site-content {
        /*! display: flex; */
        /*! justify-content: space-between; */
    }

    .site-content [id="content"] {
        flex-basis: 600px;
    }

    body.template-front-page .site-content,
    body.attachment .site-content,
    body.full-width .site-content {
        /*! width: 100%; */
    }

    [id="secondary"].widget-area {
        /*! float: right; */
        max-width: 250px;
        /*! flex-basis: 250px; */
        /*! position: sticky; */
        /*! top: 0; */
        margin-left: auto;
        padding: 0;
        min-width: 200px;
    }

    .home .blogid-1 .widget-area {
        display: none;
    }
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu>ul {
        display: inline-block !important;
        text-align: left;
        width: 100%;
    }

    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }

    .main-navigation li a,
    .main-navigation li {
        float: left;
        text-decoration: none;
    }

    .main-navigation li a {
        border-bottom: 0;
        color: #6a6a6a;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.285714285714286;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .main-navigation li a:hover {
        color: #000;
    }

    .main-navigation li {
        margin: 0 0 0 10px;
        position: relative;
    }

    .main-navigation li.menu-dementia {
        margin: 0 0 0 0;
        position: relative;
    }

    .main-navigation li ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
    }

    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }

    .main-navigation ul li:hover>ul {
        border-left: 0;
        display: block;
    }

    .main-navigation li ul li a {
        background: #efefef;
        border-bottom: 1px solid #ededed;
        display: block;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        padding: 8px 10px;
        padding: 0.571428571rem 0.714285714rem;
        width: 180px;
        width: 12.85714286rem;
        white-space: normal;
    }

    .main-navigation li ul li a:hover {
        background: #e3e3e3;
        color: #444;
    }

    .main-navigation .current-menu-item>a,
    .main-navigation .current-menu-ancestor>a,
    .main-navigation .current_page_item>a,
    .main-navigation .current_page_ancestor>a {
        color: #636363;
        font-weight: bold;
    }

    .menu-toggle {
        display: none;
    }

    .entry-header .entry-title {
        /*! font-size: 30px; */
        /*! font-size: 2.142857142857143rem; */
    }

    #respond form input[type="text"] {
        width: 46.333333%;
    }

    #respond form textarea.blog-textarea {
        width: 79.666666667%;
    }

    .template-front-page .site-content,
    .template-front-page article {
        overflow: hidden;
    }

    .template-front-page.has-post-thumbnail article {
        float: left;
        width: 47.916666667%;
    }

    .entry-page-image {
        float: right;
        margin-bottom: 0;
        width: 47.916666667%;
    }

    .template-front-page .widget-area .widget,
    .template-front-page.two-sidebars .widget-area .front-widgets {
        float: left;
        width: 51.875%;
        /* 		margin-bottom: 24px;
        margin-bottom: 1.714285714rem; */
    }

    .template-front-page .widget-area .widget:nth-child(odd) {
        clear: right;
    }

    .template-front-page .widget-area .widget:nth-child(even),
    .template-front-page.two-sidebars .widget-area .front-widgets+.front-widgets {
        float: right;
        width: 39.0625%;
        /* 		margin: 0 0 24px;
        margin: 0 0 1.714285714rem; */
    }

    .template-front-page.two-sidebars .widget,
    .template-front-page.two-sidebars .widget:nth-child(even) {
        float: none;
        width: auto;
    }

    .commentlist .children {
        margin-left: 48px;
        margin-left: 3.428571429rem;
    }

    /* 右寄せ */

    /* 画像右寄せ */
    .right.right {
        float: right;
        margin: 0 1rem 0 1rem;
    }


    .foot-sns-fb {
    }

    .foot-sns-tw {
    }

    /*top 障害学生エリア*/
    .proLi {
        list-style: disc;
        font-weight: bold;
        line-height: 1.5em;
        margin-left: 17px;
    }
}
/* ここまで Taguchi 追加 */
/*
███    ███  █████  ██   ██      █████   ██████   ██████
████  ████ ██   ██  ██ ██      ██   ██ ██  ████ ██  ████
██ ████ ██ ███████   ███        ██████ ██ ██ ██ ██ ██ ██
██  ██  ██ ██   ██  ██ ██           ██ ████  ██ ████  ██
██      ██ ██   ██ ██   ██      █████   ██████   ██████
*/


/* Maximum width of 900 pixels. */
@media screen and (max-width: 900px) {
    .index-header,
    .site .m-main,
    .site-content,
    .top-main-join,
    .entry-header,
    .topic-cont,
    .index-header,
    .meme {
        max-width: 500px;
        min-width: 400px;
    }
}

/*
███    ███  █████  ██   ██     ███████  ██████   █████
████  ████ ██   ██  ██ ██           ██ ██       ██   ██
██ ████ ██ ███████   ███           ██  ███████   █████
██  ██  ██ ██   ██  ██ ██         ██   ██    ██ ██   ██
██      ██ ██   ██ ██   ██        ██    ██████   █████
*/
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
    .index-header,
    .site .m-main,
    .site-content,
    .top-main-join,
    .entry-header,
    .topic-cont,
    .index-header,
    .meme {
        max-width: none;
        min-width: 0;
    }
    .top-t-menu a br {
        display: none;
    }
    .top-t-menu a {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 4em;
        padding: 1em;
    }

	.top-t-menu a {
		padding: 0 1em .5em;
		display: flex;
		align-items: center;
		line-height: 1.5;
		text-decoration: none;
		flex-basis: 100%;
		justify-content: center;
		text-align: center;
		white-space: normal;
		color: #8f0000;
		background-color: #fff;
		border:solid 1px #8f0000;
	}

	.top-t-menu a:hover {
		background-color: #8f0000;
		color: #fff;
	}
    .support.support h2,
    .text_box_center {
        font-size: calc(1rem + 1vw);
    }
    .support.support h2 {
        font-size: calc(1rem + 1.8vw);
    }
    .support_box {
        font-size: calc(.5rem + 1vw);
        /*! width: 100%; */
        /*! display: flex; */
    }
    .topic-linkbox span {
        margin-right: 3rem;
    }
    form input,
    form textarea {
        max-width: 100%;
    }
    .wpcf7-submit {
        margin: 1rem auto;
        font-size: 1em;
    }
    .widget .side-inq ul li a {
        max-width: 18em;
        margin-left: auto;
        margin-right: auto;
    }
    .links {
        margin: 1rem auto 2rem;
        display: block;
        width: 95%;
        font-size: 1rem;
    }
    .links li a {
        border-radius: 3px;
        padding: .3em .5em .3em 3em;
        background-position: .5em center;
        border-width: 1px;
    }
    .links li {
        margin: 1rem 0;
    }
    .links + p {
        width: 95%;
    }
    p:empty {
        display: none;
    }
    .col2 {
        display: block;
    }
    .top-t-menu {
        font-size: .9rem;
        justify-content: space-between;
        margin-left: -.2em !important;
        max-width: 100%;
    }
    .top-t-menu li {
        flex-basis: 32%;
        flex-grow: 1;
    }
    .top-t-menu-arrow, .top-t-menu .cp {
        display:none;
    }
    .widget img {
        margin: 0 auto;
    }
    .widget .side-notice-box .notice-ban ul li a {
        line-height: 1.2;
    }
    .top-main-join li {
        margin: 1rem;
    }
    .index-catlist dl > div {
        display: block;
    }
    .g_nav {
        position: absolute;
        right: 5px;
        top: 5px;
    }
    .home .blogid-1 .g_nav {
        visibility: visible;
    }
    .g_nav .m_nav > li {
        position: absolute;
        right: 0;
        top: 0;
    }
    .g_nav .m_nav > li {
        display: none;
    }
    .g_nav .m_nav > li a[href="/"] {
        justify-content: flex-start;
    }
    .g_nav label, .g_nav a {
        min-height: 3em;
        padding: .5em .8em;
    }
    .g_nav .m_nav .sp_m_nav {
        display: flex;
        width: 50px;
        height: 50px;
        flex-basis: 0;
        border-left: none;
    }
    .g_nav .sp_m_nav_open {
        font-size: .65rem;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        width: 50px;
        line-height: 1.2;
        height: 50px;
        padding: 0 0 3px;
        white-space: nowrap;
        background-color: #ccc;
        color: #222;
    }
    .g_nav [id="sp_m_nav"]:checked ~ ul {
        transform: scale(1);
        max-height: calc(100vh - 65px);
        top: 50px;
        left: auto;
        right: 0;
        width: 90vw;
        opacity: 1;
        overflow-y: auto;
    }
    .g_nav .sp_m_nav_open:hover::before {

    }
    .g_nav .sp_m_nav_open::before {
        content: "";
        height: 3px;
        font-size: 4em;
        display: block;
        width: 32px;
        background-color: currentColor;
        margin-bottom: 12px;
        box-shadow:
        0 9px, 0 -9px, 0 0;
        transition: .3s;
    }
    .g_nav .sp_m_nav_close {
        position: fixed;
        right: 0;
        top: 0;
        z-index: -1;
        background-color: hsla(0,0%,0%,.7);
        width: 100%;
        height: 100vh;
        transition: .2s;
        transform-origin: right top;
        transform: scale(0);
        padding: 0;
        margin: 0;
    }
    .g_nav [id="sp_m_nav"]:checked ~ .sp_m_nav_close {
        transform: scale(1);
    }
    .g_nav [id="sp_m_nav"]:checked ~ .sp_m_nav_open::before {
        width: 3px;
        height: 3px;
        box-shadow:
        1px 1px,-1px 1px,1px -1px,-1px -1px,
        2px 2px,-2px 2px,2px -2px,-2px -2px,
        3px 3px,-3px 3px,3px -3px,-3px -3px,
        4px 4px,-4px 4px,4px -4px,-4px -4px,
        5px 5px,-5px 5px,5px -5px,-5px -5px,
        6px 6px,-6px 6px,6px -6px,-6px -6px,
        7px 7px,-7px 7px,7px -7px,-7px -7px,
        8px 8px,-8px 8px,8px -8px,-8px -8px,
        9px 9px,-9px 9px,9px -9px,-9px -9px,
        10px 10px,-10px 10px,10px -10px,-10px -10px,
        0 0;
    }
    .g_nav .sp_m_nav_close:hover {
        background-color: hsla(0,0%,0%,.8);
    }
    .g_nav .sp_m_nav ~ ul,
    .g_nav [id="m_nav_ktr"] ~ label,
    .g_nav [id="m_nav_ktr"] ~ ul a,
	.g_nav [id="m_nav_prj"] ~ label,
    .g_nav [id="m_nav_prj"] ~ ul a ,
	.g_nav [id="m_nav_abu"] ~ label,
    .g_nav [id="m_nav_abu"] ~ ul a ,
	.g_nav [id="m_nav_pri"] ~ label,
    .g_nav [id="m_nav_pri"] ~ ul a{
        background-color: #eee;
        justify-content: flex-start;
    }
    .g_nav [id="m_nav_ktr"] ~ label:hover,
    .g_nav [id="m_nav_ktr"] ~ ul a:hover,
	.g_nav [id="m_nav_prj"] ~ label:hover,
    .g_nav [id="m_nav_prj"] ~ ul a:hover,
	.g_nav [id="m_nav_abu"] ~ label:hover,
    .g_nav [id="m_nav_abu"] ~ ul a:hover,
	.g_nav [id="m_nav_pri"] ~ label:hover,
    .g_nav [id="m_nav_pri"] ~ ul a:hover {
        background-color: #ccc;
        color: #222;
    }
    .g_nav [id="m_nav_ktr"][id] ~ ul a,
	.g_nav [id="m_nav_prj"][id] ~ ul a,
	.g_nav [id="m_nav_abu"][id] ~ ul a,
	.g_nav [id="m_nav_pri"][id] ~ ul a {
        padding-left: 2em;
    }
    .g_nav [id="m_nav_ktr"][id] ~ ul a br,
	.g_nav [id="m_nav_prj"][id] ~ ul a br,
	.g_nav [id="m_nav_abu"][id] ~ ul a br,
	.g_nav [id="m_nav_pri"][id] ~ ul a br {
        display: none;
    }
    .g_nav [id="m_nav_ktr"] ~ ul,
	.g_nav [id="m_nav_prj"] ~ ul,
	.g_nav [id="m_nav_abu"] ~ ul,
	.g_nav [id="m_nav_pri"] ~ ul {
        position: static;
        opacity: 1;
        transition: max-height .4s,transform .4s;
        background-color: #000;
        border: none;
        transform: scale(1,0);
    }
    .g_nav [for="m_nav_ktr"]:hover ~ ul,
	.g_nav [for="m_nav_prj"]:hover ~ ul,
	.g_nav [for="m_nav_abu"]:hover ~ ul {
        transform: scale(1,0);
        opacity: 0;
        max-height: 0;
        height: 0;
    }
    .g_nav [id="m_nav_ktr"]:checked ~ ul,
	.g_nav [id="m_nav_prj"]:checked ~ ul,
	.g_nav [id="m_nav_abu"]:checked ~ ul,
	.g_nav [id="m_nav_pri"]:checked ~ ul {
        transform: scale(1,1);
        opacity: 1;
        max-height: 200vh;
        height: auto;
        width: auto;
        transition: max-height .4s,transform .4s;
    }

    .page-id-204 .site {
        width: 96%;
        margin: 0 auto;
    }

    /* 「健康と病いの語り」とはスマホページレイアウト */
    .outline_block {
    }

    .outline_block h3 {
        /*text-align: center;*/
        background: none;
        border-bottom: 2px solid #bfbfbf;
        padding: 10px;
        margin: 0;
        font-weight: bold;
        font-size: 100%;
        /*width: 100%;*/
    }

    [id="outline"] td {
        border: 1px solid #ccc;
        /*! border-bottom: 0px solid #eeeeee !important; */
        /*! vertical-align: top; */
        /*! margin: 0; */
        padding: .5rem;
        /*! display: block !important; */
    }

    [id="outline"] li {
        list-style-type: none;
        width: 100%;
    }

    [id="outline"] table td:first-child p {
        /*! text-align: center */
    }

    .outline_block a {
        display: block;
        text-align: center;
    }

    .outline_container {
        display: table;
        text-align: right;
        margin: 30px 0;
        padding: 5px 16px 0 0 !important;
    }

    /* =Basic structure
    -------------------------------------------------------------- */
    /* Body, links, basics */
    html {
        font-size: 87.5%;
    }

    body {
        font-size: 16px;
        font-size: 1.142857142857143rem;
        text-rendering: optimizeLegibility;
        color: #333;
        padding-bottom: 0;
    }

    body.custom-font-enabled {
    }

    a {
        color: #21759b;
        outline: none;
    }

    a:active,
    a:hover {
        color: #0f3647;
    }

    img {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-touch-callout: none;
        -moz-user-select: none;
        touch-callout: none;
        user-select: none;
    }

    /* Assistive text */
    .assistive-text,
    .site .screen-reader-text {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
    }

    .main-navigation .assistive-text:focus {
        background: #fff;
        border: 2px solid #333;
        border-radius: 3px;
        clip: auto !important;
        color: #000;
        display: block;
        font-size: 12px;
        padding: 12px;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 100000;
        /* Above WP toolbar */
    }

    /* Page structure */
    .site {
        padding: 0 10px;
        padding: 0 0.7142857142857143rem;
        background-color: #fff;
    }

    .site-content {
        /* 	margin: 24px 0 0;
        margin: 1.714285714rem 0 0; */
    }

    .widget-area {
        margin: 0 0 0;
        margin: 0 0 0;
    }

    /* Header */


    /* お知らせ下部ナビゲーション */
	nav.nav-single{
		margin: 20px 15px;
		height: 7rem;
	}

	.nav-previous,
	.nav-next{
		font-size: 13px;
		width: 48%;
	}

    /* ナビボタン */
    #new-smp-head {
    }

    #new-smp-head .new-smp-seo {
        float: right;
        width: 70%;
        padding: 0px 0px 5px 4%;
    }

    #new-smp-head .new-smp-seo p {
        text-align: left;
        padding: 5px 0px 0px 0px;
        margin: 0;
        font-size: 11px;
        line-height: 12px;
    }

    #new-smp-head .new-smp-logo {
        float: left;
        width: 26%;
        padding: 0px 0px 5px 0px;
    }

    #new-smp-head .new-smp-logo img {
        padding: 2px 0px 0px 0px;
        border: none;
        max-width: 100%;
        height: auto;
        width
        /***/
        : auto;
    }

    #new-smp-head .new-smp-menu {
        background-color: #fff;
        padding: 4px 0px;
        z-index: 888;
    }

    #new-smp-head .new-smp-menu1 {
        width: 50%;
        float: left;
    }

    #new-smp-head .new-smp-menu2 {
        width: 50%;
        float: right;
    }

    #new-smp-head .new-smp-menu1 ul,
    #new-smp-head .new-smp-menu2 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #new-smp-head .new-smp-menu1 ul li {
        margin: 0;
        padding: 0px 0px 0px 1%;
        float: left;
    }

    #new-smp-head .new-smp-menu2 ul li {
        margin: 0;
        padding: 0px 1% 0px 0px;
        float: right;
    }

    #new-smp-head .new-smp-menu1 ul li img,
    #new-smp-head .new-smp-menu2 ul li img {
        width: 52px;
        height: 57px;
    }

    #new-smp-gotop {
        position: fixed;
        bottom: 56px;
        right: 13px;
        width: 48px;
        z-index: 0;
    }

    #new-smp-goinq {
        position: fixed;
        bottom: 56px;
        right: 56px;
        width: 48px;
        z-index: 888;
    }

    #new-smp-sns {
        display: none;
        position: fixed;
        bottom: 56px;
        right: 56px;
        width: 48px;
        z-index: 888;
    }

    #new-smp-join {
        position: fixed;
        bottom: 4px;
        right: 204px;
        width: 96px;
        z-index: 888;
    }

    [id="new-smp-support"] {
        position: fixed;
        bottom: 4px;
        right: 104px;
        width: 96px;
        z-index: 888;
    }

    #new-smp-donate {
        position: fixed;
        bottom: 4px;
        right: 4px;
        width: 96px;
        z-index: 888;
    }

    #new-smp-gotop,
    #new-smp-sns,
    #new-smp-goinq {
        width: 48px;
        height: 48px;
    }

    #new-smp-join,
    #new-smp-support,
    #new-smp-donate {
        width: 96px;
        height: 48px;
    }

    #new-smp-gotop img,
    #new-smp-sns img,
    #new-smp-goinq img {
        width: 48px;
        height: 48px;
    }

    #new-smp-join img,
    #new-smp-support img,
    #new-smp-donate img {
        width: 96px;
        height: 48px;
    }

    /* 上からにゅっと降りてくるメニュー */
    #drop-menu,
    #drop-menu2,
    #drop-menu3,
    #drop-menu4 {
        display: none;
        /* 最初は非表示 */
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 0px;
        left: 0px;
        box-sizing: border-box;
        box-shadow: 0 0 3px 0 #333;
        background-color: #fff2f2;
        /* 背景画像 */
        padding: 0px;
    }

    #drop-menu3 ul,
    #drop-menu4 ul {
        margin: 20px 20px 0px;
        padding: 0;
        border-top: solid 1px #0c2d58;
        /* 暗い線 */
        border-bottom: solid 1px #486fa3;
        /* 明るい線 */
    }

    #drop-menu3 ul li,
    #drop-menu4 ul li {
        padding: 5px 0;
        text-align: left;
        border-top: solid 1px #486fa3;
        /* 明るい線 */
        border-bottom: solid 1px #0c2d58;
        /* 暗い線 */
        font-size: 14px;
        line-height: 20px;
    }

    #drop-menu a,
    #drop-menu a,
    #drop-menu2 a,
    #drop-menu2 a {
        display: block;
        color: #fff;
        text-decoration: none;
        tap-highlight-color: rgba(186, 151, 123, 0.3) !important;
        /* タップした色 */
        -webkit-tap-highlight-color: rgba(186, 151, 123, 0.3) !important;
        /* タップした色 */
    }

    #drop-menu2 ul,
    #drop-menu2 ul {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        list-style-type: none;
    }

    #drop-menu2 li,
    #drop-menu2 li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #drop-menu2 li a,
    #drop-menu2 li a {
        display: block;
        padding: 15px 0;
        background: #fff2f2;
        color: #220a0c;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #514231;
    }

    #drop-menu2 li a:hover,
    #drop-menu2 li a:hover {
        background: #d8d6f2;
    }

    #drop-menu2 li.guide-bg a {
        display: block;
        padding: 15px 0;
        background: #cecec6;
        color: #220a0c;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #514231;
    }

    #drop-menu2 li.guide-bg a:hover {
        background: #d8d6f2;
    }

    #drop-menu li.dementia-bg a {
        display: block;
        padding: 15px 0;
        background: #f0a466;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #514231;
    }

    #drop-menu li.dementia-bg a:hover {
        background: #ffd5b3;
    }

    #drop-menu li.breast-bg a {
        display: block;
        padding: 15px 0;
        background: #ec8b9e;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #514231;
    }

    #drop-menu li.breast-bg a:hover {
        background: #febbc8;
    }

    #drop-menu li.prostate-bg a {
        display: block;
        padding: 15px 0;
        background: #71bdd0;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #514231;
    }

    #drop-menu li.prostate-bg a:hover {
        background: #baf1ff;
    }

    #drop-menu li.bowel-bg a {
        display: block;
        padding: 15px 0;
        background: #d1a1c3;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #514231;
    }

    #drop-menu li.bowel-bg a:hover {
        background: #ffbceb;
    }

    #drop-menu li.clinial-bg a {
        display: block;
        padding: 15px 0;
        background: #63ac90;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #514231;
    }

    #drop-menu li.clinial-bg a:hover {
        background: #c0ffe7;
    }

    #drop-menu li.chronic-bg a {
        display: block;
        padding: 15px 0;
        background: #5c76aa;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #514231;
    }

    #drop-menu li.chronic-bg a:hover {
        background: #9fb0d3;
    }

    #drop-menu li.crohn-bg a {
        display: block;
        padding: 15px 0;
        background: #cd853f;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #514231;
    }

    #drop-menu li.crohn-bg a:hover {
        background: #f3d69f;
    }

    #drop-menu li.progress-bg a {
        display: block;
        padding: 15px 0;
        background: #c4c4c4;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #979797;
    }

    #drop-menu li.progress-bg a:hover {
        background: #e4e4e4;
    }

    #drop-menu3 p.golink,
    #drop-menu4 p.golink {
        display: block;
        margin: 20px auto 0px;
        text-align: center;
    }

    #drop-menu p.close,
    #drop-menu2 p.close2,
    #drop-menu3 p.close3,
    #drop-menu4 p.close4 {
        display: block;
        margin: 30px auto 10px;
        width: 20px;
        height: 20px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border-top: solid 1px #fff;
        border-left: solid 1px #fff;
        transform: rotate(45deg);
        box-shadow: 1px 1px 1px #333 inset;
    }

    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .site-header {
        padding-top: 5px;
        /*! padding-top: 0.7142857142857143rem; */
        /*! position: sticky; */
        top: 0;
        z-index: 20;
        background-color: #fff;
        display: flex;
        padding-bottom: 5px;
    }

    /*
    .site-header h1,
    .site-header h2 {
        text-align: center;
    }
    .site-header h1 a,
    .site-header h2 a {
        color: #515151;
        display: inline-block;
        text-decoration: none;
    }
    .site-header h1 a:hover,
    .site-header h2 a:hover {
        color: #21759b;
    }
    .site-header h1 {
        font-size: 24px;
        font-size: 1.714285714rem;
        line-height: 1.285714286;
        margin-bottom: 14px;
        margin-bottom: 1rem;
    }
    .site-header h2 {
        font-weight: normal;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        color: #757575;
    }
    */
    .header-image {
        margin-top: 24px;
        margin-top: 1.714285714rem;
    }

    /* Head FirstMenu */
    .site-description {
        display: none;
    }

    .site-description p {
        font-weight: normal;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.333333333;
        color: #757575;
        text-align: center;
    }

    .site-description h1 {
        font-weight: normal;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.333333333;
        color: #757575;
        text-align: center;
    }

    .head-first {
        display: none;
    }

    .head-firstmenu {
        float: right;
    }

    .head-firstmenu ul {
    }

    .head-firstmenu li {
        float: left;
        padding: 7px 30px 7px 30px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1;
        font-weight: bold;
        color: #333;
    }

    .head-firstmenu li.ic-first {
        background: url(images/head-ic-first.gif) no-repeat top left;
    }

    .head-firstmenu li.ic-inq {
        background: url(images/head-ic-inq.gif) no-repeat top left;
        padding: 7px 0px 7px 30px;
    }

    .head-firstmenu li#fontSize {
        padding: 5px 0px 5px 10px;
    }

    .head-firstmenu li#fontSize ul {
        overflow: hidden;
        margin: -20px 0px 0px 80px;
    }

    .head-firstmenu li#fontSize li {
        float: left;
        margin-right: 3px;
        cursor: pointer;
        border: 1px solid #333;
        padding: 3px;
        text-align: center;
        background-color: #fff;
    }

    .head-firstmenu li#fontSize li.small {
        margin-top: 4px;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
    }

    .head-firstmenu li#fontSize li.middle {
        margin-top: 2px;
        font-size: 14px;
        font-size: 1rem;
    }

    .head-firstmenu li#fontSize li.large {
        font-size: 16px;
        font-size: 1.142857142857143rem;
        margin-right: 0px;
    }

    .head-firstmenu li#fontSize li.current {
        color: red;
    }

    .head-second {
        /*! display: none; */
        /*clear: both;
        padding: 10px 0px 0px;*/
        display: flex;
        flex-wrap: wrap;
    }

    .head-logo {
        /*! display: none; */
        flex-basis: 110px;
        margin-right: 1rem;
        /*! margin-left: 5px; */
        height: 50px;
        order: -1;
		display: block;
    }
    .head-logo a {
        display: block;
        width: 100%;

        height: 50px;
        padding: 2px;
    }
    .head-logo img {
        max-height: 100%;
        width: auto;
    }

    .head-description {
        font-size: 0.8rem;
        flex-basis: calc(100% - 200px);
        flex-shrink: 1;
        line-height: 1.5;
    }

    .head-description p span + span::before {
        content: "/";
        margin: auto .3em;
    }
    .head-utl {
        display: none;
    }

    .head-secondmenu3 li.ic-what p {
        padding: 0 0 0 40px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.285714285714286;
        font-weight: bold;
        color: #333;
        background: url(images/head-ic-what.gif) no-repeat top left;
    }

    .head-secondmenu3 li.ic-dipex p {
        padding: 0px 0px 0px 40px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.285714285714286;
        font-weight: bold;
        color: #333;
        background: url(images/head-ic-dipex.gif) no-repeat top left;
    }

    .head-third {
        display: none;
    }

    .head-menu-home {
        display: none;
    }

    .head-menu-home p {
        font-size: 14px;
        font-size: 1rem;
    }

    .head-menu-home p a {
        width: 74px;
        text-align: center;
        display: block;
        padding: 51px 0px 10px;
        border: 3px solid #bfbfbf;
        border-radius: 10px;
        background: linear-gradient(to top, #ebebeb, #FFF);
        text-decoration: none;
    }

    .head-menu-home p a:hover,
    .head-menu-home p a:active {
        background: linear-gradient(to top, #c5c5c5, #fcfcfc);
        text-decoration: none;
    }

    .head-menu-home p a span {
        padding: 34px 0 0;
        background: url(images/head-ic-home.gif) no-repeat top center;
        font-weight: bold;
        color: #bfbfbf;
        text-decoration: none;
        text-transform: lowercase;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
    }

    .head-menu-home p a:hover span,
    .head-menu-home p a:active span {
        color: #333;
    }

    .head-menu-menu {
        /*float: right;*/
    }

    .head-menu-menu p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.285714285714286;
        font-weight: bold;
        margin: 0;
        background: url(images/dotline.gif) repeat-x 30px 8px;
    }

    .head-menu-menu p span {
        background: #fff;
        padding: 0 10px 0 0;
    }

    .head-news {
        display: none;
    }

    .head-news-news {
        /*
        width: 110px;
        float: left;*/
        padding: 8px 0 0;
    }

    .head-news-news p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.4;
    }

    .head-news-news p::before {
        padding: 4px 5px 0 0;
        vertical-align: middle;
        content: url("images/head-ic-news.gif")
    }

    .head-news-title {
        padding: 14px 0 0;
    }

    .head-news-title p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.4;
    }

    .head-news-more {
        padding: 14px 0 0;
    }

    .head-news-more p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.4;
        text-align: right;
    }

    .head-news-more p::before {
        padding: 0 5px 0 0;
        vertical-align: middle;
        content: url("images/head-ic-li.gif")
    }

    /* Banner */
    section[role="banner"] {
        margin-bottom: 48px;
        margin-bottom: 3.428571429rem;
    }

    /* Sidebar */
    .widget-area .widget {
    }

    .widget-area .widget h3 {
        /*! margin-bottom: 5px; */
        font-size: 1.2rem;
    }

    .widget-area .widget p,
    .widget-area .widget li,
    .widget-area .widget .textwidget {
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
    }

    .widget-area .widget p {
        /*! margin-bottom: 24px; */
        /*! margin-bottom: 1.714285714rem; */
    }

    .widget-area .textwidget ul {
        list-style: disc outside;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
    }

    .widget-area .textwidget li {
        margin-left: 36px;
        margin-left: 2.571428571rem;
    }

    .widget-area #s {
        width: 53.66666666666%;
        /* define a width to avoid dropping a wider submit button */
    }

    /* Footer */

    footer[role="contentinfo"] {
        /*! background: url(images/dotline.gif) repeat-x top left; */
        /*! clear: both; */
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
        padding: 0;
        margin: 1rem 0 0;
    }

    footer[role="contentinfo"] h4 {
        padding: 8px 0px 0px 40px;
        margin: 0;
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 1.428571428571429;
        background: url(images/head-ic-dipex.gif) no-repeat top left;
        font-weight: normal;
    }

    footer[role="contentinfo"] .foot-dipex {
        padding: 18px;
        background: #fff;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        margin: 10px 0 0;
    }

    footer[role="contentinfo"] .foot-dipex .foot-dipex-text {
        /*
        float: left;
        width: 686px;
        */
    }

    footer[role="contentinfo"] .foot-dipex .foot-dipex-text p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.428571428571429;
        margin: 0;
        padding: 0px 0px 20px 0px;
    }

    footer[role="contentinfo"] .foot-dipex .foot-dipex-text ul {
        margin: 0;
        padding: 0;
    }

    footer[role="contentinfo"] .foot-dipex .foot-dipex-text ul li {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.428571428571429;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 15px;
        background: url(images/interviewlink-point.gif) no-repeat 0px 4px;
    }

    footer[role="contentinfo"] .foot-dipex .foot-dipex-banner {
        /*
        float: right;
        width: 234px;
        */
        margin: 20px 0px 0px;
    }

    footer[role="contentinfo"] .foot-dipex .foot-dipex-banner li {
        text-align: center;
    }

    footer[role="contentinfo"] .foot-join {
        margin: 10px 0 0;
    }

    footer[role="contentinfo"] .foot-join p {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 1.285714285714286;
        font-weight: bold;
        margin: 40px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: center;
    }

    footer[role="contentinfo"] .foot-join p span {
        background: #fff;
        padding: 0px 0px 0px 0px;
    }

    footer[role="contentinfo"] .foot-join li {
        font-size: 24px;
        font-size: 1.714285714285714rem;
        line-height: 1.428571428571429;
        font-weight: bold;
    }

    footer[role="contentinfo"] .foot-join li a {
        width: 83%;
        text-align: center;
        padding: 11px 15% 12px 0px;
        border: 3px solid #bfbfbf;
        border-radius: 10px;
        background: linear-gradient(to top, #ebebeb, #FFF);
    }

    footer[role="contentinfo"] .foot-join li a:hover {
        border: 3px solid #a4a4a4;
        background: linear-gradient(to top, #bfbfbf, #ebebeb);
    }

    footer[role="contentinfo"] .foot-join li.btn-join a::before {
        float: left;
        position: relative;
        top: 0px;
        content: "";
        height: 32px;
        width: 15%;
        left: 80px;
    }

    footer[role="contentinfo"] .foot-join li.btn-join a::before {
        background-image: url(images/foot-ic-flag.gif);
    }

    footer[role="contentinfo"] .foot-join li.btn-support a::before {
        background-image: url(images/foot-ic-heart.gif);
    }

    footer[role="contentinfo"] .foot-join li.btn-donate a::before {
        background-image: url(images/foot-ic-star.gif);
        left: 63px;
    }

    footer[role="contentinfo"] .foot-join ul {
        margin: 0;
        padding: 0 0 0 10px;
        text-indent: 0;
    }

    footer[role="contentinfo"] .foot-join li a,
    footer[role="contentinfo"] .foot-join li {
        float: left;
        text-decoration: none;
    }

    footer[role="contentinfo"] .foot-join li a {
        color: #333;
    }

    footer[role="contentinfo"] .foot-join li a:hover {
        color: #666666;
    }

    footer[role="contentinfo"] .foot-join li {
        margin: 10px 0 0 0;
        position: relative;
        width: 100%;
    }

    footer[role="contentinfo"] .foot-menu {
        margin: 1rem 0 0;
        padding: 0;
    }

    footer[role="contentinfo"] .foot-menu .foot-link {
        /*
        float: left;
        width: 700px;
        */
    }
    .side-notice-box {
        display: none;
    }

    footer[role="contentinfo"] .foot-menu .foot-link ul {
        margin: 0 1rem;
        padding: 0;
    }
    footer[role="contentinfo"] .foot-menu .foot-link ul li.noborder,
    footer[role="contentinfo"] .foot-menu .foot-link ul li {
        font-size: 1rem;
        line-height: 1.1;
    }
    footer[role="contentinfo"] .foot-menu .foot-link ul li:not(:last-of-type) {
        border-bottom: 1px solid #ccc;
    }
    footer[role="contentinfo"] .foot-menu .foot-link ul li a {
        padding: .5em 0;
        display: flex;
        text-decoration: none;
        color: inherit;
    }
    footer[role="contentinfo"] .foot-menu .foot-link ul li a::before {
        content: "▶︎";
        color: #aaa;
        transform: scale(.8);
        margin-right: .3em;
    }


    footer[role="contentinfo"] .foot-menu .foot-search {
        /*
        float: right;
        width: 260px;
        */
    }

    footer[role="contentinfo"] .foot-menu .foot-search p {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.1;
        margin: 0;
        padding: 20px 0px 5px;
    }

    footer[role="contentinfo"] .site-info {
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 1.4;
        padding: .5rem 1rem;
        border-top: 3px solid #8f0000;

    }

    /* =Main content and comment content
    -------------------------------------------------------------- */
    .entry-meta {
        clear: both;
    }

    .entry-header {
        /*! margin-top: 20px; */
        /*! margin-top: 1.428571428571429rem; */
        /*! margin-bottom: 24px; */
        /*! margin-bottom: 1.714285714rem; */
        margin: 1rem;
    }

    .top-main-join,
    .index-header, .m-main,
    .index-topic ul > li a,
    .widget-area .widget {
        padding: 0 1rem;
    }
    .index-catlist {
        margin: 1rem;
    }
    .index-topic ul>li a {
        padding: .3em 0 .3em 2.3rem;
    }
    .index-topic ul > li > ul > li a {
        padding: .2em 0 .2em 1.8rem;
    }

    .index-header {
        margin: 1rem 0 .5rem;
        font-size: 1.0rem;
    }

    .entry-icon,
    .index-title {
    }

    .entry-icon p,
    .index-title p {
        text-align: center;
        font-size: 20px;
        font-size: 1.4285714285714rem;
        line-height: 1.428571428571429;
        font-weight: bold;
        padding: 10px 0px;
        color: #fff;
    }

    .entry-titlebox {
        /*
        width: 900px;
        position: relative;
        float: right;
        min-height: 70px;
        */
    }

    .entry-titlebox2 {
        /*
        width: 620px;
        position: relative;
        float: left;
        padding-left: 10px;
        min-height: 70px;
        */
    }
	
	.entry-titlebox2 img{
		width: 100px;
		height: auto;
	}

    .blogid-11 .entry-titlebox2 {
        /*
        width: 900px;
        position: relative;
        float: right;
        min-height: 70px;
        */
    }

    p.update {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 0 0;
        padding: 0;
        text-align: right;
    }

    .entry-header img.wp-post-image {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    .entry-header .title-tax {
        position: absolute;
        top: 5px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.2;
        font-weight: normal;
    }

    .entry-header .title-tax ul li {
        margin: 0;
        padding: 0px 10px 0px 0px;
        float: left;
    }


    .entry-header .entry-title {
        display: block;
        font-size: 24px;
        line-height: 1.3;
    }

    .entry-header .titl-etc {
        margin: 10px 0 0;
        font-size: 14px;
        font-size: 1rem;
        line-height: 18px;
    }

    .entry-header .entry-title a {
        text-decoration: none;
    }

    .entry-header .entry-format {
        margin-top: 24px;
        margin-top: 1.714285714rem;
        font-weight: normal;
    }

    .entry-header .comments-link {
        margin-top: 24px;
        margin-top: 1.714285714rem;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        color: #757575;
    }

    /*
    .comments-link a,
    .entry-meta a {
        color: #757575;
    }
    .comments-link a:hover,
    .entry-meta a:hover {
        color: #21759b;
    }
    */
    article.sticky .featured-post {
        border-top: 4px double #ededed;
        border-bottom: 4px double #ededed;
        color: #757575;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 3.692307692;
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
        text-align: center;
    }
    .top-main-news-box,
    .entry-content,
    .entry-summary,
    .mu_register {
        line-height: 1.714285714;
        padding: 0 1rem;
    }

    .entry-content h1,
    .comment-content h1,
    .comment-content h2,
    .comment-content h3,
    .comment-content h4,
    .entry-content h5,
    .comment-content h5,
    .entry-content h6,
    .comment-content h6 {
        margin: 24px 0;
        margin: 1.714285714rem 0;
        line-height: 1.714285714;
    }

    .entry-content h1,
    .comment-content h1 {
        font-size: 21px;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .comment-content h2,
    .mu_register h2 {
        font-size: 18px;
        font-size: 1.285714286rem;
        line-height: 1.6;
    }

    .comment-content h3 {
        font-size: 16px;
        font-size: 1.142857143rem;
        line-height: 1.846153846;
    }

    .comment-content h4 {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.846153846;
    }

    .entry-content h5,
    .comment-content h5 {
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
    }

    .entry-content h6,
    .comment-content h6 {
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 1.846153846;
    }

    .entry-content p,
    .entry-summary p,
    .comment-content p,
    .mu_register p {
        /*! margin-bottom: 1em; */
        /*! margin: 0 0 1.714285714rem; */
        /*! line-height: 1.714285714; */
    }

    /*
    .entry-content a:visited,
    .comment-content a:visited {
        color: #9f9f9f;
    }
    */
    p.interviewer {
        margin: 24px 0;
        color: #8f0000;
    }

    .entry-content ol,
    .comment-content ol,
    .entry-content ul,
    .comment-content ul,
    .mu_register ul {
        /*! margin: 0 0 24px; */
        /*! margin: 0 0 1.714285714rem; */
        /*! line-height: 1.714285714; */
        margin: 1rem 0;
    }

    .entry-content ul ul,
    .comment-content ul ul,
    .entry-content ol ol,
    .comment-content ol ol,
    .entry-content ul ol,
    .comment-content ul ol,
    .entry-content ol ul,
    .comment-content ol ul {
        margin-bottom: 0;
    }

    .entry-content ul,
    .comment-content ul,
    .mu_register ul {
        list-style: disc outside;
    }

    .entry-content ol,
    .comment-content ol {
        list-style: decimal outside;
    }

    .entry-content li,
    .comment-content li,
    .mu_register li {
        margin: 0 0 0 36px;
        margin: 0 0 0 2.571428571rem;
    }

    .entry-content blockquote,
    .comment-content blockquote {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
        padding: 24px;
        padding: 1.714285714rem;
        font-style: italic;
    }

    .entry-content blockquote p:last-child,
    .comment-content blockquote p:last-child {
        margin-bottom: 0;
    }

    .entry-content code,
    .comment-content code {
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
    }

    .entry-content pre,
    .comment-content pre {
        border: 1px solid #ededed;
        color: #666;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 1.714285714;
        margin: 24px 0;
        margin: 1.714285714rem 0;
        overflow: auto;
        padding: 24px;
        padding: 1.714285714rem;
    }

    .entry-content pre code,
    .comment-content pre code {
        display: block;
    }

    .entry-content abbr,
    .comment-content abbr,
    .entry-content dfn,
    .comment-content dfn,
    .entry-content acronym,
    .comment-content acronym {
        border-bottom: 1px dotted #666;
        cursor: help;
    }

    .entry-content address,
    .comment-content address {
        display: block;
        line-height: 1.714285714;
        margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
    }

    img.alignleft,
    .wp-caption.alignleft {
        margin: 12px 24px 12px 0;
        margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
    }

    img.alignright,
    .wp-caption.alignright {
        margin: 12px 0 12px 24px;
        margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
    }

    img.aligncenter,
    .wp-caption.aligncenter {
        clear: both;
        margin-top: 12px;
        margin-top: 0.857142857rem;
        margin-bottom: 12px;
        margin-bottom: 0.857142857rem;
    }

    .entry-content embed,
    .entry-content iframe,
    .entry-content object,
    .entry-content video {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    .entry-content dl,
    .comment-content dl {
        margin: 0 24px;
        margin: 0 1.714285714rem;
    }

    .entry-content dt,
    .comment-content dt {
        font-weight: bold;
        line-height: 1.714285714;
    }

    .entry-content dd,
    .comment-content dd {
        line-height: 1.714285714;
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    .entry-content table,
    .comment-content table {
        margin: 1rem 0;
    }

    .entry-content table caption,
    .comment-content table caption {
        font-size: 16px;
        font-size: 1.142857143rem;
        margin: 24px 0;
        margin: 1.714285714rem 0;
    }


    .site-content article {
        /* 	border-bottom: 4px double #ededed;
        margin-bottom: 72px;
        margin-bottom: 5.142857143rem;
        padding-bottom: 24px;
        padding-bottom: 1.714285714rem;
        */
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    .page-links {
        clear: both;
        line-height: 1.714285714;
    }

    footer.entry-meta {
        margin-top: 24px;
        margin-top: 1.714285714rem;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        color: #757575;
    }

    .single-author .entry-meta .by-author {
        display: none;
    }

    .mu_register h2 {
        color: #757575;
        font-weight: normal;
    }

    .breadcrumbs {
        clear: both;
        background: url(images/dotline.gif) repeat-x bottom left;
        padding: 1rem;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.428571428571429;
    }



    .interview-video .interview-videobox {
        margin: 0px auto;
        overflow: hidden;
    }

    .interview-video .interview-videobox #playerRnebBXbEVoDL {
        margin-top: -10px;
        max-width: 100%;
        max-height: 100%;
    }

    .interview-text {
        margin: 30px auto 0;
		width: 96%;
    }

    .interview-text h2 {
        /*! padding: 3px 0px 3px 40px; */
        /*! margin: 0; */
        /*! font-size: 24px; */
        /*! font-size: 1.714285714285714rem; */
        /*! line-height: 26px; */
        /*! font-weight: normal; */
        /*! border-top: none; */
        /*! border-bottom: none; */
    }
    .interview-text-box {
        margin: 1rem 0;
        /*! padding: 28px; */
        /*! border: 2px solid #f00; */
        /*! border-radius: 10px; */
    }
    .interview-text-box-inner {
        /*
        height: 260px;
        overflow: auto;
        */
    }

    .interview-text-box p {
        font-size: 16px;
        line-height: 1.5;
		margin-bottom: 15px;
    }

    .profile-top {
        margin: 0;
        /*! padding: 0 1rem; */
    }


    .profile-top .profile-image {
        /*
        width: 320px;*/
        /*! max-width: 320px; */
        /*! text-align: center; */
        margin-bottom: 1rem;
    }

    .profile-top .profile-image img {
        text-align: center;
        margin: 0px auto 0px;
        width: 100%;
    }

    .profile-top .profile-profile {
        font-size: 12px;
        /*! font-size: 0.8571428571428571rem; */
        /*! line-height: 1.428571428571429; */
        /*! margin: 20px 0px 0px; */
        /*! padding: 0; */
        margin:0 auto 2rem;
		width: 96%;
    }

    .profile-top .profile-profile p {
        /*! font-size: 14px; */
        font-size: 1rem;
    }


    .profile-top .profile-more {
        padding: 0;
    }

    .profile-top .profile-more em {
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.5;
    }

    /*ぽちっとアンケート
    ------------------------------------------------------*/
    .pochi {
        margin: 1rem 0;
        padding: 0;
        /*! font-size: 14px; */
        font-size: 1rem;
        line-height: 1.2;
    }

    .pochi p {
        margin-bottom: 0.5em;
        /*! padding: 5px 0px 0px 0px; */
    }

    .pochi form {
        margin: 0;
        padding: 0;
    }

    .pochi span {
        border: 2px solid #cb5f5f;
        border-radius: 5px;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        padding: 3px 0px;
        font-weight: bold;
        width: 116px;
        text-align: center;
        background: #FFFFFF;
        background-repeat: repeat-x;
        background-image: linear-gradient(top, #FFFFFF, #faebeb);
        color: #cb5f5f;
        display: inline-block;
    }

    .pochi input.pbtn {
    }

    .pochi input.pbtn:hover {
    }

    .pochi span:hover {
    }

    #pochi_kanryou {
        margin: 10px 0 0;
        padding: 0;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.2;
        text-align: center;
        display: inline;
    }

    #pochi_kanryou p {
        margin: 0;
        padding: 0;
    }

    #pochi_kanryou form {
        margin: 0;
        padding: 0;
    }

    .interview-gotocat {
    }


    .interview-gotocat span {
        font-size: 14px;
        font-size: 1rem;
    }

    .interview-inq {
    /*         width: 580px; */
        margin: 40px auto 0px;
    }

    .topic-inq {
    /*         width: 580px; */
        margin: 0px auto 0px;
    }

    .topic-catlist {
        margin: 40px 0px 0px;
    }

    .site-catlist {
        margin: 30px 0 0;
    }

    .index-catlist {
        /*! margin: 30px 0 0; */
    }

    .profile-catlist {
        margin: 40px 0px 0px;
    }

    .topic-catlist h3,
    .profile-catlist h3,
    .site-catlist h3 {
        background: url(images/ic-interviewlink.gif) no-repeat top left;
        padding: 7px 0px 3px 40px;
        margin: 0;
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 22px;
        font-weight: normal;
    }

    .index-catlist h3 {
    }


    .index-catlist {
        padding: .5rem;
    }
	
	.index-catlist .flex-b{
	display: block;
	}
	
	.index-catlist ul.flexLeft{
	margin-bottom:10px;
	}

    .site-catlist h3 {
        float: left;
        display: inline;
    }

    .site-catlist .site-catlist-gotop {
        padding: 14px 0 0 0;
        float: right;
    }

    .site-catlist .site-catlist-gotop::before {
        padding: 0 6px 0 0;
        vertical-align: middle;
        content: url("images/ic-profile-more.gif")
    }

    .topic-catlist-box {
        padding: 13px 0px 13px 18px;
        background: #fff;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        margin: 10px 0 0;
    }

    .profile-catlist-box,
    .index-catlist-box {
        /*! padding: .5rem; */
        background: #fff;
        /*! border: 1px solid #bfbfbf; */
        border-radius: 5px;
        margin: 1rem 0;
    }

    .topic-catlist-box li {
        background: url(images/site-catlist-ic-open2.gif) no-repeat 0px 12px;
        padding: 10px 20px 10px 22px;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    .topic-catlist-box li ul li {
        background: url(images/interviewlink-point.gif) no-repeat 0px 14px;
        padding: 10px 20px 0px 20px;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    .index-catlist-box li {
        /*! font-size: 16px; */
        /*! font-size: 1.142857142857143rem; */
        /*! line-height: 1.25; */
        /*! padding: 10px 0px 20px 25px; */
        /*! background: url(images/site-catlist-ic-open2.gif) no-repeat 0px 13px; */
    }

    .index-catlist-box li ul li {
        /*
        width: 40%;
        float: left;
        */
        /*! background: url(images/interviewlink-point.gif) no-repeat 0px 14px; */
        /*! padding: 10px 20px 0px 20px; */
        /*! font-size: 16px; */
        /*! font-size: 1.142857142857143rem; */
        /*! line-height: 1.25; */
    }
    .index-catlist dt,
    .index-catlist-box > ul > li {
        font-weight: 700;
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .index-catlist h3 {
        margin-bottom: .5rem;
    }
    .index-catlist-box > ul > li + li {
        margin-top: 1rem;
    }
    .index-catlist-box > ul > li a {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .index-catlist-box li ul li.proflist {
        width: 40%;
        float: left;
        background: url(images/interviewlink-point.gif) no-repeat 0px 14px;
        padding: 10px 20px 0px 20px;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    .index-catlist-box li ul.bs li {
        /*
        width: 98%;
        float: none;

        background: url(images/interviewlink-point.gif) no-repeat 0px 14px;*/
        padding: 10px 20px 0px 20px;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    .profile-catlist-box li {
        background: url(images/interviewlink-point.gif) no-repeat 0px 3px;
        padding: 0px 20px 10px 20px;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    .disease-link,
    .profid-link {
        padding: 18px 0px 28px 10px;
        margin: 10px 0 0;
    }

    .profid-link ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .profid-link ul li.proflist {
        width: 35%;
        float: left;
        background: url(images/interviewlink-point.gif) no-repeat 0px 14px;
        padding: 10px 10px 0px 10px;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    .interview-inq ul li,
    .topic-inq ul li {
        float: left;
        padding: 0px 20px;
        margin: 0;
    }

    .interview-inq ul li a,
    .topic-inq ul li a {
        width: 224px;
        position: relative;
        overflow: hidden;
        padding: 22px 10px;
        border: 3px solid #8f0000;
        border-radius: 10px;
        background: linear-gradient(to top, #f4d0d0, #fff);
        display: block;
        text-align: left;
        font-size: 18px;
        font-size: 1.285714285714286rem;
        color: #333;
        font-weight: bold;
        text-decoration: none;
    }

    .interview-inq ul li a::after,
    .topic-inq ul li a::after {
        background: url(images/ic-inq-more.gif) no-repeat center left;
        top: 22px;
        left: 216px;
        position: absolute;
        content: "";
        text-decoration: none;
        width: 19px;
        height: 18px;
    }

    .interview-gotolink {
        margin: 1rem;
    }


    ul.accordion {
        padding: 18px;
        background: #fff;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        margin: 10px 0 0;
    }

    ul.accordion a {
        text-decoration: none;
        color: #333;
        font-weight: normal;
        font-size: 16px;
        font-size: 1.142857142857143rem;
    }

    ul.accordion span {
        display: block;
        padding: 10px;
        color: #333;
        font-weight: bold;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        text-align: center;
    }

    ul.accordion ul {
        display: none;
    }

    ul.accordion>li {
        background: #fff;
    }

    ul.accordion>li>p {
        cursor: pointer;
    }

    ul.accordion>li>ul>li {
        background: #fff;
        color: #333;
        font-weight: normal;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.25;
    }

    ul.accordion>li>ul>li>p {
        background: #fff;
    }

    ul.accordion>li>ul>li>a {
        background: url(../img/go.png) no-repeat 98% center;
    }

    ul.accordion>li>ul>li>ul>li {
        padding: 8px 0px 0px 22px;
        background: #FFF;
        cursor: pointer;
        float: left;
        width: 45%;
        display: block;
    }

    ul.accordion>li>ul>li>ul>li::before {
        padding: 0 6px 0 0;
        vertical-align: middle;
        content: url("images/interviewlink-point.gif")
    }

    ul.accordion>li>ul>li>ul.bs>li {
        padding: 8px 0px 0px 22px;
        background: #FFF;
        cursor: pointer;
        float: none;
        width: 98%;
        display: block;
    }

    ul.accordion>li>ul>li>ul.bs>li::before {
        padding: 0 6px 0 0;
        vertical-align: middle;
        content: url("images/interviewlink-point.gif")
    }

    ul.accordion>li>p span {
        display: block;
        padding: 10px 4px;
        cursor: pointer
    }

    ul.accordion>li>p span::before {
        padding: 0 10px 0 0;
        vertical-align: middle;
        content: url("images/site-catlist-ic-open.gif")
    }

    ul.accordion>li>p span.selected::before {
        content: url("images/site-catlist-ic-close.gif")
    }

    ul.accordion>li>ul>li {
        padding: 10px 2px 4px 0px;
        cursor: pointer;
    }

    ul.accordion>li>ul>li::before {
        padding: 0 10px 0 0;
        vertical-align: middle;
        content: url("images/site-catlist-ic-open2.gif")
    }

    ul.accordion>li>ul>li.selected::before {
        content: url("images/site-catlist-ic-close2.gif")
    }

    ul.accordion>li>ul>li>ul {
        clear: both;
    }

    ul.accordion>li>ul>li {
        clear: both;
    }

    .topic-catnotice {
        padding: 18px;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.2;
    }

    .topic-cont {
        padding: 0 1rem;
    }


    .topic-text p.topic-notice {
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.4;
    }


    .topic-text h3,
    .topic-text h4 {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        padding: 3px 0px 3px 34px;
        margin: 28px 0px 0px;
        font-weight: normal;
    }

    .comment-content h2,
    .mu_register h2 {
        font-size: 18px;
        font-size: 1.285714286rem;
        line-height: 1.6;
    }

    .entry-content > p + h2,
    .entry-content > p + h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .entry-content > * + p {
        margin-top: 1rem;
    }
    .entry-content > .youtube {
        margin-top: 2rem;
    }
    .entry-content > .youtube h3 {
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    .entry-content h2 {
        border-bottom: 1px solid #bfbfbf;
        line-height: 1.3;
		border-left: solid 5px #8f0000;
		padding-left: 15px;
    }

    .topic-linkbox {
        border-left-width: 3px;
        margin-left: 1rem;
    }

    .entry-content p.text_small {
    }

    .topic-linkbox a{
		padding: .5rem 5rem .5rem 1rem;
	}

	.topic-linkbox a::before {
        font-size: 1em;
		width: 3.5rem;
		right: .5rem;
		top: 10%;
		line-height: .7;
	}

    .topic-linkbox a:hover {
    }

    .topic-linkbox a img {
        /*display: none;*/
		margin: 5% 15px 45% 0;
		width: 70px;
		height: auto;
    }

    .index-topic ul>li {
        font-size: 24px;
        font-size: 1.714285714285714rem;
        line-height: 1.25;
        padding: 0px 0px 10px 0px;
    }
    .index-topic ul>li a {
        color: #333;
        text-decoration: none;
        text-indent: -1.2rem;
        display: block;
        font-size: 1.4rem;
    }
    .index-topic ul>li>ul {
    }

    .index-topic ul>li>ul>li {
        padding: 0;
    }

    .index-topic ul>li>ul>li a {
        font-size: 16px;
        font-size: 1.143rem;
        line-height: 1.4;
    }

    .index-topic ul>li>ul>li a:hover {
        /*! border: 2px solid #cc6363; */
        /*! border-radius: 6px; */
        background-color: #ffe5e5;
    }
    .index-topic a::before,
    .index-catlist a::before {
        font-size: 1rem;
        transform: scale(.8);
    }

    .interview-list-box {
        margin: 1rem 1rem 3rem;
        padding: 0 1rem 1rem;
        /*! border-radius: 10px; */
        /*! border: 2px solid #f0a466; */
    }

    .interview-list-image {
        width: 100px;
    }

    .interview-list-image img {
        width: 100%;
    }

    .interview-list-text {
        margin: 20px 0 0;
    }

    .interview-list-text h2 {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 1.25;
        margin: 0;
        padding: 0;
    }

    .interview-list-text p {
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.5;
        margin: 0;
        padding: 15px 0 0;
    }

    .slider-box {
        padding: 5px 0 20px;
    }

    .home .blogid-1 .slider-box {
        display: none;
    }
    .home .blogid-1 .wrapper {
        padding-top: 53vw;
        background: url(/wp-content/uploads/2020/11/top-slide-sp.jpg) no-repeat center 2rem / contain;
    }
    .top-slide-wrap {
        display: none;
    }

    .m-main {
        margin: 0 0 30px;
        /*! padding: 0 .5rem; */
        font-size: 16px;
        /*! font-size: 1.142857142857143rem; */
        line-height: 1.8;
    }

    .index-main {
        margin: 30px 0px 10px;
        padding: 20px;
        font-size: 16px;
        font-size: 1.142857142857143rem;
        line-height: 1.8;
    }

    .dementia-main em,
    .breast-cancer-main em,
    .breast-c-uk-main em,
    .prostate-cancer-main em,
    .prostate-c-uk-main em,
    .bowel-screening-main em,
    .clinial-trial-main em,
    .chronic-pain-main em,
    .crohn-main em,
    .students-main em {
        font-style: normal;
        font-size: 12px;
        font-size: 0.8571428571428571rem;
        line-height: 1.25;
        color: #ff0000;
    }

    .top-main-left {
        margin: 30px 0 0;
    }

    .top-main-right {
        margin: 30px 0 0;
    }

    .top-main-de,
    .top-main-bc,
    .top-main-pc,
    .top-main-bs,
    .top-main-ct,
    .top-main-cp,
    .top-main-crohn,
    .top-main-progress {
        margin: 0;
        padding: 20px;
        /*height: 184px;*/
        position: relative;
        border: 3px solid currentColor;
        border-radius: 10px;
    }

    .top-main-progress {
        border: 3px solid #ccc;
    }

    .top-main-link {
        margin: 0;
        padding: 20px;
        position: relative;
        border: none;
        border-radius: 10px;
    }

    .top-main-linkG {
        margin: 0;
        padding: 20px 30px;
        position: relative;
        border: none;
        border-radius: 10px;
    }

    .top-main-linkG a {
        color: #000;
        text-decoration: none;
    }

    .top-main-link a {
        text-decoration: none;
        color: #333;
    }

    .top-main-link a:hover,
    .top-main-link a:active {
        text-decoration: underline;
        color: #333;
    }

    .top-main-link h2 {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        font-weight: bold;
        line-height: 1;
        margin: 0;
        padding: 0;
        color: #333;
        text-align: center;
    }

    .top-main-linkG h2 {
        color: #333;
        line-height: 1.4em;
        text-align: center;
    }

    .top-main-ban {
        margin: 0;
        padding: 25px 0 0 0;
    }

    .top-main-ban img {
        width: 100%;
        height: auto;
    }

    .top-main-ban p {
        margin: 0;
        padding: 8px 0 0 0;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.4;
        font-weight: bold;
    }

    [class*="top-main-"] a {
        text-decoration: none;
    }

    [class*="top-main-"] a:hover,
    [class*="top-main-"] a:active {
        text-decoration: underline;
    }

    [class*="top-main-"] h2
    {
        font-size: 24px;
        font-size: 1.714285714285714rem;
        font-weight: bold;
        line-height: 1;
        margin: 0;
        padding: 0 0 15px 0;
        text-align: center;
    }


    [class^="top-main-"] p
    {
        font-size: 16px;
        font-size: 1.142857142857143rem;
        /*! font-weight: bold; */
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

    [class*="top-main-"] p.golink
    {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        font-weight: bold;
        line-height: 1.2;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 23px;
        bottom: 23px;
    }

    [class*="top-main-"] p.golink::before {
        padding: 0 8px 0 0;
        vertical-align: middle;
    }

    .top-main-img {
        float: right;
        margin: 20px 0 0;
        text-align: center;
        padding: 0 0 40px 0;
    }
    .home .blogid-1 .wrapper > *, .top-main-news {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 2rem;
        /*! display: none; */
    }
    .blogid-1 .wrapper .dark {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .top-main-news-news {
        /* 		width: 50%;
        float: left;
        padding: 0; */
    }

    .top-main-news-news p {
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 1;
    }


    .top-main-news-news p::before {
        padding: 0px 10px 0 0;
        vertical-align: middle;
        content: url("images/top-ic-news.gif")
    }

    .top-main-news-more p {
        text-align: right;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.25;
    }

    .top-main-news-more p::before {
        padding: 0 5px 0 0;
        vertical-align: middle;
        content: url("images/head-ic-li.gif")
    }

    .top-main-news-box h2 {
        margin: 20px 0 0;
        padding: 0px 0px 20px;
        font-size: 24px;
        font-size: 1.714285714285714rem;
        line-height: 1.2;
        font-weight: normal;
    }

    .top-main-news-box dl {
        margin: 20px 0 0;
        font-size: 1rem;
/*         background: url(images/dotline.gif) repeat-x left bottom; */
    }

    .top-main-news-box dl > div {
        display: flex;
        align-items: flex-start;
        padding: .5em 0;
        border-top: 1px solid #ccc;
    }

    .top-main-news-box dl dt {
        /*! padding-right: 1em; */
        font-weight: 400;
        width: 10em;
        /*! background-color: red; */
        line-height: 1.6;
    }

    .top-main-news-box dl dd {
/*         background: url(images/dotline.gif) repeat-x left top; */
        margin-left: 1em;
    }

    .top-main-side {
        /*
        width: 250px;
        float: right;
        */
        padding: 10px 0px 0px;
    }

    /* =Archives
    -------------------------------------------------------------- */
    .archive-header,
    .page-header {
        margin-bottom: 48px;
        margin-bottom: 3.428571429rem;
        padding-bottom: 22px;
        padding-bottom: 1.571428571rem;
        border-bottom: 1px solid #ededed;
    }

    .archive-meta {
        color: #757575;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
        margin-top: 22px;
        margin-top: 1.571428571rem;
    }

    /* =Single image attachment view
    -------------------------------------------------------------- */
    .article.attachment {
        overflow: hidden;
    }

    .image-attachment div.attachment {
        text-align: center;
    }

    .image-attachment div.attachment p {
        text-align: center;
    }

    .image-attachment div.attachment img {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
    }

    .image-attachment .entry-caption {
        margin-top: 8px;
        margin-top: 0.571428571rem;
    }

    /* =Aside post format
    -------------------------------------------------------------- */
    article.format-aside h1 {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    article.format-aside h1 a {
        text-decoration: none;
        color: #4d525a;
    }

    article.format-aside h1 a:hover {
        color: #2e3542;
    }

    article.format-aside .aside {
        padding: 24px 24px 0;
        padding: 1.714285714rem;
        background: #d2e0f9;
        border-left: 22px solid #a8bfe8;
    }

    article.format-aside p {
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        color: #4a5466;
    }

    article.format-aside blockquote:last-child,
    article.format-aside p:last-child {
        margin-bottom: 0;
    }

    /* =Post formats
    -------------------------------------------------------------- */
    /* Image posts */
    article.format-image footer h1 {
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        font-weight: normal;
    }

    article.format-image footer h2 {
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
    }

    article.format-image footer a h2 {
        font-weight: normal;
    }

    /* Link posts */
    article.format-link header {
        padding: 0 10px;
        padding: 0 0.714285714rem;
        float: right;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        font-weight: bold;
        font-style: italic;
        text-transform: uppercase;
        color: #848484;
        background-color: #ebebeb;
        border-radius: 3px;
    }

    article.format-link .entry-content {
        max-width: 80%;
        float: left;
    }

    article.format-link .entry-content a {
        font-size: 22px;
        font-size: 1.571428571rem;
        line-height: 1.090909091;
        text-decoration: none;
    }

    /* Quote posts */
    article.format-quote .entry-content p {
        margin: 0;
        padding-bottom: 24px;
        padding-bottom: 1.714285714rem;
    }

    article.format-quote .entry-content blockquote {
        display: block;
        padding: 24px 24px 0;
        padding: 1.714285714rem 1.714285714rem 0;
        font-size: 15px;
        font-size: 1.071428571rem;
        line-height: 1.6;
        font-style: normal;
        color: #6a6a6a;
        background: #efefef;
    }

    /* Status posts */
    .format-status .entry-header {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    .format-status .entry-header header {
        display: inline-block;
    }

    .format-status .entry-header h1 {
        font-size: 15px;
        font-size: 1.071428571rem;
        font-weight: normal;
        line-height: 1.6;
        margin: 0;
    }

    .format-status .entry-header h2 {
        font-size: 12px;
        font-size: 0.857142857rem;
        font-weight: normal;
        line-height: 2;
        margin: 0;
    }

    .format-status .entry-header header a {
        color: #757575;
    }

    .format-status .entry-header header a:hover {
        color: #21759b;
    }

    .format-status .entry-header img {
        float: left;
        margin-right: 21px;
        margin-right: 1.5rem;
    }
    /* =Comments
    -------------------------------------------------------------- */
    .comments-title {
        margin-bottom: 48px;
        margin-bottom: 3.428571429rem;
        font-size: 16px;
        font-size: 1.142857143rem;
        line-height: 1.5;
        font-weight: normal;
    }

    .comments-area article {
        margin: 24px 0;
        margin: 1.714285714rem 0;
    }

    .comments-area article header {
        margin: 0 0 48px;
        margin: 0 0 3.428571429rem;
        overflow: hidden;
        position: relative;
    }

    .comments-area article header img {
        float: left;
        padding: 0;
        line-height: 0;
    }

    .comments-area article header cite,
    .comments-area article header time {
        display: block;
        margin-left: 85px;
        margin-left: 6.071428571rem;
    }

    .comments-area article header cite {
        font-style: normal;
        font-size: 15px;
        font-size: 1.071428571rem;
        line-height: 1.42857143;
    }

    .comments-area cite b {
        font-weight: normal;
    }

    .comments-area article header time {
        line-height: 1.714285714;
        text-decoration: none;
        font-size: 12px;
        font-size: 0.857142857rem;
        color: #5e5e5e;
    }

    .comments-area article header a {
        text-decoration: none;
        color: #5e5e5e;
    }

    .comments-area article header a:hover {
        color: #21759b;
    }

    .comments-area article header cite a {
        color: #444;
    }

    .comments-area article header cite a:hover {
        text-decoration: underline;
    }

    .comments-area article header h4 {
        position: absolute;
        top: 0;
        right: 0;
        padding: 6px 12px;
        padding: 0.428571429rem 0.857142857rem;
        font-size: 12px;
        font-size: 0.857142857rem;
        font-weight: normal;
        color: #fff;
        background-color: #0088d0;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #009cee, #0088d0);
        border-radius: 3px;
        border: 1px solid #007cbd;
    }

    .comments-area .bypostauthor cite span {
        position: absolute;
        margin-left: 5px;
        margin-left: 0.357142857rem;
        padding: 2px 5px;
        padding: 0.142857143rem 0.357142857rem;
        font-size: 10px;
        font-size: 0.714285714rem;
    }

    .comments-area .bypostauthor cite b {
        font-weight: bold;
    }

    a.comment-reply-link,
    a.comment-edit-link {
        color: #686868;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
    }

    a.comment-reply-link:hover,
    a.comment-edit-link:hover {
        color: #21759b;
    }

    .commentlist .pingback {
        line-height: 1.714285714;
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    /* Comment form */
    #respond {
        margin-top: 48px;
        margin-top: 3.428571429rem;
    }

    #respond h3#reply-title {
        font-size: 16px;
        font-size: 1.142857143rem;
        line-height: 1.5;
    }

    #respond h3#reply-title #cancel-comment-reply-link {
        margin-left: 10px;
        margin-left: 0.714285714rem;
        font-weight: normal;
        font-size: 12px;
        font-size: 0.857142857rem;
    }

    #respond form {
        margin: 24px 0;
        margin: 1.714285714rem 0;
    }

    #respond form p {
        margin: 11px 0;
        margin: 0.785714286rem 0;
    }

    #respond form p.logged-in-as {
        margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
    }

    #respond form label {
        display: block;
        line-height: 1.714285714;
    }

    #respond form input[type="text"],
    #respond form textarea {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 1.714285714;
        padding: 10px;
        padding: 0.714285714rem;
        width: 100%;
    }

    #respond form p.form-allowed-tags {
        margin: 0;
        font-size: 12px;
        font-size: 0.857142857rem;
        line-height: 2;
        color: #5e5e5e;
    }

    .required {
        color: red;
    }

    /* =Front page template
    -------------------------------------------------------------- */
    .entry-page-image {
        margin-bottom: 14px;
        margin-bottom: 1rem;
    }

    .template-front-page .site-content article {
        border: 0;
        margin-bottom: 0;
    }

    .template-front-page .widget-area {
        clear: both;
        float: none;
        width: auto;
        padding-top: 24px;
        padding-top: 1.714285714rem;
        border-top: 1px solid #ededed;
    }

    .template-front-page .widget-area .widget li {
        margin: 8px 0 0;
        margin: 0.571428571rem 0 0;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.714285714;
        list-style-type: square;
        list-style-position: inside;
    }

    .template-front-page .widget-area .widget li a {
        color: #757575;
    }

    .template-front-page .widget-area .widget li a:hover {
        color: #21759b;
    }

    .template-front-page .widget-area .widget_text img {
        float: left;
        margin: 8px 24px 8px 0;
        margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
    }

    /* =Widgets
    -------------------------------------------------------------- */
    .widget-area .widget ul ul {
        margin-left: 12px;
        margin-left: 0.857142857rem;
    }

    .widget_rss li {
        margin: 12px 0;
        margin: 0.857142857rem 0;
    }

    .widget_recent_entries .post-date,
    .widget_rss .rss-date {
        color: #aaa;
        font-size: 11px;
        font-size: 0.785714286rem;
        margin-left: 12px;
        margin-left: 0.857142857rem;
    }

    #wp-calendar {
        margin: 0;
        width: 100%;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
        color: #686868;
    }

    #wp-calendar th,
    #wp-calendar td,
    #wp-calendar caption {
        text-align: left;
    }

    #wp-calendar #next {
        padding-right: 24px;
        padding-right: 1.714285714rem;
        text-align: right;
    }

    .widget_search label {
        display: block;
        font-size: 13px;
        font-size: 0.928571429rem;
        line-height: 1.846153846;
    }

    .widget_twitter li {
        list-style-type: none;
    }

    .widget_twitter .timesince {
        display: block;
        text-align: right;
    }

    .widget .interview-box {
        padding: 18px;
        background: #fff;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        margin: 10px 0 0;
    }

    .widget .interview-name {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.428571428571429;
        font-weight: bold;
    }

    .widget .interview-profile {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.428571428571429;
        margin: 10px 0 0;
    }

    .widget .interview-more {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.428571428571429;
        margin: 10px 0 0;
        float: right;
        background: url(images/ic-profile-more.gif) no-repeat 0px 2px;
        padding: 0px 0px 0px 20px;
    }



    .widget .side-catnotice {
        /*! padding: 18px; */
        /*! background: #fff; */
        /*! border: 2px solid #bfbfbf; */
        /*! border-radius: 10px; */
        margin: 2rem 0;
        /*! font-size: 14px; */
        /*! font-size: 1rem; */
        /*! line-height: 1.5; */
    }

    .widget .side-catnotice ul {
        margin: 0;
        padding: 0;
    }

    .widget .side-catnotice ul li {
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.5;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 15px;
        background: url(images/interviewlink-point.gif) no-repeat 0px 4px;
    }

    .widget .side-link {
        /*! padding: 18px 18px 13px 18px; */
        /*! background: #fff; */
        /*! border: 2px solid #bfbfbf; */
        /*! border-radius: 10px; */
        margin: 2rem 0;
        /*! font-size: 14px; */
        /*! font-size: 1rem; */
        /*! line-height: 1.5; */
    }

    .widget .side-link ul {
        margin: 0;
        padding: 0;
    }

    .widget .side-link ul li {
        font-size: 16px;
        font-size: 1.142857142857143rem;
        /*! line-height: 1.5; */
        /*! margin: 0px 0px 5px 0px; */
        /*! padding: 0px 0px 0px 20px; */
        /*! background: url(images/head-ic-li.gif) no-repeat 0px 4px; */
    }

    ul.wp-tag-cloud li {
        float: left;
        width: 40%;
    }

    .entry-header h2.tag-title {
        padding: 10px;
        background: #fff;
        border: 2px solid #bfbfbf;
        border-radius: 10px;
        margin: 20px 0px 0px;
        font-size: 20px;
        font-size: 1.428571428571429rem;
        line-height: 26px;
        font-weight: normal;
    }

    p.tag-number {
        margin: 30px 0 0;
        font-size: 18px;
        font-size: 1.285714285714286rem;
        line-height: 26px;
        font-weight: normal;
    }

    span.tag-keyword {
        font-size: 20px;
        font-size: 1.428571428571429rem;
        font-weight: bold;
    }

    span.tag-kazu {
        font-size: 24px;
        font-size: 1.714285714285714rem;
        font-weight: bold;
        padding: 0px 10px;
        color: #8f0000;
    }

    /* =Plugins
    ----------------------------------------------- */
    img#wpstats {
        display: block;
        margin: 0 auto 24px;
        margin: 0 auto 1.714285714rem;
    }

    .clearall {
        /*! clear: both; */
        /*! font-size: 0; */
        /*! height: 0px; */
        /*! margin: 0 0 0 0; */
        /*! padding: 0; */
        /*! overflow: hidden; */
        /*! width: 100%; */
        /* for IE6,7 */
        /*! visibility: hidden; */
        /*! border: 0; */
        /*! line-height: 0px; */
        display: none;
    }

    .author-avatar {
        float: left;
        margin-top: 8px;
        margin-top: 0.571428571rem;
    }

    .author-description {
        float: right;
        width: 80%;
    }

    .site {
        margin: 0 auto;
        /*		width: 980px;*/
        padding: 0;
        overflow: hidden; 
        position: relative;
        /*! width: 100%; */
        box-sizing: border-box;
    }

    .site-content {
        /*		float: left;
        width: 700px;*/
    }

    body.template-front-page .site-content,
    body.attachment .site-content,
    body.full-width .site-content {
        width: 100%;
    }

    .widget-area {
        padding: 1rem 0;
        border-top: 1px solid #000;
        margin-top: 2rem;
    }
    .top-main-join {
        font-size: 1rem;
    }
    .top-main-join h3 {
        font-size: 1.2rem;
        background-color: #8f0000;
        color: #fff;
        text-align: center;
        margin-bottom: .2em;
        padding: .2em;
    }
    .top-main-join div {
        padding: .5rem 1rem 0;
    }


    /*
    .site-header h1,
    .site-header h2 {
        text-align: left;
    }
    .site-header h1 {
        font-size: 26px;
        font-size: 1.857142857rem;
        line-height: 1.846153846;
        margin-bottom: 0;
    }
    */
    .main-navigation ul.nav-menu,
    .main-navigation div.nav-menu>ul {
        display: inline-block !important;
        text-align: left;
        width: 100%;
    }

    .main-navigation ul {
        /*! margin: 0 0 0 2%; */
        /*! text-indent: 0; */
    }

    .main-navigation td:first-child ul + p {
        display: none;
    }

    .main-navigation li a,
    .main-navigation li {
        /*! float: left; */
        /*! text-decoration: none; */
    }

    .main-navigation li a {
        /*! border-bottom: 0; */
        /*! color: #6a6a6a; */
        /*! line-height: 1.285714285714286; */
        text-transform: uppercase;
        /*! white-space: nowrap; */
    }

    .main-navigation li a:hover {
        color: #000;
    }

    .main-navigation li {
        margin: 0;
        /*! position: relative; */
    }

    .main-navigation li ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
    }

    .main-navigation li ul ul {
        top: 0;
        left: 100%;
    }

    .main-navigation ul li:hover>ul {
        border-left: 0;
        display: block;
    }

    .main-navigation li ul li a {
        background: #efefef;
        border-bottom: 1px solid #ededed;
        display: block;
        font-size: 11px;
        font-size: 0.785714286rem;
        line-height: 2.181818182;
        padding: 8px 10px;
        padding: 0.571428571rem 0.714285714rem;
        width: 180px;
        width: 12.85714286rem;
        white-space: normal;
    }

    .main-navigation li ul li a:hover {
        background: #e3e3e3;
        color: #444;
    }

    .main-navigation .current-menu-item>a,
    .main-navigation .current-menu-ancestor>a,
    .main-navigation .current_page_item>a,
    .main-navigation .current_page_ancestor>a {
        color: #636363;
        font-weight: bold;
    }

    .menu-toggle {
        display: none;
    }


    #respond form input[type="text"] {
        width: 46.333333%;
    }

    #respond form textarea.blog-textarea {
        width: 79.666666667%;
    }

    .template-front-page .site-content,
    .template-front-page article {
        overflow: hidden;
    }

    .template-front-page.has-post-thumbnail article {
        float: left;
        width: 47.916666667%;
    }

    .entry-page-image {
        float: right;
        margin-bottom: 0;
        width: 47.916666667%;
    }

    .template-front-page .widget-area .widget,
    .template-front-page.two-sidebars .widget-area .front-widgets {
        float: left;
        width: 51.875%;
        /* 		margin-bottom: 24px;
        margin-bottom: 1.714285714rem;
        */
    }

    .template-front-page .widget-area .widget:nth-child(odd) {
        clear: right;
    }

    .template-front-page .widget-area .widget:nth-child(even),
    .template-front-page.two-sidebars .widget-area .front-widgets+.front-widgets {
        float: right;
        width: 39.0625%;
        /* 		margin: 0 0 24px;
        margin: 0 0 1.714285714rem;
        */
    }

    .template-front-page.two-sidebars .widget,
    .template-front-page.two-sidebars .widget:nth-child(even) {
        float: none;
        width: auto;
    }

    .commentlist .children {
        margin-left: 48px;
        margin-left: 3.428571429rem;
    }

    /* 右寄せ */
    .right {
    }

    /* 画像右寄せ */
    .right {
        text-align: center;
        margin: 0 auto 20px;
    }

    .foot-sns > div {
        width: 95%;
    }

    .foot-menu .foot-link ul li {
        float: none;
    }

    /*top 障害学生エリア*/
    .proLi {
        list-style: disc;
        font-weight: bold;
        line-height: 1.5em;
        margin-left: 17px;
    }
    /* 20200120 語りデータベースリンク開閉対応 SPサイト対応 */
    .db-link-btn {
        padding: 18px 0px 18px 12px;
        margin: 10px 0 0;
        font-size: 18px;
        background: linear-gradient(to top, #d4d4d4, #FFF);
    }

    .db-link-btn::after {
        content: url(/wp-content/themes/twentytwelve-child/images/side-notice-more.gif);
        display: inline-block;
        transform: rotate(90deg);
        margin-left: 15px;
    }

    .db-link-btn.active::after {
        transform: rotate(-90deg);
    }

    .db-link {
        background: #f7f7f7;
    }

    .db-link .menu {
        background: #f7f7f7;
        margin: 0 10px;
        padding: 0 0 10px 2px;
    }

    .db-link ul.menu li {
        margin: 4px 0;
        padding: 0 0 4px 18px;
        line-height: 22px;
    }

    .db-link ul.menu li:type-of-first {
        margin-top: 0px;
    }

    /* 20191114 SPサイト対応修正 画面下ボタン対応 */
    #new-smp-join {
        display: none;
    }

    #new-smp-donate {
        display: none;
    }

    #new-smp-support {
        right: 110px;
    }

    #new-smp-goinq {
        bottom: 4px;
    }

    #new-smp-gotop {
        bottom: 4px;
        /*! display: none; */
    }

}

/* Maximum width of 420 pixels. */
@media screen and (max-width: 420px) {
    .site .site-header {
        top: -40px;
        padding-top: 0;
        /*! display: block; */
        flex-wrap: wrap;
    }
    .head-description {
        order: -1;
        flex-basis: 100%;
        flex-shrink: 0;
        padding: 3px 5px;
        background-color: #000;
        color: #fff;
        margin-bottom: 5px;
    }
    .g_nav {
        top: 42px;
        /*! position: relative; */
    }
    .index-catlist a::before {
        transform: scale(.8);
    }
}

/* =Print
██████  ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██ ████   ██    ██
██████  ██████  ██ ██ ██  ██    ██
██      ██   ██ ██ ██  ██ ██    ██
██      ██   ██ ██ ██   ████    ██
*/

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }

    footer a[rel=bookmark]:link::after,
    footer a[rel=bookmark]:visited::after {
        content: " ["attr(href) "] ";
        /* Show URLs */
    }

    a {
        text-decoration: none;
    }

    .entry-content img,
    .comment-content img,
    .author-avatar img,
    img.wp-post-image {
        border-radius: 0;
        box-shadow: none;
    }

    .site {
        clear: both !important;
        display: block !important;
        float: none !important;
        max-width: 100%;
        position: relative !important;
    }

    .site-header {
        margin-bottom: 72px;
        margin-bottom: 5.142857143rem;
        text-align: left;
    }

    .site-header h1 {
        font-size: 21pt;
        line-height: 1;
        text-align: left;
    }

    .site-header h2 {
        color: #000;
        font-size: 10pt;
        text-align: left;
    }

    .site-header h1 a,
    .site-header h2 a {
        color: #000;
    }

    .author-avatar,
    #colophon,
    #respond,
    .commentlist .comment-edit-link,
    .commentlist .reply,
    .entry-header .comments-link,
    .entry-meta .edit-link a,
    .page-link,
    .site-content nav,
    .widget-area,
    img.header-image,
    .main-navigation {
        display: none;
    }

    .wrapper {
        border-top: none;
        box-shadow: none;
    }

    .site-content {
        margin: 0;
        width: auto;
    }

    .singular .entry-header .entry-meta {
        position: static;
    }

    .singular .site-content,
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular .comments-title {
        margin: 0;
        width: 100%;
    }

    .entry-header .entry-title,
    .singular .entry-title {
        font-size: 21pt;
    }

    footer.entry-meta,
    footer.entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .author-description {
        float: none;
        width: auto;
    }

    /* Comments */
    .commentlist>li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .commentlist .avatar {
        height: 39px;
        left: 2.2em;
        top: 2.2em;
        width: 39px;
    }

    .comments-area article header cite,
    .comments-area article header time {
        margin-left: 50px;
        margin-left: 3.57142857rem;
    }
}

/* 20210109 sunrhythm add*/
.postid-49 #secondary,
.blogid-18 #secondary,
#secondary{
	display:none !important;
}

.postid-49 .entry-header,
.postid-49 .site-content,
.blogid-18 .index-header,
.blogid-18 .m-main,
.blogid-18 .site-content,
.blogid-18 .top-main-join,
.blogid-18 .entry-header,
.blogid-18 .topic-cont,
.blogid-18 .index-header,
.blogid-18 .meme,
.entry-header,
.site-content,
.index-header,
.m-main,
.site-content,
.top-main-join,
.entry-header,
.topic-cont,
.index-header,
.meme
{
	max-width: 100% !important;
}

.postid-49 .entry-titlebox,
.postid-49 .interview-title,
.entry-titlebox,
.interview-title{
margin-bottom: 15px;
}

/*.blogid-18 #scroll_nav ol {
font-size: 1.1rem;
}*/

.blogid-18 .topic-linkbox,
.topic-linkbox{
margin-left: 0;
}

.top-main-join {
max-width: 950px !important;
}

@media screen and (max-width: 768px) {
	.profile-more br,
	.interview-text-box br {
	margin-bottom: 15px;

	}

	.interview-text-box br {
	display: block;
	content: "";
	margin: 10px 0;

	}
}

.tNone {
	display: none !important;
}

.taR {
	text-align: right;
}

.manLinkBtn {
	display: block;
	background:#fff;
	width: 300px;
	padding: 10px 15px;
	color: #3CBB00;
	border: solid 1px #3CBB00;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 10px auto;
}

.manLinkBtn:hover {
	color: #fff;
	background: #00C716;
}
/*.postid-49 .taxonomy.category {
display: none;
}*/

.blogid-18 .index-topic .cat-item-47 a,
.blogid-2 .index-topic .cat-item-124 a {
	color: #8f0000 !important;
	font-weight: bold !important;
}

/* 20210514 sunrhythm add*/
.post-760 button {
    margin: 0 0 40px 0;
    padding: 7px 10px;
}

.post-760 .entry-content p {
    margin: 20px 0 12px;
}

/* 2021/7/9 houki add */
.topic-notice12 {
	font-size: 12px !important;
}

.interview-list-text h3 {
	font-size: 1.142857142857143rem;
	font-weight: normal;
}
/*.topicWrap {
width: 100% !important;
}*/
.fs12sin {
font-size:12px;
}

.fa-x-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
	font-style: normal;
    font-size: 40px;
}

.profile-image img.attachment-full {
    /* PCの右クリック禁止 */
    pointer-events: none;
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

img {
    /* PCの右クリック禁止 */
    pointer-events: none;
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

.box_all {
	display: flex;
	justify-content: space-between;
}