@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*  + normalize ==================================================================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*  - normalize ==================================================================== */
/**
 * Table of Contents
 *
 * 1.0 - base style
 * 2.0 - generic classes
 *   2.1 - margin
 *   2.2 - clearfix
 *   2.3 - content
 *   2.4 - fleft fright fcenter
 *   2.5 - advertise
 *   2.6 - border-square radius-square
 *   2.7 - post-sns
 *   2.8 - button
 *   2.9 - post-pager
 *   2.10 - form-select
 *   2.11 - excerpt-content
 *   2.12 - links
 * 3.0 - header
 *   3.1 - site-title
 *   3.2 - global-nav
 *   3.3 - important-announcement
 * 4.0 - headUtility-content
 *   4.1 - breadcrumb
 *   4.2 - set-font-size
 *   4.3 - sidetop-sns
 * 5.0 - main
 *   5.1 - titleTypes
 *   5.2 - articles-list
 *   5.3 - tagList
 *   5.4 - advertiseList-caption
 * 6.0 - primary
 *   6.1 - primary-column
 *   6.2 - articles-thumbList
 * 7.0 - secondary
 *   7.1 - secondary-column
 *   7.2 - list-side
 *   7.3 - register-login
 *   7.4 - search-area
 *   7.5 - access-ranking
 *   7.6 - side-komachi
 * 8.0 - footer
 *   8.1 - pagetop
 *   8.2 - footUtility-content
 *   8.3 - footer-nav
 */
/**
 * 1.0 - base style
 */
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
  overflow-y: scroll;
  /* 常にスクロールバーを表示させる */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #444444;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  /* 横スクロールでも背景が消えない設定 */
  min-width: 1010px;
  /* 横スクロールでも背景が消えない設定 コンテンツ幅を指定 */
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

a {
  color: #0033cc;
  text-decoration: none;
}

a, a * {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}

a img {
  transition: opacity;
}

a:visited {
  color: #642ba3;
}

a:hover {
  outline: 0;
  color: #ca0202;
  text-decoration: underline;
}
a:hover img {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a:active {
  outline: 0;
}

a:focus {
  outline: none;
}

ul, ol {
  padding-left: 0;
  list-style: none;
}

input, select, button {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Arial, Helvetica, sans-serif;
}

input[type="search"],
input[type="password"],
input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  width: 100%;
  padding: 4px 9px;
  border: 1px solid #cccccc;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

figure {
  margin: 0;
}

table {
  width: 100%;
  margin: 20px 0;
}
table th, table td {
  border: 1px solid #dedede;
}
table th {
  padding: 20px 50px 20px 20px;
  font-weight: normal;
  text-align: left;
  background-color: #f2f2f2;
}
table td {
  padding: 10px 20px;
}
table td a {
  text-decoration: underline;
}

ruby rt {
  line-height: 1;
  margin-bottom: -5px;
}

img {
  vertical-align: middle;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft:after,
.alignright:after {
  content: "";
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 16px auto;
  text-align: center;
}

.aligncenter-for-ad-in-post {
  float: none !important;
  margin-right: 0 !important;
}

.wp-caption,
#primary .wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text,
#primary .wp-caption .wp-caption-text {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left;
}
.wp-caption .prohibition,
#primary .wp-caption .prohibition {
  margin-top: 15px;
  font-size: 0.75rem;
  text-align: left;
}

/**
 * 2.0 - generic classes
 */
.mb0 {
  margin-bottom: 0 !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.content {
  width: 1010px;
  margin: 0 auto;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.fleft:after,
.fright:after {
  content: "";
  clear: both;
}

.fcenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.advertiseList {
  margin: 20px 0;
}
.advertiseList li {
  margin-top: 10px;
  text-align: center;
}
.advertiseList li:first-child {
  margin-top: 0;
}
.advertiseList li img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.advertiseList-column {
  margin: 30px 0;
}
.advertiseList-column ul {
  *zoom: 1;
  margin: 0 0 0 -10px;
  font-size: 0;
  /* inline-block 対応 */
  text-align: center;
}
.advertiseList-column ul:before, .advertiseList-column ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.advertiseList-column ul:after {
  clear: both;
}
.advertiseList-column li {
  display: inline-block;
  margin-left: 10px;
  font-size: 1rem;
  vertical-align: top;
}

.advertiseArea {
  margin: 20px 0;
}
.advertiseArea img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.border-square {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #dddddd;
}
.border-square > *:first-child {
  margin-top: 0;
}
.border-square > *:last-child {
  margin-bottom: 0;
}

.radius-square {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 30px;
  padding: 25px 20px;
  border: 1px solid #dddddd;
}
.radius-square > *:first-child, .radius-square > .articles-title:first-child > *:first-child {
  margin-top: 0;
}
.radius-square > *:last-child {
  margin-bottom: 0;
}
.radius-square .advertiseArea {
  margin: 20px 0;
}
.radius-square .radiusSquare-column2 {
  *zoom: 1;
  margin-left: -20px;
}
.radius-square .radiusSquare-column2:before, .radius-square .radiusSquare-column2:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.radius-square .radiusSquare-column2:after {
  clear: both;
}
.radius-square .radiusSquare-column2 > article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 312px;
  margin-left: 20px;
}
.radius-square .articles-thumbList-btop {
  margin-bottom: -7px;
}
.radius-square .articles-thumbList-btop article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c1c1c1;
}
.radius-square .articles-thumbList-btop a {
  display: block;
  position: relative;
  height: 100%;
}
.radius-square .articles-thumbList-btop a:hover {
  text-decoration: none;
}
.radius-square .articles-thumbList-btop a:hover h2, .radius-square .articles-thumbList-btop a:hover h3, .radius-square .articles-thumbList-btop a:hover .post-author {
  text-decoration: underline;
}
.radius-square .articles-thumbList-btop .post-thumb {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #eeeeee;
}
.radius-square .articles-thumbList-btop .post-thumb img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 72px;
}
.radius-square .articles-thumbList-btop .post-thumb.video:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 1;
  background: url(../images/icon-videoPlay-wide.png) no-repeat center center;
}
.radius-square .articles-thumbList-btop .post-title,
.radius-square .articles-thumbList-btop .intro-text {
  width: 564px;
}
.radius-square .articles-thumbList-btop .post-title > *:first-child,
.radius-square .articles-thumbList-btop .intro-text > *:first-child {
  margin-top: 0;
}
.radius-square .articles-thumbList-btop .post-title time,
.radius-square .articles-thumbList-btop .intro-text time {
  display: block;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
.radius-square .articles-thumbList-btop .icon-pr {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}
.radius-square .articles-thumbList-btop h3 {
  margin: 4px 0;
  line-height: 1.2;
}
.radius-square .articles-thumbList-btop h3 + .post-comment {
  margin: 0;
  text-align: right;
  color: #444;
  font-size: 0.8125rem;
}
.radius-square .articles-thumbList-btop .post-category {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
.radius-square .articles-thumbList-btop .post-category + .post-comment {
  position: absolute;
  bottom: 0;
  right: 4px;
  margin: 0;
  color: #333;
  font-size: 0.8125rem;
  text-align: right;
}
.radius-square .articles-thumbList-btop .post-author {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.2;
}
.radius-square .articles-thumbList-btop article {
  padding-top: 10px;
  padding-bottom: 0;
  border-top: 1px dotted #c1c1c1;
  border-bottom: none;
}
.radius-square .articles-thumbList-btop article:first-child {
  padding-top: 0;
  border-top: none;
}
.radius-square .articles-thumbList-btop article.thumb-larger .post-thumb {
  width: 158px;
  height: 158px;
}
.radius-square .articles-thumbList-btop article.thumb-larger .post-thumb img {
  max-width: 158px;
  max-height: 158px;
}
.radius-square .articles-thumbList-btop article.thumb-larger .post-thumb.video:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 56px;
  left: 56px;
  z-index: 1;
  background: url(../images/icon-videoPlay.png) no-repeat center center;
}
.radius-square .articles-thumbList-btop article.thumb-larger .post-title {
  width: 478px;
}
.radius-square .articles-thumbList-btop.underline {
  margin-bottom: 0;
  border-bottom: 1px dotted #c1c1c1;
}
.radius-square .articles-thumbList-btop.toggle-thumbList {
  position: relative;
  margin-bottom: 2.1875rem;
}
.radius-square .articles-thumbList-btop.toggle-thumbList .button-toggle-thumbList {
  position: absolute;
  bottom: -1.875rem;
  right: 10px;
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
  line-height: 2;
}
.radius-square .articles-thumbList-btop.toggle-thumbList .button-toggle-thumbList a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  position: relative;
  display: inline-block;
  width: 7.35rem;
  color: #444444;
  border: 1px solid #dfdfdf;
  border-top: none;
}
.radius-square .articles-thumbList-btop.toggle-thumbList .button-toggle-thumbList a:before {
  position: absolute;
  top: 0;
  right: 10px;
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: url(../images/icon-toggle-thumbList.png) no-repeat center center;
}
.radius-square .articles-thumbList-btop.toggle-thumbList .button-toggle-thumbList a:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.radius-square .articles-thumbList-btop.toggle-thumbList .button-toggle-thumbList.open a {
  background: #f0f0f0;
}
.radius-square .articles-thumbList-btop.toggle-thumbList .button-toggle-thumbList.open a:before {
  background: url(../images/icon-toggle-thumbList-open.png) no-repeat center center;
}
.radius-square .titleType-matome + .articles-thumbList-btop article {
  padding-left: 10px;
  padding-right: 10px;
}
.radius-square .articles-thumbList-btop-half {
  margin-bottom: -7px;
}
.radius-square .articles-thumbList-btop-half article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c1c1c1;
}
.radius-square .articles-thumbList-btop-half a {
  display: block;
  position: relative;
  height: 100%;
}
.radius-square .articles-thumbList-btop-half a:hover {
  text-decoration: none;
}
.radius-square .articles-thumbList-btop-half a:hover h2, .radius-square .articles-thumbList-btop-half a:hover h3, .radius-square .articles-thumbList-btop-half a:hover .post-author {
  text-decoration: underline;
}
.radius-square .articles-thumbList-btop-half .post-thumb {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #eeeeee;
}
.radius-square .articles-thumbList-btop-half .post-thumb img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 72px;
}
.radius-square .articles-thumbList-btop-half .post-thumb.video:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 1;
  background: url(../images/icon-videoPlay-wide.png) no-repeat center center;
}
.radius-square .articles-thumbList-btop-half .post-title,
.radius-square .articles-thumbList-btop-half .intro-text {
  width: 230px;
}
.radius-square .articles-thumbList-btop-half .post-title > *:first-child,
.radius-square .articles-thumbList-btop-half .intro-text > *:first-child {
  margin-top: 0;
}
.radius-square .articles-thumbList-btop-half .post-title time,
.radius-square .articles-thumbList-btop-half .intro-text time {
  display: block;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
.radius-square .articles-thumbList-btop-half .icon-pr {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}
.radius-square .articles-thumbList-btop-half h3 {
  margin: 4px 0;
  line-height: 1.2;
}
.radius-square .articles-thumbList-btop-half h3 + .post-comment {
  margin: 0;
  text-align: right;
  color: #444;
  font-size: 0.8125rem;
}
.radius-square .articles-thumbList-btop-half .post-category {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
.radius-square .articles-thumbList-btop-half .post-category + .post-comment {
  position: absolute;
  bottom: 0;
  right: 4px;
  margin: 0;
  color: #333;
  font-size: 0.8125rem;
  text-align: right;
}
.radius-square .articles-thumbList-btop-half .post-author {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.2;
}
.radius-square .articles-thumbList-btop-half article {
  padding-top: 7px;
  padding-bottom: 0;
  border-top: 1px dotted #c1c1c1;
  border-bottom: none;
}
.radius-square .articles-thumbList-btop-half article:first-child, .radius-square .articles-thumbList-btop-half article:first-child + article {
  padding-top: 0;
  border-top: none;
}
.radius-square .articles-thumbList-btop-half.underline {
  margin-bottom: 0;
}
.radius-square .articles-thumbList-btop-half.underline:after {
  content: "";
  display: block;
  width: 644px;
  height: 1px;
  margin-left: 20px;
  border-bottom: 1px solid #dddddd;
}
.radius-square .articles-thumbList-intro article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c1c1c1;
}
.radius-square .articles-thumbList-intro a {
  display: block;
  position: relative;
  height: 100%;
}
.radius-square .articles-thumbList-intro a:hover {
  text-decoration: none;
}
.radius-square .articles-thumbList-intro a:hover h2, .radius-square .articles-thumbList-intro a:hover h3, .radius-square .articles-thumbList-intro a:hover .post-author {
  text-decoration: underline;
}
.radius-square .articles-thumbList-intro .post-thumb {
  position: relative;
  width: 158px;
  height: 158px;
  background-color: #eeeeee;
}
.radius-square .articles-thumbList-intro .post-thumb img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 158px;
  max-height: 158px;
}
.radius-square .articles-thumbList-intro .post-thumb.video:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 56px;
  left: 56px;
  z-index: 1;
  background: url(../images/icon-videoPlay.png) no-repeat center center;
}
.radius-square .articles-thumbList-intro .post-title,
.radius-square .articles-thumbList-intro .intro-text {
  width: 478px;
}
.radius-square .articles-thumbList-intro .post-title > *:first-child,
.radius-square .articles-thumbList-intro .intro-text > *:first-child {
  margin-top: 0;
}
.radius-square .articles-thumbList-intro .post-title time,
.radius-square .articles-thumbList-intro .intro-text time {
  display: block;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
.radius-square .articles-thumbList-intro .icon-pr {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}
.radius-square .articles-thumbList-intro h3 {
  margin: 4px 0;
  line-height: 1.2;
}
.radius-square .articles-thumbList-intro h3 + .post-comment {
  margin: 0;
  text-align: right;
  color: #444;
  font-size: 0.8125rem;
}
.radius-square .articles-thumbList-intro .post-category {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
.radius-square .articles-thumbList-intro .post-category + .post-comment {
  position: absolute;
  bottom: 0;
  right: 4px;
  margin: 0;
  color: #333;
  font-size: 0.8125rem;
  text-align: right;
}
.radius-square .articles-thumbList-intro .post-author {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.2;
}
.radius-square .articles-thumbList-intro article {
  border-bottom: 1px solid #cccccc;
}
.radius-square .articles-thumbList-intro article:first-child {
  border-top: 1px solid #cccccc;
}
.radius-square .articles-thumbList-intro .post-meta p {
  margin: 15px 0 4px;
}
.radius-square .articles-thumbList-intro time {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #777777;
  font-size: 0.9375rem;
  font-weight: bold;
}
.radius-square .articles-thumbList-intro time:before {
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/icon-posttime.png) no-repeat center center;
}
.radius-square .articles-thumbList-intro .comment-count {
  position: relative;
  color: #036250;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-left: 22px;
}
.radius-square .articles-thumbList-intro .comment-count:before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  left: 0;
  width: 19px;
  height: 1rem;
  background: url(../images/icon-comment-green.png) no-repeat center center;
}
.radius-square .articles-thumbList-intro h2 {
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 6px;
}
.radius-square .articles-thumbList-intro .intro-text {
  margin: 0 0 -0.5rem;
  color: #2d2d2d;
  font-size: 1rem;
}
.radius-square .articles-List-intro article {
  border-bottom: 1px solid #cccccc;
}
.radius-square .articles-List-intro article:first-child {
  border-top: 1px solid #cccccc;
}
.radius-square .articles-List-intro a {
  display: block;
}
.radius-square .articles-List-intro a:hover {
  text-decoration: none;
}
.radius-square .articles-List-intro a:hover h2 {
  text-decoration: underline;
}
.radius-square .articles-List-intro .post-meta {
  margin: 15px 0 4px;
}
.radius-square .articles-List-intro time {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #777777;
  font-size: 0.9375rem;
  font-weight: bold;
}
.radius-square .articles-List-intro time:before {
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/icon-posttime.png) no-repeat center center;
}
.radius-square .articles-List-intro .online {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 4px;
  background-color: #fff1c0;
  color: #444;
  font-size: 0.875rem;
}
.radius-square .articles-List-intro h2 {
  font-size: 1.375rem;
  margin-top: 0;
  margin-bottom: 13px;
}
.radius-square .articles-List-intro .intro-text {
  margin: -10px 0 -0.5rem;
  color: #2d2d2d;
  font-size: 1rem;
}
.radius-square.comment {
  padding-top: 30px;
}

.post-sns {
  *zoom: 1;
  margin-top: 23px;
  margin-bottom: 16px;
}
.post-sns:before, .post-sns:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.post-sns:after {
  clear: both;
}
.post-sns li {
  float: left;
}
.post-sns li.twitter {
  margin-right: 30px;
}
.post-sns li.twitter a {
  color: #ffffff;
}
.post-sns li.facebook {
  margin-right: 30px;
}
.post-sns li.facebook .fb_iframe_widget span {
  vertical-align: baseline !important;
}
.post-sns li.hatena {
  margin-right: 30px;
}

.button-normal {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  display: block;
  padding: 3px 9px;
  border: 1px solid #bbbbbb;
}
.button-normal:hover {
  color: #0033cc;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.button-normal a {
  display: block;
  text-align: center;
  margin: -3px -9px;
  padding: 11px 9px;
  color: #444444;
  font-weight: bold;
  line-height: 1.2;
}
.button-normal a:hover {
  text-decoration: none;
}
.button-normal a small {
  font-weight: normal;
}

