@charset "utf-8";
/*
theme Name: MIND
Author: kitaji
Description: MIND is a very pure theme. It is designed to express the feelings of the operator as it is. Please get your site like MIND.
Version: 1.0.17
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: WordPress 5.2.2
Tags: Blog, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: mind
Author URI: https://kitajimatakahiro.com/
MIND WordPress Theme, Copyright 2019 kitaji
*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-feature-settings: "palt";
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f1f1f1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 1.7em;
}
h5,h6{
	font-size: 1em;
}
.single-post h1.entry-title {
    margin: 0 0 0.3em 0;
    line-height: 1.6em;
    word-break: break-word;
}
a:hover {
    opacity: 0.7;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
table {
    background-color: #fff;
}
blockquote {
    color: #777;
}
cite {
    text-align: right;
/*    display: block;*/
}
textarea{
    box-sizing: border-box;
}
body > header {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    position: relative;
}
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

body > header:after {
    display: block;
    clear: both;
    content: '';
}
.header-inner {
    position: relative;
}
.site-title h1 {
    margin: 0;
    text-align: center;
	overflow: hidden;
}
.site-title h1 a {
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em;
	width: 100%;
	word-break: break-word;
}
.site-title h1 img {
    vertical-align: bottom;
	max-width: 400px;
}
.site-title h1 span {
    font-size: 0.5em;
    font-weight: normal;
	display: block;
}
h1.page-title {
    padding: 0.5em;
    font-size: 1.5em;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
h1.entry-title{
    padding: 0.5em;
    font-size: 1.5em;
    height: auto;
    width: auto;
    position: relative !important;
    margin: 0 0;
    color: #333;
    clip: unset;
    clip-path: unset;
}
a.menu_open {
    padding: 0.2em 1.5em;
    margin: 0em 0 1em 0;
    background-color: #eee;
    text-decoration: none;
    color: #333;
    font-size: 88%;
    float: right;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
a.menu_close {
    display: block;
    clear: both;
    text-align: right;
    padding: 0.5em;
    text-decoration: none;
    color: #fff;
}
#overlay {
    display: none;
    z-index: 990;
    background-color: rgba(0,0,0,0.70);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: ease-in-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-in-out .15s;
}
nav#header-nav {
    position: fixed;
    width: 77%;
    height: 100%;
    top: 0;
    overflow: auto;
    right: -100%;
    -webkit-transition: ease-in-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-in-out .15s;
    z-index: 991;
    padding: 0.5em 0;
    box-sizing: border-box;
}
nav#header-nav div ul {
    list-style: none;
    padding: 0 0;
    margin: 0 0;
    position: relative;
    float: right;
    width: 100%;
}
nav.header-nav div > ul:after {
    display: block;
    clear: both;
    content: '';
}
nav#header-nav .menu_close {
    color: #fff;
    float: right;
    padding: 0.5em;
}
nav#header-nav .header-inner {
}
nav#header-nav div > ul > li {
    border-bottom: dashed 1px #bdbdbd;/*    background-color: #ffffff;*/
}
nav#header-nav div > ul > li:last-child {
    border-bottom: solid 1px #bdbdbd;
}
nav#header-nav ul li a {
    display: block;
    padding: 0.5em 1em;
    text-align: right;
    text-decoration: none;
    color: #ddd;
}
nav#header-nav div ul li > ul {
    float: none;
}
nav#header-nav div ul li > ul li {
    float: none;
}
header.entry-header, div.entry-content {
    padding: 0 3%;
}
div.entry-content:after {
    display: block;
    clear: both;
    content: '';
}
.container {
    clear: both;
    padding: 1.5em 0 0 0;
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
}
div.custom_header_area {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
div.custom_header_area img {
	width: 100%;
}
div.induction_area {
    padding: 3%;
}
div.induction_area > div {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 3em 0;
    margin: 0 0 3em 0;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    background-color: #fff;
}
div.induction_area div h2 {
}
div.induction_area div h2 a {
    text-decoration: none;
}
div.induction_area div img {
    width: 100%;
}
p.post_date {
    margin: 0 0;
}
h2.entry-title {
    margin-top: 0;
    margin-bottom: 0;
}
h2.entry-title a {
    text-decoration: none;
    word-break: break-word;
}
article {
    padding: 1em 0 1em 0;
    margin-bottom: 1em;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    background-color: #fff;
    position: relative;
}
footer.entry-footer {
    border: none;
}
span.cat-links a,span.tags-links a, span.comments-link a, span.edit-link a {
    padding: 0 0.2em;
    color: #999;
    font-size: 92%;
}
div.item-info {
    text-align: right;
	word-break:break-all;
}
span.cat-links,
span.tags-links{
    word-break: break-word;
}
a.readmore {
    border: solid 1px #ccc;
    text-decoration: none;
    border-radius: 3px;
    padding: 1em 2em;
    display: inline-block;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
div.readmore_box {
    text-align: center;
    margin: 1em 0;
}
aside#sidebar {
    padding: 3%;
}
aside#sidebar ul {
    list-style-type: none;
    padding-left: 1em;
}
.nav-links {
    padding: 0 3%;
    margin: 3em 0 3em 0;
}
.nav-links:after {
    display: block;
    clear: both;
    content: '';
}
.posts-navigation a {
    color: #666;
    letter-spacing: 0.45px;
    padding: 19px 20px 18px;
    text-decoration: none;
    border: solid 1px #333;
    border-radius: 0px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
}
div.nav-previous {
    float: left;
    display: flex;
}
div.nav-next {
    float: right;
    display: flex;
}
div.page-links{
	clear: both;
	text-align: right;
}
div.page-links a{
	background-color: #fff;
    color: #000;
    border-radius: 1em;
    padding: 0em 0.4em;
    border: solid 1px #333;
}
div.page-links a:hover{
	background-color: #000;
    color: #fff;
}
div.page-links span{
	background-color: #333;
    color: #fff;
    border-radius: 1em;
    padding: 0em 0.4em;
    border: solid 1px #333;
}
#comments {
    clear: both;
    padding: 0.5em;
}
#comments label {
    display: block;
}
#comments-list {
    padding: 0 0;
    list-style: none;
}
#comments-list li {
}
#comments-list li ul.children {
    list-style: none;
}
#comments-list li article {
	padding: 0em 0em 1em 0em;
}
#comments-list li article footer {
    padding: 0.3em 0.3em;
    box-shadow: none;
}
#comments-list li article div.comment-content, #comments-list li article div.reply {
    padding: 0 0.5em;
}
span.required {
    color: #D60003;
}
textarea#comment {
    width: 100%;
}
textarea#comment, input[type="text"], input[type="tel"], input[type="email"], input[type="url"] {
    border-radius: 3px;
    padding: 0.7em;
    border: 1px solid #bbb;
    position: relative;
}
/* Custom Style Add ▼ */
.aligncenter {
    text-align: center;
	margin: 0 auto !important;
}
.wp-caption {
}
.sticky:after {
    display: inline-block;
    content: "Fix";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2em 1em;
    background-color: #000;
    color: #fff;
}
.bypostauthor {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.alignnone{
	margin: auto;
}
img.alignright{
	margin-left: 0.5em;
}
img.alignleft{
	margin-right: 0.5em;
}
div.entry-content figure {
    max-width: 100%;
}
div.entry-content figure figcaption{

}
pre {
    white-space: pre-wrap;
}
/* Custom Style Add ▲ */

#breadcrumb {
}
#breadcrumb ul:after {
    display: block;
    clear: both;
    content: '';
}
#breadcrumb ul {
    list-style: none;
    padding: 0.2em 0 0.2em 0.5em;
    margin: 0 0;
}
#breadcrumb ul li {
    margin: 0 0.5em 0 0;
    float: left;
    font-size: 88%;
}
#breadcrumb ul li:first-child:before {
    display: none;
}
#breadcrumb ul li:before {
    content: ">";
    display: inline-block;
}
footer {
    background-color: #ddd;
    padding: 0.4em;
    clear: both;
    box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.14);
}
p.copyright {
    font-size: 1rem;
    text-align: center;
    margin: 0 0;
}
.footer-nav {
    padding: 0 3%;
}
.footer-nav ul {
    list-style: none;
    padding: 0;
}
.footer-nav ul li a {
    color: #333;
}
.footer-nav ul li ul li {
    padding-left: 1em;
}
.search-form span.screen-reader-text {
    display: none;
}
form.search-form {
    position: relative;
}
form.search-form button{
	position: absolute;
    top: 5px;
    right: 5px;
    padding: 0.5em;
}
input.search-field {
    border-radius: 3px;
    padding: 0.7em;
    font-size: 100%;
    border: 1px solid #bbb;
    width: 100%;
    display: block;
    position: relative;
}
input.search-submit {
    font-size: 100%;
    padding: 0.4em 1em;
    background-color: #ccc;
    position: absolute;
    top: 0.25em;
    right: 0.25em;
}
table.wp-block-table {
    border-collapse: collapse;
    margin-bottom: 1.5em;
}
table.wp-block-table th {
    border: solid 1px #ddd;
}
table.wp-block-table td {
    border: solid 1px #ddd;
}
p.page_next {
    background-color: #fff;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
	width: 96%;
	margin: 0px auto 10px auto;
}
p.page_prev {
    background-color: #fff;
    text-align: right;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
	width: 96%;
    margin: 0px auto 10px auto;
}
p.page_next span {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0em 0.4em;
    font-size: 0.8rem;
    z-index: 10;
}
p.page_prev span {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0em 0.4em;
    font-size: 0.8rem;
    right: 0;
    z-index: 10;
}
p.page_next:after, p.page_prev:after {
    display: block;
    clear: both;
    content: '';
}
p.page_next a {
    display: block;
    text-decoration: none;
    word-break: break-word;
}
p.page_prev a {
    display: block;
    text-decoration: none;
    word-break: break-word;
}
p.page_next a img.attachment-post-thumbnail {
    width: 33%;
    float: left;
    margin-right: 1em;
}
p.page_prev a img.attachment-post-thumbnail {
    width: 33%;
    float: right;
    margin-left: 1em;
}
div.sns {
    clear: both;
    padding: 3%;
}
div.sns ul {
    list-style: none;
    padding: 0 0;
    -ms-flex-pack: distribute;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
div.sns ul li {
    width: 25%;
    margin: 0.5em 0em;
}
div.sns ul li a {
    text-decoration: none;
    padding: 0.5em;
    border-radius: 2em;
    color: #fff;
    background-color: #6f81ff;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14);
    box-shadow: 1px 6px 10px 0 rgba(0,0,0,0.14);
}
div.sns ul li a:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14);
}
.page-template-page-lp div.container {
    width: 100%;
    padding: 0 0;
}
.page-template-page-lp div.contents {
    width: 100%;
}
.page-template-page-lp header {
    display: none;
}
.page-template-page-lp .breadcrumb {
    display: none;
}
.page-template-page-lp footer nav {
    display: none;
}
.wp-block-spacer{
	clear: both;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
	box-sizing: border-box;
}
 .wp-block-cover.alignleft, 
