.myBlock01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 880px;
	margin: 0 auto 80px;
}

.myBlock01_type02 {
	margin-bottom: 40px;
}

.myBlock01 .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 40px;
}

.myBlock01 .title {
	margin-bottom: 20px;
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: bold;
	color: #f87983;
}

.myBlock01 .body {
	background-color: #fff;
	border: solid 1px #f87983;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 10px;
}

.myBlock01 .image {
	width: 310px;
	text-align: center;
}

.myBlock02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 880px;
	margin: 80px auto 60px;
	padding: 40px;
	border: solid 1px #fed6d8;
	border-radius: 10px;
	background-color: #fff;
}

.myBlock02 .item {
	width: 50%;
}

.myBlock02 .item:first-child {
	border-right: solid 1px #fed6d8;
	padding-right: 40px;
}

.myBlock02 .item:last-child {
	padding-left: 40px;
}

.myBlock02 .item .box:not(:last-child) {
	margin-bottom: 30px;
}

.myBlock02 .icon {
	margin: -80px 0 20px;
	text-align: center;
}

.myBlock02 .title {
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	color: #f87983;
	font-size: 27px;
	font-size: 2.7rem;
}

.myBlock02 .lead {
	margin-bottom: 20px;
}

.myBlock02 .box dt {
	background-image: url(../img/common/line02.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 0 0 20px;
	margin: 0 0 30px;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #666;
}

.myBlock02 .box ul li {
	padding: 3px 0 3px 36px;
	background-image: url(../img/common/icon_flower01.png);
	background-position: left 0.2em;
	background-repeat: no-repeat;
	font-size: 16px;
	font-size: 1.6rem;
}

.myBlock02 .box ul li:not(:last-child) {
	margin-bottom: 15px;
}

.myBlock02 .box ul li .sub {
	font-size: 14px;
	font-size: 1.4rem;
}

.myBlock02_type02 {
	margin: 60px auto 20px;
}

.myBlock02 + .caution {
	margin-bottom: 80px;
}

.myPriceBlock {
	margin-bottom: 40px;
}

.myPriceBlock .image {
	margin-bottom: 30px;
	text-align: center;
}

.myPriceBlock .txt {
	max-width: 660px;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {

.myBlock01 {
	display: block;
}

.myBlock01 .detail {
	padding-right: 0;
	margin-bottom: 20px;
}

.myBlock01 .title {
	margin-bottom: 15px;
	font-size: 22px;
	font-size: 2.2rem;
}

.myBlock01 .body {
	padding: 15px;
	border-radius: 6px;
}

.myBlock01 .image {
	width: auto;
}

.myBlock02 {
	display: block;
	padding: 20px;
}

.myBlock02 .item {
	width: auto;
}

.myBlock02 .item:first-child {
	border-right: none;
	border-bottom: solid 1px #fed6d8;
	padding: 0 0 40px;
	margin-bottom: 100px;
}

.myBlock02 .item:last-child {
	padding-left: 0;
}

.myBlock02 .icon {
	max-width: 80px;
	margin: -60px auto 20px;
}

.myBlock02 .title {
	margin-bottom: 20px;
	font-size: 22px;
	font-size: 2.2rem;
}

.myBlock02 .box dt {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

.myBlock02 .box ul li {
	padding-left: 30px;
	background-size: 22px auto;
	font-size: 14px;
	font-size: 1.4rem;
}

.myBlock02 .box ul li .sub {
	font-size: 12px;
	font-size: 1.2rem;
}

.myBlock02_type02 .item:first-child {
	margin-bottom: 30px;
}

}


/*# sourceMappingURL=maps/shinbi.css.map */
