p {
	line-height: 1.8;
}

.basicMenu {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.basicMenu__box {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
	max-width: 49%;
}

.basicMenu__item {
	margin-bottom: 20px;
}

.basicMenu__link {
	display: block;
}

.basicMainTitle {
	margin-bottom: 30px;
}

.basicHeading {
	position: relative;
	background: #f3f0e5;
	padding: 20px;
	margin-bottom: 35px;
}

.basicHeading__txt {
	font-size: 1.4rem;
}

.basicHeading__txt .basicHeading__mainTxt {
	font-size: 3rem;
	font-weight: bold;
}

.basicHeading__img {
	position: absolute;
	top: -8%;
	right: 20px;
}

.basicHeading__img.basicHeading__img--adj {
	top: -1%;
}

.basicMiddleTitle {
	font-size: 1.5em;
	color: #6CA832;
	font-weight: bold;
	line-height: 1.2;
}

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

.columnBox.columnBox--bdplus {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.columnBox__left {
	margin-right: 15px;
	line-height: 1.8;
}

.columnBox__right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
}

.columnJust {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*page*/

.madeBox {
	margin-top: 40px;
}

.madeBox__item {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px dashed #ccc;
	margin-top: 40px;
	margin-top: 5px;
	padding-bottom: 20px;
	position: relative;
}

.madeBox__item .que {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 53px;
	flex: 1 0 53px;
	max-width: 53px;
	margin-right: 10px;
}

.madeBox__item .txt {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 320px;
	flex: 0 1 320px;
	max-width: 320px;
	margin-right: 10px;
	padding-top: 14px;
}

.madeBox__item .img {
	position: absolute;
}

.madeBox__item .img.img--01 {
	top: 0;
	right: 130px;
}

.madeBox__item .img.img--02 {
	top: -10px;
	right: 67px;
}

.madeBox__item .img.img--03 {
	top: -80px;
	right: 280px;
}

.madeBox__item .img.img--04 {
	top: -80px;
	right: 210px;
}

.madeBox__item .img.img--05 {
	top: -80px;
	right: 134px;
}

.madeBox__item .img.img--06 {
	top: -62px;
	right: 36px;
}

.useKindList {
	margin-top: 40px;
}

.useKindList__item {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px dashed #ccc;
	margin-top: 40px;
	margin-top: 25px;
	padding-bottom: 25px;
}

.useKindList__item .que {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 53px;
	flex: 1 0 53px;
	max-width: 53px;
	margin-right: 10px;
}

.useKindList__item .txt {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 386px;
	flex: 0 1 386px;
	max-width: 386px;
	margin-right: 10px;
}

.lawrolesBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.lawrolesBox__left {
	margin-right: 15px;
}

.lawrolesBox__right {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 263px;
	flex: 1 0 263px;
	max-width: 263px;
}

.lawrolesLinkBox {
	border: 2px solid #66CC00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px 20px;
	background: #ffffea;
}

.lawrolesLinkBox__img {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 194px;
	flex: 1 0 194px;
	max-width: 194px;
	margin-right: 20px;
}

.lawrolesLinkBox__txt {
	line-height: 1.8;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

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

.flowBox.flowBox--bdPlus {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.flowBox__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.flowBox__txt {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.flowBox__txt .boxTxt {
	color: #fff;
	background: #ec8e25;
	padding: 3px 20px;
	border-radius: 13px;
	font-weight: bold;
	font-size: 1.08333em;
	line-height: 1.3;
}

.flowBox__txt .boxTxt .boxTxt__s {
	font-size: 0.92308em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.2;
	display: inline-block;
}

.largeBtn {
	width: 268px;
	text-align: center;
	padding: 3px 10px;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #30825b;
	color: #30825b;
}

.bdplus {
	border-bottom: 1px dashed #ccc;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.productTxt {
	padding: 3px 8px;
	border-radius: 13px;
	background: #6dab24;
	color: #fff;
}

.keywordList {
	margin-top: 40px;
}

.keywordList__item {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px dashed #ccc;
	margin-top: 40px;
	margin-top: 25px;
	padding-bottom: 25px;
}

.keywordList__item .que {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 53px;
	flex: 1 0 53px;
	max-width: 53px;
	margin-right: 10px;
}

.keywordList__item .txt {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 340px;
	flex: 0 1 340px;
	max-width: 340px;
	margin-right: 10px;
}

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

.basicMenu {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.basicMenu__box {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

.basicMainTitle {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 26px;
}

.basicHeading {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 12px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.basicHeading__txt {
	margin-right: 12px;
	font-size: 1.3rem;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.basicHeading__txt .basicHeading__mainTxt {
	font-size: 1.6rem;
}

.basicHeading__img {
	position: relative;
	top: auto;
	right: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 64px;
	flex: 1 0 64px;
	max-width: 64px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.basicMiddleTitle {
	font-size: 1.33333em;
}

.columnBox {
	display: block;
}

.columnBox__left {
	margin-right: 0;
}

.columnJust {
	display: block;
	text-align: center;
}

.columnJust__left {
	margin-bottom: 15px;
}

.madeBox__item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.madeBox__item .que {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 53px;
	flex: 1 0 53px;
	max-width: 53px;
}

.madeBox__item .txt {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 75%;
	flex: 1 0 75%;
	max-width: 75%;
}

.madeBox__item .img.img--01 {
	top: auto;
	right: auto;
}

.madeBox__item .img.img--02 {
	top: auto;
	right: auto;
}

.madeBox__item .img.img--03 {
	top: auto;
	right: auto;
}

.madeBox__item .img.img--04 {
	top: auto;
	right: auto;
}

.madeBox__item .img.img--05 {
	top: auto;
	right: auto;
}

.madeBox__item .img.img--06 {
	top: auto;
	right: auto;
}

.madeBox__item .img {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 100%;
	text-align: center;
}

.useKindList__item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.useKindList__item .que {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 53px;
	flex: 1 0 53px;
	max-width: 53px;
}

.useKindList__item .txt {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 76%;
	flex: 1 0 76%;
	max-width: 76%;
}

.useKindList__item .img {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 100%;
	text-align: center;
}

.lawrolesBox {
	display: block;
}

.lawrolesBox__left {
	margin-right: 0;
}

.lawrolesBox__right {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 100%;
}

.lawrolesLinkBox {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lawrolesLinkBox__img {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 100%;
	margin-right: 0;
	text-align: center;
	margin-bottom: 15px;
}

.flowBox {
	margin-bottom: 10px;
}

.largeBtn {
	width: auto;
	text-align: left;
	display: inline-block;
}

.keywordList__item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.keywordList__item .que {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 53px;
	flex: 1 0 53px;
	max-width: 53px;
}

.keywordList__item .txt {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 74%;
	flex: 1 0 74%;
	max-width: 74%;
}

.keywordList__item .img {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 100%;
	text-align: center;
}

}