.wp-block-gallery.alignleft{
	margin-right: 0.5em;
}
.wp-block-cover.alignright,
.wp-block-gallery.alignright{
	margin-left: 0.5em;
}
.entry-content iframe{
	width: 100%;
	height: 56vh;
}
@media (min-width: 768px) {
div.container {
    padding-top: 1.5em;
}
header div.site-title h1 {
    padding-left: 0em;
}
.site-title h1 span {
	display: inline-block;
}
a.menu_open {
    position: absolute;
    top: 0.9em;
    right: 1em;
}
h1 {
    font-size: 2em;
}
h1.page-title {
    padding: 0.5em;
    font-size: 2em;
}
.header-inner, .container, .footer-inner {
    padding: 0;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
nav#header-nav .menu_close {
    padding: 30px;
}
header:after, .container:after, nav.header-nav:after {
    display: block;
    clear: both;
    content: '';
}
header div.site-title h1 {
    text-align: left;
}
header.entry-header, div.entry-content {
}
.page-template-page-lp header.entry-header, div.entry-content {
    padding: 0 3%;
}
.contents {
    float: left;
    width: 100%;
    margin-right: 2%;
}
	article .post-thumbnail img{
		max-width: 100%;
	}
aside#sidebar {
    padding: 0 0;
    float: right;
    margin: 0px 0;
    width: 100%;/*
    min-width: 336px;
    max-width: 336px;
*/
}
aside#sidebar .sidebar-inner > div {
    padding: 1em 0;
    border-bottom: solid 1px #ddd;
}
aside#sidebar img {
    width: 100%;
}
nav.header-nav {
/*display:none;*/
}
table.wp-block-table {
    width: 100%;
}
table.wp-block-table th {
    padding: 0.4em;
}
table.wp-block-table td {
    padding: 0.4em;
}
div.induction_area {
    padding: 3%;
    -ms-flex-pack: distribute;
    justify-content:space-around;
    display: flex;
    max-width: 1200px;
    margin: 0 auto 0 auto;
}
div.induction_area > div {
    padding: 0 0 2em 0;
    margin: 0;
    width: 31%;
}
div.induction_area div.thumbnail {
    overflow: hidden;
    height: 150px;
}
div.induction_area div h2 {
    line-height: 1.4em;
}
div.induction_area div h2 a {
    font-size: 1.3rem;
}
div.induction_area div img {
    object-fit: cover;
}
p.page_next {
    width: 48%;
    box-sizing: border-box;
    float: left;
}
p.page_prev {
    width: 48%;
    box-sizing: border-box;
    float: right;
}
div.sns {
    padding: 0;
}
div.sns ul {
    justify-content: space-between;
}
div.sns ul li {
    width: 19%;
}
}/* ▲min-width 768px */

