@charset "UTF-8";

/*------------------------ 分類：CMS系 ------------------------*/

.mce-content-body{
  line-height: 2;
	word-break: break-all;
	word-wrap: break-word;
}

.mce-content-body　p{
  min-height: 2em;
}

.mce-content-body{
 font-size: 14px; 
}


.mce-content-body strong,
.mce-content-body b{
  font-weight:700;
}

/*
Theme Name: Twenty Seventeen
Description: Used to style the TinyMCE editor.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Alignment
 * 5.0 - Caption
 * 6.0 - Galleries
 * 7.0 - Media Elements
 * 8.0 - RTL
 */

/**
 * 1.0 - Body
 */


/**
 * 2.0 - Typography
 */

.mce-content-body body,
.mce-content-body button,
.mce-content-body input,
.mce-content-body select,
.mce-content-body textarea {
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.66;
}

.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6 {
	clear: both;
	/*line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;*/
}

.mce-content-body h1:first-child,
.mce-content-body h2:first-child,
.mce-content-body h3:first-child,
.mce-content-body h4:first-child,
.mce-content-body h5:first-child,
.mce-content-body h6:first-child {
	margin-top: 0;
}

.mce-content-body h1:last-child,
.mce-content-body h2:last-child,
.mce-content-body h3:last-child,
.mce-content-body h4:last-child,
.mce-content-body h5:last-child,
.mce-content-body h6:last-child {
	margin-bottom: 0;
}

.mce-content-body h1 + h1,
.mce-content-body h1 + h2,
.mce-content-body h2 + h2,
.mce-content-body h1 + h3,
.mce-content-body h2 + h3,
.mce-content-body h3 + h3{
	margin-top: 2em;
}

.mce-content-body h1 {
	font-size: 18px;
	line-height: 1.75;
	font-weight: 700;
	margin: 5em 0 1em 0;
}

.mce-content-body h2 {
	font-size: 20px;
	line-height: 1.75;
	font-weight: 700;
	margin: 5em 0 1em 0;
}

.mce-content-body h3 {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 700;
	margin: 4em 0 1em 0;
}

.mce-content-body h4 {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 700;
	margin: 1em 0 0.5em 0;
}

.mce-content-body h5 {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 700;
	margin: 1em 0 0.5em 0;
}

.mce-content-body h6 {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 700;
	margin: 1em 0 0.5em 0;
}

.mce-content-body p {
	/*margin: 0 0 1.5em;*/
  margin: 0;
  min-height: 2em;
	padding: 0;
}

.mce-content-body dfn,
.mce-content-body cite,
.mce-content-body em,
.mce-content-body i {
	font-style: italic;
}

.mce-content-body blockquote {
	/*color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;*/
	color: #666666;
	background-color: #FAFAFA;
	border-radius: 10px;
	padding: 35px;
	margin: 40px 0;
}

.mce-content-body blockquote:first-child {
	margin-top: 0;
}

.mce-content-body blockquote:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 700px) {
	.mce-content-body blockquote {
		background-color: #ECEFF5;
	}
}

.mce-content-body blockquote.alignleft,
.mce-content-body blockquote.alignright {
	font-size: 14px;
	font-size: 0.875rem;
	width: 34%;
}

.mce-content-body address {
	margin: 0 0 1.5em;
}

.mce-content-body pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.mce-content-body code,
.mce-content-body kbd,
.mce-content-body tt,
.mce-content-body var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

.mce-content-body abbr,
.mce-content-body acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.mce-content-body mark,
.mce-content-body ins {
	background: #eee;
	text-decoration: none;
}

.mce-content-body big {
	font-size: 125%;
}

.mce-content-body blockquote,
.mce-content-body q {
	quotes: "" "";
}

.mce-content-body blockquote:before,
.mce-content-body blockquote:after,
.mce-content-body q:before,
.mce-content-body q:after {
	content: "";
}

/**
 * 3.0 - Elements
 */

.mce-content-body hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.mce-content-body ul,
.mce-content-body ol {
	margin: 0 0 1.5em 0;
	padding: 0;
}