.button-green {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  display: block;
  padding: 3px 9px;
  border: 1px solid #bbbbbb;
  background-color: #026f5a;
  background-image: url(../images/button-green.svg);
  background-image: -moz-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: -o-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: -webkit-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: linear-gradient(to bottom, #017a63 0%, #036351 100%);
  color: #ffffff;
  border: 1px solid #026955;
}
.button-green:hover {
  color: #0033cc;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.button-large {
  margin: 20px 0;
  text-align: center;
}
.button-large a {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  display: block;
  padding: 3px 9px;
  border: 1px solid #bbbbbb;
  position: relative;
  display: inline-block;
  padding: 12px 55px;
  color: #666666;
  vertical-align: middle;
}
.button-large a:hover {
  color: #0033cc;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.button-large a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 29px;
  height: 100%;
  background: url(../images/button-large.png) no-repeat center center;
}
.button-large a:hover {
  text-decoration: none;
}
.button-large.no-icon a:before {
  display: none;
}

.button-large-green {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  display: block;
  padding: 3px 9px;
  border: 1px solid #bbbbbb;
  background-color: #026f5a;
  background-image: url(../images/button-green.svg);
  background-image: -moz-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: -o-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: -webkit-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: linear-gradient(to bottom, #017a63 0%, #036351 100%);
  width: 19rem;
  margin: 20px auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid #026955;
}
.button-large-green:hover {
  color: #0033cc;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.button-large-green input, .button-large-green a {
  display: block;
  width: 100%;
  padding: 12px 0;
  color: #ffffff;
  text-align: center;
  border: none;
  background: url(../images/button-large-green.png) no-repeat right center;
}
.button-large-green a:hover {
  text-decoration: none;
}

.button-large-arrow {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  display: block;
  padding: 3px 9px;
  border: 1px solid #bbbbbb;
  width: 19rem;
  margin: 20px auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
.button-large-arrow:hover {
  color: #0033cc;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.button-large-arrow a {
  display: block;
  width: 100%;
  padding: 12px 0;
  color: #444444;
  text-align: center;
  border: none;
  background: url(../images/button-large-arrow.png) no-repeat right center;
}
.button-large-arrow a:hover {
  text-decoration: none;
}

.button-left {
  margin: 20px 0;
  text-align: center;
}
.button-left a {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  display: block;
  padding: 3px 9px;
  border: 1px solid #bbbbbb;
  position: relative;
  display: inline-block;
  padding: 8px 42px;
  color: #666666;
  vertical-align: middle;
}
.button-left a:hover {
  color: #0033cc;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.button-left a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 26px;
  height: 100%;
  background: url(../images/button-left.png) no-repeat center center;
}
.button-left a:hover {
  text-decoration: none;
}

.button-right {
  margin: 8px 0;
  text-align: center;
}
.button-right a {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  display: block;
  padding: 3px 9px;
  border: 1px solid #bbbbbb;
  position: relative;
  display: inline-block;
  padding: 8px 42px;
  color: #666666;
  vertical-align: middle;
}
.button-right a:hover {
  color: #0033cc;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.button-right a:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  display: block;
  width: 26px;
  height: 100%;
  background: url(../images/button-right.png) no-repeat center center;
}
.button-right a:hover {
  text-decoration: none;
}

.button-toggle {
  margin: 10px 0;
  text-align: right;
}
.button-toggle a {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  padding: 5px 7px 2px 25px;
  color: #666666;
  font-size: 0.875rem;
  vertical-align: middle;
  background: url(../images/button-toggle.png) #eeeeee no-repeat 11px center;
}
.button-toggle a:hover {
  text-decoration: none;
  background-color: #9d9d9d;
  color: #fff;
}
.button-toggle.open a {
  background-image: url(../images/button-toggle-open.png);
}

.button-more {
  text-align: right;
}
.button-more a, .button-more .more-span {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  padding: 5px 25px 2px 7px;
  color: #666666;
  font-size: 0.875rem;
  vertical-align: middle;
  background: url(../images/button-more.png) #eeeeee no-repeat right center;
}
.button-more a:hover, a:hover .button-more .more-span {
  text-decoration: none;
  background-color: #9d9d9d;
  color: #fff;
}

.parallel-button-area {
  text-align: center;
}
.parallel-button-area [class^="button-"] {
  display: inline-block;
}
.introduction .parallel-button-area {
  background-color: #f2f2f2;
  border-top: solid 1px #ccc;
}

.post-pager {
  position: relative;
  margin: 30px 0;
}
.post-pager ul {
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.post-pager ul:before, .post-pager ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.post-pager ul:after {
  clear: both;
}
.post-pager ul .button-left {
  float: left;
  margin: 0;
}
.post-pager ul .button-right {
  float: right;
  margin: 0;
}
.post-pager p {
  margin: 0;
  padding: 9px 0;
  text-align: center;
}

.form-select > p:first-child {
  margin: 1rem 0 -1rem;
}
.form-select > p:last-child {
  margin: -1rem 0 1rem;
}
.form-select.disabled {
  opacity: 50%;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form-select.disabled .form-select-toggle dt:hover {
  opacity: 100%;
  -moz-opacity: 1.0;
  opacity: 1.0;
  filter: alpha(opacity=100);
  cursor: default;
}
.form-select select {
  display: none;
}
.form-select .form-select-toggle {
  font-size: 1.125rem;
}
.form-select .form-select-toggle dt {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  display: block;
  padding: 3px 9px;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  padding: 11px 51px 11px 20px;
  cursor: pointer;
  border: 1px solid #cccccc;
}
.form-select .form-select-toggle dt:hover {
  color: #0033cc;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.form-select .form-select-toggle dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: url(../images/button-toggle-l.png) no-repeat center center;
}
.form-select .form-select-toggle.open dt {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.form-select .form-select-toggle.open dt:after {
  background: url(../images/button-toggle-l-open.png) no-repeat center center;
}
.form-select .form-select-toggle dd {
  *zoom: 1;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  display: none;
  height: 210px;
  margin-left: 0;
  padding: 0 20px;
  overflow-y: scroll;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.form-select .form-select-toggle dd:before, .form-select .form-select-toggle dd:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.form-select .form-select-toggle dd:after {
  clear: both;
}
.form-select .form-select-toggle dd ul {
  padding: 3px 0;
}
.form-select .form-select-toggle dd li {
  cursor: pointer;
  padding: 3px 0;
}
.form-select .form-select-toggle dd li:hover {
  color: #9a9a9a;
}

.excerpt-content .excerpt-text {
  overflow: hidden;
}
.excerpt-content .excerpt-text .excerpt-excerpt,
.excerpt-content .excerpt-text .excerpt-more {
  margin: 10px 0 0;
}

.bnr-link {
  display: block;
  text-align: center;
}

/**
 * 3.0 - header
 */
#header .header-description {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  background: url(../images/header/bg-header-description.png) no-repeat center top;
}
#header .header-description p {
  margin-top: 0;
  margin-bottom: 0;
}
#header .advertiseArea {
  max-width: 728px;
  margin: 11px 0 14px;
}
#header .advertiseArea img {
  max-height: 90px;
}
#header .yol-link {
  text-align: center;
  margin: 9px 0 0;
  width: 268px;
}
#header #site-title {
  clear: left;
  margin: 0 0 16px;
  line-height: 1;
}
#header #global-nav {
  background: url(../images/header/bg-global-nav.png) repeat-x center center;
}
#header #global-nav ul:before {
  float: left;
  content: "";
  display: block;
  width: 1px;
  height: 64px;
  background: url(../images/header/bg-global-nav-before.png) no-repeat center center;
}
#header #global-nav ul:after {
  float: left;
  content: "";
  display: block;
  width: 1px;
  height: 64px;
  background: url(../images/header/bg-global-nav-after.png) no-repeat center center;
}
#header #global-nav li {
  position: relative;
  float: left;
  width: 144px;
  height: 64px;
  line-height: 1;
  background-image: url(../images/header/bg-global-nav-li.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#header #global-nav li:hover, #header #global-nav li.current {
  background-position: center bottom;
}
#header #global-nav li:hover ul {
  display: block;
}
#header #global-nav li a {
  display: block;
}
#header #global-nav li a:hover img {
  opacity: 100%;
  -moz-opacity: 1.0;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
#header #global-nav li ul {
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
}
#header #global-nav li ul:before, #header #global-nav li ul:after {
  content: none;
}
#header #global-nav li ul li {
  float: none;
  width: 10rem;
  height: auto;
  line-height: 1.5;
  background: #036250;
  /* for ie8 */
  background: rgba(3, 98, 80, 0.98);
  border-top: 1px solid #005545;
}
#header #global-nav li ul li:first-child {
  border-top: none;
}
#header #global-nav li ul li:hover {
  background: #258270;
  /* for ie8 */
  background: rgba(37, 130, 112, 0.98);
}
#header #global-nav li ul a {
  color: #ffffff;
  padding: 10px;
  font-size: 0.875rem;
  text-decoration: none;
}
#header .important-announcement {
  padding: 10px 0;
  background-color: #eeeeee;
}
#header .important-announcement p {
  width: 1010px;
  margin: 0 auto;
  color: #313131;
  font-size: 0.875rem;
}

/**
 * 4.0 - headUtility-content
 */
#headUtility-content #breadcrumb {
  width: 686px;
  font-size: 0.875rem;
}
#headUtility-content #breadcrumb ul {
  *zoom: 1;
  width: 686px;
  margin: 1rem 0 13px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#headUtility-content #breadcrumb ul:before, #headUtility-content #breadcrumb ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#headUtility-content #breadcrumb ul:after {
  clear: both;
}
#headUtility-content #breadcrumb li {
  position: relative;
  top: 0;
  left: 0;
  display: inline;
  padding-left: 1.6rem;
  line-height: 20px;
}
#headUtility-content #breadcrumb li:before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 7.36px;
  /* for ie8 */
  left: 0.46rem;
  margin-top: -10px;
}
#headUtility-content #breadcrumb li.top {
  padding-left: 22px;
}
#headUtility-content #breadcrumb li.top:before {
  content: url(../images/header/breadcrumb-home.png);
  left: 0;
}
#headUtility-content #breadcrumb a {
  color: #444444;
}
#headUtility-content #breadcrumb a:hover {
  color: #ca0202;
}
#headUtility-content .set-font-size {
  margin: 0.7rem 0 0.5rem;
  line-height: 28px;
}
#headUtility-content .set-font-size dt {
  float: left;
  margin-top: 1px;
  font-size: 14px;
}
#headUtility-content .set-font-size dd {
  float: left;
  margin: 0;
}
#headUtility-content .set-font-size dd ul {
  *zoom: 1;
  margin: 0;
}
#headUtility-content .set-font-size dd ul:before, #headUtility-content .set-font-size dd ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#headUtility-content .set-font-size dd ul:after {
  clear: both;
}
#headUtility-content .set-font-size dd ul li {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
  float: left;
  display: inline-block;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
}
#headUtility-content .set-font-size dd ul li.active {
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #555555;
  font-weight: bold;
}
#headUtility-content .set-font-size dd ul li.medium {
  font-size: 14px;
}
#headUtility-content .set-font-size dd ul li.large {
  margin-left: 5px;
  font-size: 18px;
}
#headUtility-content .set-font-size dd ul li:hover {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset;
}
#headUtility-content .sidetop-sns {
  margin: 0.7rem 0 0.5rem 10px;
}
#headUtility-content .sidetop-sns li {
  margin-left: 5px;
}
#headUtility-content .sidetop-sns img {
  vertical-align: top;
}

/**
 * 5.0 - main
 */
.articles-title {
  position: relative;
}
.articles-title p {
  position: absolute;
  right: 0;
  margin: 0;
  font-size: 0.875rem;
}
.articles-title p a {
  position: relative;
  display: block;
  padding-right: 1.2rem;
  color: #555555;
}
.articles-title p a:before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../images/icon-rightArrow.png) no-repeat center center;
}
.articles-title p a:visited {
  color: #642ba3;
}
.articles-title p a:hover {
  color: #ca0202;
}
.articles-title .titleType-belt {
  padding-right: 4.5rem;
}
.articles-title .titleType-belt + p {
  bottom: 10px;
}
.articles-title .titleType-vertical + p,
.articles-title .titleType-basic + p {
  bottom: 5px;
}
.articles-title .titleType-vertical.comment {
  margin-top: 0;
  padding-right: 10.5rem;
}
.articles-title .titleType-vertical.comment + p {
  bottom: 7px;
  font-size: 1rem;
}
.articles-title .titleType-vertical.comment + p a {
  color: #444;
  font-weight: normal;
  padding: 9px 10px 7px 32px;
  padding-right: 10px;
}
.articles-title .titleType-vertical.comment + p a:before {
  top: 25%;
  right: auto;
  left: 8px;
  height: 19px;
  width: 19px;
  background: url(../images/icon-comment.png) no-repeat center center;
}

.titleType-belt {
  position: relative;
  color: #036250;
  font-weight: bold;
  padding: 5px 0 5px 50px;
  border-top: 2px solid #036250;
  border-bottom: 2px solid #dfdfdf;
}
.titleType-belt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-color: #036250;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 2px solid #036250;
}
.titleType-belt.icon-news:before {
  background-image: url(../images/icon-news.png);
}
.titleType-belt.icon-health:before {
  background-image: url(../images/icon-health.png);
}
.titleType-belt.icon-blog:before {
  background-image: url(../images/icon-blog.png);
}
.titleType-belt.icon-exercise:before {
  background-image: url(../images/icon-exercise.png);
}
.titleType-belt.icon-diet:before {
  background-image: url(../images/icon-diet.png);
}
.titleType-belt.icon-nurse:before {
  background-image: url(../images/icon-nurse.png);
}
.titleType-belt.icon-security:before {
  background-image: url(../images/icon-security.png);
}
.titleType-belt.icon-fight:before {
  background-image: url(../images/icon-fight.png);
}
.titleType-belt.icon-seminar:before {
  background-image: url(../images/icon-seminar.png);
}
.titleType-belt.icon-recipe:before {
  background-image: url(../images/icon-recipe.png);
}
.titleType-belt.icon-hospital:before {
  background-image: url(../images/icon-hospital.png);
}
.titleType-belt.icon-corpus:before {
  background-image: url(../images/icon-corpus.png);
}
.titleType-belt.icon-counseling:before {
  background-image: url(../images/icon-counseling.png);
}
.titleType-belt .subtitle {
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 0.875rem;
  font-weight: normal;
}
.titleType-belt.belt-l {
  margin: 0 0 20px 0;
  padding-left: 67px;
  font-size: 1.75rem;
}
.titleType-belt.belt-l:before {
  width: 57px;
  height: 100%;
}

.titleType-icon {
  position: relative;
  padding: 0 0 3px 25px;
  color: #333333;
  border-bottom: 2px solid #036250;
}
.titleType-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.titleType-icon.icon-info:before {
  background-image: url(../images/icon-info.png);
}
.titleType-icon.icon-present:before {
  background-image: url(../images/icon-present.png);
}
.titleType-icon.icon-ranking:before {
  background-image: url(../images/icon-ranking.png);
}
.titleType-icon.icon-medicine:before {
  background-image: url(../images/icon-medicine.png);
}
.titleType-icon.icon-keyword:before {
  background-image: url(../images/icon-keyword.png);
}
.titleType-icon.icon-keyword02 {
  padding-left: 30px;
}
.titleType-icon.icon-keyword02:before {
  width: 24px;
  background-image: url(../images/icon-keyword02.png);
}
.titleType-icon.icon-counseling-title {
  font-size: 1.5rem;
}
.titleType-icon.icon-counseling-title:before {
  width: 24px;
  background-image: url(../images/icon-counseling-title.png);
}
.titleType-icon.icon-other:before {
  background-image: url(../images/icon-other.png);
}
.titleType-icon.icon-sns:before {
  left: 0 !important;
  width: 22px !important;
  background-image: url(../images/icon-sns.png);
}
#secondary .titleType-icon {
  margin-top: 25px;
  margin-bottom: 0;
  padding: 0 0 3px 30px;
  color: #444444;
  font-size: 1rem;
  border-bottom: 2px solid #5e5e5e;
}
#secondary .titleType-icon:before {
  left: 1px;
  width: 20px;
}
#secondary .titleType-icon.icon-info:before {
  background-image: url(../images/icon-info-side.png);
}
#secondary .titleType-icon.icon-present:before {
  background-image: url(../images/icon-present-side.png);
}

.titleType-iconDashed {
  position: relative;
  padding: 0 0 3px 25px;
  color: #036250;
  font-size: 1.125rem;
  border-bottom: 1px dashed #cecece;
}
.titleType-iconDashed:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
}
.titleType-iconDashed.icon-tel:before {
  background-image: url(../images/icon-tel.png);
}
.titleType-iconDashed.icon-mail:before {
  background-image: url(../images/icon-mail.png);
}

.titleType-leaf {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #369f7c;
  background-image: url(../images/titleType-leaf.svg);
  background-image: -moz-linear-gradient(left, #0f856f 0%, #5db888 100%);
  background-image: -o-linear-gradient(left, #0f856f 0%, #5db888 100%);
  background-image: -webkit-linear-gradient(left, #0f856f 0%, #5db888 100%);
  background-image: linear-gradient(to right, #0f856f 0%, #5db888 100%);
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 55px;
  padding: 5px 5px 5px 58px;
  color: #ffffff;
  font-size: 1.4375rem;
  line-height: 1.1304;
}
.titleType-leaf span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.titleType-leaf:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 45px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon-leaf.png);
}

.titleType-matome {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
  border-top: solid 4px #036250;
  border-bottom: solid 1px #dcdcdc;
}
.titleType-matome + .articles-thumbList-btop .post-title {
  width: auto;
}
.titleType-matome + .articles-thumbList-btop .post-title h3 {
  margin-bottom: 0;
}

.matome-thumb {
  height: 90px;
}
.matome-thumb img {
  width: auto;
  max-height: 100%;
}

.matome-title {
  width: 100%;
  padding: 15px 10px 13px;
  font-size: 1.4375rem;
  line-height: 1.1304;
  display: table-cell;
  vertical-align: middle;
}
.matome-thumb + .matome-title {
  padding: 18px 10px 18px 114px;
}

.titleType-search {
  position: relative;
  margin-bottom: 20px;
  padding: 6px 10px 6px 35px;
  color: #ffffff;
  font-weight: normal;
  background-color: #036250;
}
.titleType-search:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.titleType-search.icon-loupe:before {
  background-image: url(../images/icon-search.png);
}
.titleType-search.icon-data:before {
  background-image: url(../images/icon-data.png);
}

.titleType-postTitle {
  color: #333333;
  font-size: 1.75rem;
  border-bottom: 2px solid #036250;
}

.titleType-vertical {
  position: relative;
  padding: 0 0 2px 13px;
  color: #3d3d3d;
  font-size: 1.1875rem;
  overflow: hidden;
  border-bottom: 2px solid #cccccc;
}
.titleType-vertical:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #036250;
}
.titleType-vertical a {
  color: #444444;
  text-decoration: none;
}
.titleType-vertical a:hover {
  color: #444444;
}

.titleType-basic {
  color: #333333;
  padding: 0 0 3px 0;
  border-bottom: 2px solid #036250;
}
#secondary .titleType-basic {
  font-size: 1rem;
  border-color: #5e5e5e;
}
#secondary .titleType-basic + p {
  margin: 3px 0;
}

.titleType-nostyle {
  color: #036250;
  font-size: 1.125rem;
}

.titleType-bggray {
  margin: 20px 0 15px;
  padding: 5px 10px;
  color: #333333;
  font-size: 1.0625rem;
  font-weight: bold;
  background-color: #f4f4f4;
}
.titleType-bggray.color-green {
  color: #036250;
  font-size: 1rem;
}

.titleType-q {
  position: relative;
  padding: 0 0 0 44px;
  color: #333333;
  font-size: 1.75rem;
  border-bottom: 2px solid #fc6818;
}
.titleType-q:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 33px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/icon-q.png);
}

.titleType-a,
#primary .edit-area .titleType-a {
  position: relative;
  margin-top: 35px;
  padding: 0 0 0 44px;
  color: #333333;
  font-size: 1.75rem;
  overflow: visible;
  border-bottom: 2px solid #2280c2;
}
.titleType-a:before,
#primary .edit-area .titleType-a:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 33px;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/icon-a.png);
}

.articles-list {
  margin: 10px 0;
}
.articles-list li {
  padding: 10px 0 8px;
  line-height: 1.1875;
  border-bottom: 1px dotted #c1c1c1;
}
.articles-list a {
  position: relative;
  display: block;
  padding-left: 19px;
  color: #555555;
}
.articles-list a:hover {
  cursor: pointer;
}
.articles-list a:before {
  content: "";
  display: block;
  width: 14px;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-articles-list.png) no-repeat center center;
}
.articles-list a:visited {
  color: #642ba3;
}
.articles-list a:hover {
  color: #ca0202;
}
.articles-list .new a:after {
  content: " ";
  display: inline-block;
  width: 34px;
  height: 17px;
  background-image: url(../images/icon-new.png);
  background-repeat: no-repeat;
}
.titleType-icon + .articles-list {
  margin-top: -9px;
}
#secondary .articles-list {
  margin: 0 0 10px;
}
#secondary .articles-list li {
  font-size: 0.875rem;
}
#secondary .articles-list a {
  padding-left: 15px;
  color: #0033cc;
  font-size: 0.875rem;
  line-height: 1.42;
}
#secondary .articles-list a:before {
  width: 11px;
  background: url(../images/icon-list-side.png) no-repeat center center;
}
#secondary .articles-list a:visited {
  color: #642ba3;
}
#secondary .articles-list a:hover {
  color: #ca0202;
}
#primary .articles-list.parallel-list {
  border-bottom: dotted 1px #c1c1c1;
}
#primary .articles-list.parallel-list .post-title {
  display: inline-block;
  border-bottom: none;
  margin-right: 20px;
}

.articles-list-tree {
  margin: 10px 0;
}
.articles-list-tree li {
  line-height: 1.1875;
}
.articles-list-tree a {
  position: relative;
  display: block;
  padding: 13px 30px;
  color: #555555;
  border-bottom: 1px dotted #c1c1c1;
}
.articles-list-tree a:before {
  content: "";
  display: block;
  width: 7px;
  height: 1rem;
  position: absolute;
  top: 10px;
  left: 16px;
  background: url(../images/icon-articles-list-tree-left.png) no-repeat center center;
}
.articles-list-tree a:after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 11px;
  background: url(../images/icon-articles-list-tree-right.png) no-repeat center center;
}
.articles-list-tree a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.articles-list-tree > li {
  margin: 20px 0 0;
}
.articles-list-tree > li > a {
  padding: 5px 30px 5px 10px;
  font-weight: bold;
  border: none;
  background-color: #f4f4f4;
}
.articles-list-tree > li > a:before {
  display: none;
}
.articles-list-tree > li ul.level-0 > li > a {
  padding-left: 30px;
}
.articles-list-tree > li ul.level-0 > li > a:before {
  left: 16px;
}
.articles-list-tree > li ul.level-1 > li > a {
  padding-left: 50px;
}
.articles-list-tree > li ul.level-1 > li > a:before {
  left: 36px;
}
.articles-list-tree > li ul.level-2 > li > a {
  padding-left: 70px;
}
.articles-list-tree > li ul.level-2 > li > a:before {
  left: 56px;
}
.articles-list-tree > li ul.level-3 > li > a {
  padding-left: 90px;
}
.articles-list-tree > li ul.level-3 > li > a:before {
  left: 76px;
}
.articles-list-tree > li ul.level-4 > li > a {
  padding-left: 110px;
}
.articles-list-tree > li ul.level-4 > li > a:before {
  left: 96px;
}
.articles-list-tree > li ul.level-5 > li > a {
  padding-left: 130px;
}
.articles-list-tree > li ul.level-5 > li > a:before {
  left: 116px;
}

