@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
/*=========================
▼▼共通▼▼
===========================*/
#contents {
    margin-bottom: 162px;
}
.auto {
    width: 1150px;
}
/*=========================
▲▲共通▲▲
===========================*/
#main_area {
    background-image: url(../img/performance/title_bg.png);
}
#article_area {
    width: 100%;
	float: left;
	clear: both;
}
#article_area .left_column {
    width: 750px;
    float: right;
	background-color: #fff;
	padding: 58px 60px 78px;
	box-sizing: border-box;
}
#article_area .left_column .box .meta,
#article_area .left_column .box .title {
    margin: 0 20px;
}
#article_area .left_column .box .meta {
    font-size: 11px;
    color: #7D7D7D;
}
#article_area .left_column .box .meta .category {
    color: #3F91C1;
}
#article_area .left_column .box .title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 22px;
}
#article_area .left_column .box .title_box {
    width: 100%;
	border-bottom: 1px solid #e6e9ec;
	margin-bottom: 20px;
}
#article_area .left_column .box .sns_btn {
	margin-bottom: 56px;
	letter-spacing: -.4em;
    height: 27px;
}
#article_area .left_column .box .sns_btn li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 5px;
}
#article_area .left_column .box .sns_btn li:last-of-type {
	margin-right: 0;
}
#article_area .left_column .box .sns_btn .twitter-share-button {
	font-size: 10px;
}
#article_area .left_column .box .text_box_1 {
	margin-bottom: 35px;
}
#article_area .left_column .box .img {
    margin-bottom: 36px;
}
#article_area .left_column .box .img img {
    display: block;
}
#article_area .left_column .box .text_box_2 {
	margin-bottom: 37px;
}
#article_area .left_column .box .text_box_2 p:first-of-type {
	margin-bottom: 28px;
}
#article_area .left_column .pn_box {
	border-top: 1px solid #e6e9ec;
	border-bottom: 1px solid #e6e9ec;
	float: left;
	clear: both;
	width: 100%;
}
#article_area .left_column .pn_box li {
	
}
#article_area .left_column .pn_box li a {
	display: block;
	width: 100%;
	padding: 20px 23px;
	box-sizing: border-box;
	float: left;
	clear: both;
}
#article_area .left_column .pn_box li figure {
	width: 82px;
	height: 82px;
	position: relative;
}
#article_area .left_column .pn_box li figure img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#article_area .left_column .pn_box li .right_box {
	width: 180px;
	padding: 0 10px;
	box-sizing: border-box;
}
#article_area .left_column .pn_box li .meta {
	font-size: 10px;
    color: #7D7D7D;
	display: inline-block;
}
#article_area .left_column .pn_box li .meta .category {
    color: #3F91C1;
}
#article_area .left_column .pn_box li .title {
    font-size: 14px;
	line-height: 19px;
	display: inline-block;
}
#article_area .left_column .pn_box .prev {
	width: 50%;
	border-right: 1px solid #e6e9ec;
	box-sizing: border-box;
	float: left;
	background-image: url(../img/share/arrow_icon_left.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px;
}
#article_area .left_column .pn_box .prev figure {
	float: left;
}
#article_area .left_column .pn_box .prev .right_box {
	float: right;
}
#article_area .left_column .pn_box .next {
	width: 50%;
	float: right;
	background-image: url(../img/share/arrow_icon_right.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px;
}
#article_area .left_column .pn_box .next figure {
	float: right;
}
#article_area .left_column .pn_box .next .right_box {
	float: left;
}
#right_column {
    width: 340px;
    float: left;
}
#right_column ul {
    margin: 10px 25px;
    border-top: 1px solid #f2f6fa;
}
#right_column ul li {
    border-bottom: 1px solid #f2f6fa;
}
#right_column ul li:last-of-type {
    border-bottom: none;
}
#right_column ul li a {
    padding: 9px 10px 7px;
    display: block;
}
#right_column ul li a:hover {
    background-color: #f5f9fd;
    text-decoration: none;
}
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
#main_area {
    background-image: url(../img/performance/title_bg.png);
}
#article_area {
    width: 100%;
    float: left;
    clear: both;
}
#article_area .left_column {
	background-color: #fff;
    width: 100%;
    padding: 24px 5%;
    box-sizing: border-box;
    float: left;
    clear: both;
}
#article_area .left_column .box .img {
    margin-bottom: 16px;
}
#article_area .left_column .box .img img {
    width: 100%;
    display: block;
}
#article_area .left_column .box .meta {
    font-size: 1.1rem;
    color: #7D7D7D;
}
#article_area .left_column .box .meta .category {
    color: #3F91C1;
}
#article_area .left_column .box .title {
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 12px;
}
#article_area .left_column .box .title span {
    display: inline-block;
}
#article_area .left_column .box .title_box {
    width: 100%;
	border-bottom: 1px solid #e6e9ec;
	margin-bottom: 12px;
}
#article_area .left_column .box .sns_btn {
	margin-bottom: 26px;
	letter-spacing: -.4em;
}
#article_area .left_column .box .sns_btn li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 5px;
}
#article_area .left_column .box .sns_btn li:last-of-type {
	margin-right: 0;
}
#article_area .left_column .box .sns_btn .twitter-share-button {
	font-size: 10px;
}
#article_area .left_column .box .text_box_1 {
	margin-bottom: 35px;
}
#article_area .left_column .box .img {
    margin-bottom: 36px;
}
#article_area .left_column .box .img img {
    display: block;
}
#article_area .left_column .box .text_box_2 {
	margin-bottom: 37px;
}
#article_area .left_column .box .text_box_2 p:first-of-type {
	margin-bottom: 28px;
}
#article_area .left_column .pn_box {
	border-top: 1px solid #e6e9ec;
	border-bottom: 1px solid #e6e9ec;
	float: left;
	clear: both;
	width: 100%;
}
#article_area .left_column .pn_box li {
	
}
#article_area .left_column .pn_box li a {
	display: block;
	width: 100%;
	padding: 16px 5%;
	box-sizing: border-box;
	float: left;
	clear: both;
}
#article_area .left_column .pn_box li figure {
	width: 82px;
	height: 82px;
	position: relative;
}
#article_area .left_column .pn_box li figure img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#article_area .left_column .pn_box li .right_box {
	width: 100%;
	padding: 0 4%;
	box-sizing: border-box;
}
#article_area .left_column .pn_box li .meta {
	font-size: 10px;
    color: #7D7D7D;
	display: inline-block;
}
#article_area .left_column .pn_box li .meta .category {
    color: #3F91C1;
}
#article_area .left_column .pn_box li .title {
    font-size: 1.2rem;
	line-height: 1.5;
	display: inline-block;
}
#article_area .left_column .pn_box li .title span {
	display: inline-block;
}
#article_area .left_column .pn_box .prev {
	width: 50%;
	border-right: 1px solid #e6e9ec;
	box-sizing: border-box;
	float: left;
	background-image: url(../img/share/arrow_icon_left.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px;
}
#article_area .left_column .pn_box .prev figure {
	float: left;
}
#article_area .left_column .pn_box .prev .right_box {
	float: right;
}
#article_area .left_column .pn_box .next {
	width: 50%;
	float: right;
	background-image: url(../img/share/arrow_icon_right.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 6px;
    text-align: right ;
}
#article_area .left_column .pn_box .next figure {
	float: right;
}
#article_area .left_column .pn_box .next .right_box {
	float: left;
}
#right_column .outer {
    width: 100%;
    padding: 24px 0 14px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}
