@charset "UTF-8";

/*doc
SPページの場合読み込むファイルを指定
@import "sp_layout.css";
*/

@import "sp_module.css";
@import "sp_style.css";

/* Third Party */
@import "vendor/jquery.slidemenu.css";


/*    WYSIWYG用 css
---------------------------------------------------------*/

#wiziwig {
  font-size: 14px;
}


#wiziwig h1,
#wiziwig h2,
#wiziwig h3,
#wiziwig h4,
#wiziwig h5,
#wiziwig h6 {
  clear: both;
  font-weight: 700;
  margin: 36px 0 12px;
}

#wiziwig h1 {
  font-size: 16px;
  line-height: 1.3846153846;
}

#wiziwig h2 {
  font-size: 15px;
  line-height: 1;
}

#wiziwig h3 {
  font-size: 14px;
  line-height: 1.0909090909;
}

#wiziwig h4 {
  font-size: 13px;
  line-height: 1.2;
}

#wiziwig h5 {
  font-size: 12px;
  line-height: 1.3333333333;
}

#wiziwig h6 {
  font-size: 10px;
  line-height: 1.5;
}

#wiziwig h1:first-child,
#wiziwig h2:first-child,
#wiziwig h3:first-child,
#wiziwig h4:first-child,
#wiziwig h5:first-child,
#wiziwig h6:first-child {
  margin-top: 0;
}

#wiziwig address {
  font-style: italic;
  margin-bottom: 24px;
}

#wiziwig abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

#wiziwig b,
#wiziwig strong {
  font-weight: 700;
}

#wiziwig cite {
  border: 0;
}

#wiziwig cite,
#wiziwig dfn,
#wiziwig em,
#wiziwig i {
  font-style: italic;
}

#wiziwig mark,
#wiziwig ins {
  background: #fff9c0;
  border: 0;
  color: inherit;
  text-decoration: none;
}

#wiziwig p {
  margin: 0 0 24px;
}

#wiziwig code,
#wiziwig kbd,
#wiziwig tt,
#wiziwig var,
#wiziwig samp,
#wiziwig pre {
  font-family: monospace, serif;
  font-size: 15px;
  line-height: 1.6;
}

#wiziwig pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#wiziwig blockquote,
#wiziwig q {
  quotes: none;
}

#wiziwig blockquote:before,
#wiziwig blockquote:after,
#wiziwig q:before,
#wiziwig q:after {
  content: "";
  content: none;
}

#wiziwig blockquote {
  color: #767676;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin: 0 0 24px;
}

#wiziwig blockquote cite,
#wiziwig blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

#wiziwig blockquote em,
#wiziwig blockquote i,
#wiziwig blockquote cite {
  font-style: normal;
}

#wiziwig blockquote strong,
#wiziwig blockquote b {
  font-weight: 400;
}

#wiziwig small {
  font-size: smaller;
}

#wiziwig big {
  font-size: 125%;
}

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

#wiziwig sup {
  bottom: 1ex;
}

#wiziwig sub {
  top: .5ex;
}

#wiziwig dl {
  margin: 0 0 24px;
}

#wiziwig dt {
  font-weight: bold;
}

#wiziwig dd {
  margin: 0 0 24px;
}

#wiziwig ul,
#wiziwig ol {
  list-style: none;
  margin: 0 0 24px 20px;
  padding-left: 0;
}

#wiziwig ul {
  list-style: disc;
}

#wiziwig ol {
  list-style: decimal;
}

#wiziwig li > ul,
#wiziwig li > ol {
  margin: 0 0 0 20px;
}

#wiziwig del {
  color: #767676;
}

#wiziwig hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}


/**
 * 4.0 Links
 * ----------------------------------------------------------------------------
 */

#wiziwig a {
  color: #24890d;
  text-decoration: none;
}

#wiziwig a:visited {
  color: #24890d;
}

#wiziwig a:focus {
  outline: thin dotted;
}