.articles-list-counseling {
  margin: 10px 0;
}
.articles-list-counseling li {
  padding: 5px 0 5px;
  line-height: 1.1875;
  border-bottom: 1px dotted #c1c1c1;
}
.articles-list-counseling a {
  display: block;
  text-decoration: none;
}
.articles-list-counseling a:hover h3 {
  text-decoration: underline;
}
.articles-list-counseling time {
  display: inline-block;
  margin-bottom: 5px;
  color: #444444;
  font-size: 0.8125rem;
}
.articles-list-counseling .online {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 4px;
  background-color: #fff1c0;
  color: #444;
  font-size: 0.8125rem;
}
.articles-list-counseling h3 {
  position: relative;
  margin: 0;
  padding-left: 25px;
}
.articles-list-counseling h3:before {
  content: "";
  display: block;
  width: 20px;
  height: 1.125rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-articles-list-counseling.png) no-repeat center center;
}

.tagList {
  *zoom: 1;
  margin-top: 10px;
  margin-left: -10px;
}
.tagList:before, .tagList:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.tagList:after {
  clear: both;
}
.tagList li {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.tagList li a {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  display: block;
  padding: 2px 17px;
  color: #444444;
  background-color: #f5f5f5;
}
.tagList li a:hover {
  text-decoration: none;
  background-color: #9d9d9d;
}

.advertiseList-caption {
  margin: 10px 0;
}
.advertiseList-caption li {
  margin-bottom: 10px;
}
.advertiseList-caption a {
  display: block;
}
.advertiseList-caption a p {
  position: relative;
  margin: 2px 0 0 !important;
  padding-left: 15px;
}
.advertiseList-caption a p:before {
  content: "";
  display: block;
  width: 11px;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-list-side.png) no-repeat center center;
}

/**
 * 6.0 - primary
 */
#primary {
  width: 686px;
  margin-bottom: 40px;
}
#primary.wide {
  width: 100%;
}
#primary .primary-column2 {
  *zoom: 1;
  margin-left: -24px;
}
#primary .primary-column2:before, #primary .primary-column2:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#primary .primary-column2:after {
  clear: both;
}
#primary .primary-column2 > section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 331px;
  margin-left: 24px;
}
#primary .primary-column2 > article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 331px;
  margin-left: 24px;
}
#primary .primary-column2 > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 331px;
  margin-left: 24px;
}
#primary .primary-column2 > .no-thumb {
  width: 310px;
}
#primary .primary-column3 {
  *zoom: 1;
  margin-left: -19px;
}
#primary .primary-column3:before, #primary .primary-column3:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#primary .primary-column3:after {
  clear: both;
}
#primary .primary-column3 > article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 216px;
  margin-left: 19px;
}
#primary .primary-column4 {
  *zoom: 1;
  margin-left: -18px;
}
#primary .primary-column4:before, #primary .primary-column4:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#primary .primary-column4:after {
  clear: both;
}
#primary .primary-column4 > article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 158px;
  margin-left: 18px;
}
#primary .primary-column4 time {
  margin-top: 7px;
}
#primary .articles-thumbList-wide article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c1c1c1;
}
#primary .articles-thumbList-wide a {
  display: block;
  position: relative;
  height: 100%;
}
#primary .articles-thumbList-wide a:hover {
  text-decoration: none;
}
#primary .articles-thumbList-wide a:hover h2, #primary .articles-thumbList-wide a:hover h3, #primary .articles-thumbList-wide a:hover .post-author {
  text-decoration: underline;
}
#primary .articles-thumbList-wide .post-thumb {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #eeeeee;
}
#primary .articles-thumbList-wide .post-thumb img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 72px;
}
#primary .articles-thumbList-wide .post-thumb.video:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 1;
  background: url(../images/icon-videoPlay-wide.png) no-repeat center center;
}
#primary .articles-thumbList-wide .post-title,
#primary .articles-thumbList-wide .intro-text {
  width: 603px;
}
#primary .articles-thumbList-wide .post-title > *:first-child,
#primary .articles-thumbList-wide .intro-text > *:first-child {
  margin-top: 0;
}
#primary .articles-thumbList-wide .post-title time,
#primary .articles-thumbList-wide .intro-text time {
  display: block;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
#primary .articles-thumbList-wide .icon-pr {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}
#primary .articles-thumbList-wide h3 {
  margin: 4px 0;
  line-height: 1.2;
}
#primary .articles-thumbList-wide h3 + .post-comment {
  margin: 0;
  text-align: right;
  color: #444;
  font-size: 0.8125rem;
}
#primary .articles-thumbList-wide .post-category {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
#primary .articles-thumbList-wide .post-category + .post-comment {
  position: absolute;
  bottom: 0;
  right: 4px;
  margin: 0;
  color: #333;
  font-size: 0.8125rem;
  text-align: right;
}
#primary .articles-thumbList-wide .post-author {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.2;
}
#primary .articles-thumbList-half {
  margin-bottom: -7px;
}
#primary .articles-thumbList-half article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c1c1c1;
}
#primary .articles-thumbList-half a {
  display: block;
  position: relative;
  height: 100%;
}
#primary .articles-thumbList-half a:hover {
  text-decoration: none;
}
#primary .articles-thumbList-half a:hover h2, #primary .articles-thumbList-half a:hover h3, #primary .articles-thumbList-half a:hover .post-author {
  text-decoration: underline;
}
#primary .articles-thumbList-half .post-thumb {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #eeeeee;
}
#primary .articles-thumbList-half .post-thumb img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 72px;
}
#primary .articles-thumbList-half .post-thumb.video:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 1;
  background: url(../images/icon-videoPlay-wide.png) no-repeat center center;
}
#primary .articles-thumbList-half .post-title,
#primary .articles-thumbList-half .intro-text {
  width: 248px;
}
#primary .articles-thumbList-half .post-title > *:first-child,
#primary .articles-thumbList-half .intro-text > *:first-child {
  margin-top: 0;
}
#primary .articles-thumbList-half .post-title time,
#primary .articles-thumbList-half .intro-text time {
  display: block;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
#primary .articles-thumbList-half .icon-pr {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}
#primary .articles-thumbList-half h3 {
  margin: 4px 0;
  line-height: 1.2;
}
#primary .articles-thumbList-half h3 + .post-comment {
  margin: 0;
  text-align: right;
  color: #444;
  font-size: 0.8125rem;
}
#primary .articles-thumbList-half .post-category {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
#primary .articles-thumbList-half .post-category + .post-comment {
  position: absolute;
  bottom: 0;
  right: 4px;
  margin: 0;
  color: #333;
  font-size: 0.8125rem;
  text-align: right;
}
#primary .articles-thumbList-half .post-author {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.2;
}
#primary .articles-thumbList-half .no-thumb .post-title {
  width: auto;
}
#primary .articles-thumbList-quarter article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c1c1c1;
}
#primary .articles-thumbList-quarter a {
  display: block;
  position: relative;
  height: 100%;
}
#primary .articles-thumbList-quarter a:hover {
  text-decoration: none;
}
#primary .articles-thumbList-quarter a:hover h2, #primary .articles-thumbList-quarter a:hover h3, #primary .articles-thumbList-quarter a:hover .post-author {
  text-decoration: underline;
}
#primary .articles-thumbList-quarter .post-thumb {
  position: relative;
  width: 158px;
  height: 158px;
  background-color: #eeeeee;
}
#primary .articles-thumbList-quarter .post-thumb img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 158px;
  max-height: 158px;
}
#primary .articles-thumbList-quarter .post-thumb.video:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 56px;
  left: 56px;
  z-index: 1;
  background: url(../images/icon-videoPlay.png) no-repeat center center;
}
#primary .articles-thumbList-quarter .post-title,
#primary .articles-thumbList-quarter .intro-text {
  width: 100%;
}
#primary .articles-thumbList-quarter .post-title > *:first-child,
#primary .articles-thumbList-quarter .intro-text > *:first-child {
  margin-top: 0;
}
#primary .articles-thumbList-quarter .post-title time,
#primary .articles-thumbList-quarter .intro-text time {
  display: block;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
#primary .articles-thumbList-quarter .icon-pr {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}
#primary .articles-thumbList-quarter h3 {
  margin: 4px 0;
  line-height: 1.2;
}
#primary .articles-thumbList-quarter h3 + .post-comment {
  margin: 0;
  text-align: right;
  color: #444;
  font-size: 0.8125rem;
}
#primary .articles-thumbList-quarter .post-category {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
#primary .articles-thumbList-quarter .post-category + .post-comment {
  position: absolute;
  bottom: 0;
  right: 4px;
  margin: 0;
  color: #333;
  font-size: 0.8125rem;
  text-align: right;
}
#primary .articles-thumbList-quarter .post-author {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.2;
}
#primary .articles-thumbList-wider article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c1c1c1;
}
#primary .articles-thumbList-wider a {
  display: block;
  position: relative;
  height: 100%;
}
#primary .articles-thumbList-wider a:hover {
  text-decoration: none;
}
#primary .articles-thumbList-wider a:hover h2, #primary .articles-thumbList-wider a:hover h3, #primary .articles-thumbList-wider a:hover .post-author {
  text-decoration: underline;
}
#primary .articles-thumbList-wider .post-thumb {
  position: relative;
  width: 158px;
  height: 158px;
  background-color: #eeeeee;
}
#primary .articles-thumbList-wider .post-thumb img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 158px;
  max-height: 158px;
}
#primary .articles-thumbList-wider .post-thumb.video:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 56px;
  left: 56px;
  z-index: 1;
  background: url(../images/icon-videoPlay.png) no-repeat center center;
}
#primary .articles-thumbList-wider .post-title,
#primary .articles-thumbList-wider .intro-text {
  width: 516px;
}
#primary .articles-thumbList-wider .post-title > *:first-child,
#primary .articles-thumbList-wider .intro-text > *:first-child {
  margin-top: 0;
}
#primary .articles-thumbList-wider .post-title time,
#primary .articles-thumbList-wider .intro-text time {
  display: block;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
#primary .articles-thumbList-wider .icon-pr {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}
#primary .articles-thumbList-wider h3 {
  margin: 4px 0;
  line-height: 1.2;
}
#primary .articles-thumbList-wider h3 + .post-comment {
  margin: 0;
  text-align: right;
  color: #444;
  font-size: 0.8125rem;
}
#primary .articles-thumbList-wider .post-category {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
#primary .articles-thumbList-wider .post-category + .post-comment {
  position: absolute;
  bottom: 0;
  right: 4px;
  margin: 0;
  color: #333;
  font-size: 0.8125rem;
  text-align: right;
}
#primary .articles-thumbList-wider .post-author {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.2;
}
#primary .articles-thumbList-wider .post-title time {
  margin-top: 6px;
  margin-bottom: 12px;
}
#primary .articles-thumbList-wider .post-title .post-category {
  font-size: 1rem;
}
#primary .articles-thumbList-wider .post-title h3 {
  margin: 2px 0;
  font-size: 1.375rem;
}
#primary .articles-thumbList-wider .post-title .intro-text {
  margin: 10px 0 0;
  color: #2d2d2d;
  font-size: 1rem;
  line-height: 1.4;
}
#primary .articles-thumbList-wider .intro-more {
  color: #0033cc;
}
#primary .articles-thumbList-wider a:visited .intro-more {
  color: #642ba3;
}
#primary .articles-thumbList-wider a:hover .intro-more {
  color: #ca0202;
  text-decoration: underline;
}

/**
 * 7.0 - secondary
 */
#secondary {
  width: 300px;
  margin-bottom: 110px;
}
#secondary section,
#secondary .include-section {
  margin: 20px 0;
}
#secondary p {
  margin: 10px 0;
  font-size: 0.875rem;
  line-height: 1.42;
}
#secondary p + .list-side, #secondary p + .advertiseList-caption {
  margin-top: -5px;
}
#secondary .advertiseList {
  margin: 10px 0;
}
#secondary .search-area + .advertiseList {
  margin-top: 10px;
}
#secondary .side-sns {
  margin-top: 10px;
  margin-bottom: 0;
}
#secondary .secondary-column2 {
  *zoom: 1;
  margin-left: -10px;
}
#secondary .secondary-column2:before, #secondary .secondary-column2:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#secondary .secondary-column2:after {
  clear: both;
}
#secondary .secondary-column2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 145px;
  margin-left: 10px;
}
#secondary .articles-thumbList-half {
  margin-bottom: 20px;
}
#secondary .articles-thumbList-half article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c1c1c1;
}
#secondary .articles-thumbList-half a {
  display: block;
  position: relative;
  height: 100%;
}
#secondary .articles-thumbList-half a:hover {
  text-decoration: none;
}
#secondary .articles-thumbList-half a:hover h2, #secondary .articles-thumbList-half a:hover h3, #secondary .articles-thumbList-half a:hover .post-author {
  text-decoration: underline;
}
#secondary .articles-thumbList-half .post-thumb {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #eeeeee;
}
#secondary .articles-thumbList-half .post-thumb img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
#secondary .articles-thumbList-half .post-thumb.video:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  background: url(../images/icon-videoPlay-wide.png) no-repeat center center;
}
#secondary .articles-thumbList-half .post-title,
#secondary .articles-thumbList-half .intro-text {
  width: auto;
}
#secondary .articles-thumbList-half .post-title > *:first-child,
#secondary .articles-thumbList-half .intro-text > *:first-child {
  margin-top: 0;
}
#secondary .articles-thumbList-half .post-title time,
#secondary .articles-thumbList-half .intro-text time {
  display: block;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
#secondary .articles-thumbList-half .icon-pr {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}
#secondary .articles-thumbList-half h3 {
  margin: 4px 0;
  line-height: 1.2;
}
#secondary .articles-thumbList-half h3 + .post-comment {
  margin: 0;
  text-align: right;
  color: #444;
  font-size: 0.8125rem;
}
#secondary .articles-thumbList-half .post-category {
  margin: 0;
  color: #444444;
  font-size: 0.8125rem;
  line-height: 1;
}
#secondary .articles-thumbList-half .post-category + .post-comment {
  position: absolute;
  bottom: 0;
  right: 4px;
  margin: 0;
  color: #333;
  font-size: 0.8125rem;
  text-align: right;
}
#secondary .articles-thumbList-half .post-author {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.2;
}
#secondary .articles-thumbList-half .no-thumb .post-title {
  width: auto;
}
#secondary .articles-thumbList-half .post-thumb {
  margin-right: 10px;
}
#secondary .articles-thumbList-half .post-title {
  float: none;
  overflow: hidden;
}
#secondary .articles-thumbList-half .icon-pr,
#secondary .articles-thumbList-half h3,
#secondary .articles-thumbList-half .post-author {
  font-size: 0.875rem !important;
}
#secondary .articles-thumbList-half .post-author {
  margin-top: 4px;
  font-weight: normal;
}
#secondary .list-side {
  margin: 10px 0;
}
#secondary .list-side li {
  margin-bottom: 4px;
}
#secondary .list-side a {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 0.875rem;
  line-height: 1.42;
}
#secondary .list-side a:before {
  content: "";
  display: block;
  width: 11px;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-list-side.png) no-repeat center center;
}

.side-search-hospital,
.side-recruit-info {
  margin: 10px 0;
}

#register-login {
  margin-bottom: 10px;
  padding: 15px 10px;
  background-color: #f5f5f5;
}
#register-login .membership-level {
  margin-top: 0;
  text-align: center;
  color: #fff;
}
#register-login .membership-level.regular {
  background-color: #429b81;
}
#register-login .membership-level.regular-plus {
  background-color: #5aa7c4;
}
#register-login .membership-level.reader {
  background-color: #5d6ed4;
}
#register-login .membership-level.legal-entity {
  background-color: #e36d5d;
}
#register-login ul {
  margin: 0;
}
#register-login .legal-entity + .register-login-buttons li {
  width: 280px;
}
#register-login .register-login-buttons {
  margin-bottom: 10px;
}
#register-login .register-login-buttons li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 136px;
  font-weight: bold;
  text-align: center;
}
#register-login .register-login-buttons li a {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  display: block;
  padding: 3px 5px;
  color: #ffffff;
  border: 1px solid #ed5614;
}
#register-login .register-login-buttons li a:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
#register-login .register-login-buttons .button-register {
  float: left;
}
#register-login .register-login-buttons .button-register a {
  background-color: #ca5e57;
  background-image: url(../images/button-register.svg);
  background-image: -moz-linear-gradient(top, #d4736c 0%, #c04941 100%);
  background-image: -o-linear-gradient(top, #d4736c 0%, #c04941 100%);
  background-image: -webkit-linear-gradient(top, #d4736c 0%, #c04941 100%);
  background-image: linear-gradient(to bottom, #d4736c 0%, #c04941 100%);
  border: 1px solid #c04942;
}
#register-login .register-login-buttons .button-register.register-pay a {
  background-color: #ff7210;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #ff801b 0%, #ff6305 100%);
  background-image: -o-linear-gradient(top, #ff801b 0%, #ff6305 100%);
  background-image: -webkit-linear-gradient(top, #ff801b 0%, #ff6305 100%);
  background-image: linear-gradient(to bottom, #ff801b 0%, #ff6305 100%);
  border: 1px solid #ff7210;
}
#register-login .register-login-buttons .button-register.register-info a {
  background-color: #1682b8;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: -o-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: -webkit-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: linear-gradient(to bottom, #188ec8 0%, #1476a7 100%);
  border: 1px solid #1682b8;
}
#register-login .register-login-buttons .button-login {
  float: right;
}
#register-login .register-login-buttons .button-login a {
  background-color: #026f5a;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: -o-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: -webkit-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: linear-gradient(to bottom, #017a63 0%, #036351 100%);
  border: 1px solid #026f5a;
}
#register-login .register-login-buttons .button-login.do-logout a {
  background-color: #7e7e7e;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #909090 0%, #6b6b6b 100%);
  background-image: -o-linear-gradient(top, #909090 0%, #6b6b6b 100%);
  background-image: -webkit-linear-gradient(top, #909090 0%, #6b6b6b 100%);
  background-image: linear-gradient(to bottom, #909090 0%, #6b6b6b 100%);
  border: 1px solid #606060;
}
#register-login .register-login-buttons .button-login.register-info a {
  background-color: #1682b8;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: -o-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: -webkit-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: linear-gradient(to bottom, #188ec8 0%, #1476a7 100%);
  border: 1px solid #1682b8;
}
#register-login .list-side {
  margin-left: -12px;
  margin-bottom: -7px;
}
#register-login .list-side li {
  float: left;
  margin-left: 12px;
}
#register-login .list-side a {
  color: #444444;
}
#register-login .list-side a:visited {
  color: #642ba3;
}
#register-login .list-side a:hover {
  color: #ca0202;
}

.search-area {
  margin-bottom: 10px;
  padding: 15px 10px;
  background-color: #f5f5f5;
}
.search-area input[type="search"],
.search-area input[type="text"] {
  font-size: 0.9375rem;
  border: 1px solid #979797;
}
.search-area ul {
  margin: 7px 0 -4px -18px;
}
.search-area ul .option-item {
  float: left;
  width: 40%;
  margin-left: 18px;
  margin-bottom: 2px;
  font-size: 0.875rem;
}
.search-area input[type="search"] {
  display: inline-block;
  width: 72%;
}
.search-area input[type="submit"] {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  display: block;
  padding: 3px 9px;
  border: 1px solid #bbbbbb;
  display: inline-block;
  width: 25%;
  font-weight: bold;
}
.search-area input[type="submit"]:hover {
  color: #0033cc;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#secondary .search-area .titleType-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

#access-ranking .ranking-nav ul {
  *zoom: 1;
  margin: 10px 0 0;
  border-bottom: 1px solid #bfbfbf;
}
#access-ranking .ranking-nav ul:before, #access-ranking .ranking-nav ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#access-ranking .ranking-nav ul:after {
  clear: both;
}
#access-ranking .ranking-nav li {
  float: left;
  margin-left: 7px;
  color: #555555;
  font-size: 0.875rem;
  text-align: center;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  background-color: #ffffff;
  cursor: pointer;
}
#access-ranking .ranking-nav li:first-child {
  margin-left: 0;
}
#access-ranking .ranking-nav li.ranking-realtime, #access-ranking .ranking-nav li.ranking-day {
  min-width: 100px;
  padding: 2px 8px;
}
#access-ranking .ranking-nav li.active {
  margin-bottom: -1px;
  border-bottom: 1px solid #eeeeee;
  background-color: #eeeeee;
}
#access-ranking .articles-list-ranking {
  margin: 0;
  display: none;
}
#access-ranking .articles-list-ranking.active {
  display: block;
}
#access-ranking .articles-list-ranking li {
  padding: 10px 0 8px;
  font-size: 0.875rem;
  line-height: 1.1875;
  border-bottom: 1px dotted #c1c1c1;
}
#access-ranking .articles-list-ranking a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding-left: 1.7rem;
}
#access-ranking .articles-list-ranking a:before {
  display: block;
  width: 1.5rem;
  height: 0.875rem;
  color: #555555;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#access-ranking .articles-list-ranking a:hover {
  text-decoration: none;
}
#access-ranking .articles-list-ranking .rank01 a:before {
  content: "1";
}
#access-ranking .articles-list-ranking .rank02 a:before {
  content: "2";
}
#access-ranking .articles-list-ranking .rank03 a:before {
  content: "3";
}
#access-ranking .articles-list-ranking .rank04 a:before {
  content: "4";
}
#access-ranking .articles-list-ranking .rank05 a:before {
  content: "5";
}
#access-ranking .articles-list-ranking .rank06 a:before {
  content: "6";
}
#access-ranking .articles-list-ranking .rank07 a:before {
  content: "7";
}
#access-ranking .articles-list-ranking .rank08 a:before {
  content: "8";
}
#access-ranking .articles-list-ranking .rank09 a:before {
  content: "9";
}
#access-ranking .articles-list-ranking .rank10 a:before {
  content: "10";
}