@media (min-width: 992px) {
.contents {
    width: 100%;
}
body.has-sidebar .contents {
    width: 62%;
}
div.induction_area div.thumbnail {
    height: 290px;
}
aside#sidebar {
    min-width: 336px;
    max-width: 336px;
}
#menu_open, #menu_close {
    display: none;
}
nav#header-nav {
    display: block;
    width: 100%;
    right: 0;
    background-image: none;
    position: relative;
    background-color: #fff;
    padding: 0.2em;
    overflow: inherit;
    box-sizing: border-box;
}
nav#header-nav ul {
    width: 100%;
}
nav#header-nav ul li {
    float: left;
    border: none !important;
}
nav#header-nav ul li a {
    -webkit-transition: ease-in-out .15s;
    -o-transition: ease-in-out .15s;
    transition: ease-in-out .15s;
    color: #333;
}
nav#header-nav ul li a:hover {
    background-color: #eee;
    border-radius: 3px;
}
nav#header-nav div > ul > li {
    position: relative;
}
nav#header-nav div ul li > ul {
    position: absolute;
    display: none;
    width: auto
}
nav#header-nav div ul li:focus-within > ul,
nav#header-nav div ul li:hover > ul {
    display: block;
}
nav#header-nav div ul li ul li ul {
    display: block;
}
nav#header-nav div ul li > ul li {
    background-color: #fff;
    white-space: nowrap;
}
nav#header-nav div ul li > ul li a {
    text-align: left;
}
nav#header-nav div ul li > ul > li ul {
    position: relative;
}
nav#header-nav div ul li > ul > li > ul > li > a {
    padding-left: 2em;
}
nav#header-nav div ul li > ul > li > ul > li > ul > li > a {
    padding-left: 3em;
}
div.induction_area div img {
    height: 320px;
    object-fit: cover;
}
.footer-nav ul:after {
    display: block;
    clear: both;
    content: '';
}
.footer-nav ul li {
    float: left;
}
.footer-nav ul li a {
    display: block;
    padding: 0em 1em;
    text-align: left;
}
.footer-nav ul li ul li {
    float: none;
    padding-left: 0;
}
input.search-submit {
    padding: 0.2em 1em;
	height: 80%;
}
}/* ▲min-width 992px */

@media (min-width: 1200px) {
body.has-sidebar .contents {
    width: 66%;
    margin-right: 0;
}
header div.site-title h1 {
    padding-left: 0;
}
	.container{
		padding: 0 1%;
	}
}/* ▲min-width 1200px */