.mce-content-body ul {
	list-style: disc;
}

.mce-content-body ul > li{
	margin-left: 1.4em;
	list-style: inherit;
}

.mce-content-body ol {
	/*counter-reset: item;*/
	list-style: decimal;
}

.mce-content-body ol > li {
	position: relative;
	margin-left: 1.4em;
  /*margin-left: 1.5em;*/
	list-style: inherit;
}

.mce-content-body ol[style*="lower-alpha"] > li {
	margin-left: 1.4em;
}

.mce-content-body ol[style*="lower-greek"] > li {
	margin-left: 1.7em;
}

.mce-content-body ol[style*="lower-roman"] > li {
	margin-left: 1.7em;
}

.mce-content-body ol[style*="upper-alpha"] > li {
	margin-left: 1.7em;
}

.mce-content-body ol[style*="upper-roman"] > li {
	margin-left: 1.7em;
}

.mce-content-body ol[style*="katakana-iroha"] > li {
	margin-left: 2em;
}

.mce-content-body ol.mce-numter_list01{
	counter-reset: item;
}

.mce-content-body ol.mce-numter_list01 > li{
	counter-increment: item;
	list-style-type: none;
	margin-left: 2.0em;
}

.mce-content-body ol.mce-numter_list01 > li:before {
	content: "("counter(item)") ";
	position: absolute;
	left: -1.75em;
	top: 0;
}

.mce-content-body ol.mce-numter_list01 > li:nth-child(n + 10):before {
	left: -2.0em;
}

/*
.mce-content-body ol li:before {
	content: counter(item);
	counter-increment: item;
	font-weight: 800;
	left: -1.5em;
	position: absolute;
}*/

.mce-content-body li > ul,
.mce-content-body li > ol {
	margin-bottom: 0;
	/*margin-left: 1.5em;*/
}

.mce-content-body dt {
	font-weight: 700;
}

.mce-content-body dd {
	margin: 0 1.5em 1.5em;
}

.mce-content-body table {
	border-collapse: separate;
	margin: 0 0 1.5em;
  /*border-top: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;*/
}

.mce-content-body thead th {
  /*border-bottom: 2px solid #bbbbbb;*/
	padding-bottom: 0.5em;
}

.mce-content-body th {
	padding: 0.4em;
	text-align: left;
  /*border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;*/
}

.mce-content-body tr {
	/*border-bottom: 1px solid #bbbbbb;*/
}

.mce-content-body td {
	padding: 0.4em;
  /*border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;*/
}



.mce-content-body th:first-child,
.mce-content-body td:first-child {
	padding-left: 0;
}

.mce-content-body th:last-child,
.mce-content-body td:last-child {
	padding-right: 0;
}

.mce-content-body a {
	/*-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	color: #222;
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;*/
  text-decoration: underline;
	color: #0080cc;
}

.mce-content-body a:focus {
	/*outline: thin dotted;*/
}

.mce-content-body a:hover,
.mce-content-body a:focus {
	/*color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);*/
  text-decoration: none;
}

/* Fixes linked images */

.mce-content-body a img {
	background: #fff;
	-webkit-box-shadow: 0 0 0 6px #fff;
	box-shadow: 0 0 0 6px #fff;
}

/**
 * 4.0 - Alignment
 */

.mce-content-body img {
	height: auto; /* Make sure images are scaled correctly. */
	/*width: inherit;*/  /* Make images fill their parent's space. Solves IE8. */
	max-width: 100%; /* Adhere to container width. */
}

.mce-content-body embed,
.mce-content-body iframe,
.mce-content-body object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/**
 * 5.0 - Caption
 */

.mce-content-body .wp-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.mce-content-body .wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mce-content-body .wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/**
 * 6.0 - Galleries
 */

.mce-content-body .gallery {
	margin-bottom: 1.5em;
}

.mce-content-body .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.mce-content-body .gallery-item a,
.mce-content-body .gallery-item a:hover,
.mce-content-body .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
}