.side-komachi .titleType-komachi {
  margin-bottom: 0;
}
.side-komachi .articles-list-komachi {
  margin: 0;
  background-color: #eff8ff;
}
.side-komachi .articles-list-komachi li {
  padding: 10px 0 8px;
  font-size: 0.875rem;
  line-height: 1.1875;
  border-bottom: 1px dotted #c1c1c1;
}
.side-komachi .articles-list-komachi a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding-left: 1.3rem;
  padding-right: 10px;
  color: #1059c7;
}
.side-komachi .articles-list-komachi a:before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.875rem;
  padding-left: 12px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-list-komachi.png) no-repeat center center;
}
.side-komachi .articles-list-komachi a:hover:before {
  text-decoration: none;
}
.side-komachi .button-komachi {
  margin: 0 !important;
  padding: 10px;
  text-align: center;
  background-color: #eff8ff;
}
.side-komachi .button-komachi a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  color: #1059c7;
  font-size: 0.8125rem;
  vertical-align: middle;
  border: 1px solid #77d5ea;
  background-color: #ffffff;
}
.side-komachi .button-komachi a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 22px;
  height: 1rem;
  margin-left: 5px;
  line-height: 1;
  vertical-align: middle;
  background: url(../images/common/icon-blank-komachi.png) no-repeat center center;
}
.side-komachi .button-komachi a:hover {
  background-color: #cff0f8;
}

#secondary .present-contents {
  margin: 0 0 10px;
}
#secondary .present-contents article {
  padding: 10px 0 8px;
  line-height: 1.1875;
  border-bottom: 1px dotted #c1c1c1;
}
#secondary .present-contents a {
  position: relative;
  display: block;
  padding-left: 15px;
  line-height: 1.42;
}
#secondary .present-contents a:before {
  content: "";
  display: block;
  width: 11px;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-list-side.png) no-repeat center center;
}
#secondary .present-contents h3 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
}
#secondary .present-contents .post-thumb {
  display: none;
}
#secondary .present-contents .fleft,
#secondary .present-contents .fright {
  float: none;
}

/**
 * 8.0 - footer
 */
#footer {
  border-top: 1px solid #036250;
}

#pagetop {
  position: relative;
  top: 0;
  left: 0;
}
#pagetop a {
  position: absolute;
  top: -92px;
  right: -7px;
  display: block;
  width: 78px;
  height: 78px;
}

#footUtility-content {
  padding: 11px 0 13px;
}
#footUtility-content ul {
  *zoom: 1;
  margin: 4px 0 1px;
}
#footUtility-content ul:before, #footUtility-content ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#footUtility-content ul:after {
  clear: both;
}
#footUtility-content ul li {
  float: left;
  margin-left: 20px;
  font-size: 0.6875rem;
}
#footUtility-content ul li:first-child {
  margin-left: 0;
}
#footUtility-content ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-image: url(../images/common/icon-arrow-xs.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#footUtility-content ul a {
  color: #444444;
}

#footer-nav {
  padding: 35px 0 15px;
  text-align: center;
  background-color: #036250;
}
#footer-nav nav ul {
  *zoom: 1;
  display: inline-block;
  margin: 0 0 20px;
  font-size: 0.875rem;
  vertical-align: middle;
}
#footer-nav nav ul:before, #footer-nav nav ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#footer-nav nav ul:after {
  clear: both;
}
#footer-nav nav ul li {
  float: left;
  padding: 0 15px;
  border-right: 1px solid #ffffff;
}
#footer-nav nav ul li:first-child {
  border-left: 1px solid #ffffff;
}
#footer-nav nav ul a {
  color: #ffffff;
}
#footer-nav #copyright {
  *zoom: 1;
  display: inline-block;
  color: #ffffff;
  font-size: 0.75rem;
}
#footer-nav #copyright:before, #footer-nav #copyright:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#footer-nav #copyright:after {
  clear: both;
}
#footer-nav #copyright p {
  float: left;
  margin: 0;
}
#footer-nav #copyright p + p {
  margin-left: 10px;
}

.return-to-sp {
  margin: 40px 20px;
}

.return-to-sp a {
  display: block;
  padding: 60px 40px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  background-color: #0369c8;
  border-bottom: 10px solid #02417d;
}

.return-to-sp img {
  position: relative;
  top: -6px;
  margin-right: 20px;
}

/**
 * Table of Contents
 *
 * 1.0 - edit_style
 * 2.0 - トップページ
 *   2.1 - headline-area
 *   2.2 - sliderTop
 *   2.3 - present-contents
 *   2.4 - search-contents
 *   2.5 - top-seminar-contents
 * 3.0 - ブログ
 *   3.1 - blog-header
 *   3.2 - post-tag
 *   3.3 - blog-author
 *   3.4 - blog-nav
 *   3.5 - comment-list
 *   3.6 - comment_form
 * 4.0 - 病院の実力
 *   4.1 - arrow-circle
 * 7.0 - インクルード枠
 *   7.1 - include-section
 *   7.2 - thumbnail-ad
 * 8.0 - お支払い方法を選ぶページ
 *   8.1 - payment-area
 * 9.0 - ログインページ
 *   9.1 - login
 */
/**
 * 1.0 - 汎用スタイル
 */
#primary .edit-area {
  /**
   * Table of Contents
   *
   * 1.0 - base
   * 2.0 - image-zoom
   * 3.0 - counseling-answer-author
   * 4.0 - movieArea
   * 5.0 - recommend-register-area(additional)
   * 6.0 - profile-area
   */
  /**
   * 1.0 - base
   */
  /**
   * 2.0 - image-zoom
   */
  /**
   * 3.0 - counseling-answer-author
   */
  /**
   * 4.0 - movieArea
   */
  /*
   * 5.0 - recommend-register-area(additional)
   */
  /*
   * 6.0 - profile-area
   */
  /*
   * 7.0 - page-telconsul
   */
  *zoom: 1;
}
#primary .edit-area {
  line-height: 1.8;
}
#primary .edit-area.introduction {
  line-height: 1.5;
}
#primary .edit-area > *:first-child {
  margin-top: 6px;
}
#primary .edit-area h1 {
  margin: 24px 0;
  padding-bottom: 3px;
  color: #333333;
  font-size: 1.75rem;
  line-height: 1.25;
  border-bottom: 2px solid #036250;
}
#primary .edit-area h2 {
  position: relative;
  margin: 36px 0 24px;
  padding: 0 0 2px 13px;
  color: #3d3d3d;
  font-size: 1.1875rem;
  line-height: 1.25;
  overflow: hidden;
  border-bottom: 2px solid #cccccc;
}
#primary .edit-area h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #036250;
}
#primary .edit-area h3 {
  margin: 24px 0;
  padding: 0 0 3px;
  color: #036250;
  font-size: 1.125rem;
  line-height: 1.25;
  border-bottom: 1px dashed #cecece;
  overflow: hidden;
}
#primary .edit-area h4 {
  margin: 24px 0;
  padding: 0 0 3px;
  color: #3d3d3d;
  font-size: 1.125rem;
  line-height: 1.25;
  border-bottom: 1px solid #036250;
  overflow: hidden;
}
#primary .edit-area h5 {
  margin: 24px 0;
  padding: 0 0 0 9px;
  color: #3d3d3d;
  font-size: 1.0625rem;
  line-height: 1.25;
  border-left: 4px solid #bbbbbb;
}
#primary .edit-area h6 {
  margin: 24px 0;
  padding: 5px 10px;
  color: #3d3d3d;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
  background-color: #f0f0f0;
}
#primary .edit-area h2 + p, #primary .edit-area h3 + p, #primary .edit-area h4 + p, #primary .edit-area h5 + p, #primary .edit-area h6 + p {
  margin-top: -10px;
}
#primary .edit-area p {
  margin: 24px 0;
  line-height: 1.8;
}
#primary .edit-area.introduction p {
  line-height: 1.5;
}
#primary .edit-area em {
  background-color: #ffff99;
}
#primary .edit-area img {
  max-width: 100%;
  height: auto;
}
#primary .edit-area blockquote {
  margin: 30px 0;
  padding: 26px 15px;
  background-color: #f5f5f5;
}
#primary .edit-area blockquote > *:first-child {
  margin-top: 0;
}
#primary .edit-area blockquote > *:last-child {
  margin-bottom: 0;
}
#primary .edit-area blockquote blockquote {
  margin: 0;
  padding: 0;
}
#primary .edit-area table {
  margin: 30px 0;
  table-layout: fixed;
  max-width: 100%;
  width: auto;
}
#primary .edit-area table[style*="margin"] {
  margin-left: auto !important;
}
#primary .edit-area table th, #primary .edit-area table td {
  border: 1px solid #dedede;
}
#primary .edit-area table th {
  padding: 10px 2%;
  background-color: #f2f2f2;
}
#primary .edit-area table td {
  display: table-cell !important;
}
#primary .edit-area table td h2,
#primary .edit-area table td h3,
#primary .edit-area table td h4 {
  margin-top: 12px;
}
#primary .edit-area table td p:first-child {
  margin-top: 12px;
}
#primary .edit-area table td div {
  border: none !important;
  width: auto !important;
}
#primary .edit-area table img {
  max-width: 93%;
}
#primary .edit-area dl {
  margin: 30px 0;
}
#primary .edit-area dl dt {
  font-weight: bold;
}
#primary .edit-area dl dd {
  margin-left: 0;
  margin-bottom: 8px;
}
#primary .edit-area ul {
  margin: 24px 0;
  padding-left: 1.4rem;
  list-style-type: disc;
}
#primary .edit-area ul ul, #primary .edit-area ul ol {
  margin: 0;
}
#primary .edit-area ul ul {
  list-style-type: circle;
}
#primary .edit-area ul ul ul {
  list-style-type: square;
}
#primary .edit-area ul ul ul ul {
  list-style-type: disc;
}
#primary .edit-area ul + ul {
  margin-top: -8px;
}
#primary .edit-area .inline-list {
  *zoom: 1;
}
#primary .edit-area .inline-list:before, #primary .edit-area .inline-list:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#primary .edit-area .inline-list:after {
  clear: both;
}
#primary .edit-area .inline-list li {
  float: left;
  margin-right: 2.5em;
}
#primary .edit-area ol {
  margin: 24px 0;
  padding-left: 1.4rem;
  list-style-type: decimal;
}
#primary .edit-area ol ul, #primary .edit-area ol ol {
  margin: 0;
}
#primary .edit-area small {
  font-size: 92%;
}
#primary .edit-area .aligncenter {
  margin: 26px auto;
}
#primary .edit-area .alignleft,
#primary .edit-area .box-l {
  float: left;
}
#primary .edit-area .alignright,
#primary .edit-area .box-r {
  float: right;
}
#primary .edit-area .box-l,
#primary .edit-area .box-r,
#primary .edit-area .alignleft,
#primary .edit-area .alignright {
  max-width: 50%;
  width: auto !important;
  margin-bottom: 10px;
}
#primary .edit-area .box-l + h2,
#primary .edit-area .box-l + h3,
#primary .edit-area .box-r + h2,
#primary .edit-area .box-r + h3,
#primary .edit-area .alignleft + h2,
#primary .edit-area .alignleft + h3,
#primary .edit-area .alignright + h2,
#primary .edit-area .alignright + h3 {
  margin-top: 0;
  overflow: hidden;
}
#primary .edit-area .box-l + p,
#primary .edit-area .box-r + p,
#primary .edit-area .alignleft + p,
#primary .edit-area .alignright + p {
  margin-top: 0;
}
#primary .edit-area .box-l table,
#primary .edit-area .box-r table,
#primary .edit-area .alignleft table,
#primary .edit-area .alignright table {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
}
#primary .edit-area .box-l [class^="image"] img,
#primary .edit-area .box-r [class^="image"] img,
#primary .edit-area .alignleft [class^="image"] img,
#primary .edit-area .alignright [class^="image"] img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#primary .edit-area .box-l .ad-in-post,
#primary .edit-area .box-r .ad-in-post,
#primary .edit-area .alignleft .ad-in-post,
#primary .edit-area .alignright .ad-in-post {
  margin-top: 24px;
}
#primary .edit-area .box-l > div + div,
#primary .edit-area .box-r > div + div,
#primary .edit-area .alignleft > div + div,
#primary .edit-area .alignright > div + div {
  margin-top: 24px;
}
#primary .edit-area .box-l {
  margin-right: 20px;
}
#primary .edit-area .box-r {
  margin-left: 20px;
}
#primary .edit-area .box-c {
  margin: 0 auto;
}
#primary .edit-area .box-c table div {
  margin: 0 auto;
}
#primary .edit-area .align-c {
  clear: both;
  display: block;
  margin: 16px auto;
  text-align: center;
}
#primary .edit-area .align-c img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#primary .edit-area .align-c div {
  width: 100% !important;
}
#primary .edit-area .ad-in-post {
  margin-bottom: 24px;
}
#primary .edit-area p + .ad-in-post,
#primary .edit-area h2 + .ad-in-post,
#primary .edit-area .aligncenter + .ad-in-post,
#primary .edit-area .align-c + .ad-in-post {
  float: left;
  margin-right: 20px;
}
#primary .edit-area div + .ad-in-post {
  margin-top: 24px;
}
#primary .edit-area #recipe_indent p {
  text-indent: 0;
}
#primary .edit-area .photo-cap,
#primary .edit-area .wp-caption-text {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.3;
  max-width: 100%;
}
#primary .edit-area .column {
  *zoom: 1;
  margin: 24px 0;
  font-size: 0;
  text-align: center;
}
#primary .edit-area .column:before, #primary .edit-area .column:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#primary .edit-area .column:after {
  clear: both;
}
#primary .edit-area .column > div {
  display: inline-block;
  font-size: 1rem;
}
#primary .edit-area hr {
  border: none;
  border-top: solid 1px #999;
}
#primary .edit-area .recipe-booklist {
  *zoom: 1;
  list-style-type: none;
}
#primary .edit-area .recipe-booklist:before, #primary .edit-area .recipe-booklist:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#primary .edit-area .recipe-booklist:after {
  clear: both;
}
#primary .edit-area .recipe-booklist li {
  float: left;
}
#primary .edit-area .image-zoom {
  display: block;
  text-decoration: underline;
  margin: 6px 0 0;
  padding-left: 25px;
  font-size: 0.875rem;
  text-align: left;
  background: url(../images/icon-image-zoom.png) no-repeat left top;
}
#primary .edit-area .image-zoom.aligncenter {
  text-align: left;
  margin: 6px 0 0;
}
#primary .edit-area .attachment-image {
  display: inline-block;
  text-align: center;
}
#primary .edit-area .counseling-answer-author {
  font-weight: bold;
}
#primary .edit-area .movieWrap.movie-s {
  width: 310px;
  margin-right: 24px;
  float: left;
}
#primary .edit-area .movieTitle {
  margin: 10px 0;
  font-weight: bold;
}
#primary .edit-area .detailText {
  margin: 10px 0;
}
#primary .edit-area .movieRelation-list {
  margin: 15px 0;
  padding-left: 0;
  list-style: none;
}
#primary .edit-area .movieRelation-list li {
  margin-bottom: 5px;
}
#primary .edit-area .movieRelation-list a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-size: 0.875rem;
  line-height: 1.42;
  text-decoration: underline;
}
#primary .edit-area .movieRelation-list a:before {
  content: "";
  display: block;
  width: 11px;
  height: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-list-side.png) no-repeat center center;
}
#primary .edit-area dl.search-contents-infoList {
  margin: 20px 0 25px;
}
#primary .edit-area dl.search-contents-infoList dt {
  margin-bottom: 5px;
  color: #444444;
  font-weight: bold;
}
#primary .edit-area dl.search-contents-infoList dd {
  margin-left: 0;
  margin-bottom: 18px;
}
#primary .edit-area dl.search-contents-infoList dd a {
  text-decoration: underline;
}
#primary .edit-area dl.search-contents-infoList > *:last-child {
  margin-bottom: 0;
}
#primary .edit-area dl.search-contents-infoList.arrow-circle dt {
  position: relative;
  padding-left: 15px;
}
#primary .edit-area dl.search-contents-infoList.arrow-circle dt:before {
  content: "";
  display: block;
  width: 11px;
  height: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-list-side.png) no-repeat center center;
}
#primary .edit-area .recommend-register-area {
  position: relative;
  top: -30px;
}
#primary .edit-area .recommend-register-area:before {
  content: " ";
  display: block;
  position: absolute;
  top: -111px;
  left: 0;
  background: url(../images/bg-chiramise.png) repeat-x 0 0;
  width: 100%;
  height: 111px;
  z-index: 2;
}
#primary .edit-area .recommend-register-area p {
  margin: 16px 0;
}
#primary .edit-area .recommend-register-area .titleType-icon {
  margin-top: 0;
  padding: 0 0 3px 25px;
  border-bottom: 2px solid #036250;
}
#primary .edit-area .recommend-register-area .button-register {
  margin-right: 10px;
}
#primary .edit-area .profile-area {
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  padding: 25px 16px;
}
#primary .edit-area .profile-area > .alignleft {
  margin-right: 15px;
}
#primary .edit-area .profile-area > .alignright {
  margin-left: 15px;
}
#primary .edit-area .profile-common {
  overflow: hidden;
}
#primary .edit-area .profile-name {
  margin-bottom: 4px;
  font-weight: bold;
}
#primary .edit-area .profile-content {
  font-size: 0.9375rem;
  line-height: 1.4;
}
#primary .edit-area .profile-content p {
  margin: 0;
}
#primary .edit-area .telconsul-header {
  font-size: 1.75rem;
  color: #6b6b6b;
  padding-left: 42px;
}
#primary .edit-area .telconsul-header:before {
  width: 30px;
  height: 30px;
  background-color: transparent;
}
#primary .edit-area .telconsul-header.health:before {
  background-image: url(../images/icon-telconsul-health.png);
}
#primary .edit-area .telconsul-header.mental-health:before {
  background-image: url(../images/icon-telconsul-m-health.png);
}
#primary .edit-area .decorative-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
#primary .edit-area .decorative-table td {
  position: relative;
  border-left: none;
}
#primary .edit-area .decorative-table td:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #f2f2f2;
}
#primary .edit-area .decorative-table th {
  text-align: center;
  font-weight: bold;
  border-color: #f2f2f2;
  border-right: none;
}
#primary .edit-area .telconsul-menu {
  *zoom: 1;
  padding-left: 0;
  margin-left: -10px;
  list-style-type: none;
}
#primary .edit-area .telconsul-menu:before, #primary .edit-area .telconsul-menu:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#primary .edit-area .telconsul-menu:after {
  clear: both;
}
#primary .edit-area .telconsul-menu-item {
  width: 182px;
  padding: 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: solid 1px #dedede;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  background-repeat: no-repeat;
  background-position: center 16px;
}
#primary .edit-area .telconsul-menu-item.desease {
  background-image: url(../images/icon-telconsul-desease.png);
}
#primary .edit-area .telconsul-menu-item.doctor {
  background-image: url(../images/icon-telconsul-doctor.png);
}
#primary .edit-area .telconsul-menu-item.child {
  background-image: url(../images/icon-telconsul-child.png);
}
#primary .edit-area .telconsul-menu-item.kaigo {
  background-image: url(../images/icon-telconsul-kaigo.png);
}
#primary .edit-area .telconsul-menu-item.hospital {
  background-image: url(../images/icon-telconsul-hospital.png);
}
#primary .edit-area .telconsul-menu-header {
  padding-top: 74px;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center;
  border: none;
  color: #444;
}
#primary .edit-area .telconsul-menu-desc {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 0.875rem;
}
#primary .edit-area .mental-health-subheader {
  padding-top: 8px;
  padding-left: 30px;
  color: #555;
  background-image: url(../images/icon-telconsul-checked.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#primary .edit-area:before, #primary .edit-area:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#primary .edit-area:after {
  clear: both;
}