#right_column ul {
    margin: 10px 25px;
}
#right_column ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
#right_column ul li a {
    padding: 7px 18px 5px;
    display: block;
    background-color: #CCE2E7;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#right_column ul li a:hover {
    text-decoration: none;
}
}


/*スタイルエディターコピー*/
#program_area .box .text div, #program_area .box .text  span, #program_area .box .text  applet, #program_area .box .text  object, #program_area .box .text  iframe, #program_area .box .text
h1, #program_area .box .text  h2, #program_area .box .text  h3, #program_area .box .text  h4, #program_area .box .text  h5, #program_area .box .text  h6, #program_area .box .text  p, #program_area .box .text  blockquote, #program_area .box .text  pre, #program_area .box .text
a, #program_area .box .text  abbr, #program_area .box .text  acronym, #program_area .box .text  address, #program_area .box .text  big, #program_area .box .text  cite, #program_area .box .text  code, #program_area .box .text
del, #program_area .box .text  dfn, #program_area .box .text  em, #program_area .box .text  img, #program_area .box .text  ins, #program_area .box .text  kbd, #program_area .box .text  q, #program_area .box .text  s, #program_area .box .text  samp, #program_area .box .text
small, #program_area .box .text  strike, #program_area .box .text  strong, #program_area .box .text  sub, #program_area .box .text  sup, #program_area .box .text  tt, #program_area .box .text  var, #program_area .box .text
b, #program_area .box .text  u, #program_area .box .text  i, #program_area .box .text  center, #program_area .box .text
dl, #program_area .box .text  dt, #program_area .box .text  dd, #program_area .box .text  ol, #program_area .box .text  ul, #program_area .box .text  li, #program_area .box .text
fieldset, #program_area .box .text  form, #program_area .box .text  label, #program_area .box .text  legend, #program_area .box .text
table, #program_area .box .text  caption, #program_area .box .text  tbody, #program_area .box .text  tfoot, #program_area .box .text  thead, #program_area .box .text  tr, #program_area .box .text  th, #program_area .box .text  td, #program_area .box .text
article, #program_area .box .text  aside, #program_area .box .text  canvas, #program_area .box .text  details, #program_area .box .text  embed, #program_area .box .text
figure, #program_area .box .text  figcaption, #program_area .box .text  footer, #program_area .box .text  header, #program_area .box .text  hgroup, #program_area .box .text
menu, #program_area .box .text  nav, #program_area .box .text  output, #program_area .box .text  ruby, #program_area .box .text  section, #program_area .box .text  summary, #program_area .box .text
time, #program_area .box .text  mark, #program_area .box .text  audio, #program_area .box .text  video {
	line-height: 2.6;
}
#program_area .box .text  strong {
	font-weight: bold;
}
#program_area .box .text .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#program_area .box .text .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
	margin-left: 12px;
}
#program_area .box .text .wp-block[data-align="full"] {
	width: 100%;
}

