@charset "utf-8";

/*
Theme Name: rmc
*/


/**
* Table of Contents
*
* 1.0 - Reset
* 2.0 - Genericons
* 3.0 - Typography
* 4.0 - Elements
* 5.0 - Forms
* 6.0 - Navigations
*   6.1 - Links
*   6.2 - Menus
* 7.0 - Accessibility
* 8.0 - Alignments
* 9.0 - Clearings
* 10.0 - Header
* 11.0 - Widgets
* 12.0 - Content
*    12.1 - Posts and pages
*    12.2 - Post Formats
*    12.3 - Comments
* 13.0 - Footer
* 14.0 - Media
*    14.1 - Captions
*    14.2 - Galleries
* 15.0 - Multisite
* 16.0 - Media Queries
*    16.1 - Mobile Large
*    16.2 - Tablet Small
*    16.3 - Tablet Large
*    16.4 - Desktop Small
*    16.5 - Desktop Medium
*    16.6 - Desktop Large
*    16.7 - Desktop X-Large
* 17.0 - Print
*/



/**
* 1.0 - Reset
*/

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-align: justify;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  /* list-style: none; */
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}


/**
* 3.0 Typography
*/

body,
button,
input,
select,
textarea {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 2em 0 1em;
}

p {
  margin-bottom: 1.6em;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

.small {
  font-size: 75%;
  margin-bottom: 0.6em;
}

big {
  font-size: 125%;
}

/**
* 4.0 Elements
*/

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 3px solid #ccc;
}

table {
  border-collapse: collapse;
  margin: 0 0 0.5em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

.ft-column ul,ol {
  margin: 0 0 1.6em 1.3333em;
}

.search-title {
  font-size: 17px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 0em;
}

.search-text {
  line-height: 20px;
  background-color: #ebebeb;
  border-radius: 6px;
  padding: 1% 2%;
  margin-bottom: 4em;
}

table li:before {
  display: inline-block;
  content: "◼︎";
  color: #ccc;
  font-size: 8px;
  margin-right: 5px;
  vertical-align: middle;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
  text-align: center;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 1.0em;
  vertical-align: middle;

}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  /*
  height: auto;
  max-width: 100%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  padding: 0;
  */
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}


/**
* 5.0 Forms
*/

button,
input,
select,
textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.375em;
  width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
}


/**
* 6.0 Navigations
*/


/**
* 6.1 Links
*/

a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}



/**
* 8.0 Alignments
*/

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}


/**
* 9.0 Clearings
*/

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
  content: "";
  display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
  clear: both;
}


/**
* 10.0 Header
*/

.site {
  background-color: #fff;
  width: 100%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.site-header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  height: 100px;
  overflow: hidden;
  letter-spacing: -.4em;
}

.site-header > div {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.site-branding {
  width: 40%;
}

.site-title {
  margin: 0;
  padding: 0;
  float: left;
}

.site-navi {
  text-align: right;
  width: 60%;
}

.site-navi ul {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
}

.site-navi li {
  display: inline-block;
  font-size: 12px;
  margin-left: 1.5em;
}

.site-navi li::before {
  content: "●";
  margin-right: 3px;
}

.site-search {
  letter-spacing:　-.4em;
}

#searchform,
#lang-tw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

/*
#lang-tw a {
  display: block;
  padding: 0 10px;
  border: 1px solid #090;
  color: #090;
}

#lang-tw::before {
  content: ""!important;
  margin-right: 0!important;
}
*/

.screen-reader-text {
  display: none;
}

#s {
  width: 185px;
  height: 25px;
  border: 0;
  font-size: 1.2rem;
}

#searchsubmit {
  background-color: #090;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: normal;
  height: 25px;
  padding: 0 1em;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/**
* Menus
*/
.site-navigation {
  width: 100%;
  height: 81px;
  background-color: #090;
  border-top: 1px solid #fff;
}

.gl-navi {
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  text-align: center;
  letter-spacing: -.4em;
}

.gl-navi li {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  width: 20%;
  height: 80px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 80px;
  border-left: 1px solid #fff;
  letter-spacing: normal;
}

.gl-navi li:last-child {
  border-right: 1px solid #fff;
}

.gl-navi a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.gl-navi a:hover,
.anc-introduction #navi-introduction a,
.anc-patients #navi-patients a,
.anc-workers #navi-workers a,
.anc-committee #navi-committee a,
.anc-specific #navi-specific a {
  background-color: #060!important;
}