#wiziwig a:active,
#wiziwig a:hover {
  color: #41a62a;
  outline: 0;
}


/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */

#wiziwig .alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

#wiziwig .alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

#wiziwig .aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}

#wiziwig blockquote.alignleft,
#wiziwig blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

#wiziwig blockquote.alignleft p,
#wiziwig blockquote.alignright p {
  margin-bottom: 17px;
}


/**
 * 6.0 Tables
 * ----------------------------------------------------------------------------
 */

#wiziwig .mceItemTable {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0 1px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.2857142857;
  margin-bottom: 24px;
  width: 100%;
}

#wiziwig .mceItemTable th,
#wiziwig .mceItemTable caption {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 1px 0;
  font-weight: 700;
  padding: 8px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: baseline;
}

#wiziwig .mceItemTable td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px 1px 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  padding: 8px;
  vertical-align: baseline;
}


/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */

#wiziwig img {
  height: auto;
  max-width: 474px;
  vertical-align: middle;
}

#wiziwig .wp-caption {
  background: transparent;
  border: none;
  color: #767676;
  margin: 0 0 24px 0;
  max-width: 474px;
  padding: 0;
  text-align: left;
}

#wiziwig .html5-captions .wp-caption {
  padding: 0;
}

#wiziwig .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

#wiziwig .html5-captions .wp-caption.alignleft {
  margin-right: 24px;
}

#wiziwig .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

#wiziwig .wp-caption.alignright img,
#wiziwig .wp-caption.alignright .wp-caption-dd {
  padding-left: 10px;
}

#wiziwig .html5-captions .wp-caption.alignright {
  margin-left: 24px;
}

#wiziwig .html5-captions .wp-caption.alignright img,
#wiziwig .html5-captions .wp-caption.alignright .wp-caption-dd {
  padding: 0;
}

#wiziwig .wp-caption.aligncenter {
  margin: 7px auto;
}

#wiziwig .wp-caption-dt {
  margin: 0;
}

#wiziwig .wp-caption .wp-caption-text,
#wiziwig .wp-caption-dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
  text-align: left;
}

#wiziwig .mceTemp + ul,
#wiziwig .mceTemp + ol {
  list-style-position: inside;
}

/**
 * 8.0 Gallery
 * -----------------------------------------------------------------------------
 */

#wiziwig .gallery .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

#wiziwig .gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: auto;
}

#wiziwig .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 14px);
  max-width:         calc(50% - 14px);
  width: auto;
}

#wiziwig .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 11px);
  max-width:         calc(33.3% - 11px);
  width: auto;
}

#wiziwig .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 9px);
  max-width:         calc(25% - 9px);
  width: auto;
}

#wiziwig .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 8px);
  max-width:         calc(20% - 8px);
  width: auto;
}

#wiziwig .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 7px);
  max-width:         calc(16.7% - 7px);
  width: auto;
}

#wiziwig .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 7px);
  max-width:         calc(14.28% - 7px);
  width: auto;
}

#wiziwig .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 6px);
  max-width:         calc(12.5% - 6px);
  width: auto;
}

#wiziwig .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 6px);
  max-width:         calc(11.1% - 6px);
  width: auto;
}

#wiziwig .gallery-columns-1 .gallery-item:nth-of-type(1n),
#wiziwig .gallery-columns-2 .gallery-item:nth-of-type(2n),
#wiziwig .gallery-columns-3 .gallery-item:nth-of-type(3n),
#wiziwig .gallery-columns-4 .gallery-item:nth-of-type(4n),
#wiziwig .gallery-columns-5 .gallery-item:nth-of-type(5n),
#wiziwig .gallery-columns-6 .gallery-item:nth-of-type(6n),
#wiziwig .gallery-columns-7 .gallery-item:nth-of-type(7n),
#wiziwig .gallery-columns-8 .gallery-item:nth-of-type(8n),
#wiziwig .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