.post-sns + .edit-area {
  margin-bottom: 32px;
}

/**
 * 2.0 - トップページ
 */
.headline-left .articles-list {
  margin-top: 0;
}
.headline-left a:link {
  color: #0033cc;
}
.headline-left .post-title {
  padding: 12px 4px 11px;
}
.headline-left .post-title:first-child {
  border-top: 1px dotted #c1c1c1;
}

.headline-right .titleType-belt {
  margin-top: 0;
  padding-top: 4px;
  padding-left: 6px;
  padding-bottom: 4px;
  font-size: 1rem;
}
.headline-right .titleType-belt:before {
  display: none;
}
#primary .headline-right .articles-thumbList-wide .post-title {
  width: 250px;
}
.headline-right .medical-tribune {
  position: relative;
}
.headline-right .medical-tribune:after {
  content: url(../images/txt_medicaltribune.png);
  display: inline-block;
  position: absolute;
  left: 103%;
  top: 50%;
  margin-top: -12px;
}
.headline-right .titleType-belt + p {
  bottom: 7px;
}

#primary #sliderTop {
  position: relative;
  margin-top: 10px;
}
#primary #sliderTop .sliderTop-main {
  background-color: #f5f5f5;
  border: 16px solid #f5f5f5;
  overflow: hidden;
}
#primary #sliderTop .sliderTop-articles {
  *zoom: 1;
  width: 1000%;
  margin-left: 0;
}
#primary #sliderTop .sliderTop-articles:before, #primary #sliderTop .sliderTop-articles:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#primary #sliderTop .sliderTop-articles:after {
  clear: both;
}
#primary #sliderTop .sliderTop-articles article {
  float: left;
  width: 211px;
  margin-right: 12px;
}
#primary #sliderTop .sliderTop-articles a {
  display: block;
}
#primary #sliderTop .sliderTop-articles figure {
  position: relative;
  width: 208px;
  height: 154px;
  background-color: #ffffff;
}
#primary #sliderTop .sliderTop-articles figure img {
  width: auto;
  height: auto;
  max-width: 208px;
  max-height: 154px;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
}
#primary #sliderTop .sliderTop-articles figure.video:before {
  content: "";
  display: block;
  position: absolute;
  top: 54px;
  left: 81px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background: url(../images/icon-videoPlay.png) no-repeat center center;
}
#primary #sliderTop .sliderTop-articles h3 {
  margin: 5px 0 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.2;
}
#primary #sliderTop .sliderTop-button {
  margin: 0;
}
#primary #sliderTop .sliderTop-button li {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 27px;
  height: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
#primary #sliderTop .sliderTop-button li:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#primary #sliderTop .sliderTop-button li.sliderTop-button-left {
  left: -11px;
  background: url(../images/sliderTop-button-left.png) no-repeat center center;
}
#primary #sliderTop .sliderTop-button li.sliderTop-button-right {
  right: -11px;
  background: url(../images/sliderTop-button-right.png) no-repeat center center;
}
#primary .present-contents a {
  color: #444444;
}
#primary .present-contents a:visited {
  color: #642ba3;
}
#primary .present-contents a:hover {
  color: #ca0202;
}
#primary .present-contents .post-title > h3:first-child {
  margin: 5px 0;
  font-weight: normal;
}
#primary #search-contents {
  margin-top: 20px;
}
#primary #search-contents article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 3px;
  border: 1px solid #aaa;
}
#primary #search-contents figure {
  margin: 0;
}
#primary #search-contents figure img {
  max-width: 100%;
  height: auto;
}
#primary #search-contents .titleType-nostyle {
  margin: 8px 0 7px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.1;
}
#primary #search-contents .titleType-nostyle a {
  color: #036250;
}
#primary #search-contents p {
  margin: 5px 0 6px;
  padding: 0 15px;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.25;
}
#primary #search-contents p a {
  position: relative;
  display: block;
  padding-right: 1rem;
  color: #555555;
  text-align: right;
}
#primary #search-contents p a:before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../images/icon-rightArrow.png) no-repeat right center;
}
#primary #search-contents p a:visited {
  color: #642ba3;
}
#primary #search-contents p a:hover {
  color: #ca0202;
}
#primary .top-seminar-contents {
  margin-left: 0;
  border-bottom: 1px dotted #c1c1c1;
}
#primary .top-seminar-contents article {
  margin-bottom: 0;
  border-bottom: none;
}
#primary .top-seminar-contents article:first-child {
  margin-left: 0;
}

/**
 * 3.0 - ブログ詳細
 */
.blog-header p {
  margin: 20px 0 7px;
}
.blog-header .blog-title {
  margin: 0;
  padding: 6px 10px;
  color: #4f4f4f;
  font-size: 1rem;
  font-weight: bold;
  background-color: #f4f4f4;
}
.blog-header time {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #777777;
  font-size: 0.9375rem;
  font-weight: bold;
}
.blog-header time:before {
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/icon-posttime.png) no-repeat center center;
}
.blog-header .blog-cat {
  color: #0f856f;
  font-size: 0.9375rem;
  font-weight: bold;
}
.blog-header .post-title {
  margin-top: 0;
  font-size: 1.75rem;
  border-bottom: 2px solid #0f856f;
}

.post-tag {
  margin: 20px 0;
  padding: 15px 14px;
  border: 1px solid #d9d9d9;
}
.post-tag .titleType-icon {
  margin-top: 0;
  font-size: 0.9375rem;
  font-weight: normal;
  border-bottom: 1px solid #999999;
}
.post-tag .tagList {
  margin-top: 14px;
  margin-bottom: -10px;
}
.post-tag .tagList li a {
  padding: 5px 17px;
}

.blog-author {
  padding: 25px 16px;
  border: 1px solid #d9d9d9;
  background-color: #f4f4f4;
}
.blog-author .blog-author-thumb {
  float: left;
  width: 117px;
  margin-top: 0;
}
.blog-author .blog-author-thumb img {
  max-width: 100%;
  height: auto;
}
.blog-author .blog-author-text {
  float: right;
  width: 480px;
  margin-top: 0;
  margin-bottom: 0;
}
.blog-author .blog-author-text dt {
  font-weight: bold;
}
.blog-author .blog-author-text dd {
  margin-left: 0;
  margin-bottom: -22px;
  font-size: 0.875rem;
}
.blog-author .blog-author-text dd p {
  margin: 22px 0;
  line-height: 1.58;
}
.blog-author .blog-author-text dd > *:first-child {
  margin-top: 10px;
}

.blog-nav {
  *zoom: 1;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -25px !important;
  font-size: 0.9375rem;
}
.blog-nav:before, .blog-nav:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.blog-nav:after {
  clear: both;
}
.blog-nav li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 342px;
  border-top: 1px solid #dedede;
}
.blog-nav li a {
  position: relative;
  display: block;
  padding: 20px;
  line-height: 1.33;
}
.blog-nav li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 1rem;
}
.blog-nav li.previous {
  float: left;
}
.blog-nav li.previous a {
  padding-left: 46px;
}
.blog-nav li.previous a:before {
  top: 20px;
  left: 20px;
  background: url(../images/blog-nav-previous.png) no-repeat center center;
}
.blog-nav li.next {
  float: right;
  border-left: 1px solid #dedede;
}
.blog-nav li.next a {
  padding-right: 46px;
}
.blog-nav li.next a:before {
  top: 20px;
  right: 20px;
  background: url(../images/blog-nav-next.png) no-repeat center center;
}

.comment-list {
  margin-top: 17px;
}
.comment-list.comment-reply-list {
  border-bottom: 1px solid #cccccc;
}
.comment-list.comment-reply-list article {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}
.comment-list.comment-reply-list article:first-child {
  border-top: none;
}
.comment-list.comment-reply-list .comment-child {
  position: relative;
  padding-left: 2em;
  border-top: 1px dashed #cccccc;
}
.comment-list.comment-reply-list .comment-child:before {
  position: absolute;
  left: 0.5em;
  top: 10%;
  display: block;
  content: "";
  width: 0;
  height: 80%;
  border-left: 1px dashed #cccccc;
}
.comment-list article {
  border-bottom: 1px solid #cccccc;
}
.comment-list .comment-title {
  margin-top: 14px;
  margin-bottom: 7px;
  color: #555555;
  font-size: 1.125rem;
}
.comment-list .comment-thumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
}
.comment-list .comment-thumb img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 70px;
  max-height: 70px;
}
.comment-list .comment-meta {
  *zoom: 1;
  color: #777777;
}
.comment-list .comment-meta:before, .comment-list .comment-meta:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.comment-list .comment-meta:after {
  clear: both;
}
.comment-list .comment-meta .comment-author {
  float: left;
  margin: 0;
}
.comment-list .comment-meta .comment-author:before {
  content: url(../images/icon-commentuser.png);
  position: relative;
  top: 4px;
  padding-right: 4px;
}
.comment-list .comment-meta time {
  float: right;
  display: block;
  margin-top: 4px;
  margin-left: 10px;
  font-size: 14px;
}
.comment-list .excerpt-text {
  margin: 0 0 10px;
}
.comment-list .excerpt-text p {
  margin: 10px 0 0;
  line-height: 1.6;
}
.comment-list .comment-text p {
  margin: 10px 0 0;
}
.comment-list .comment-reply-link {
  margin-bottom: 15px;
  text-align: right;
}
.comment-list .comment-reply-link a {
  border-radius: 3px;
  color: #666666;
  display: inline-block;
  font-size: 0.875rem;
  padding: 5px 20px 2px;
  vertical-align: middle;
  background-color: #eee;
}
.comment-list .safe-comments-result {
  float: left;
  margin: 13px 0;
  font-size: 0.875rem;
}

#comment_form .comment-form-intro {
  color: #333333;
  font-size: 0.8125rem;
}
#comment_form .comment-form-intro p {
  margin: 5px 0 0;
}
#comment_form .comment-form-intro #editorial-policy {
  margin: 0;
}
#comment_form .comment-form-intro #editorial-policy.open a {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#comment_form #editorial-policy-content {
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 0.8125rem;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
#comment_form #editorial-policy-content > *:first-child {
  margin-top: 0;
}
#comment_form #editorial-policy-content ul {
  margin-left: 1em;
  list-style-type: disc;
}
#comment_form .comment-form-input dt {
  margin-bottom: 5px;
  font-size: 0.875rem;
}
#comment_form .comment-form-input dt label {
  font-size: 1rem;
}
#comment_form .comment-form-input dt .required {
  margin: 0 4px;
  color: #f33346;
  font-size: 0.8125rem;
}
#comment_form .comment-form-input dd {
  margin-left: 0;
  margin-bottom: 20px;
}
#comment_form .comment-form-input dd input,
#comment_form .comment-form-input dd textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  border: 1px solid #999999;
}
#comment_form .comment-form-input dd input {
  width: 400px;
}
#comment_form .comment-form-input dd textarea {
  width: 100%;
}
#comment_form .comment-form-submit {
  *zoom: 1;
  margin-bottom: 0;
}
#comment_form .comment-form-submit:before, #comment_form .comment-form-submit:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#comment_form .comment-form-submit:after {
  clear: both;
}
#comment_form .comment-form-submit li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
#comment_form .comment-form-submit li input {
  display: inline-block;
}
#comment_form .comment-form-submit li.form-button-submit {
  padding-right: 3px;
  text-align: right;
}
#comment_form .comment-form-submit li.form-button-submit input {
  padding: 8px 48px 5px;
}
#comment_form .comment-form-submit li.form-button-reset {
  padding-left: 3px;
}
#comment_form .comment-form-submit li.form-button-reset input {
  padding: 8px 16px 5px;
}

.header-taizen,
.header-jitsuryoku,
.header-sodan {
  margin: 0 0 12px;
  padding: 24px 68px;
  height: 46px;
  font-size: 32px;
  font-weight: normal;
  color: #036250;
}

.header-taizen {
  background: url(../images/header-taizen.png) no-repeat center top;
}

.header-jitsuryoku {
  background: url(../images/header-jitsuryoku.png) no-repeat center top;
}

.header-sodan {
  background: url(../images/header-sodan.png) no-repeat center top;
}

/**
 * 4.0 - 病院の実力
 */
dl.search-contents-infoList {
  margin: 20px 0 25px;
}
dl.search-contents-infoList dt {
  margin-bottom: 5px;
  color: #444444;
  font-weight: bold;
}
dl.search-contents-infoList dd {
  margin-left: 0;
  margin-bottom: 18px;
}
dl.search-contents-infoList dd a {
  text-decoration: underline;
}
dl.search-contents-infoList > *:last-child {
  margin-bottom: 0;
}
dl.search-contents-infoList.arrow-circle dt {
  position: relative;
  padding-left: 15px;
}
dl.search-contents-infoList.arrow-circle dt:before {
  content: "";
  display: block;
  width: 11px;
  height: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-list-side.png) no-repeat center center;
}

.radius-square > form:last-child {
  margin-bottom: -21px;
}
.radius-square > .titleType-search, .radius-square > form > .titleType-search {
  margin-left: -21px;
  margin-right: -21px;
}
.radius-square > .titleType-search:first-child, .radius-square > form > .titleType-search:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-top: -26px;
}
.radius-square > .titleType-belt {
  margin-left: -21px;
  margin-right: -21px;
}
.radius-square > .titleType-belt:first-child {
  margin-top: -26px;
}

.search-result {
  color: #444444;
  font-weight: bold;
}
.search-result .search-result-number {
  margin: 0 3px 0 5px;
  color: #f25500;
  font-size: 1.5rem;
}

.search-region-map {
  position: relative;
  width: 644px;
  height: 546px;
  background: url(../images/region-map.png) no-repeat left top;
}
.search-region-map dl {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  position: absolute;
  width: 166px;
  margin: 0;
  padding: 2px;
  color: #333333;
  font-size: 16px;
}
.search-region-map dl dt {
  padding: 2px 0;
  text-align: center;
}
.search-region-map dl dd {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin-left: 0;
  overflow: hidden;
  font-size: 0;
  border: 1px solid #cfcfcf;
  background: url(../images/bg-region.png) #ffffff repeat left top;
}
.search-region-map dl dd:before, .search-region-map dl dd:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.search-region-map dl dd:after {
  clear: both;
}
.search-region-map dl dd input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 13px;
  height: 13px;
  margin-left: 7px;
  margin-right: 0;
  vertical-align: baseline;
}
.search-region-map dl dd input:first-child + label, .search-region-map dl dd input:nth-child(3) + label {
  margin-top: 0;
}
.search-region-map dl dd input:nth-child(4n-1) + label {
  width: 78px;
  margin-left: -19px;
}
.search-region-map dl dd input:checked + label {
  background-color: #fffed3;
}
.search-region-map dl dd input:hover {
  cursor: pointer;
}
.search-region-map dl dd label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 34px;
  width: 79px;
  margin-top: 1px;
  margin-left: -20px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 34px;
}
.search-region-map dl dd label:hover {
  cursor: pointer;
}
.search-region-map #area-1 {
  top: 146px;
  right: 0;
  border: 1px solid #95dab1;
  background-color: #b9edce;
}
.search-region-map #area-1 dd {
  background-image: none;
}
.search-region-map #area-1 dd label {
  width: 100%;
  border-right: none;
}
.search-region-map #area-2 {
  top: 223px;
  right: 0;
  border: 1px solid #ffdb43;
  background-color: #ffe473;
}
.search-region-map #area-3 {
  bottom: 0;
  right: 0;
  border: 1px solid #97deea;
  background-color: #b2edf7;
}
.search-region-map #area-4 {
  top: 0;
  left: 174px;
  border: 1px solid #89b0dd;
  background-color: #b3d6ff;
}
.search-region-map #area-5 {
  bottom: 0;
  right: 174px;
  border: 1px solid #c5bff9;
  background-color: #d6d2ff;
}
.search-region-map #area-6 {
  top: 148px;
  left: 174px;
  border: 1px solid #f1afdc;
  background-color: #ffd2f1;
}
.search-region-map #area-7 {
  top: 0;
  left: 0;
  border: 1px solid #b6e01e;
  background-color: #cded5a;
}
.search-region-map #area-8 {
  bottom: 0;
  right: 348px;
  border: 1px solid #ffba9c;
  background-color: #ffcab3;
}
.search-region-map #area-9 {
  top: 148px;
  left: 0;
  border: 1px solid #eac87d;
  background-color: #f4ddab;
}

.search-municipality .municipality-toggle dt {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  display: block;
  padding: 3px 9px;
  border: 1px solid #bbbbbb;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  padding: 12px 51px 12px 48px;
  cursor: pointer;
  border: 1px solid #cccccc;
}
.search-municipality .municipality-toggle dt:hover {
  color: #0033cc;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.search-municipality .municipality-toggle dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  background: url(../images/icon-search-l.png) no-repeat center center;
}
.search-municipality .municipality-toggle dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: url(../images/button-toggle-l.png) no-repeat center center;
}
.search-municipality .municipality-toggle dt.open {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.search-municipality .municipality-toggle dt.open:after {
  background: url(../images/button-toggle-l-open.png) no-repeat center center;
}
.search-municipality .municipality-toggle dd {
  *zoom: 1;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  display: none;
  margin-left: 0;
  padding: 20px 20px 6px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.search-municipality .municipality-toggle dd:before, .search-municipality .municipality-toggle dd:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.search-municipality .municipality-toggle dd:after {
  clear: both;
}
.search-municipality .municipality-toggle dd label {
  display: block;
  float: left;
  min-width: 33%;
  margin-bottom: 14px;
}
.search-municipality .municipality-toggle dd label.disable {
  color: #cfcfcf;
}

#search-criteria table {
  margin: 15px 0;
}
#search-criteria table th, #search-criteria table td {
  border: none;
  border-top: 2px solid #ffffff;
}
#search-criteria table tr:first-child th,
#search-criteria table tr:first-child td {
  border-top: none;
}
#search-criteria table th {
  padding: 5px 14px;
  color: #333333;
  white-space: nowrap;
  background-color: #dddddd;
  width: 100px;
}
#search-criteria table td {
  padding: 5px 0 5px 11px;
}
#search-criteria .search-result {
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 5px 0;
  margin: 0 -20px -25px;
  text-align: center;
  background-color: #f2f2f2;
}
#search-criteria .search-result .search-result-number {
  margin: 0 13px 0 18px;
  font-size: 2.75rem;
}

.button-large-green.disabled {
  opacity: 0.8;
}

.about-disease {
  margin: 30px 0;
}
.about-disease dt {
  margin-bottom: 10px;
  color: #444444;
  font-size: 1.125rem;
  font-weight: bold;
}
.about-disease dd {
  margin-left: 0;
}

.enquete-table {
  min-width: 100%;
  margin: 0;
}
.enquete-table th,
.enquete-table td {
  background: transparent;
  border-color: #bbb;
}
.enquete-table td a {
  text-decoration: none;
}
.enquete-table td a:hover {
  text-decoration: underline;
}
.enquete-table tr:first-child {
  background: #f2f2f2;
}
.enquete-table tr th:first-child,
.enquete-table tr td:first-child {
  width: 440px;
}
.enquete-table .item-note {
  display: block;
  font-size: 0.875rem;
}
.enquete-table.enquete-table-hide td + td {
  position: relative;
  color: transparent;
  text-shadow: 0 0 5px #444;
}
.enquete-table.enquete-table-hide td + td:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.enquete-date,
.enquete-hole-note {
  margin: 4px 0;
  font-size: 0.875rem;
}
.enquete-date + .enquete-header,
.enquete-hole-note + .enquete-header {
  margin-top: 40px;
}
.enquete-date + .enquete-table,
.enquete-hole-note + .enquete-table {
  margin-top: 24px;
}

.enquete-header {
  border-bottom: 1px solid #036250;
  margin: 30px 0 20px;
  padding: 0 0 3px;
}
.enquete-header + .disease-header {
  margin-top: 20px;
}

.disease-header {
  margin: 32px 0 4px;
}

.toggle.close + .enquete-table {
  display: none;
}