@media only screen and (min-width: 600px) {
	#program_area .box .text .wp-block[data-align="full"] {
		width: calc( 100% + 90px);
		max-width: calc( 100% + 90px);
	}
}

@media only screen and (min-width: 768px) {
	#program_area .box .text .editor-writing-flow {
		max-width: 80%;
		margin: 0 10%;
	}
	#program_area .box .text .editor-post-title__block,
	#program_area .box .text .editor-default-block-appender,
	#program_area .box .text .editor-block-list__block {
		margin-left: 0;
		margin-right: 0;
	}
	#program_area .box .text .wp-block[data-align="wide"] {
		width: 100%;
	}
	#program_area .box .text .wp-block[data-align="full"] {
		position: relative;
		left: calc( -12.5% - 14px);
		width: calc( 125% + 116px);
		max-width: calc( 125% + 115px);
	}
	#program_area .box .text .wp-block[data-align="right"] {
		max-width: 125%;
	}
}

/** === Content Width === */
#program_area .box .text .wp-block {
	width: calc(100vw - (2 * 1rem));
	max-width: 100%;
}

@media only screen and (min-width: 768px) {
	#program_area .box .text .wp-block {
		width: calc(8 * (100vw / 12));
	}
}

@media only screen and (min-width: 1168px) {
	#program_area .box .text .wp-block {
		width: calc(6 * (100vw / 12 ));
	}
}

#program_area .box .text .wp-block .wp-block {
	width: 100%;
}

/** === Base Typography === */



#program_area .box .text h1,
#program_area .box .text h2,
#program_area .box .text h3,
#program_area .box .text h4,
#program_area .box .text h5,
#program_area .box .text h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
}

#program_area .box .text h1 {
	font-size: 2.25em;
}

#program_area .box .text h1:before {
	background: #767676;
	content: "\020";
	display: block;
	height: 2px;
	margin: 1rem 0;
	width: 1em;
}

@media only screen and (min-width: 768px) {
	#program_area .box .text h1 {
		font-size: 2.8125em;
	}
}

