@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*ピンクの枠*/
.box128 {
	position: relative;
	margin: 3em 0 2em;
	padding: 1.5em 1em;
	border: solid 3px #ED8583;}
.box128 .box-title {
	display: inline-block;
	position: absolute;
	top: -30px;
	left: -3px;
	height: 28px;
	padding: 0 9px;
	border-radius: 5px 5px 0 0;
	background: #ED8583;
	color: #fff;
	font-size: 17px;
	vertical-align: middle;
	line-height: 28px;
	margin:0;
	border-left:none;}

/*水色の枠*/
.box228 {
	position: relative;
	margin: 3em 0 2em;
	padding: 1.5em 1em;
	border: solid 3px #6BB6FF;
}
.box228 .box-title {
	display: inline-block;
	position: absolute;
	top: -30px;
	left: -3px;
	height: 28px;
	padding: 0 9px;
	border-radius: 5px 5px 0 0;
	background: #6BB6FF;
	color: #fff;
	font-size: 17px;
	vertical-align: middle;
	line-height: 28px;
	margin:0;
	border-left:none;
}