.toggle {
  border-radius: 3px 3px 0 0;
  display: inline-block;
  padding: 5px 7px 2px 25px;
  color: #666666;
  font-size: 0.875rem;
  vertical-align: middle;
  background: url(../images/button-toggle-open.png) #eeeeee no-repeat 7px center;
}
.toggle.close {
  background: url(../images/button-toggle.png) #eeeeee no-repeat 7px center;
  border-radius: 3px 3px 3px 3px;
}
.toggle:hover {
  text-decoration: none;
  background-color: #9d9d9d;
  color: #fff;
}

#hospitals-data {
  margin-bottom: 30px;
}
#hospitals-data .form-select {
  margin: 30px 0;
}
#hospitals-data h3 {
  font-size: 1.125rem;
}
#hospitals-data h3 + .enquete-date {
  margin-top: -7px;
}
#hospitals-data .enquete-table-wrap {
  overflow-y: hidden;
}
#hospitals-data .enquete-table-wrap .enquete-table {
  width: auto;
  /*
  tr td:nth-child(2) {
  	//min-width: 200px;
  }
  */
}
#hospitals-data .enquete-table-wrap .enquete-table th {
  padding: 0;
  position: relative;
}
#hospitals-data .enquete-table-wrap .enquete-table th > div {
  padding: 20px 0px 20px 20px;
  margin-right: 50px;
  width: 130px;
}
#hospitals-data .enquete-table-wrap .enquete-table th .sort-button {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -20px;
}
#hospitals-data .enquete-table-wrap .enquete-table th .sort-button a {
  display: block;
  width: 18px;
  height: 18px;
}
#hospitals-data .enquete-table-wrap .enquete-table th .sort-button a:first-child {
  margin-bottom: 4px;
}
#hospitals-data .enquete-table-wrap .enquete-table th .sort-button a img {
  vertical-align: top;
}
#hospitals-data .enquete-table-wrap .enquete-table td {
  padding: 10px 20px;
}
#hospitals-data .enquete-table-wrap.enquete-table-hide {
  overflow-x: hidden;
}
#hospitals-data .enquete-table-wrap.enquete-table-hide .enquete-table td + td + td {
  position: relative;
  color: transparent;
  text-shadow: 0 0 5px #444;
}
#hospitals-data .enquete-table-wrap.enquete-table-hide .enquete-table td + td + td:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#hospitals-data .recommend-register-area {
  position: relative;
  top: -1px;
}
#hospitals-data .post-pager {
  margin: 20px 0;
}

.hospital-info h1 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 1.375rem;
}
.hospital-info dl {
  width: 360px;
  margin: 0;
}
.hospital-info dl dt {
  position: relative;
  padding: 0 0 0 13px;
  color: #3d3d3d;
  font-size: 1.1875rem;
  font-weight: bold;
}
.hospital-info dl dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 1.1875rem;
  background-color: #036250;
}
.hospital-info dl dd {
  margin-left: 0;
  margin-bottom: 15px;
}
.hospital-info .serviceList {
  *zoom: 1;
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: -6px;
}
.hospital-info .serviceList:before, .hospital-info .serviceList:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.hospital-info .serviceList:after {
  clear: both;
}
.hospital-info .serviceList li {
  float: left;
  margin-left: 6px;
  margin-bottom: 8px;
  padding: 0 15px;
  color: #444444;
  background-color: #f5f5f5;
}
.hospital-info .hospital-map {
  width: 305px;
}
.hospital-info .hospital-map #map {
  width: 305px;
  height: 305px;
}
.hospital-info .hospital-map p {
  margin: 10px 0 25px;
  font-size: 0.75rem;
  text-align: right;
}
.hospital-info .hospital-map p a {
  text-decoration: underline;
}
.hospital-info .hospital-map .button-normal {
  font-size: 1rem;
  padding-right: 0;
}
.hospital-info .hospital-map .button-normal .qlife-link {
  text-decoration: none;
}
.hospital-info .hospital-map .button-normal .qlife-link:hover {
  color: #ff9000;
}
.hospital-info .hospital-qlife-info {
  font-size: 0.8em;
}

input[name="hospital-name"] {
  width: 69%;
}

.button-result-number {
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, background-color 0.3s;
  -ms-transition: opacity 0.3s, background-color 0.3s;
  -o-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  display: block;
  padding: 3px 9px;
  border: 1px solid #bbbbbb;
  display: inline-block;
  width: 30%;
}
.button-result-number:hover {
  color: #0033cc;
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.button-result-number + p {
  font-size: 0.875em;
}

.no-hospitals {
  text-align: center;
}

/**
 * 5.0 - 医療大全
 */
.link-help {
  display: inline-block;
  padding-right: 26px;
  text-decoration: underline;
  background: url(../images/icon-link-help.png) no-repeat right center;
}

.recommend-register {
  margin-bottom: 40px;
  font-size: 0.875rem;
}
.recommend-register .text-right {
  margin-top: -1rem;
}
.recommend-register a {
  text-decoration: underline;
}

#primary .edit-area.diseaseInfo-corpus {
  margin-top: 30px;
  background-color: #f5f5f5;
}
#primary .edit-area.diseaseInfo-houken h2 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  border-bottom: 1px solid #999999;
}
#primary .edit-area.diseaseInfo-houken .houken-reading {
  margin-top: 10px;
  font-size: 0.8125rem;
}

.hospital-relation dt {
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 1.125rem;
  border-bottom: 1px dotted #c2c2c2;
}
.hospital-relation dt time {
  font-size: 0.8125rem;
  font-weight: normal;
}
.hospital-relation dd {
  margin-top: -5px;
  margin-left: 0;
}

.info-plus-box {
  *zoom: 1;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  margin: 30px 0;
  padding-left: 12px;
  padding-right: 12px;
  border: solid 2px #ffae00;
  background-color: #fffdf5;
}
.info-plus-box:before, .info-plus-box:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.info-plus-box:after {
  clear: both;
}
#primary .info-plus-box .info-plus-header {
  margin: 0 -12px 10px;
  padding: .6em 12px .4em 45px;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  background-color: #fff7e5;
  border-bottom-color: #ffdc8e;
}
#primary .info-plus-box .info-plus-header:before {
  bottom: 8px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url(../images/icon-info-plus.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.relative-disease-box {
  *zoom: 1;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  margin: 30px 0;
  padding-left: 12px;
  padding-right: 12px;
  border: solid 1px #ddd;
}
.relative-disease-box:before, .relative-disease-box:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.relative-disease-box:after {
  clear: both;
}
.relative-disease-box .relative-disease-list {
  margin: 0 0 12px;
}
.relative-disease-box .relative-disease-header {
  position: relative;
  margin: 0 -12px;
  padding: .6em 12px .4em 42px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #444;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.relative-disease-box .relative-disease-header:before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 8px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-relation.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.relative-disease-box .relative-disease {
  display: inline-block;
  margin: 12px 0 0;
}
.relative-disease-box .relative-disease a {
  display: inline-block;
  padding: .3em 1em;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  color: #444;
}
.relative-disease-box .relative-disease a:hover {
  color: #0033cc;
  background-color: #fff;
}

/**
 * 6.0 - 医療相談室
 */
#counseling-search {
  margin-top: 40px;
}
#counseling-search .counseling-nav ul {
  *zoom: 1;
  margin: 0;
  border-bottom: 4px solid #036250;
}
#counseling-search .counseling-nav ul:before, #counseling-search .counseling-nav ul:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
#counseling-search .counseling-nav ul:after {
  clear: both;
}
#counseling-search .counseling-nav li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #f8f8f8;
  background-image: url(../images/button-basic.svg);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  float: left;
  width: 50%;
  padding: 12px 0;
  color: #444444;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  cursor: pointer;
}
#counseling-search .counseling-nav li .icon-counseling-nav {
  display: inline-block;
  width: 13px;
  height: 1.125rem;
  margin-left: 9px;
  vertical-align: middle;
  background: url(../images/icon-counseling-nav.png) no-repeat center center;
}
#counseling-search .counseling-nav li.active {
  background-color: #026f5a;
  background-image: url(../images/button-green.svg);
  background-image: -moz-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: -o-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: -webkit-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: linear-gradient(to bottom, #017a63 0%, #036351 100%);
  color: #ffffff;
  border-top: 1px solid #026955;
  border-left: 1px solid #026955;
  border-right: 1px solid #026955;
}
#counseling-search .counseling-nav li.active .icon-counseling-nav {
  background: url(../images/icon-counseling-nav-active.png) no-repeat center center;
}
#counseling-search .radius-square {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  display: none;
  border-top: none;
}
#counseling-search .radius-square.active {
  display: block;
}
#counseling-search .radius-square > *:first-child > *:first-child {
  margin-top: 0;
}
#counseling-search .radius-square h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#counseling-search .radius-square > h2:first-child {
  margin-top: 0;
}
#counseling-search .radius-square .articles-list-counseling {
  margin: -5px 0 10px;
}

.counseling-counseling .tel-consul-bnr {
  width: 644px;
  height: 191px;
  background: url(../images/bg-telconsul.png) no-repeat center center;
}
.counseling-counseling .tel-consul-bnr .button-large {
  padding-top: 120px;
}

.attentionList {
  margin: 25px 0;
}
.attentionList li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0.875rem;
  font-size: 0.875rem;
}
.attentionList li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.tel-counseling-area {
  *zoom: 1;
  margin-bottom: 35px;
  border: 1px solid #f2f5c9;
  background-color: #fdffe1;
}
.tel-counseling-area:before, .tel-counseling-area:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.tel-counseling-area:after {
  clear: both;
}
.tel-counseling-area dl {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  font-weight: bold;
  text-align: center;
}
.tel-counseling-area dl dt {
  font-size: 1.125rem;
}
.tel-counseling-area dl dd {
  margin-left: 0;
  font-size: 1.75rem;
}
.tel-counseling-area dl.tel dd {
  color: #f25500;
}