#program_area .box .text h2 {
	font-size: 1.6875em;
}

#program_area .box .text h2:before {
	background: #767676;
	content: "\020";
	display: block;
	height: 2px;
	margin: 1rem 0;
	width: 1em;
}

@media only screen and (min-width: 768px) {
	#program_area .box .text h2 {
		font-size: 2.25em;
	}
}

#program_area .box .text h3 {
	font-size: 1.6875em;
}

#program_area .box .text h4 {
	font-size: 1.125em;
}

#program_area .box .text h5 {
	font-size: 0.88889em;
}

#program_area .box .text h6 {
	font-size: 0.71111em;
}

#program_area .box .text a {
	transition: color 110ms ease-in-out;
	color: #0073aa;
}

#program_area .box .text a:hover, #program_area .box .text a:active {
	color: #005177;
	outline: 0;
	text-decoration: none;
}

#program_area .box .text a:focus {
	outline: 0;
	text-decoration: underline;
}

#program_area .box .text .has-primary-background-color,
#program_area .box .text .has-secondary-background-color,
#program_area .box .text .has-dark-gray-background-color,
#program_area .box .text .has-light-gray-background-color {
	color: #fff;
}

#program_area .box .text .has-primary-background-color p,
#program_area .box .text .has-primary-background-color h1,
#program_area .box .text .has-primary-background-color h2,
#program_area .box .text .has-primary-background-color h3,
#program_area .box .text .has-primary-background-color h4,
#program_area .box .text .has-primary-background-color h5,
#program_area .box .text .has-primary-background-color h6,
#program_area .box .text .has-primary-background-color a,
#program_area .box .text .has-secondary-background-color p,
#program_area .box .text .has-secondary-background-color h1,
#program_area .box .text .has-secondary-background-color h2,
#program_area .box .text .has-secondary-background-color h3,
#program_area .box .text .has-secondary-background-color h4,
#program_area .box .text .has-secondary-background-color h5,
#program_area .box .text .has-secondary-background-color h6,
#program_area .box .text .has-secondary-background-color a,
#program_area .box .text .has-dark-gray-background-color p,
#program_area .box .text .has-dark-gray-background-color h1,
#program_area .box .text .has-dark-gray-background-color h2,
#program_area .box .text .has-dark-gray-background-color h3,
#program_area .box .text .has-dark-gray-background-color h4,
#program_area .box .text .has-dark-gray-background-color h5,
#program_area .box .text .has-dark-gray-background-color h6,
#program_area .box .text .has-dark-gray-background-color a,
#program_area .box .text .has-light-gray-background-color p,
#program_area .box .text .has-light-gray-background-color h1,
#program_area .box .text .has-light-gray-background-color h2,
#program_area .box .text .has-light-gray-background-color h3,
#program_area .box .text .has-light-gray-background-color h4,
#program_area .box .text .has-light-gray-background-color h5,
#program_area .box .text .has-light-gray-background-color h6,
#program_area .box .text .has-light-gray-background-color a {
	color: #fff;
}

#program_area .box .text .has-white-background-color {
	color: #111;
}

#program_area .box .text .has-white-background-color p,
#program_area .box .text .has-white-background-color h1,
#program_area .box .text .has-white-background-color h2,
#program_area .box .text .has-white-background-color h3,
#program_area .box .text .has-white-background-color h4,
#program_area .box .text .has-white-background-color h5,
#program_area .box .text .has-white-background-color h6,
#program_area .box .text .has-white-background-color a {
	color: #111;
}

#program_area .box .text figcaption,
#program_area .box .text .gallery-caption {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.71111em;
	line-height: 1.6;
	color: #767676;
}

/** === Post Title === */
#program_area .box .text .editor-post-title__block:before {
	background: #767676;
	content: "\020";
	display: block;
	height: 2px;
	margin: 1rem 0;
	width: 1em;
}

#program_area .box .text .editor-post-title__block:before {
	width: 2.8125em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
	position: relative;
	top: 0.5em;
}

#program_area .box .text .editor-post-title__block .editor-post-title__input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.8125em;
	font-weight: 700;
}

