.myAboutBlock {
	max-width: 890px;
	margin: 0 auto 40px;
}

.myAboutBlock .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;
	margin-bottom: 10px;
}

.myAboutBlock .image {
	width: 370px;
	text-align: center;
}

.myAboutBlock .image + .detail {
	padding-left: 30px;
}

.myAboutBlock .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 30px;
}

.myAboutBlock .detail + .image {
	padding-right: 30px;
}

.myAboutBlock .catch {
	margin-bottom: 20px;
	font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
}

.myAboutBlock .txt {
	line-height: 2;
}

.myAboutBlock02 {
	border: solid 1px #22a494;
	background-color: #fff;
	max-width: 890px;
	border-radius: 10px;
	margin: 0 auto;
	padding: 30px 120px;
}

.myAboutBlock02 li {
	padding: 3px 0 3px 30px;
	background-image: url(../img/common/icon_flower01_blue.png);
	background-position: left 0.1em;
	background-repeat: no-repeat;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}

.myContentBlock {
	padding: 40px;
	margin-bottom: 100px;
	border: solid 1px #22a494;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
}

.myContentBlock .deco {
	position: absolute;
	top: -40px;
	left: -20px;
}

.myContentBlock .titleContent {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 25px;
	font-size: 2.5rem;
	font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
	line-height: 1.5;
}

.myContentBlock .titleContent span {
	display: inline-block;
	position: relative;
	padding: 0 35px;
	text-align: center;
}

.myContentBlock .titleContent span:before,
.myContentBlock .titleContent span:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-image: url(../img/common/icon_flower01_blue.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: auto;
	width: 24px;
	height: 27px;
}

.myContentBlock .titleContent span:before {
	left: 0;
}

.myContentBlock .titleContent span:after {
	right: 0;
}

.myContentBlock .list {
	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: 720px;
	margin: 0 auto;
}

.myContentBlock .list .item {
	width: 30.3%;
	margin: 50px 0 0;
}

.myContentBlock .list .image {
	margin-bottom: 10px;
	text-align: center;
}

.myContentBlock .list .title {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}

.myContentBlock .btn {
	max-width: 350px;
	margin: 30px auto 0;
}

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

.myQaList {
	margin-bottom: 90px;
}

.myQaList li {
	padding: 14px 14px 0;
	margin: 0 0 20px;
	border-radius: 10px;
}

.myQaList .btn {
	padding: 4px 40px 18px 74px;
	position: relative;
	border-bottom: dotted 2px #CEAF29;
	background-image: url(../img/qa/icon_q.png);
	background-position: left 0;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 23px;
	font-size: 2.3rem;
}

.myQaList .btn:hover {
	color: #bbb;
}

.myQaList .btn:after {
	content: "";
	position: absolute;
	top: -7px;
	bottom: 0;
	right: 15px;
	margin: auto;
	background-image: url(../img/qa/icon_acc.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 29px;
	height: 29px;
}

.myQaList .btn.on:after {
	background-position: 0 -29px;
}

.myQaList .detail {
	display: none;
	padding: 20px 15px 40px 74px;
	background-image: url(../img/qa/icon_a.png);
	background-position: left 20px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-size: 1.8rem;
	color: #665352;
}

.myQaList .advice {
	margin-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
}

.myQaList .advice dt {
	padding: 3px 0 3px 20px;
	background-image: url(../img/common/icon_flower01.png);
	background-position: left 0.4em;
	background-repeat: no-repeat;
	background-size: 12px auto;
	font-weight: bold;
}

.myQaList .advice dd {
	padding-left: 20px;
}

.myQaList .advice dd:not(:last-child) {
	margin-bottom: 5px;
}

.myQaBtn {
	max-width: 500px;
	margin: 0 auto;
}

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

.myAboutBlock .item {
	margin-bottom: 20px;
}

.myAboutBlock .image {
	width: 36%;
}

.myAboutBlock02 li {
	font-size: 14px;
	font-size: 1.4rem;
}

.myContentBlock .deco {
	display: none;
}

}

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

.myAboutBlock .image {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.myAboutBlock .image + .detail {
	padding-left: 0;
}

.myAboutBlock .detail {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.myAboutBlock .detail + .image {
	padding-right: 0;
}

.myAboutBlock .catch {
	font-size: 20px;
	font-size: 2rem;
}

.myAboutBlock .txt {
	line-height: 1.5;
}

.myAboutBlock02 {
	padding: 20px 20px 10px;
}

.myAboutBlock02 li {
	float: none;
	width: auto;
	background-size: 20px auto;
	padding: 3px 0 3px 24px;
	margin: 0 0 5px;
}

.myContentBlock {
	padding: 20px;
	margin-bottom: 50px;
}

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

.myContentBlock .list .item {
	width: 47%;
	margin-top: 20px;
}

.myContentBlock .list .image {
	margin-bottom: 5px;
}

.myContentBlock .list .title {
	margin-bottom: 5px;
}

.myContentBlock .list .txt {
	font-size: 12px;
	font-size: 1.2rem;
}

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

.myQaList {
	margin-bottom: 30px;
}

.myQaList li {
	padding: 8px 8px 0;
	margin-bottom: 10px;
	border-radius: 5px;
}

.myQaList .btn {
	padding: 6px 30px 12px 40px;
	background-size: 26px auto;
	background-position: left 3px;
	font-size: 14px;
	font-size: 1.4rem;
}

.myQaList .btn:hover {
	color: #333;
}

.myQaList .btn:after {
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	right: 0;
}

.myQaList .btn.on:after {
	background-position: 0 -18px;
}

.myQaList .detail {
	padding: 12px 8px 12px 40px;
	background-size: 26px auto;
	background-position: left 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

}


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