@charset "utf-8";
.list_01 li{
	list-style-type: decimal;
	line-height: 1.7;
	margin-left: 1.5em;
}
.list_01 li:not(:last-child){
	margin-bottom: 24px;
}

.list_02 li{
	list-style-type:disc;
	line-height: 1.7;
	margin-left: 1.5em;
}
.list_02 li:not(:last-child){
	margin-bottom: 12px;
}

@media all and (max-width: 768px) {
	.list_01{
		padding: 0 10px;
	}
	.list_02{
		font-size: 13px;
		padding: 0 10px;
	}
	.list_02 li:not(:last-child){
		margin-bottom: 8px;
	}
}


.stripe01{
	background-image: url(https://clab.jp/img/common/stripe01.jpg);
	background-size: 20px auto;
}


.title_01{
	position: relative;
	background: #efefef;
	padding: 10px 20px;
	padding-left: 60px;
	font-size: 24px;
	color: #474747;
	border-radius: 22px;
}

.title_01 span{
	display: block;
	line-height: 44px;
	position: absolute;
	padding: 0em;
	color: white;
	background-color: #ff6363;
	font-weight: bold;
	width: 44px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	left: -8px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.title_01 span img{
	display: block;
	width: 44px;
	height: 44px;
	margin: 0;
}

.title_02{
	display: flex;
	align-items:flex-end;
	line-height: 1.7;
	color: #ff5370;
	font-size: 22px;
}
.title_02 img{
	display: block;
	width: 120px !important;
	height: auto;
	margin: 0;
	margin-right: 1em;
}

@media all and (max-width: 768px) {
	.title_01{
		margin-left: 16px;
		margin-right: 10px;
		padding-left: 50px;
		font-size: 20px;
	}
	
	
	.title_02{
		display: block;
		font-size: 18px;
	}
	.title_02 img{
		margin-right: auto;
		margin: 0 auto !important;
	}
}



.box_00{
	margin-bottom: 24px;
}
.box_00 img{
	display: block;
	width: 100%;
	height: auto;
}

@media all and (max-width: 768px) {
	.box_00{
		padding: 0 10px;
	}
}

.box_01{
	display: flex;
	flex-wrap: wrap;
}
.box_01 > div{
	width: calc(50% - 12px);
	border: 8px solid #ff5c8a;
	position: relative;
	margin-bottom: 24px;
}
.box_01 > div:nth-child(odd){
	margin-right: 24px;
}
.box_01 h3{
	padding: 8px;
}
.box_01 h3 img{
	display: block;
	width: 100%;
	height: auto;
}
.box_01 .str{
	padding: 8px 16px;
	padding-bottom: 26px;
	text-align: center;
	line-height: 1.7;
}
.box_01 .stripe{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 18px;
	background-image: url(https://clab.jp/img/nameseal/stripe01.png);
	background-repeat: repeat-x;
	background-position-x: -12px;
	background-size: auto 18px;
}
@media all and (max-width: 768px) {
     
    .box_01{
        width: 100%;
        flex-direction:column;
        padding: 0 10px;
    }
    .box_01 > div{
        width: 100%;
        margin-bottom: 24px;
    }
    .box_01 .str{
		/*text-align: left;*/
	}
     
}

.box_02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_02 li{
	width: calc(100% / 2 - 12px);
	margin-bottom: 24px;
}

.box_02 li img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.box_02 li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.box_02 li a p{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(110%);
	padding: 8px;
	text-align: center;
	background-color: rgba(156, 103, 43, 0.85);
	color: #ffffff;
	transition: all 300ms 0s ease;
}
.box_02 li a:hover p{
	transform: translateY(0%);
}

@media all and (max-width: 768px) {
	.box_02{
		padding: 0 10px;
	}
	.box_02 li{
		width: 100%;
		margin-bottom: 24px;
	}
	.box_02 li a p{
		position:static;
		transform: none;
	}
}

.box_03{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.box_03 li{
	width: calc(100% / 3 - 16px);
	margin-bottom: 24px;
}

.box_03 li img{
	margin-bottom: 12px;
}
.box_03 li .txt span{
	display: block;
	font-size: 1.2em;
	padding-bottom: 8px;
}
.box_03 li .txt span:before{
	content: "●";
	color: #EC688A;
	margin-right: 0.2em;
}

@media all and (max-width: 768px) {
	.box_03{
		padding: 0 10px;
	}
	.box_03 li{
		width: calc(100% / 2 - 5px);
	}
	.box_03 li .txt span{
		font-size: 1em;
	}
	
}

.box_04{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_04 li{
	width: calc(100% / 2 - 12px);
	margin-bottom: 24px;
}

.box_04 li img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 16px;
}
.box_04 li .str{
	line-height: 1.7;
	position: relative;
	padding: 8px;
	padding-bottom: 0;
}
.box_04 .floating{
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 83px;
	height: auto;
	margin: 0;
	transform: translate(50%,-100%);
}

@media all and (max-width: 768px) {
	.box_04{
        width: 100%;
        flex-direction:column;
        padding: 0 10px;
    }
    .box_04 li{
        width: 100%;
    }
    .box_04 li img{
		margin-bottom: 10px;
	}
	.box_04 .floating{
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		width: 70px;
		height: auto;
		margin: 0;
		transform: translate(0%,-100%);
	}
}

.table00{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.table00 th,
.table00 td{
    padding: 16px;
    border: 1px solid #bfbfbf;
    line-height: 1.5em;
}
 
.table00 th{
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.table00 td{
    text-align: center;
}
.table00 td.large{
	font-size: 2em;
}
@media all and (max-width: 768px) {
	.table00{
	    width: calc(100% - 20px);
	}
	.table00 th,
	.table00 td{
	    padding: 8px;
	    border: 1px solid #bfbfbf;
	    line-height: 1.5em;
	}
}