/** === Default Appender === */
#program_area .box .text .editor-default-block-appender .editor-default-block-appender__content {
	font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
	font-size: 22px;
}

/** === Heading === */
#program_area .box .text .wp-block-heading strong {
	font-weight: bolder;
}

/** === Paragraph === */
#program_area .box .text .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3.375em;
	line-height: 1;
	font-weight: bold;
	margin: 0 0.25em 0 0;
}

/** === Table === */
#program_area .box .text .wp-block-table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/** === Cover === */
#program_area .box .text .wp-block-cover h2,
#program_area .box .text .wp-block-cover .wp-block-cover-text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6875em;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 1rem;
	padding-right: 1rem;
}

#program_area .box .text .wp-block-cover h2 strong,
#program_area .box .text .wp-block-cover .wp-block-cover-text strong {
	font-weight: bolder;
}

@media only screen and (min-width: 768px) {
	#program_area .box .text .wp-block-cover h2,
	#program_area .box .text .wp-block-cover .wp-block-cover-text {
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
}

@media only screen and (min-width: 768px) {
	#program_area .box .text .wp-block-cover {
		padding-left: 10%;
		padding-right: 10%;
	}
	#program_area .box .text .wp-block-cover h2,
	#program_area .box .text .wp-block-cover .wp-block-cover-text {
		font-size: 2.25em;
	}
}

#program_area .box .text .wp-block[data-type="core/cover"][data-align="left"] .editor-block-list__block-edit,
#program_area .box .text .wp-block[data-type="core/cover"][data-align="right"] .editor-block-list__block-edit {
	width: calc(4 * (100vw / 12));
}

#program_area .box .text .wp-block[data-type="core/cover"][data-align="left"] .wp-block-cover,
#program_area .box .text .wp-block[data-type="core/cover"][data-align="right"] .wp-block-cover {
	width: 100%;
	max-width: 100%;
	padding: calc(1.375 * 1rem);
}

#program_area .box .text .wp-block[data-type="core/cover"][data-align="left"] .wp-block-cover p,
#program_area .box .text .wp-block[data-type="core/cover"][data-align="right"] .wp-block-cover p {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (min-width: 768px) {
	#program_area .box .text .wp-block[data-type="core/cover"][data-align="left"] .wp-block-cover,
	#program_area .box .text .wp-block[data-type="core/cover"][data-align="right"] .wp-block-cover {
		padding: calc(2.75 * 1rem) calc(2.75 * 1rem) calc(3.125 * 1rem);
	}
}

@media only screen and (min-width: 768px) {
	#program_area .box .text .wp-block[data-type="core/cover"][data-align="wide"] h2,
	#program_area .box .text .wp-block[data-type="core/cover"][data-align="wide"] .wp-block-cover-text,
	#program_area .box .text .wp-block[data-type="core/cover"][data-align="full"] h2,
	#program_area .box .text .wp-block[data-type="core/cover"][data-align="full"] .wp-block-cover-text {
		max-width: calc(8 * (100vw / 12));
	}
}

@media only screen and (min-width: 1168px) {
	#program_area .box .text .wp-block[data-type="core/cover"][data-align="wide"] h2,
	#program_area .box .text .wp-block[data-type="core/cover"][data-align="wide"] .wp-block-cover-text,
	#program_area .box .text .wp-block[data-type="core/cover"][data-align="full"] h2,
	#program_area .box .text .wp-block[data-type="core/cover"][data-align="full"] .wp-block-cover-text {
		max-width: calc(6 * (100vw / 12));
	}
}

@media only screen and (min-width: 768px) {
	#program_area .box .text .wp-block[data-type="core/cover"][data-align="full"] .wp-block-cover {
		padding-left: calc(10% + 64px);
		padding-right: calc(10% + 64px);
	}
}

/** === Gallery === */
#program_area .box .text .wp-block-gallery .blocks-gallery-image figcaption,
#program_area .box .text .wp-block-gallery .blocks-gallery-item figcaption,
#program_area .box .text .wp-block-gallery .gallery-item .gallery-caption {
	font-size: 0.71111em;
	line-height: 1.6;
}

/** === Button === */
#program_area .box .text .wp-block-button .wp-block-button__link {
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.88889em;
	font-weight: bold;
}

