@charset "utf-8";
/*-------------------

 よく使うCSS

-------------------*/

.colorRed{ color: #E00; }
.colorOrange{ color: #F18101; }
.colorGreen { color: #00AA83; }


.alignCenter { text-align: center; }
.alignRight { text-align: right; }

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}


.floatLeft { float: left; }
.floatLeftMargin {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;}
.floatRight { float: right; }
.floatRightMargin {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;}


.marginB10 { margin-bottom: 10px !important; }
.marginB25 { margin-bottom: 25px !important; }


.clearBoth { clear: both; }

.styleNone {
	background: url(none) !important;
	padding: 0px !important;
	border-style: none !important;
	list-style: none !important;
}


.c-img {
	max-width: 100%;
	height: auto;
}


/* ----------------------------------------------------
 clearfix
----------------------------------------------------*/
ul:after,
div:after,
.clrfix:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
	height: 0.1px; 
	font-size: 0.1em; 
	visibility: hidden;
	line-height: 0;
}

ul,div,
.clrfix {
	display: inline-block;
	display: block;
	min-height:1%;
	}

* html ul,
* html div,
* html .clrfix {	height: 1%;}

.u-mt10 {
	margin-top: 10px !important;
}

.u-pb20 {
	padding-bottom: 20px !important;
}

.c-circle {
	
}
.c-circle li {
	padding-left: 1.1em;
	position: relative;
}
.c-circle li::before {
	position: absolute;
	left: 0;
	top: 0;
}
.c-circle li:nth-of-type(1)::before {
	content: "①";
}
.c-circle li:nth-of-type(2)::before {
	content: "②";
}
.c-circle li:nth-of-type(3)::before {
	content: "③";
}
.c-circle li:nth-of-type(4)::before {
	content: "④";
}
.c-circle li:nth-of-type(5)::before {
	content: "⑤";
}
.c-circle li:nth-of-type(6)::before {
	content: "⑥";
}
.c-circle li:nth-of-type(7)::before {
	content: "⑦";
}
.c-circle li:nth-of-type(8)::before {
	content: "⑧";
}
.c-circle li:nth-of-type(9)::before {
	content: "⑨";
}

.c-color--default {
	color: #727171 !important;
}

.c-color--sky {
	color: #37bef0;
}

.c-color--pink {
	color: #ec6d74 !important;
}

.c-bg--pink {
	background: #ec6d74 !important;
}

.c-color--yellow {
	color: #fdf100 !important;
}
.c-bg--yellow {
	background: #fdf100 !important;
}

.row {
	margin-left: -5px;
	margin-right: -5px;
}

.col {
	padding-left: 5px;
	padding-right: 5px;
}

.c-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-list--two > * {
	width: 50%;
}

.c-inner {
	padding: 15px;
}

.mb0 {
	margin-bottom: 0 !important;
}