.mce-content-body .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.mce-content-body .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.mce-content-body .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.mce-content-body .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.mce-content-body .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.mce-content-body .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.mce-content-body .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.mce-content-body .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.mce-content-body .gallery-caption {
	display: block;
}

/**
 * 7.0 - Media Elements
 */

.mce-content-body .mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mce-content-body .mejs-controls a.mejs-horizontal-volume-slider,
.mce-content-body .mejs-controls a.mejs-horizontal-volume-slider:focus,
.mce-content-body .mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.mce-content-body .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.mce-content-body .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.mce-content-body .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.mce-content-body .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.mce-content-body .wp-playlist-light .wp-playlist-item:hover,
.mce-content-body .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.mce-content-body .wp-playlist-light a.wp-playlist-caption:hover,
.mce-content-body .wp-playlist-light .wp-playlist-item:hover a,
.mce-content-body .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.mce-content-body .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.mce-content-body .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.mce-content-body .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.mce-content-body .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.mce-content-body .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.mce-content-body .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.mce-content-body .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.mce-content-body .wp-playlist-dark .wp-playlist-item:hover,
.mce-content-body .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.mce-content-body .wp-playlist-dark a.wp-playlist-caption:hover,
.mce-content-body .wp-playlist-dark .wp-playlist-item:hover a,
.mce-content-body .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.mce-content-body .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.mce-content-body .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.mce-content-body .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.mce-content-body .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.mce-content-body .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.mce-content-body .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.mce-content-body .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.mce-content-body .wp-playlist-item a,
.mce-content-body .wp-playlist-item a:focus,
.mce-content-body .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.mce-content-body .wp-playlist-item-length {
	top: 5px;
}

/**
 * 8.0 - RTL
 */

.mce-content-body .rtl th {
	text-align: right;
}

.mce-content-body .rtl ol {
	counter-reset: item;
}

.mce-content-body .rtl ol li:before {
	left: auto;
	right: -1.5em;
}

.mce-content-body .rtl li > ul,
.mce-content-body .rtl li > ol {
	margin-left: 0;
	margin-right: 1.5em;
}

.mce-content-body .rtl .mejs-offscreen {
	right: -10000px;
}

/* Additional default styles for the editor */

pre {
	font-family: Consolas, Monaco, monospace;
}

td,
th {
	font-family: inherit;
	font-size: inherit;
}

/* For emoji replacement images */
.mce-content-body img.emoji {
	display: inline !important;
	border: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.mce-content-body .mceIEcenter {
	text-align: center;
}

.mce-content-body img {
	height: auto;
	max-width: 100%;
}

.mce-content-body .wp-caption {
	margin: 0; /* browser reset */
	max-width: 100%;
}

/* iOS does not obey max-width if width is set. */
.mce-content-body .ios .wp-caption {
	width: auto !important;
}

.mce-content-body .wp-caption img {
	display: block;
}

.mce-content-body div.mceTemp {
	-ms-user-select: element;
}

.mce-content-body dl.wp-caption,
.mce-content-body dl.wp-caption * {
	-webkit-user-drag: none;
}

.mce-content-body .wp-caption-dd {
	font-size: 14px;
	padding-top: 0.5em;
	margin: 0; /* browser reset */
}

.mce-content-body .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.mce-content-body .alignleft {
	float: left;
  display: block;
	margin: 0.5em 1em 0.5em 0;
}

.mce-content-body .alignright {
	float: right;
  display: block;
	margin: 0.5em 0 0.5em 1em;
}

/* sp */
@media screen and (max-width: 700px) {
  .mce-content-body .alignleft {
    float: none;
    margin: 1em auto;
  }

  .mce-content-body .alignright {
    float: none;
    margin: 1em auto;
  }
}

.mce-content-body .qtranxs-available-languages-message {
  border: 1px solid #eeeeee;
  padding: 20px !important;
  margin: 30px 0 30px 0 !important;
  background: #f7f7f7;
  color: #ff0000;
}

.mce-content-body .qtranxs-available-languages-message a{
  color: #ff0000;
}


/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
  
}