/**
* 11.0 Widgets
*/

.widget {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 auto 9.09090%;
  width: 100%;
  word-wrap: break-word;
}

.widget-title {
  color: #333;
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.widget > :last-child {
  margin-bottom: 0;
}

.secondary {
  background-color: #fff;
  padding: 0;
  width: 21%;
  float: right;
}

.secondary ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.secondary li {
  border-bottom: 1px dotted #000;
  padding: 5%;
}

.secondary li:before {
  display: inline-block;
  content: "▶";
  color: #090;
  font-size: .8rem;
  margin-right: 5px;
  vertical-align: middle;
}

.root-title,
.widgettitle {
  padding: 1em;
  background-color: #E5F4E5;
}

.secondary li:last-child {
  margin-bottom: 20px;
}

#archives-dropdown-2 {
  width: 100%;
  margin-top: 15px;
  font-size: 1.4rem;
}



/**
* 12.0 Content
*/

.site-content {
  background-color: #fff;
  width: 100%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 70px 0;
}

.site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}



/**
* 12.1 Posts and pages
*/

.hentry {
  background-color: #fff;
  position: relative;
  width: 70%;
  float: left;
  margin-bottom: 30px;
}

.page-template-onecolumn .hentry {
  margin:0 auto 30px;
  float: none;
}

.hentry + .hentry {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.entry-header {
}

.entry-title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 0;
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 15px solid #090;
  border-bottom: 3px solid #090;
}

.frame01,
.frame02 {
  border-radius: 6px;
  padding: 1.0em;
  text-align: center;
}

.frame01 {
  background-color: #e5f4e5;
  margin-bottom: 1.6em;
}

.frame02 {
  border: 4px solid #090;
}

.frame02 h3:before {
  content: "◼︎";
  color: #090;
  margin-right: 5px;
}

.point5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.point5 li {
  color: #090;
  font-weight: 700;
}

/*.entry-content > :last-child {
  margin-bottom: 0;
}*/

.entry-content,
.page-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.chiryo-box,
.meneki-box,
.qa-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.chiryo-box img,
.meneki-box img,
.qa-box img {
  float: right;
}

.chiryo-box div,
.meneki-box div,
.qa-box div {
  float: left;
  width: 65%;
}

.arrow {
  width: 200px;
  margin: 7% 32%;
}

.arrow::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 50px;
  background: #090;
}

.arrow::after{
  content: "";
  display:block;
  border-top: 100px solid #090;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}

.question {
  font-size: 1.5em;
  color: #fff;
  padding: 50px 0;
  text-shadow:
  0 1px 0 #090,
  1px 0 0 #090,
  0 -1px 0 #090,
  -1px 0 0 #090,
  -1px -1px 0 #090,
  1px -1px 0 #090,
  -1px 1px 0 #090,
  1px 1px 0 #090;
}

.answer:first-letter {
  font-size: 3em;
  line-height: 1;
  float: left;
  font-weight: bold;
  margin: 0 .3em 0 0;
  padding: .1em 0;
  color: #ccc;
}

.entry-content h1,
.page-content h1 {
}

.entry-content h2,
.page-content h2 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.3636;
  color: #090;
  padding: .3em;
  border-bottom: 4px solid #ccc;
}

.entry-content h3,
.page-content h3 {
  font-size: 2.0rem;
  line-height: 1.3333;
  color: #090;
}

.entry-content h4,
.page-content h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #090;
  background-color: #eee;
  border-radius: 5px;
  padding: 10px 15px;
  width: auto;
  display: inline-block;
}

.entry-content h5,
.entry-content h6,
.page-content h5,
.page-content h6 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.entry-content h6,
.page-content h6 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 0;
}

/*
.entry-content a:hover,
.entry-content a:focus,
.page-content a:hover,
.page-content a:focus {
  border-bottom: 0;
}
*/

.entry-content a img,
.page-content a img {
  display: block;
}

.entry-content .more-link {
  white-space: nowrap;
}

.entry-content .more-link:after {
  content: "\f429";
  font-size: 1.6rem;
  position: relative;
  top: 5px;
}

.entry-content th {
  background-color: #e5f4e5;
}

.entry-content td ul {
  list-style: none;
}

th.green_1 {
  background-color: #090;
}

th.green_2 {
  background-color: #84CF84;
}

.entry-footer {
  background-color: #f7f7f7;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 3.8461% 7.6923%;
}