.recommend-register-area {
  padding: 30px;
  color: #333333;
  background-color: #f5f5f5;
}
.recommend-register-area > *:first-child {
  margin-top: 0;
}
.recommend-register-area > *:last-child {
  margin-bottom: 0;
}
.recommend-register-area .register-header {
  margin-top: 0;
  font-size: 1.125rem;
}
.recommend-register-area .register-login-buttons {
  margin: 0;
  font-size: 0;
  text-align: center;
}
.recommend-register-area .register-login-buttons [class^="button-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 286px;
  font-size: 1.125rem;
  font-weight: bold;
}
.recommend-register-area .register-login-buttons [class^="button-"] a {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  display: block;
  padding: 10px;
  color: #ffffff;
  border: 1px solid #ed5614;
}
.recommend-register-area .register-login-buttons [class^="button-"] a:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.recommend-register-area .register-login-buttons .button-register {
  margin-right: 10px;
}
.recommend-register-area .register-login-buttons .button-register a {
  background-color: #ca5e57;
  background-image: url(../images/button-register.svg);
  background-image: -moz-linear-gradient(top, #d4736c 0%, #c04941 100%);
  background-image: -o-linear-gradient(top, #d4736c 0%, #c04941 100%);
  background-image: -webkit-linear-gradient(top, #d4736c 0%, #c04941 100%);
  background-image: linear-gradient(to bottom, #d4736c 0%, #c04941 100%);
  border: 1px solid #c04942;
}
.recommend-register-area .register-login-buttons .button-register.register-pay a {
  background-color: #ff7210;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #ff801b 0%, #ff6305 100%);
  background-image: -o-linear-gradient(top, #ff801b 0%, #ff6305 100%);
  background-image: -webkit-linear-gradient(top, #ff801b 0%, #ff6305 100%);
  background-image: linear-gradient(to bottom, #ff801b 0%, #ff6305 100%);
  border: 1px solid #ff7210;
}
.recommend-register-area .register-login-buttons .button-register.register-info a {
  background-color: #1682b8;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: -o-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: -webkit-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: linear-gradient(to bottom, #188ec8 0%, #1476a7 100%);
  border: 1px solid #1682b8;
}
.recommend-register-area .register-login-buttons .button-login a {
  background-color: #026f5a;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: -o-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: -webkit-linear-gradient(top, #017a63 0%, #036351 100%);
  background-image: linear-gradient(to bottom, #017a63 0%, #036351 100%);
  border: 1px solid #026f5a;
}
.recommend-register-area .register-login-buttons .button-login.register-info a {
  background-color: #1682b8;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: -o-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: -webkit-linear-gradient(top, #188ec8 0%, #1476a7 100%);
  background-image: linear-gradient(to bottom, #188ec8 0%, #1476a7 100%);
  border: 1px solid #1682b8;
}
.recommend-register-area .button-large {
  font-size: 1rem;
  font-weight: bold;
}

/**
 * 7.0 インクルード枠
 */
.include-section {
  margin: 30px 0;
}
.include-section img {
  max-width: 100%;
  height: auto;
}
.blog-header .include-section {
  margin: 0;
}

#primary .radius-square .include-section .articles-thumbList-half article {
  width: 46%;
}
#primary .radius-square .include-section .articles-thumbList-half .post-title {
  width: 73%;
}

.intro-desc {
  margin: 20px 0;
  padding: 26px 15px;
  background-color: #ffffeb;
}

.txt-bnr a {
  display: block;
  padding: 10px;
  border-radius: 8px;
  font-size: 1.5rem;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #000;
  border: solid 1px #104989;
  background-color: #196fd1;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #1b79e4 0%, #1765be 100%);
  background-image: -o-linear-gradient(top, #1b79e4 0%, #1765be 100%);
  background-image: -webkit-linear-gradient(top, #1b79e4 0%, #1765be 100%);
  background-image: linear-gradient(to bottom, #1b79e4 0%, #1765be 100%);
}
.txt-bnr a:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.txt-bnr.txt-bnr-red a {
  border: solid 1px #910707;
  background-color: #bf0515;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #cf0222 0%, #ae0808 100%);
  background-image: -o-linear-gradient(top, #cf0222 0%, #ae0808 100%);
  background-image: -webkit-linear-gradient(top, #cf0222 0%, #ae0808 100%);
  background-image: linear-gradient(to bottom, #cf0222 0%, #ae0808 100%);
}
.txt-bnr.txt-bnr-green a {
  border: solid 1px black;
  background-color: #006451;
  background-image: url(../images/button-login.svg);
  background-image: -moz-linear-gradient(top, #00725c 0%, #005645 100%);
  background-image: -o-linear-gradient(top, #00725c 0%, #005645 100%);
  background-image: -webkit-linear-gradient(top, #00725c 0%, #005645 100%);
  background-image: linear-gradient(to bottom, #00725c 0%, #005645 100%);
}
#secondary .txt-bnr a {
  font-size: 1.125rem;
}

.feature-box {
  *zoom: 1;
  margin: 20px 0;
  border: solid 3px #c6c6c6;
}
.feature-box:before, .feature-box:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.feature-box:after {
  clear: both;
}
.feature-box a:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.feature-box hr {
  clear: both;
  height: 0;
  margin: 0 8px;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.feature-box hr + .feature-subheader {
  margin: 12px 0;
}
.feature-box .feature-header {
  margin-top: 0;
  padding: .4em 8px;
  background-color: #eee;
}
.feature-box .feature-header a {
  color: #444;
}
.feature-box .feature-header + .feature-subheader {
  margin: 2px 0;
}
.feature-box .feature-header-desc {
  padding-left: 10px;
  font-weight: normal;
  font-size: 0.875rem;
}
#secondary .feature-box .feature-header-desc {
  padding-left: 0;
  display: block;
}
.feature-box .feature-subheader {
  font-size: 1.125rem;
  padding: 0 8px;
}
.feature-box .feature-subheader a {
  color: #444;
}
.feature-box .feature-subheader.header-large {
  font-size: 2.75rem;
  font-weight: normal;
  line-height: 1.2;
}
#secondary .feature-box .feature-subheader {
  line-height: 1.3;
}
.feature-box .invite-status {
  padding-left: 10px;
  color: #fc191f;
}
#secondary .feature-box .invite-status {
  padding-left: 0;
  display: block;
}
.feature-box .feature-desc {
  margin-top: 0;
  margin-bottom: 4px;
  padding: 0 8px;
  font-size: 0.875rem;
}
#secondary .feature-box .feature-desc {
  margin-top: 0;
}
.feature-box .feature-desc img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.feature-box .feature-img img {
  max-width: 100%;
  height: auto;
}
#secondary .feature-box .feature-img {
  text-align: center;
}
.feature-box .fright {
  margin-left: 12px;
  padding-right: 8px;
}
.feature-box .fleft {
  margin-right: 12px;
  padding-left: 8px;
}
#secondary .feature-box .fright, #secondary
.feature-box .fleft {
  float: none;
}
.feature-box .fright + p,
.feature-box .fleft + p {
  overflow: hidden;
}
.feature-box .feature-link {
  margin-top: 0;
  padding: 0 8px;
  text-align: right;
}
.feature-box .feature-link a {
  padding: .1em .8em .1em 1em;
  color: #fff;
  font-size: 0.875rem;
  background-color: #777;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  text-decoration: none;
}
.feature-box .feature-link a:after {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(../images/arrow-right-white.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.feature-box.feature-blue {
  border-color: #359cfc;
  border-width: 1px;
}
.feature-box.feature-blue .feature-header {
  background-color: #cce6fe;
}
.feature-box.feature-blue .feature-subheader {
  color: #0369c8;
}
.feature-box.feature-blue .feature-subheader a {
  color: #0369c8;
}
.feature-box.feature-blue .feature-link a {
  border: solid 1px #0369c8;
  background-color: #047ef0;
}
.feature-box.feature-green {
  border-color: #78b869;
  border-width: 1px;
}
.feature-box.feature-green .feature-header {
  background-color: #bbffb9;
}
.feature-box.feature-green .feature-subheader {
  color: #038600;
}
.feature-box.feature-green .feature-subheader a {
  color: #038600;
}
.feature-box.feature-green .feature-link a {
  border: solid 1px #038600;
  background-color: #038600;
}
.feature-box.feature-orange {
  border-color: #ffa854;
  border-width: 1px;
}
.feature-box.feature-orange .feature-header {
  background-color: #ffdcba;
}
.feature-box.feature-orange .feature-subheader {
  color: #ed7500;
}
.feature-box.feature-orange .feature-subheader a {
  color: #ed7500;
}
.feature-box.feature-orange .feature-link a {
  border: solid 1px #ed7500;
  background-color: #ff8917;
}

.thumbnail-ad {
  margin-left: -12px;
  letter-spacing: -.4em;
}
.thumbnail-ad-header + .thumbnail-ad {
  margin-top: 6px;
}
.thumbnail-ad.ad-2column {
  margin-left: -24px;
}
.thumbnail-ad.ad-2column:after {
  content: "";
  width: 686px;
  display: block;
  position: relative;
  left: 24px;
  border-bottom: 1px dotted #c1c1c1;
}
#primary .radius-square .thumbnail-ad {
  margin-left: -10px;
  padding-left: 0;
}
.thumbnail-ad .ad-item {
  display: inline-block;
  vertical-align: top;
  width: 162px;
  margin-left: 12px;
  letter-spacing: normal;
}
.thumbnail-ad .ad-item a:hover {
  text-decoration: none;
}
#primary .radius-square .thumbnail-ad .ad-item {
  width: 152px;
  margin-left: 10px;
}
.thumbnail-ad.ad-2column .ad-item {
  width: 331px;
  margin-left: 24px;
  margin-bottom: 10px;
}
.thumbnail-ad .ad-img {
  height: 121px;
  overflow: hidden;
  background-color: #f2f2f2;
}
#primary .radius-square .thumbnail-ad .ad-img {
  height: 114px;
}
.thumbnail-ad .ad-img + .fright {
  width: 248px;
}
.thumbnail-ad.ad-2column .ad-img {
  width: 72px;
  height: 72px;
  position: relative;
  float: left;
}
.thumbnail-ad.ad-2column .ad-img img {
  bottom: -100%;
  height: auto;
  left: -100%;
  margin: auto;
  max-height: 72px;
  max-width: 72px;
  position: absolute;
  right: -100%;
  top: -100%;
  width: auto;
}
.thumbnail-ad .ad-txt {
  margin: 6px 0 4px;
  font-size: 0.875rem;
  line-height: 1.2;
}
#primary .radius-square .thumbnail-ad .ad-txt {
  margin: 6px 0 4px;
}
.thumbnail-ad .ad-txt:hover {
  text-decoration: underline;
}
.thumbnail-ad.ad-2column .ad-txt {
  font-size: 1rem;
  font-weight: bold;
}
.thumbnail-ad .ad-sub-txt {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  color: #888;
}
.thumbnail-ad .ad-sub-txt:hover {
  text-decoration: none;
}

.category #primary .include-section,
.category #primary .advertiseArea,
.single #primary .include-section,
.single #primary .advertiseArea {
  /**
   * Table of Contents
   *
   * 1.0 - base
   * 2.0 - image-zoom
   * 3.0 - counseling-answer-author
   * 4.0 - movieArea
   * 5.0 - recommend-register-area(additional)
   * 6.0 - profile-area
   */
  /**
   * 1.0 - base
   */
  /**
   * 2.0 - image-zoom
   */
  /**
   * 3.0 - counseling-answer-author
   */
  /**
   * 4.0 - movieArea
   */
  /*
   * 5.0 - recommend-register-area(additional)
   */
  /*
   * 6.0 - profile-area
   */
  /*
   * 7.0 - page-telconsul
   */
}
.category #primary .include-section,
.category #primary .advertiseArea,
.single #primary .include-section,
.single #primary .advertiseArea {
  line-height: 1.8;
}
.category #primary .include-section.introduction,
.category #primary .advertiseArea.introduction,
.single #primary .include-section.introduction,
.single #primary .advertiseArea.introduction {
  line-height: 1.5;
}
.category #primary .include-section > *:first-child,
.category #primary .advertiseArea > *:first-child,
.single #primary .include-section > *:first-child,
.single #primary .advertiseArea > *:first-child {
  margin-top: 6px;
}
.category #primary .include-section h1,
.category #primary .advertiseArea h1,
.single #primary .include-section h1,
.single #primary .advertiseArea h1 {
  margin: 24px 0;
  padding-bottom: 3px;
  color: #333333;
  font-size: 1.75rem;
  line-height: 1.25;
  border-bottom: 2px solid #036250;
}
.category #primary .include-section h2,
.category #primary .advertiseArea h2,
.single #primary .include-section h2,
.single #primary .advertiseArea h2 {
  position: relative;
  margin: 36px 0 24px;
  padding: 0 0 2px 13px;
  color: #3d3d3d;
  font-size: 1.1875rem;
  line-height: 1.25;
  overflow: hidden;
  border-bottom: 2px solid #cccccc;
}
.category #primary .include-section h2:before,
.category #primary .advertiseArea h2:before,
.single #primary .include-section h2:before,
.single #primary .advertiseArea h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #036250;
}
.category #primary .include-section h3,
.category #primary .advertiseArea h3,
.single #primary .include-section h3,
.single #primary .advertiseArea h3 {
  margin: 24px 0;
  padding: 0 0 3px;
  color: #036250;
  font-size: 1.125rem;
  line-height: 1.25;
  border-bottom: 1px dashed #cecece;
  overflow: hidden;
}
.category #primary .include-section h4,
.category #primary .advertiseArea h4,
.single #primary .include-section h4,
.single #primary .advertiseArea h4 {
  margin: 24px 0;
  padding: 0 0 3px;
  color: #3d3d3d;
  font-size: 1.125rem;
  line-height: 1.25;
  border-bottom: 1px solid #036250;
  overflow: hidden;
}
.category #primary .include-section h5,
.category #primary .advertiseArea h5,
.single #primary .include-section h5,
.single #primary .advertiseArea h5 {
  margin: 24px 0;
  padding: 0 0 0 9px;
  color: #3d3d3d;
  font-size: 1.0625rem;
  line-height: 1.25;
  border-left: 4px solid #bbbbbb;
}
.category #primary .include-section h6,
.category #primary .advertiseArea h6,
.single #primary .include-section h6,
.single #primary .advertiseArea h6 {
  margin: 24px 0;
  padding: 5px 10px;
  color: #3d3d3d;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
  background-color: #f0f0f0;
}
.category #primary .include-section h2 + p, .category #primary .include-section h3 + p, .category #primary .include-section h4 + p, .category #primary .include-section h5 + p, .category #primary .include-section h6 + p,
.category #primary .advertiseArea h2 + p,
.category #primary .advertiseArea h3 + p,
.category #primary .advertiseArea h4 + p,
.category #primary .advertiseArea h5 + p,
.category #primary .advertiseArea h6 + p,
.single #primary .include-section h2 + p,
.single #primary .include-section h3 + p,
.single #primary .include-section h4 + p,
.single #primary .include-section h5 + p,
.single #primary .include-section h6 + p,
.single #primary .advertiseArea h2 + p,
.single #primary .advertiseArea h3 + p,
.single #primary .advertiseArea h4 + p,
.single #primary .advertiseArea h5 + p,
.single #primary .advertiseArea h6 + p {
  margin-top: -10px;
}
.category #primary .include-section p,
.category #primary .advertiseArea p,
.single #primary .include-section p,
.single #primary .advertiseArea p {
  margin: 24px 0;
  line-height: 1.8;
}
.category #primary .include-section.introduction p,
.category #primary .advertiseArea.introduction p,
.single #primary .include-section.introduction p,
.single #primary .advertiseArea.introduction p {
  line-height: 1.5;
}
.category #primary .include-section em,
.category #primary .advertiseArea em,
.single #primary .include-section em,
.single #primary .advertiseArea em {
  background-color: #ffff99;
}
.category #primary .include-section img,
.category #primary .advertiseArea img,
.single #primary .include-section img,
.single #primary .advertiseArea img {
  max-width: 100%;
  height: auto;
}
.category #primary .include-section blockquote,
.category #primary .advertiseArea blockquote,
.single #primary .include-section blockquote,
.single #primary .advertiseArea blockquote {
  margin: 30px 0;
  padding: 26px 15px;
  background-color: #f5f5f5;
}
.category #primary .include-section blockquote > *:first-child,
.category #primary .advertiseArea blockquote > *:first-child,
.single #primary .include-section blockquote > *:first-child,
.single #primary .advertiseArea blockquote > *:first-child {
  margin-top: 0;
}
.category #primary .include-section blockquote > *:last-child,
.category #primary .advertiseArea blockquote > *:last-child,
.single #primary .include-section blockquote > *:last-child,
.single #primary .advertiseArea blockquote > *:last-child {
  margin-bottom: 0;
}
.category #primary .include-section blockquote blockquote,
.category #primary .advertiseArea blockquote blockquote,
.single #primary .include-section blockquote blockquote,
.single #primary .advertiseArea blockquote blockquote {
  margin: 0;
  padding: 0;
}
.category #primary .include-section table,
.category #primary .advertiseArea table,
.single #primary .include-section table,
.single #primary .advertiseArea table {
  margin: 30px 0;
  table-layout: fixed;
  max-width: 100%;
  width: auto;
}
.category #primary .include-section table[style*="margin"],
.category #primary .advertiseArea table[style*="margin"],
.single #primary .include-section table[style*="margin"],
.single #primary .advertiseArea table[style*="margin"] {
  margin-left: auto !important;
}
.category #primary .include-section table th, .category #primary .include-section table td,
.category #primary .advertiseArea table th,
.category #primary .advertiseArea table td,
.single #primary .include-section table th,
.single #primary .include-section table td,
.single #primary .advertiseArea table th,
.single #primary .advertiseArea table td {
  border: 1px solid #dedede;
}
.category #primary .include-section table th,
.category #primary .advertiseArea table th,
.single #primary .include-section table th,
.single #primary .advertiseArea table th {
  padding: 10px 2%;
  background-color: #f2f2f2;
}
.category #primary .include-section table td,
.category #primary .advertiseArea table td,
.single #primary .include-section table td,
.single #primary .advertiseArea table td {
  display: table-cell !important;
}
.category #primary .include-section table td h2,
.category #primary .include-section table td h3,
.category #primary .include-section table td h4,
.category #primary .advertiseArea table td h2,
.category #primary .advertiseArea table td h3,
.category #primary .advertiseArea table td h4,
.single #primary .include-section table td h2,
.single #primary .include-section table td h3,
.single #primary .include-section table td h4,
.single #primary .advertiseArea table td h2,
.single #primary .advertiseArea table td h3,
.single #primary .advertiseArea table td h4 {
  margin-top: 12px;
}
.category #primary .include-section table td p:first-child,
.category #primary .advertiseArea table td p:first-child,
.single #primary .include-section table td p:first-child,
.single #primary .advertiseArea table td p:first-child {
  margin-top: 12px;
}
.category #primary .include-section table td div,
.category #primary .advertiseArea table td div,
.single #primary .include-section table td div,
.single #primary .advertiseArea table td div {
  border: none !important;
  width: auto !important;
}
.category #primary .include-section table img,
.category #primary .advertiseArea table img,
.single #primary .include-section table img,
.single #primary .advertiseArea table img {
  max-width: 93%;
}
.category #primary .include-section dl,
.category #primary .advertiseArea dl,
.single #primary .include-section dl,
.single #primary .advertiseArea dl {
  margin: 30px 0;
}
.category #primary .include-section dl dt,
.category #primary .advertiseArea dl dt,
.single #primary .include-section dl dt,
.single #primary .advertiseArea dl dt {
  font-weight: bold;
}
.category #primary .include-section dl dd,
.category #primary .advertiseArea dl dd,
.single #primary .include-section dl dd,
.single #primary .advertiseArea dl dd {
  margin-left: 0;
  margin-bottom: 8px;
}
.category #primary .include-section ul,
.category #primary .advertiseArea ul,
.single #primary .include-section ul,
.single #primary .advertiseArea ul {
  margin: 24px 0;
  padding-left: 1.4rem;
  list-style-type: disc;
}
.category #primary .include-section ul ul, .category #primary .include-section ul ol,
.category #primary .advertiseArea ul ul,
.category #primary .advertiseArea ul ol,
.single #primary .include-section ul ul,
.single #primary .include-section ul ol,
.single #primary .advertiseArea ul ul,
.single #primary .advertiseArea ul ol {
  margin: 0;
}
.category #primary .include-section ul ul,
.category #primary .advertiseArea ul ul,
.single #primary .include-section ul ul,
.single #primary .advertiseArea ul ul {
  list-style-type: circle;
}
.category #primary .include-section ul ul ul,
.category #primary .advertiseArea ul ul ul,
.single #primary .include-section ul ul ul,
.single #primary .advertiseArea ul ul ul {
  list-style-type: square;
}
.category #primary .include-section ul ul ul ul,
.category #primary .advertiseArea ul ul ul ul,
.single #primary .include-section ul ul ul ul,
.single #primary .advertiseArea ul ul ul ul {
  list-style-type: disc;
}
.category #primary .include-section ul + ul,
.category #primary .advertiseArea ul + ul,
.single #primary .include-section ul + ul,
.single #primary .advertiseArea ul + ul {
  margin-top: -8px;
}
.category #primary .include-section .inline-list,
.category #primary .advertiseArea .inline-list,
.single #primary .include-section .inline-list,
.single #primary .advertiseArea .inline-list {
  *zoom: 1;
}
.category #primary .include-section .inline-list:before, .category #primary .include-section .inline-list:after,
.category #primary .advertiseArea .inline-list:before,
.category #primary .advertiseArea .inline-list:after,
.single #primary .include-section .inline-list:before,
.single #primary .include-section .inline-list:after,
.single #primary .advertiseArea .inline-list:before,
.single #primary .advertiseArea .inline-list:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.category #primary .include-section .inline-list:after,
.category #primary .advertiseArea .inline-list:after,
.single #primary .include-section .inline-list:after,
.single #primary .advertiseArea .inline-list:after {
  clear: both;
}
.category #primary .include-section .inline-list li,
.category #primary .advertiseArea .inline-list li,
.single #primary .include-section .inline-list li,
.single #primary .advertiseArea .inline-list li {
  float: left;
  margin-right: 2.5em;
}
.category #primary .include-section ol,
.category #primary .advertiseArea ol,
.single #primary .include-section ol,
.single #primary .advertiseArea ol {
  margin: 24px 0;
  padding-left: 1.4rem;
  list-style-type: decimal;
}
.category #primary .include-section ol ul, .category #primary .include-section ol ol,
.category #primary .advertiseArea ol ul,
.category #primary .advertiseArea ol ol,
.single #primary .include-section ol ul,
.single #primary .include-section ol ol,
.single #primary .advertiseArea ol ul,
.single #primary .advertiseArea ol ol {
  margin: 0;
}
.category #primary .include-section small,
.category #primary .advertiseArea small,
.single #primary .include-section small,
.single #primary .advertiseArea small {
  font-size: 92%;
}
.category #primary .include-section .aligncenter,
.category #primary .advertiseArea .aligncenter,
.single #primary .include-section .aligncenter,
.single #primary .advertiseArea .aligncenter {
  margin: 26px auto;
}
.category #primary .include-section .alignleft,
.category #primary .include-section .box-l,
.category #primary .advertiseArea .alignleft,
.category #primary .advertiseArea .box-l,
.single #primary .include-section .alignleft,
.single #primary .include-section .box-l,
.single #primary .advertiseArea .alignleft,
.single #primary .advertiseArea .box-l {
  float: left;
}
.category #primary .include-section .alignright,
.category #primary .include-section .box-r,
.category #primary .advertiseArea .alignright,
.category #primary .advertiseArea .box-r,
.single #primary .include-section .alignright,
.single #primary .include-section .box-r,
.single #primary .advertiseArea .alignright,
.single #primary .advertiseArea .box-r {
  float: right;
}
.category #primary .include-section .box-l,
.category #primary .include-section .box-r,
.category #primary .include-section .alignleft,
.category #primary .include-section .alignright,
.category #primary .advertiseArea .box-l,
.category #primary .advertiseArea .box-r,
.category #primary .advertiseArea .alignleft,
.category #primary .advertiseArea .alignright,
.single #primary .include-section .box-l,
.single #primary .include-section .box-r,
.single #primary .include-section .alignleft,
.single #primary .include-section .alignright,
.single #primary .advertiseArea .box-l,
.single #primary .advertiseArea .box-r,
.single #primary .advertiseArea .alignleft,
.single #primary .advertiseArea .alignright {
  max-width: 50%;
  width: auto !important;
  margin-bottom: 10px;
}
.category #primary .include-section .box-l + h2,
.category #primary .include-section .box-l + h3,
.category #primary .include-section .box-r + h2,
.category #primary .include-section .box-r + h3,
.category #primary .include-section .alignleft + h2,
.category #primary .include-section .alignleft + h3,
.category #primary .include-section .alignright + h2,
.category #primary .include-section .alignright + h3,
.category #primary .advertiseArea .box-l + h2,
.category #primary .advertiseArea .box-l + h3,
.category #primary .advertiseArea .box-r + h2,
.category #primary .advertiseArea .box-r + h3,
.category #primary .advertiseArea .alignleft + h2,
.category #primary .advertiseArea .alignleft + h3,
.category #primary .advertiseArea .alignright + h2,
.category #primary .advertiseArea .alignright + h3,
.single #primary .include-section .box-l + h2,
.single #primary .include-section .box-l + h3,
.single #primary .include-section .box-r + h2,
.single #primary .include-section .box-r + h3,
.single #primary .include-section .alignleft + h2,
.single #primary .include-section .alignleft + h3,
.single #primary .include-section .alignright + h2,
.single #primary .include-section .alignright + h3,
.single #primary .advertiseArea .box-l + h2,
.single #primary .advertiseArea .box-l + h3,
.single #primary .advertiseArea .box-r + h2,
.single #primary .advertiseArea .box-r + h3,
.single #primary .advertiseArea .alignleft + h2,
.single #primary .advertiseArea .alignleft + h3,
.single #primary .advertiseArea .alignright + h2,
.single #primary .advertiseArea .alignright + h3 {
  margin-top: 0;
  overflow: hidden;
}
.category #primary .include-section .box-l + p,
.category #primary .include-section .box-r + p,
.category #primary .include-section .alignleft + p,
.category #primary .include-section .alignright + p,
.category #primary .advertiseArea .box-l + p,
.category #primary .advertiseArea .box-r + p,
.category #primary .advertiseArea .alignleft + p,
.category #primary .advertiseArea .alignright + p,
.single #primary .include-section .box-l + p,
.single #primary .include-section .box-r + p,
.single #primary .include-section .alignleft + p,
.single #primary .include-section .alignright + p,
.single #primary .advertiseArea .box-l + p,
.single #primary .advertiseArea .box-r + p,
.single #primary .advertiseArea .alignleft + p,
.single #primary .advertiseArea .alignright + p {
  margin-top: 0;
}
.category #primary .include-section .box-l table,
.category #primary .include-section .box-r table,
.category #primary .include-section .alignleft table,
.category #primary .include-section .alignright table,
.category #primary .advertiseArea .box-l table,
.category #primary .advertiseArea .box-r table,
.category #primary .advertiseArea .alignleft table,
.category #primary .advertiseArea .alignright table,
.single #primary .include-section .box-l table,
.single #primary .include-section .box-r table,
.single #primary .include-section .alignleft table,
.single #primary .include-section .alignright table,
.single #primary .advertiseArea .box-l table,
.single #primary .advertiseArea .box-r table,
.single #primary .advertiseArea .alignleft table,
.single #primary .advertiseArea .alignright table {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
}
.category #primary .include-section .box-l [class^="image"] img,
.category #primary .include-section .box-r [class^="image"] img,
.category #primary .include-section .alignleft [class^="image"] img,
.category #primary .include-section .alignright [class^="image"] img,
.category #primary .advertiseArea .box-l [class^="image"] img,
.category #primary .advertiseArea .box-r [class^="image"] img,
.category #primary .advertiseArea .alignleft [class^="image"] img,
.category #primary .advertiseArea .alignright [class^="image"] img,
.single #primary .include-section .box-l [class^="image"] img,
.single #primary .include-section .box-r [class^="image"] img,
.single #primary .include-section .alignleft [class^="image"] img,
.single #primary .include-section .alignright [class^="image"] img,
.single #primary .advertiseArea .box-l [class^="image"] img,
.single #primary .advertiseArea .box-r [class^="image"] img,
.single #primary .advertiseArea .alignleft [class^="image"] img,
.single #primary .advertiseArea .alignright [class^="image"] img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.category #primary .include-section .box-l .ad-in-post,
.category #primary .include-section .box-r .ad-in-post,
.category #primary .include-section .alignleft .ad-in-post,
.category #primary .include-section .alignright .ad-in-post,
.category #primary .advertiseArea .box-l .ad-in-post,
.category #primary .advertiseArea .box-r .ad-in-post,
.category #primary .advertiseArea .alignleft .ad-in-post,
.category #primary .advertiseArea .alignright .ad-in-post,
.single #primary .include-section .box-l .ad-in-post,
.single #primary .include-section .box-r .ad-in-post,
.single #primary .include-section .alignleft .ad-in-post,
.single #primary .include-section .alignright .ad-in-post,
.single #primary .advertiseArea .box-l .ad-in-post,
.single #primary .advertiseArea .box-r .ad-in-post,
.single #primary .advertiseArea .alignleft .ad-in-post,
.single #primary .advertiseArea .alignright .ad-in-post {
  margin-top: 24px;
}
.category #primary .include-section .box-l > div + div,
.category #primary .include-section .box-r > div + div,
.category #primary .include-section .alignleft > div + div,
.category #primary .include-section .alignright > div + div,
.category #primary .advertiseArea .box-l > div + div,
.category #primary .advertiseArea .box-r > div + div,
.category #primary .advertiseArea .alignleft > div + div,
.category #primary .advertiseArea .alignright > div + div,
.single #primary .include-section .box-l > div + div,
.single #primary .include-section .box-r > div + div,
.single #primary .include-section .alignleft > div + div,
.single #primary .include-section .alignright > div + div,
.single #primary .advertiseArea .box-l > div + div,
.single #primary .advertiseArea .box-r > div + div,
.single #primary .advertiseArea .alignleft > div + div,
.single #primary .advertiseArea .alignright > div + div {
  margin-top: 24px;
}
.category #primary .include-section .box-l,
.category #primary .advertiseArea .box-l,
.single #primary .include-section .box-l,
.single #primary .advertiseArea .box-l {
  margin-right: 20px;
}
.category #primary .include-section .box-r,
.category #primary .advertiseArea .box-r,
.single #primary .include-section .box-r,
.single #primary .advertiseArea .box-r {
  margin-left: 20px;
}
.category #primary .include-section .box-c,
.category #primary .advertiseArea .box-c,
.single #primary .include-section .box-c,
.single #primary .advertiseArea .box-c {
  margin: 0 auto;
}
.category #primary .include-section .box-c table div,
.category #primary .advertiseArea .box-c table div,
.single #primary .include-section .box-c table div,
.single #primary .advertiseArea .box-c table div {
  margin: 0 auto;
}
.category #primary .include-section .align-c,
.category #primary .advertiseArea .align-c,
.single #primary .include-section .align-c,
.single #primary .advertiseArea .align-c {
  clear: both;
  display: block;
  margin: 16px auto;
  text-align: center;
}
.category #primary .include-section .align-c img,
.category #primary .advertiseArea .align-c img,
.single #primary .include-section .align-c img,
.single #primary .advertiseArea .align-c img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.category #primary .include-section .align-c div,
.category #primary .advertiseArea .align-c div,
.single #primary .include-section .align-c div,
.single #primary .advertiseArea .align-c div {
  width: 100% !important;
}
.category #primary .include-section .ad-in-post,
.category #primary .advertiseArea .ad-in-post,
.single #primary .include-section .ad-in-post,
.single #primary .advertiseArea .ad-in-post {
  margin-bottom: 24px;
}
.category #primary .include-section p + .ad-in-post,
.category #primary .include-section h2 + .ad-in-post,
.category #primary .include-section .aligncenter + .ad-in-post,
.category #primary .include-section .align-c + .ad-in-post,
.category #primary .advertiseArea p + .ad-in-post,
.category #primary .advertiseArea h2 + .ad-in-post,
.category #primary .advertiseArea .aligncenter + .ad-in-post,
.category #primary .advertiseArea .align-c + .ad-in-post,
.single #primary .include-section p + .ad-in-post,
.single #primary .include-section h2 + .ad-in-post,
.single #primary .include-section .aligncenter + .ad-in-post,
.single #primary .include-section .align-c + .ad-in-post,
.single #primary .advertiseArea p + .ad-in-post,
.single #primary .advertiseArea h2 + .ad-in-post,
.single #primary .advertiseArea .aligncenter + .ad-in-post,
.single #primary .advertiseArea .align-c + .ad-in-post {
  float: left;
  margin-right: 20px;
}
.category #primary .include-section div + .ad-in-post,
.category #primary .advertiseArea div + .ad-in-post,
.single #primary .include-section div + .ad-in-post,
.single #primary .advertiseArea div + .ad-in-post {
  margin-top: 24px;
}
.category #primary .include-section #recipe_indent p,
.category #primary .advertiseArea #recipe_indent p,
.single #primary .include-section #recipe_indent p,
.single #primary .advertiseArea #recipe_indent p {
  text-indent: 0;
}
.category #primary .include-section .photo-cap,
.category #primary .include-section .wp-caption-text,
.category #primary .advertiseArea .photo-cap,
.category #primary .advertiseArea .wp-caption-text,
.single #primary .include-section .photo-cap,
.single #primary .include-section .wp-caption-text,
.single #primary .advertiseArea .photo-cap,
.single #primary .advertiseArea .wp-caption-text {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.3;
  max-width: 100%;
}
.category #primary .include-section .column,
.category #primary .advertiseArea .column,
.single #primary .include-section .column,
.single #primary .advertiseArea .column {
  *zoom: 1;
  margin: 24px 0;
  font-size: 0;
  text-align: center;
}
.category #primary .include-section .column:before, .category #primary .include-section .column:after,
.category #primary .advertiseArea .column:before,
.category #primary .advertiseArea .column:after,
.single #primary .include-section .column:before,
.single #primary .include-section .column:after,
.single #primary .advertiseArea .column:before,
.single #primary .advertiseArea .column:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.category #primary .include-section .column:after,
.category #primary .advertiseArea .column:after,
.single #primary .include-section .column:after,
.single #primary .advertiseArea .column:after {
  clear: both;
}
.category #primary .include-section .column > div,
.category #primary .advertiseArea .column > div,
.single #primary .include-section .column > div,
.single #primary .advertiseArea .column > div {
  display: inline-block;
  font-size: 1rem;
}
.category #primary .include-section hr,
.category #primary .advertiseArea hr,
.single #primary .include-section hr,
.single #primary .advertiseArea hr {
  border: none;
  border-top: solid 1px #999;
}
.category #primary .include-section .recipe-booklist,
.category #primary .advertiseArea .recipe-booklist,
.single #primary .include-section .recipe-booklist,
.single #primary .advertiseArea .recipe-booklist {
  *zoom: 1;
  list-style-type: none;
}
.category #primary .include-section .recipe-booklist:before, .category #primary .include-section .recipe-booklist:after,
.category #primary .advertiseArea .recipe-booklist:before,
.category #primary .advertiseArea .recipe-booklist:after,
.single #primary .include-section .recipe-booklist:before,
.single #primary .include-section .recipe-booklist:after,
.single #primary .advertiseArea .recipe-booklist:before,
.single #primary .advertiseArea .recipe-booklist:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.category #primary .include-section .recipe-booklist:after,
.category #primary .advertiseArea .recipe-booklist:after,
.single #primary .include-section .recipe-booklist:after,
.single #primary .advertiseArea .recipe-booklist:after {
  clear: both;
}
.category #primary .include-section .recipe-booklist li,
.category #primary .advertiseArea .recipe-booklist li,
.single #primary .include-section .recipe-booklist li,
.single #primary .advertiseArea .recipe-booklist li {
  float: left;
}
.category #primary .include-section .image-zoom,
.category #primary .advertiseArea .image-zoom,
.single #primary .include-section .image-zoom,
.single #primary .advertiseArea .image-zoom {
  display: block;
  text-decoration: underline;
  margin: 6px 0 0;
  padding-left: 25px;
  font-size: 0.875rem;
  text-align: left;
  background: url(../images/icon-image-zoom.png) no-repeat left top;
}
.category #primary .include-section .image-zoom.aligncenter,
.category #primary .advertiseArea .image-zoom.aligncenter,
.single #primary .include-section .image-zoom.aligncenter,
.single #primary .advertiseArea .image-zoom.aligncenter {
  text-align: left;
  margin: 6px 0 0;
}
.category #primary .include-section .attachment-image,
.category #primary .advertiseArea .attachment-image,
.single #primary .include-section .attachment-image,
.single #primary .advertiseArea .attachment-image {
  display: inline-block;
  text-align: center;
}
.category #primary .include-section .counseling-answer-author,
.category #primary .advertiseArea .counseling-answer-author,
.single #primary .include-section .counseling-answer-author,
.single #primary .advertiseArea .counseling-answer-author {
  font-weight: bold;
}
.category #primary .include-section .movieWrap.movie-s,
.category #primary .advertiseArea .movieWrap.movie-s,
.single #primary .include-section .movieWrap.movie-s,
.single #primary .advertiseArea .movieWrap.movie-s {
  width: 310px;
  margin-right: 24px;
  float: left;
}
.category #primary .include-section .movieTitle,
.category #primary .advertiseArea .movieTitle,
.single #primary .include-section .movieTitle,
.single #primary .advertiseArea .movieTitle {
  margin: 10px 0;
  font-weight: bold;
}
.category #primary .include-section .detailText,
.category #primary .advertiseArea .detailText,
.single #primary .include-section .detailText,
.single #primary .advertiseArea .detailText {
  margin: 10px 0;
}
.category #primary .include-section .movieRelation-list,
.category #primary .advertiseArea .movieRelation-list,
.single #primary .include-section .movieRelation-list,
.single #primary .advertiseArea .movieRelation-list {
  margin: 15px 0;
  padding-left: 0;
  list-style: none;
}
.category #primary .include-section .movieRelation-list li,
.category #primary .advertiseArea .movieRelation-list li,
.single #primary .include-section .movieRelation-list li,
.single #primary .advertiseArea .movieRelation-list li {
  margin-bottom: 5px;
}
.category #primary .include-section .movieRelation-list a,
.category #primary .advertiseArea .movieRelation-list a,
.single #primary .include-section .movieRelation-list a,
.single #primary .advertiseArea .movieRelation-list a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-size: 0.875rem;
  line-height: 1.42;
  text-decoration: underline;
}
.category #primary .include-section .movieRelation-list a:before,
.category #primary .advertiseArea .movieRelation-list a:before,
.single #primary .include-section .movieRelation-list a:before,
.single #primary .advertiseArea .movieRelation-list a:before {
  content: "";
  display: block;
  width: 11px;
  height: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-list-side.png) no-repeat center center;
}
.category #primary .include-section dl.search-contents-infoList,
.category #primary .advertiseArea dl.search-contents-infoList,
.single #primary .include-section dl.search-contents-infoList,
.single #primary .advertiseArea dl.search-contents-infoList {
  margin: 20px 0 25px;
}
.category #primary .include-section dl.search-contents-infoList dt,
.category #primary .advertiseArea dl.search-contents-infoList dt,
.single #primary .include-section dl.search-contents-infoList dt,
.single #primary .advertiseArea dl.search-contents-infoList dt {
  margin-bottom: 5px;
  color: #444444;
  font-weight: bold;
}
.category #primary .include-section dl.search-contents-infoList dd,
.category #primary .advertiseArea dl.search-contents-infoList dd,
.single #primary .include-section dl.search-contents-infoList dd,
.single #primary .advertiseArea dl.search-contents-infoList dd {
  margin-left: 0;
  margin-bottom: 18px;
}
.category #primary .include-section dl.search-contents-infoList dd a,
.category #primary .advertiseArea dl.search-contents-infoList dd a,
.single #primary .include-section dl.search-contents-infoList dd a,
.single #primary .advertiseArea dl.search-contents-infoList dd a {
  text-decoration: underline;
}
.category #primary .include-section dl.search-contents-infoList > *:last-child,
.category #primary .advertiseArea dl.search-contents-infoList > *:last-child,
.single #primary .include-section dl.search-contents-infoList > *:last-child,
.single #primary .advertiseArea dl.search-contents-infoList > *:last-child {
  margin-bottom: 0;
}
.category #primary .include-section dl.search-contents-infoList.arrow-circle dt,
.category #primary .advertiseArea dl.search-contents-infoList.arrow-circle dt,
.single #primary .include-section dl.search-contents-infoList.arrow-circle dt,
.single #primary .advertiseArea dl.search-contents-infoList.arrow-circle dt {
  position: relative;
  padding-left: 15px;
}
.category #primary .include-section dl.search-contents-infoList.arrow-circle dt:before,
.category #primary .advertiseArea dl.search-contents-infoList.arrow-circle dt:before,
.single #primary .include-section dl.search-contents-infoList.arrow-circle dt:before,
.single #primary .advertiseArea dl.search-contents-infoList.arrow-circle dt:before {
  content: "";
  display: block;
  width: 11px;
  height: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-list-side.png) no-repeat center center;
}
.category #primary .include-section .recommend-register-area,
.category #primary .advertiseArea .recommend-register-area,
.single #primary .include-section .recommend-register-area,
.single #primary .advertiseArea .recommend-register-area {
  position: relative;
  top: -30px;
}
.category #primary .include-section .recommend-register-area:before,
.category #primary .advertiseArea .recommend-register-area:before,
.single #primary .include-section .recommend-register-area:before,
.single #primary .advertiseArea .recommend-register-area:before {
  content: " ";
  display: block;
  position: absolute;
  top: -111px;
  left: 0;
  background: url(../images/bg-chiramise.png) repeat-x 0 0;
  width: 100%;
  height: 111px;
  z-index: 2;
}
.category #primary .include-section .recommend-register-area p,
.category #primary .advertiseArea .recommend-register-area p,
.single #primary .include-section .recommend-register-area p,
.single #primary .advertiseArea .recommend-register-area p {
  margin: 16px 0;
}
.category #primary .include-section .recommend-register-area .titleType-icon,
.category #primary .advertiseArea .recommend-register-area .titleType-icon,
.single #primary .include-section .recommend-register-area .titleType-icon,
.single #primary .advertiseArea .recommend-register-area .titleType-icon {
  margin-top: 0;
  padding: 0 0 3px 25px;
  border-bottom: 2px solid #036250;
}
.category #primary .include-section .recommend-register-area .button-register,
.category #primary .advertiseArea .recommend-register-area .button-register,
.single #primary .include-section .recommend-register-area .button-register,
.single #primary .advertiseArea .recommend-register-area .button-register {
  margin-right: 10px;
}
.category #primary .include-section .profile-area,
.category #primary .advertiseArea .profile-area,
.single #primary .include-section .profile-area,
.single #primary .advertiseArea .profile-area {
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  padding: 25px 16px;
}
.category #primary .include-section .profile-area > .alignleft,
.category #primary .advertiseArea .profile-area > .alignleft,
.single #primary .include-section .profile-area > .alignleft,
.single #primary .advertiseArea .profile-area > .alignleft {
  margin-right: 15px;
}
.category #primary .include-section .profile-area > .alignright,
.category #primary .advertiseArea .profile-area > .alignright,
.single #primary .include-section .profile-area > .alignright,
.single #primary .advertiseArea .profile-area > .alignright {
  margin-left: 15px;
}
.category #primary .include-section .profile-common,
.category #primary .advertiseArea .profile-common,
.single #primary .include-section .profile-common,
.single #primary .advertiseArea .profile-common {
  overflow: hidden;
}
.category #primary .include-section .profile-name,
.category #primary .advertiseArea .profile-name,
.single #primary .include-section .profile-name,
.single #primary .advertiseArea .profile-name {
  margin-bottom: 4px;
  font-weight: bold;
}
.category #primary .include-section .profile-content,
.category #primary .advertiseArea .profile-content,
.single #primary .include-section .profile-content,
.single #primary .advertiseArea .profile-content {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.category #primary .include-section .profile-content p,
.category #primary .advertiseArea .profile-content p,
.single #primary .include-section .profile-content p,
.single #primary .advertiseArea .profile-content p {
  margin: 0;
}
.category #primary .include-section .telconsul-header,
.category #primary .advertiseArea .telconsul-header,
.single #primary .include-section .telconsul-header,
.single #primary .advertiseArea .telconsul-header {
  font-size: 1.75rem;
  color: #6b6b6b;
  padding-left: 42px;
}
.category #primary .include-section .telconsul-header:before,
.category #primary .advertiseArea .telconsul-header:before,
.single #primary .include-section .telconsul-header:before,
.single #primary .advertiseArea .telconsul-header:before {
  width: 30px;
  height: 30px;
  background-color: transparent;
}
.category #primary .include-section .telconsul-header.health:before,
.category #primary .advertiseArea .telconsul-header.health:before,
.single #primary .include-section .telconsul-header.health:before,
.single #primary .advertiseArea .telconsul-header.health:before {
  background-image: url(../images/icon-telconsul-health.png);
}
.category #primary .include-section .telconsul-header.mental-health:before,
.category #primary .advertiseArea .telconsul-header.mental-health:before,
.single #primary .include-section .telconsul-header.mental-health:before,
.single #primary .advertiseArea .telconsul-header.mental-health:before {
  background-image: url(../images/icon-telconsul-m-health.png);
}
.category #primary .include-section .decorative-table,
.category #primary .advertiseArea .decorative-table,
.single #primary .include-section .decorative-table,
.single #primary .advertiseArea .decorative-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.category #primary .include-section .decorative-table td,
.category #primary .advertiseArea .decorative-table td,
.single #primary .include-section .decorative-table td,
.single #primary .advertiseArea .decorative-table td {
  position: relative;
  border-left: none;
}
.category #primary .include-section .decorative-table td:after,
.category #primary .advertiseArea .decorative-table td:after,
.single #primary .include-section .decorative-table td:after,
.single #primary .advertiseArea .decorative-table td:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #f2f2f2;
}
.category #primary .include-section .decorative-table th,
.category #primary .advertiseArea .decorative-table th,
.single #primary .include-section .decorative-table th,
.single #primary .advertiseArea .decorative-table th {
  text-align: center;
  font-weight: bold;
  border-color: #f2f2f2;
  border-right: none;
}
.category #primary .include-section .telconsul-menu,
.category #primary .advertiseArea .telconsul-menu,
.single #primary .include-section .telconsul-menu,
.single #primary .advertiseArea .telconsul-menu {
  *zoom: 1;
  padding-left: 0;
  margin-left: -10px;
  list-style-type: none;
}
.category #primary .include-section .telconsul-menu:before, .category #primary .include-section .telconsul-menu:after,
.category #primary .advertiseArea .telconsul-menu:before,
.category #primary .advertiseArea .telconsul-menu:after,
.single #primary .include-section .telconsul-menu:before,
.single #primary .include-section .telconsul-menu:after,
.single #primary .advertiseArea .telconsul-menu:before,
.single #primary .advertiseArea .telconsul-menu:after {
  content: "";
  display: table;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.category #primary .include-section .telconsul-menu:after,
