

/*************************************************
				　  カラム
*************************************************/
/*mp-枠グレー*/
.is-style-mp-border-group > .wp-block-column {
	border: solid 1px #aaa;
	border-radius: 20px;
	padding:22px;
}

/*mp-枠なしホワイト*/
.is-style-mp-white-group > .wp-block-column {
	border-radius: 20px;
	background:#fff;
	padding:22px;
}
.is-style-mp-border-group > .wp-block-column,
.is-style-mp-white-group > .wp-block-column {
	align-self:stretch !important;
}

.is-style-mp-border-group > .is-style-mp-none-group,
.is-style-mp-white-group > .is-style-mp-none-group,
.is-style-mp-none-group {
	border: none !important;
	background:none !important;
	margin:0 !important;
}

/*************************************************
				　  グループ
*************************************************/

/*mp-枠オレンジ*/
.is-style-mp-border-orange-group {
	border: solid 2px #E68510;
	padding: 45px 30px 23px 30px;
}
@media screen and (max-width:769px){
	.is-style-mp-border-orange-group {
		padding: 20px 15px 20px 15px;
	}
}

/*************************************************
				　	見出し
*************************************************/
/*mp-棒アイコン*/
.is-style-mp-icon-deco-title {
	position:relative;
	font-size:25px;
	color:#000 !important;
	text-indent:calc(1em + 10px);
}
.is-style-mp-icon-deco-title:before {
	content:"";
	display:block;
	width:1em;
	height:2px;
	background:#231815;
	position:absolute;
	top: 0.7em;
}
.is-style-mp-icon-deco-title.has-text-align-center {
	padding-bottom:12px;
}
.is-style-mp-icon-deco-title.has-text-align-center:before {
	left:50%;
	top:inherit;
	bottom:0;
	transform:translateY(-50%);
}
.is-style-mp-icon-deco-title.has-text-align-right {
	text-align:left;
}
@media screen and (max-width:769px){
	#wrap .post-content .is-style-mp-icon-deco-title {
		margin-bottom: 22px !important;
	}
}


/*mp-枠グリーン*/
.is-style-mp-border-deco-title {
	color:#16B4AD !important;
	border:solid 1px #16B4AD;
	border-radius:9999px;
	text-align: center;
	display: inline-block;
	line-height: 2.5em !important;
	font-size: 13px !important;
	padding: 0 1em;
	max-width: inherit !important;
  	width: auto !important;
	min-width: 130px;
}

/*mp-枠グレー*/
.is-style-mp-background-deco-title {
	color:#000 !important;
	background:#EFEFEF;
	border-radius:9999px;
	text-align: center;
	display: inline-block;
	line-height: 2.5em !important;
	font-size: 15px !important;
	padding: 0 1em;
	max-width: inherit !important;
  	width: auto !important;
	min-width: 150px;
}

/*************************************************
				　　　　段落
*************************************************/
/*mp-幅広*/
p.is-style-mp-alignwide {
	clear: both;
	width: auto !important;
	max-width: calc(100% - 30px) !important;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 1180px) {
	p.is-style-mp-alignwide {
		clear: both;
		width: auto !important;
		max-width: inherit !important;
		padding-left: calc((100% - 1120px) / 2);
		padding-right: calc((100% - 1120px) / 2);
	}
}
/*mp-全幅*/
p.is-style-mp-alignfull {
	clear: both;
	max-width:inherit !important;
	width:auto !important;
}
/*mp-背景グレー*/
p.is-style-mp-gray-back-paragraph {
	display: inline-block;
	background: #F7F8F8;
	min-width: 120px;
	text-align: center;
	border-radius: 9999px;
	padding: 0.2em 1em;
}
@media screen and (max-width:769px){
	p.is-style-mp-gray-back-paragraph {
		min-width: 0;
		font-size:11px;
	}
}

/*************************************************
				　　　　画像
*************************************************/
.wp-block-image.is-style-mp-rounded-12 img {
	border-radius:12px;
}
.wp-block-image.is-style-mp-rounded-20 img {
	border-radius:20px;
}


/*************************************************
				　　テーブル
*************************************************/

.is-style-mp-time-table table,
.is-style-mp-time-table table th,
.is-style-mp-time-table table td {
	border: none !important;
}
.is-style-mp-time-table table {
	margin-bottom: 0.5em !important;
}
.is-style-mp-time-table.wp-block-table thead {
	border-bottom:solid 3px #16B4AD;
}
.is-style-mp-time-table.wp-block-table tr {
	border-bottom:solid 1px #16B4AD;
}
.is-style-mp-time-table.wp-block-table tr th:nth-of-type(n+2),
.is-style-mp-time-table.wp-block-table tr td:nth-of-type(n+2) {
	text-align:center;
}
.is-style-mp-time-table.wp-block-table tr th:nth-of-type(2n),
.is-style-mp-time-table.wp-block-table tr td:nth-of-type(2n) {
	background:#E8F7F7;
}

.is-style-mp-time-table.wp-block-table thead tr th:nth-of-type(1) {
	color:#16B4AD;
}



/*************************************************
				　	ボタン
*************************************************/

/*mp-オレンジ*/
.is-style-mp-orange-button .wp-block-button__link {
	background-color:#E68510 !important;
}
/*mp-グリーン*/
.is-style-mp-green-button .wp-block-button__link {
	background-color:#16B4AD !important;
}


/*************************************************
				　	スペーサー
*************************************************/

/*mp-contスペーサー*/
.is-style-mp-cont-spacer {
	height: 28px !important;
}
@media screen and (min-width: 1180px) {
	.is-style-mp-cont-spacer {
		height: 80px !important;
	}
}

/*************************************************
				　	リスト
*************************************************/

.is-style-mp-indent {
	padding-left: 1.5em !important;
}
ol:has(+ ol.is-style-mp-indent) {
    margin-bottom: 0.5em !important;
}