.entry-footer a {
  border-bottom: 1px solid transparent;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
  border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: #333;
}

.page-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 7.6923%;
}

.page-title {
  font-family: "Noto Serif", serif;
  font-size: 1.8rem;
  line-height: 1.3333;
}

.page-content {
  background-color: #fff;
  padding: 7.6923%;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.entry-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  padding-top: 0.5em;
  word-wrap: break-word;
}

.entry-caption > :last-child {
  margin-bottom: 0;
}


/**
* 13.0 Footer
*/

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pagetop a {
  background: #090;
  text-decoration: none;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: block;
  border-radius: 3px;
}

#pagetop a:hover {
  text-decoration: none;
  background: #060;
}

.site-footer {
  width: 100%;
  background-color: #ccc;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ft-link {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  height: 100%;
  overflow: hidden;
  letter-spacing: -.4em;
}

.ft-link h2 {
  display: inline-block;
  vertical-align: top;
  width: 8em;
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 0;
  margin-right: 60px;
  letter-spacing: normal;
}

.ft-column {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  margin-right: 30px;
  letter-spacing: normal;
}

.ft-column h3 {
  margin-top: 0;
}

.ft-column h3:before {
  content: "●";
  margin-right: 3px;
}

.ft-column li {
  line-height: 20px;
  list-style: disc;
}

.site-info {
  width: 100%;
  height: 30px;
  background-color: #666;
}

.site-info p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  line-height: 30px;
  color: #fff;
  font-size: 1rem;
}



/**
* 14.1 Captions
*/

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  color: #333;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}





/**
* Index
*/
.home-img {
  width: 100%;
  background-color: #ccc;
  text-align: center;
}