.category #primary .advertiseArea .telconsul-menu:after,
.single #primary .include-section .telconsul-menu:after,
.single #primary .advertiseArea .telconsul-menu:after {
  clear: both;
}
.category #primary .include-section .telconsul-menu-item,
.category #primary .advertiseArea .telconsul-menu-item,
.single #primary .include-section .telconsul-menu-item,
.single #primary .advertiseArea .telconsul-menu-item {
  width: 182px;
  padding: 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  border: solid 1px #dedede;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
  background-repeat: no-repeat;
  background-position: center 16px;
}
.category #primary .include-section .telconsul-menu-item.desease,
.category #primary .advertiseArea .telconsul-menu-item.desease,
.single #primary .include-section .telconsul-menu-item.desease,
.single #primary .advertiseArea .telconsul-menu-item.desease {
  background-image: url(../images/icon-telconsul-desease.png);
}
.category #primary .include-section .telconsul-menu-item.doctor,
.category #primary .advertiseArea .telconsul-menu-item.doctor,
.single #primary .include-section .telconsul-menu-item.doctor,
.single #primary .advertiseArea .telconsul-menu-item.doctor {
  background-image: url(../images/icon-telconsul-doctor.png);
}
.category #primary .include-section .telconsul-menu-item.child,
.category #primary .advertiseArea .telconsul-menu-item.child,
.single #primary .include-section .telconsul-menu-item.child,
.single #primary .advertiseArea .telconsul-menu-item.child {
  background-image: url(../images/icon-telconsul-child.png);
}
.category #primary .include-section .telconsul-menu-item.kaigo,
.category #primary .advertiseArea .telconsul-menu-item.kaigo,
.single #primary .include-section .telconsul-menu-item.kaigo,
.single #primary .advertiseArea .telconsul-menu-item.kaigo {
  background-image: url(../images/icon-telconsul-kaigo.png);
}
.category #primary .include-section .telconsul-menu-item.hospital,
.category #primary .advertiseArea .telconsul-menu-item.hospital,
.single #primary .include-section .telconsul-menu-item.hospital,
.single #primary .advertiseArea .telconsul-menu-item.hospital {
  background-image: url(../images/icon-telconsul-hospital.png);
}
.category #primary .include-section .telconsul-menu-header,
.category #primary .advertiseArea .telconsul-menu-header,
.single #primary .include-section .telconsul-menu-header,
.single #primary .advertiseArea .telconsul-menu-header {
  padding-top: 74px;
  margin-bottom: 0;
  font-size: 1rem;
  text-align: center;
  border: none;
  color: #444;
}
.category #primary .include-section .telconsul-menu-desc,
.category #primary .advertiseArea .telconsul-menu-desc,
.single #primary .include-section .telconsul-menu-desc,
.single #primary .advertiseArea .telconsul-menu-desc {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 0.875rem;
}
.category #primary .include-section .mental-health-subheader,
.category #primary .advertiseArea .mental-health-subheader,
.single #primary .include-section .mental-health-subheader,
.single #primary .advertiseArea .mental-health-subheader {
  padding-top: 8px;
  padding-left: 30px;
  color: #555;
  background-image: url(../images/icon-telconsul-checked.png);
  background-repeat: no-repeat;
  background-position: left center;
}

/*
 * 8.0 - お支払い方法を選ぶページ
 */
#primary .edit-area .payment-header {
  margin: 10px 0;
  padding-left: 0;
  border: none;
}
#primary .edit-area .payment-header:before {
  display: none;
}

.payment-input-area {
  width: 100% !important;
  table-layout: auto !important;
  padding: 40px;
  border: solid 1px #ddd;
}
.payment-input-area th {
  width: 150px;
}
.payment-input-area label {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.payment-input-area label a {
  font-size: 0.8em;
}

.payment-recommend-area {
  margin-top: 40px;
  font-size: 0.8em;
}

.payment-submit {
  margin: 40px auto 70px;
}

/*
 * 9.0 - ログインページ
 */
.login-box,
.register-intro-box {
  width: 495px;
}

.login-box {
  background-color: #f6f6f6;
}

.input-label {
  font-weight: bold;
}

.login-input-area {
  width: 380px;
  margin: 20px auto;
}

.register-intro-box li {
  margin-bottom: 8px;
}

/*
 * 10.0 - 404ページ
 */
#primary .site-search h4 {
  margin-top: 0;
}
#primary .site-search ul {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}
#primary .site-search .option-item {
  margin-left: 0;
  width: 20%;
}

/*
 * 11.0 -- outbrain
 **/
.AR_2.ob-widget .ob-widget-items-container {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