#wiziwig .gallery-columns-1 .gallery-item:nth-of-type(1n),
#wiziwig .gallery-columns-2 .gallery-item:nth-of-type(2n - 1),
#wiziwig .gallery-columns-3 .gallery-item:nth-of-type(3n - 2),
#wiziwig .gallery-columns-4 .gallery-item:nth-of-type(4n - 3),
#wiziwig .gallery-columns-5 .gallery-item:nth-of-type(5n - 4),
#wiziwig .gallery-columns-6 .gallery-item:nth-of-type(6n - 5),
#wiziwig .gallery-columns-7 .gallery-item:nth-of-type(7n - 6),
#wiziwig .gallery-columns-8 .gallery-item:nth-of-type(8n - 7),
#wiziwig .gallery-columns-9 .gallery-item:nth-of-type(9n - 8) {
  margin-left: 12px; /* Compensate for the default negative margin on .gallery, which can't be changed. */
}

#wiziwig .gallery .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

#wiziwig .gallery .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#wiziwig .gallery-item:hover .gallery-caption {
  opacity: 1;
}

#wiziwig .gallery-columns-7 .gallery-caption,
#wiziwig .gallery-columns-8 .gallery-caption,
#wiziwig .gallery-columns-9 .gallery-caption {
  display: none;
}


/**
 * 9.0 Audio/Video
 * ----------------------------------------------------------------------------
 */

#wiziwig .mejs-mediaelement,
#wiziwig .mejs-container .mejs-controls {
  background: #000;
}

#wiziwig .mejs-controls .mejs-time-rail .mejs-time-loaded,
#wiziwig .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

#wiziwig .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #24890d;
}

#wiziwig .mejs-controls .mejs-time-rail .mejs-time-total,
#wiziwig .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, .33);
}

#wiziwig .mejs-controls .mejs-time-rail span,
#wiziwig .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#wiziwig .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

#wiziwig .mejs-overlay-loading {
  background: transparent;
}

#wiziwig .mejs-overlay-button {
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.8);
  color: #000;
  height: 36px;
  margin-left: -24px;
  width: 48px;
}

#wiziwig .mejs-overlay-button:before {
  -webkit-font-smoothing: antialiased;
  content: '\f452';
  display: inline-block;
  font: normal 32px/1.125 Genericons;
  position: absolute;
  top: 1px;
  left: 10px;
}

#wiziwig .mejs-controls .mejs-button button:focus {
  outline: none;
}

#wiziwig .mejs-controls .mejs-button button {
  -webkit-font-smoothing: antialiased;
  background: none;
  color: #fff;
  display: inline-block;
  font: normal 16px/1 Genericons;
}

#wiziwig .mejs-playpause-button.mejs-play button:before {
  content: '\f452';
}

#wiziwig .mejs-playpause-button.mejs-pause button:before {
  content: '\f448';
}

#wiziwig .mejs-volume-button.mejs-mute button:before {
  content: '\f109';
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}

#wiziwig .mejs-volume-button.mejs-unmute button:before {
  content: '\f109';
  left: 0;
  position: absolute;
  top: 0;
}

#wiziwig .mejs-fullscreen-button button:before {
  content: '\f474';
}

#wiziwig .mejs-fullscreen-button.mejs-unfullscreen button:before {
  content: '\f406';
}

#wiziwig .mejs-overlay:hover .mejs-overlay-button {
  background-color: #24890d;
  color: #fff;
}

#wiziwig .mejs-controls .mejs-button button:hover {
  color: #41a62a;
}


/**
 * 10.0 RTL
 * ----------------------------------------------------------------------------
 */

#wiziwig html .mceContentBody.rtl {
  direction: rtl;
  unicode-bidi: embed;
}

#wiziwig .rtl ol,
#wiziwig .rtl ul {
  margin-left: 0;
  margin-right: 24px;
}

#wiziwig .rtl .wp-caption,
#wiziwig .rtl tr th {
  text-align: right;
}

#wiziwig .rtl td {
  text-align: right;
}