#program_area .box .text .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: #0073aa;
}

#program_area .box .text .wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 5px;
}

#program_area .box .text .wp-block-button.is-style-outline, #program_area .box .text .wp-block-button.is-style-outline:hover, #program_area .box .text .wp-block-button.is-style-outline:focus, #program_area .box .text .wp-block-button.is-style-outline:active {
	background: transparent;
	color: #0073aa;
}

#program_area .box .text .wp-block-button.is-style-outline .wp-block-button__link, #program_area .box .text .wp-block-button.is-style-outline:hover .wp-block-button__link, #program_area .box .text .wp-block-button.is-style-outline:focus .wp-block-button__link, #program_area .box .text .wp-block-button.is-style-outline:active .wp-block-button__link {
	background: transparent;
}

#program_area .box .text .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), #program_area .box .text .wp-block-button.is-style-outline:hover .wp-block-button__link:not(.has-text-color), #program_area .box .text .wp-block-button.is-style-outline:focus .wp-block-button__link:not(.has-text-color), #program_area .box .text .wp-block-button.is-style-outline:active .wp-block-button__link:not(.has-text-color) {
	color: #0073aa;
}

/** === Blockquote === */
#program_area .box .text .wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 2px solid #0073aa;
}

#program_area .box .text .wp-block-quote.is-large, #program_area .box .text .wp-block-quote.is-style-large {
	margin-top: 2.8125em;
	margin-bottom: 2.8125em;
}

#program_area .box .text .wp-block-quote.is-large p,
#program_area .box .text .wp-block-quote.is-style-large p {
	font-size: 1.6875em;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#program_area .box .text .wp-block-quote cite,
#program_area .box .text .wp-block-quote footer,
#program_area .box .text .wp-block-quote .wp-block-quote__citation {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.71111em;
	line-height: 1.6;
	color: #767676;
}

/** === Pullquote === */
#program_area .box .text .wp-block-pullquote {
	border-color: transparent;
	border-width: 2px;
	color: #000;
}

#program_area .box .text .wp-block-pullquote blockquote {
	margin-top: calc(3 * 1rem);
	margin-bottom: calc(3.33 * 1rem);
	hyphens: auto;
	word-break: break-word;
}

#program_area .box .text .wp-block-pullquote:not(.is-style-solid-color) .wp-block-pullquote__citation {
	color: #767676;
}

#program_area .box .text .wp-block-pullquote.is-style-solid-color blockquote {
	width: calc(100% - (2 * 1rem));
	max-width: calc( 100% - (2 * 1rem));
}

#program_area .box .text .wp-block-pullquote.is-style-solid-color blockquote a,
#program_area .box .text .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
#program_area .box .text .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a {
	color: inherit;
}

#program_area .box .text .wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color) {
	color: #fff;
}

@media only screen and (min-width: 768px) {
	#program_area .box .text .wp-block-pullquote.is-style-solid-color blockquote {
		max-width: 80%;
	}
}

#program_area .box .text .wp-block-pullquote.is-style-solid-color:not(.has-background-color) {
	background-color: #0073aa;
}

#program_area .box .text .wp-block[data-type="core/pullquote"] blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
#program_area .box .text .wp-block[data-type="core/pullquote"] blockquote > .editor-rich-text p,
#program_area .box .text .wp-block[data-type="core/pullquote"] p,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] blockquote > .editor-rich-text p,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] p,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] blockquote > .editor-rich-text p,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] p {
	font-size: 1.6875em;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
	#program_area .box .text .wp-block[data-type="core/pullquote"] blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
	#program_area .box .text .wp-block[data-type="core/pullquote"] blockquote > .editor-rich-text p,
	#program_area .box .text .wp-block[data-type="core/pullquote"] p,
	#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
	#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] blockquote > .editor-rich-text p,
	#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] p,
	#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
	#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] blockquote > .editor-rich-text p,
	#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] p {
		font-size: 2.25em;
	}
}

#program_area .box .text .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.71111em;
	line-height: 1.6;
	text-transform: none;
}

#program_area .box .text .wp-block[data-type="core/pullquote"] em,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] em,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] em {
	font-style: normal;
}

