.myLead {
	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;
}

.myLead .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 30px;
}

.myLead .image {
	width: 31%;
	text-align: center;
}

.myList01 {
	margin-bottom: 60px;
}

.myList01 .item {
	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;
}

.myList01 .item:not(:last-child) {
	margin-bottom: 60px;
}

.myList01 .detail {
	padding-right: 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.myList01 .image {
	width: 330px;
	text-align: center;
}

.myList01 .title {
	position: relative;
	padding: 8px 0 8px 70px;
	margin-bottom: 20px;
	color: #f87983;
	font-weight: bold;
	line-height: 1.5;
	font-size: 27px;
	font-size: 2.7rem;
}

.myList01 .title .num {
	background-image: url(../img/shishu/bg_num.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 54px;
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
}

.myTxt {
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.myAboutLead {
	margin-bottom: 60px;
	text-align: center;
}

.myAboutLead .txt {
	max-width: 600px;
	margin: 0 auto 30px;
}

.myAboutDetail {
	font-size: 16px;
	font-size: 1.6rem;
}

.myAboutDetail + .myAboutDetail {
	margin-top: 80px;
}

.myAboutDetail .title {
	padding: 3px 0 3px 56px;
	margin-bottom: 20px;
	background-image: url(../img/common/icon_flower01_xxlarge_blue.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #f87983;
	font-size: 27px;
	font-size: 2.7rem;
}

.myAboutDetail .body {
	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;
}

.myAboutDetail .body .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 30px;
}

.myAboutDetail .body .image {
	width: 40%;
	text-align: center;
}

.modBlockAcdn .acdnBtn {
	display: block;
	background-color: #fff;
	position: relative;
	width: 100%;
	padding: 12px 40px;
	border-radius: 10px;
	text-align: center;
	color: #736357;
	text-decoration: none;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 30px;
	cursor: pointer;
}

.modBlockAcdn .acdnBtn:after {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	color: #489aca;
	font-size: 24px;
	font-size: 2.4rem;
	display: inline-block;
	margin-left: 10px;
	font-weight: normal;
}

.modBlockAcdn .acdnBtn.open:after {
	content: "";
}

.modBlockAcdn .acdnContant {
	display: none;
}


.modListArrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modListArrow li {
	width: 25%;
	padding: 10px 10px 10px 40px;
	position: relative;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
}

.modListArrow li:before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	color: #489aca;
	display: inline-block;
	margin-right: 8px;
	font-weight: normal;
}

.modListArrow li a {
	text-decoration: none;
}

.modListArrow span {
	font-size: 11px;
	font-size: 1.1rem;
	display: block;
	margin-left: 20px;
	letter-spacing: 0;
}

.modListArrow span.nowrap {
	white-space: nowrap;
}


.modBlockAbout04 {
	background-color: #fff;
	max-width: 890px;
	margin: 0 auto;
	padding: 30px;
}

.modBlock04list {
	padding-bottom: 20px;	
}

.modBlock04list .listtitle {
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #f87983;
	font-size: 20px;
	font-size: 2.0rem;
}

.modBlock04list .listtitle span {
	background-repeat: repeat-x;
	margin: 0 auto;
	max-width: 450px;
}


.modBlock04list .caution {
	margin: 15px 0 0;
	font-weight: bold;
	text-align: center;
	color: #f87983;
	font-size: 19px;
	font-size: 1.9rem;
}


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

.myLead {
	display: block;
}

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

.myLead .image {
	width: auto;
}

.myList01 .item {
	display: block;
}

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

.myList01 .image {
	width: auto;
}

.myList01 .title {
	padding: 5px 0 5px 40px;
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2rem;
}

.myList01 .title .num {
	background-size: 30px auto;
	top: 0.4em;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
}

.myTxt {
	font-size: 18px;
	font-size: 1.8rem;
}

.myAboutDetail .title {
	padding-left: 30px;
	margin-bottom: 10px;
	background-size: 20px auto;
	font-size: 18px;
	font-size: 1.8rem;
}

.myAboutDetail .body {
	display: block;
}

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

.myAboutDetail .body .image {
	width: auto;
}

.modListArrow li {
	width: 25%;
	padding: 10px 10px 10px 40px;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}

}



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