.home-link-outer {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.home-link {
  max-width: 1200px;
  margin: 0 auto;
  height: 250px;
  overflow: hidden;
  text-align: center;
  letter-spacing: -.4em;
}

.hm-column {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  width: 20%;
  height: 100%;
  border-left: 1px solid #ccc;
  padding: 20px 25px;
  letter-spacing: normal;
}

.hm-column:last-child {
  border-right: 1px solid #ccc;
}

.hm-column h2 {
  display: none;
}

.hm-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hm-column li {
  line-height: 25px;
  font-size: 1.4rem;
  text-align: left;
}

.hm-column li:before {
  display: inline-block;
  content: "▶";
  color: #090;
  font-size: .8rem;
  margin-right: 5px;
  vertical-align: middle;
}

.hm-title {
  font-size: 1.8rem;
  margin-top: 0;
}

.news-list {
  margin:0;
  padding:0;
  list-style:none;
  clear:both;
}

.news-list li {
  overflow: hidden;
  padding: 13px 0;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-size: 1.2rem;
  font-size: 1.4rem;
}

.news-list a {
  overflow: hidden;
  display: block;
}

.postimg {
  float: left;
  margin: 0 20px 0 0;
  width: 150px;
  height: auto;
}

.postimg img {
  width: 100%;
  height: auto;
}

.postcont {
  float: left;
  letter-spacing: -.4em;
  width: calc(100% - 170px);
}

.postcont > span {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.post-date {
  width: 12%;
}

.post-cat {
  width: 10%;
  margin: 0 1%;
  text-align: center;
  background: #E5F4E5;
}

.post-title {
  width: 76%;
}

.news-list a .post-title {
  color: #090;
}

.post-title strong {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 5px;
  border: 1px solid #c00;
  color: #c00;
  font-size: 1.2rem;
}

.post-content {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 20px;
  border-top: 1px dotted #ccc;
}

.post-content p:last-child {
  margin: 0;
}


.news-list li > a > span,
.home .news-list a > span {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.news-list li > a > .post-date {
  width: 10%;
}
.news-list li > a > .post-cat {
  width: 15%;
}

.news-list li > a > .post-title{
  width: 71%;
}

.home .post-date,
.home .post-cat {
  width: 8%!important;
}

.home .post-title {
  width: 80%!important;
}

.infolist {
  text-align: right;
  border-bottom: 0 solid #ccc!important;
}

.infolist a {
  letter-spacing: normal;
}



/* ----- 共通 ----- */

.column-box {
  overflow:hidden;
  margin: 0;
  padding: 0;
}
.column {
  overflow:hidden;
  margin: 0 4% 24px 0;
  padding: 0;
  width: 48%;
  clear: left;
  float: left;
}
.column:nth-of-type(2n) {
  margin: 0 0 24px;
  clear:none;
}
.column img {
  width: 100%;
}

.column:nth-of-type(1) h3:first-child,
.column:nth-of-type(2) h3:first-child,
.column:nth-of-type(1) h4:first-child,
.column:nth-of-type(2) h4:first-child,
.column:nth-of-type(1) h5:first-child,
.column:nth-of-type(2) h5:first-child {
  margin:0 0 12px;
}
.column ul {
  margin:0 0 30px 1em;
}
.column ol {
  margin:0 0 0 30px;
}


/* 回り込み解除 */
.float_release {
  clear:both;
  overflow:hidden;
}

/*外部リンク*/
a[target="_blank"] .post-title:after,
/* .entry-content a[target="_blank"]:after, */
.sub-menu a[target="_blank"]:after,
.childs-list a[target="_blank"]:after {
  content: url(images/ico_outlink.png)!important;
  padding:0 5px;
  display: inline-block;
}

/*pdf*/
a[href$=".pdf"] .post-title:after,
/* .entry-content a[href$=".pdf"]:after, */
.sub-menu a[href$=".pdf"]:after,
.childs-list a[href$=".pdf"]:after {
  content: url(images/ico_pdf.png)!important;
  padding:0 5px;
  display: inline-block;
}

/*Word*/
a[href$=".doc"] .post-title:after,
a[href$=".docx"] .post-title:after,
/* .entry-content a[href$=".doc"]:after, */
.sub-menu a[href$=".doc"]:after,
.childs-list a[href$=".doc"]:after,
/* .entry-content a[href$=".docx"]:after, */
.sub-menu a[href$=".docx"]:after,
.childs-list a[href$=".docx"]:after {
  content: url(images/ico_word.png)!important;
  padding:0 5px;
  display: inline-block;
}

/*Excel*/
a[href$=".xls"] .post-title:after,
a[href$=".xlsx"] .post-title:after,
/* .entry-content a[href$=".xls"]:after, */
.sub-menu a[href$=".xls"]:after,
.childs-list a[href$=".xls"]:after,
/* .entry-content a[href$=".xlsx"]:after, */
.sub-menu a[href$=".xlsx"]:after,
.childs-list a[href$=".xlsx"]:after {
  content: url(images/ico_excel.png)!important;
  padding:0 5px;
  display: inline-block;
}

/*内部リンク*/
.page-link .post-title:after,
/* .entry-content a.inter_link:after, */
.sub-menu a.inter_link:after,
.childs-list a.inter_link:after,
/* .entry-content a.page-link:after, */
.sub-menu a.page-link:after,
.childs-list a.page-link:after {
  content: url(images/ico_inlink.png)!important;
  padding:0 5px;
  display: inline-block;
}

img[src$=".png"]:after,
img:after {
  content: ''!important;
}

.no_icon:after,
.topic_img2 a:after {
  display:none!important;
}

.wp-pagenavi {
  clear: both;
  text-align:center;
  margin-top: 65px;

}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #090;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin solid #090;
}

.wp-pagenavi a:hover{
  color: #fff;
  background-color: #090;
}

.wp-pagenavi span.current{
  color: #fff;
  background-color: #090;
}




/* 扉ページ  */
.childs-list {
  margin: 30px 0;
  padding: 0;
  overflow: hidden;
}

.childs-list h3 {
  margin: 0 0 15px;
  padding: 0;
}

.childs-list h3 a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ccc;
}

.childs-list h3 a .fa {
  display: inline-block;
  margin-right: 10px;
  color: #090;
}


/* アクセス */
.plane {
  list-style: none;
  margin-left: 0;
  width: 20em;
}
.plane li {
  overflow: hidden;
}
.plane li span {
  display: inline-block;
  float: right;
  position: relative;
}
.plane li span::before {
  position: absolute;
  top: 50%;
  left: -60%;
  z-index: 1;
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background-color: #666;
}


/* 表 */

.scroll {
  overflow-x: scroll;
}
.scroll::-webkit-scrollbar{
  height: 5px;
}
.scroll::-webkit-scrollbar-track{
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}






/**
* 16.0 Media Queries
*/

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media screen and (max-width: 800px) {

  .site-header {
    height: 100%;
    padding: 10px;
  }

  .site-header > div {
    vertical-align: middle;
  }

  .home-img img {
    width: 100%;
    height: auto;
  }

  .site-navi ul {
    margin-bottom: 10px;
  }

  .site-navi li {
    margin-left: 5px;
  }

  .site-search {
    text-align: right;
  }

  .site-content,
  .ft-link {
    width: 100%;
    padding: 55px 10px;
    height: auto;
  }

  .gl-navi li {
    line-height: 1.5;
  }

  .gl-navi li a {
    padding: 15px 10px;
  }

  .home-link {
    height: 330px;
  }

  .hm-column {
    padding: 20px 6px;
  }

  .hentry {
    width: 66%;
  }

  .secondary {
    width: 28%;
  }

  .entry-title {
    font-size: 1.8rem;
  }

  .entry-content h2,
  .page-content h2 {
    font-size: 1.6rem;
  }

  .entry-content h3,
  .page-content h3 {
    font-size: 1.4rem;
  }

  .entry-content h4,
  .page-content h4 {
    font-size: 1.2rem;
  }

  .chiryo-box div, .meneki-box div, .qa-box div {
    float: none;
    width: 100%;
  }

  .chiryo-box img, .meneki-box img, .qa-box img {
    float: none;
    display: block;
    margin: 20px auto;
  }

  .search-title {
    font-size: 1.5rem;
  }

  .search-text {
    margin-bottom: 2em;
  }

  .arrow {
    width: 150px;
    height: 75px;
    margin: 25px 83px;
  }

  .arrow::before{
    width: 75px;
    height: 30px;
  }

  .arrow::after{
    width: 75px;
    border-top: 75px solid #090;
    border-right: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-left: 75px solid transparent;
  }

  .site-footer {
    height: auto;
  }

  .ft-link h2 {
    margin-right: 100%;
    margin-bottom: 3%;
  }

  .ft-column {
    margin-right: 10px;
  }

  .site-info p {
    width: 100%;
    padding: 0 2%;
  }

  .column {
    overflow:hidden;
    margin: 0 0 24px;
    width: 100%;
    clear: both;
    float: none;
  }

  .post-date,
  .home .post-date {
    width: auto;
  }

  .post-cat,
  .home .post-cat {
    width: 70px;
    margin: 0 10px;
  }

  .post-title,
  .home .post-title {
    display: block;
    width: 100%;
  }
}


@media screen and (max-width: 480px) {

  .site-header > div {
    width: 100%;
  }

  .site-branding {
    margin-bottom: 10px;
  }

  .site-navi {
    text-align: left;
  }

  .site-navigation {
    height: auto;
    margin-bottom: 0;
  }

  .site-content {
    padding: 30px 10px;
  }

  .site-navigation:after{
    border-bottom: 0;
    display: none;
  }

  .gl-navi li {
    font-size: 1.4rem;
    height: auto;
    width: 50%;
    border-bottom: 1px solid #fff;
  }

  .gl-navi li:nth-child(even) {
    border-right: 1px solid #fff;
  }

  .gl-navi li:last-child {
    width: 100%;
  }

  .home-link,
  .hm-column {
    width: 100%;
    height: auto;
  }

  .hm-column h2 {
    display: block;
    color: #090;
  }

  .hm-column:last-child {
    display: none;
  }

  .hentry,
  .secondary {
    width: 100%;
  }

  .entry-content,
  .page-content {
    margin-bottom: 10px;
  }

  .arrow {
    width: 100px;
    height: 50px;
    margin: 15px 45px;
  }

  .arrow::before{
    width: 50px;
    height: 20px;
  }

  .arrow::after{
    width: 50px;
    border-top: 50px solid #090;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
  }

  .qa-box div {
    width: 100%;
  }

  .qa-box img {
    width: 100%;
    margin-bottom: 1.6em;
  }

  .meneki-box img {
    width: 60%;
  }

  .search-text {
    font-size: 1.1rem;
    line-height: 15px;
    padding: 2% 3%;
    margin-bottom: 1.5em;
  }

  .ft-link {
    margin: 0 auto;
  }

  .ft-link h2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .ft-column {
    width: 50%;
    margin-right: 0px;
  }

  .site-info p {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 20px;
    font-size: 1rem;
    text-align: center;
  }

  .alignleft ,
  .alignright {
    display: block;
    float: none;
    margin: 20px auto;
  }

  .scroll {
    white-space: nowrap;
  }

  .scroll table {
    table-layout: inherit;
  }
}





/**
* 17.0 Print
*/

@media print {
  body {
    background: none !important; /* Brute force since user agents all print differently. */
    font-size: 11.25pt;
  }
}