#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit {
	width: calc(4 * (100vw / 12));
	max-width: 50%;
}

#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit .wp-block-pullquote:not(.is-style-solid-color),
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit .wp-block-pullquote:not(.is-style-solid-color) {
	padding: 0;
}

#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] .editor-block-list__block-edit .wp-block-pullquote.is-style-solid-color {
	padding: 1em;
}

#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] blockquote > .editor-rich-text p,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] p,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] blockquote > .editor-rich-text p,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] p,
#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation {
	text-align: left;
}

@media only screen and (min-width: 768px) {
	#program_area .box .text .wp-block[data-type="core/pullquote"][data-align="full"] .wp-block-pullquote blockquote {
		max-width: calc(80% - 128px);
	}
}

/** === File === */
#program_area .box .text .wp-block-file {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#program_area .box .text .wp-block-file .wp-block-file__textlink {
	text-decoration: underline;
	color: #0073aa;
}

#program_area .box .text .wp-block-file .wp-block-file__textlink:hover {
	color: #005177;
	text-decoration: none;
}

#program_area .box .text .wp-block-file .wp-block-file__button {
	display: table;
	line-height: 1.8;
	font-size: 0.88889em;
	font-weight: bold;
	background-color: #0073aa;
	border-radius: 5px;
}

#program_area .box .text .wp-block-file .wp-block-file__button-richtext-wrapper {
	display: block;
	margin-top: calc(0.75 * 1rem);
	margin-left: 0;
}

/** === Verse === */
#program_area .box .text .wp-block-verse,
#program_area .box .text .wp-block-verse pre {
	padding: 0;
}

/** === Code === */
#program_area .box .text .wp-block-code {
	border-radius: 0;
}

/** === Table === */
#program_area .box .text .wp-block-table td, #program_area .box .text .wp-block-table th {
	border-color: #767676;
}

/** === Separator === */
#program_area .box .text .wp-block-separator:not(.is-style-dots) {
	border-bottom: 2px solid #767676;
}

#program_area .box .text .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 2.25em;
	margin-left: 0;
}

#program_area .box .text .wp-block-separator.is-style-dots:before {
	color: #767676;
	font-size: 1.6875em;
	letter-spacing: calc(2 * 1rem);
	padding-left: calc(2 * 1rem);
}

/* Remove duplicate rule-line when a separator
 * is followed by an H1, or H2 */
#program_area .box .text .wp-block[data-type="core/separator"] + .wp-block[data-type="core/heading"] h1:before,
#program_area .box .text .wp-block[data-type="core/separator"] + .wp-block[data-type="core/heading"] h2:before {
	display: none;
}

/** === Latest Posts, Archives, Categories === */
#program_area .box .text ul.wp-block-archives,
#program_area .box .text .wp-block-categories,
#program_area .box .text .wp-block-latest-posts {
	padding: 0;
	list-style-type: inherit;
	list-style: inherit;
}

#program_area .box .text ul.wp-block-archives ul,
#program_area .box .text .wp-block-categories ul,
#program_area .box .text .wp-block-latest-posts ul {
	padding: 0;
	list-style-type: inherit;
	list-style: inherit;
}

#program_area .box .text ul {
	list-style: none;
}
#program_area .box .text ol {
	list-style: decimal;
	padding-left: 2em;
}
#program_area .box .text ul li {
	list-style: none;
}
#program_area .box .text ul li::before {
	content: "・";
	font-size: 14px;
	line-height: inherit;
}
#program_area .box .text ol li {
	list-style: decimal;
}

#program_area .box .text ul.wp-block-archives li,
#program_area .box .text .wp-block-categories li,
#program_area .box .text .wp-block-latest-posts li {
	color: #767676;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: calc(22px * 1.125);
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 0.75rem;
}

#program_area .box .text ul.wp-block-archives li.menu-item-has-children, #program_area .box .text ul.wp-block-archives li:last-child,
#program_area .box .text .wp-block-categories li.menu-item-has-children,
#program_area .box .text .wp-block-categories li:last-child,
#program_area .box .text .wp-block-latest-posts li.menu-item-has-children,
#program_area .box .text .wp-block-latest-posts li:last-child {
	padding-bottom: 0;
}

#program_area .box .text ul.wp-block-archives li a,
#program_area .box .text .wp-block-categories li a,
#program_area .box .text .wp-block-latest-posts li a {
	text-decoration: none;
}

#program_area .box .text ul.wp-block-archives li ul,
#program_area .box .text .wp-block-categories li ul,
#program_area .box .text .wp-block-latest-posts li ul {
	padding-left: 1rem;
}

#program_area .box .text .wp-block-categories ul {
	padding-top: 0.75rem;
}

#program_area .box .text .wp-block-categories ul ul {
	counter-reset: submenu;
}

#program_area .box .text .wp-block-categories ul ul > li > a::before {
	font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
	font-weight: normal;
	content: "– " counters(submenu, "– ", none);
	counter-increment: submenu;
}

#program_area .box .text .wp-block-categories li ul {
	list-style: disc;
	padding-left: 0;
	margin-bottom: -0.75rem;
}
#program_area .box .text .wp-block-categories li ol {
	list-style: decimal;
	padding-left: 0;
	margin-bottom: -0.75rem;
}

/** === Latest Posts grid view === */
#program_area .box .text .wp-block-latest-posts.is-grid li {
	border-top: 2px solid #ccc;
	padding-top: 1rem;
	margin-bottom: 2rem;
}

#program_area .box .text .wp-block-latest-posts.is-grid li a:after {
	content: '';
}

#program_area .box .text .wp-block-latest-posts.is-grid li:last-child {
	margin-bottom: auto;
}

#program_area .box .text .wp-block-latest-posts.is-grid li:last-child a:after {
	content: '';
}

/** === Latest Comments === */
#program_area .box .text .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

#program_area .box .text .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
	font-weight: normal;
}

#program_area .box .text .wp-block-latest-comments .wp-block-latest-comments__comment,
#program_area .box .text .wp-block-latest-comments .wp-block-latest-comments__comment-date,
#program_area .box .text .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
}

#program_area .box .text .wp-block-latest-comments .wp-block-latest-comments__comment-date {
	font-size: 0.71111em;
}

/** === Classic Editor === */
/* Properly center-align captions in the classic-editor block */
#program_area .box .text .wp-caption dd {
	color: #767676;
	font-size: 0.71111em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem;
	text-align: left;
	text-align: center;
	-webkit-margin-start: 0px;
	margin-inline-start: 0px;
}

#program_area .box .text .wp-block-freeform {
	/* Add style for galleries in classic-editor block */
}

#program_area .box .text .wp-block-freeform blockquote {
	border-left: 2px solid #0073aa;
}

#program_area .box .text .wp-block-freeform blockquote cite {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.71111em;
	font-style: normal;
	line-height: 1.6;
	color: #767676;
}

/* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */
#program_area .box .text .wp-block[data-type="core/freeform"] .mce-btn i {
	font-family: dashicons !important;
}


/*ビジュアルエディターコピー*/
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
	#program_area .box .text * {
		color: #000000;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 14px;
		line-height: 30px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
	#program_area .box .text * {
		-webkit-text-size-adjust: 100%;
		font-size: 62.5%;
	}
	#program_area .box .text * {
		font-size:62.5%;
	}
	#program_area .box .text * {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.8;
		color: #000000;
		font-size: 1.4rem;
		text-align: left;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

}
#program_area .box .text h1,
#program_area .box .text h2,
#program_area .box .text h3,
#program_area .box .text h4,
#program_area .box .text h5,
#program_area .box .text h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	line-height: 1.7;
	text-align: inherit;
}
#program_area .box .text h1 {
	font-size: 22px;
}
#program_area .box .text h2 {
	font-size: 20px;
}
#program_area .box .text h1:before,#program_area .box .text h2:before {
	background: none;
	content: "";
	display: block;
	height: 0;
	margin: 0;
	width: 0;
}
#program_area .box .text h3 {
	font-size: 18px;
}
#program_area .box .text h4 {
	font-size: 17px;
}
#program_area .box .text h5 {
	font-size: 16px;
}
#program_area .box .text h6 {
	font-size: 15px;
}


#program_area .box .text img {
	max-width: 100%;
	height: auto;
}