@charset "utf-8";

/*--------------------------------------------------------------------
	common
--------------------------------------------------------------------*/

#useful .blockquote01:before{
	color: #005B40;
}

@media screen and (max-width: 767px) {

#useful .mainArticleWrap,#useful .mainCategoryWrap {
	font-size: 1.0em;
}

}

/*--------------------------------------------------------------------
	layoutHead
--------------------------------------------------------------------*/

.layoutHead {
	width: auto;
}

/*--------------------------------------------------------------------
	layoutTop
--------------------------------------------------------------------*/

.layoutTop {
	width: auto;
	border-top: 1px solid #9D9D9D;
	border-left: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
	font-size: 1.16em;
}

.layoutTop img {
	max-width: 100%;
	height: auto;
}

.usefuSlideBox {
	position: relative;
}

.usefuSlideBoxBottom {
	position: absolute;
	bottom: 10px;
	font-size: 1.06em;
	line-height: 1.6em;
}

.usefuSlideBoxTitle {
	color: #FFF;
	font-size: 1.7em;
	padding:  15px 30px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.5),1px 1px 4px rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0.40);
}

.usefuSlideBoxTxt {
	background-color: rgba(255,255,255,0.80);
	margin: 0 10px;
	padding: 15px 20px;
	letter-spacing: 0;
}

@media screen and (max-width: 767px) {

.layoutTop {
	font-size: 1.0em;
}

}

@media screen and (max-width: 959px) {

.usefuSlideBoxBottom {
	width: 100%;
	bottom: 0;
}

.usefuSlideBoxTitle {
	padding: 15px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.usefuSlideBoxTxt {
	display: none;
}

}

@media screen and (max-width: 767px) {

.usefuSlideBoxBottom {
	font-size: 1.0em;
}

.usefuSlideBoxTitle {
	padding: 7px;
	font-size: 1.06em;
	line-height: 1.4em;
}

}

/*--------------------------------------------------------------------
	layoutContents
--------------------------------------------------------------------*/

.layoutContents {
	width: auto;
}


/*--------------------------------------------------------------------
	layoutMain
--------------------------------------------------------------------*/

.layoutMain {
	width: 750px;
	float: left;
}

.layoutMainInnerWrap {
	border: 1px solid #9D9D9D;
	padding: 15px;
}

.layoutMainInnerWrap02 {
	border: 1px solid #9D9D9D;
}

.layoutMainInnerWrap02Box {
	padding: 30px 15px 15px;
}

.layoutMainInnerWrap02BoxA {
	padding: 15px;
}

@media screen and (max-width: 1024px) {

}

@media screen and (min-width: 960px) and (max-width: 1024px) {

.layoutMain {
	width: 100%;
	float: left;
	margin-right: -270px;
}

.layoutMainInner {
	margin-right: 270px;
}

}

@media screen and (max-width: 959px) {

.layoutMain {
	width: auto;
	float: none;
}


}

@media screen and (min-width: 768px) and (max-width: 959px) {



}

@media screen and (max-width: 767px) {

.layoutMainInnerWrap {
	padding: 10px;
}

.layoutMainInnerWrap02Box {
	padding: 10px;
}

.layoutMainInnerWrap02BoxA {
	padding: 10px;
}

}

/*--------------------------------------------------------------------
	layoutMainLarge
--------------------------------------------------------------------*/

.layoutMainLarge {
	width: 752px;
	box-sizing: border-box;
	float: left;
}

.layoutMainLargeInner {
	box-sizing: border-box;
	padding: 0 11px 11px;
	border-bottom: 1px solid #9D9D9D;
	border-left: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
}


@media screen and (max-width: 767px) {


}

@media screen and (max-width: 959px) {

.layoutMainLarge {
	width: auto;
	box-sizing: border-box;
	float: none;
}

}

@media screen and (min-width: 960px) and (max-width: 1024px) {

.layoutMainLarge {
	width: 100%;
	float: left;
	margin-right: -260px;
}

.layoutMainLargeInner {
	margin-right: 260px;
}

}


/*--------------------------------------------------------------------
	layoutSide
--------------------------------------------------------------------*/

.layoutSide {
	width: 330px;
	float: right;
}

.sideCategoryList {
	font-size: 1.1em;
}

.sideCategoryList > li {
	border: 1px solid #D9D9D9;
	color: #383838;
	background-color: #FFF;
	display: block;
	margin-bottom: 5px;
}

.sideCategoryList > li:last-child {
	margin-bottom: 0;
}

.sideCategoryList > li > p > a {
	color: #383838;
	display: block;
	position: relative;
	padding: 15px 15px 15px 30px;
}

.sideCategoryList > li > p > a:after {
  content:"";
	width: 14px;
	height: 16px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	background-image: url("../../../common/images/common/arrow01.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.featuresCat.indexPage .sideCategoryList > li:nth-child(1) > p > a,
.supportCat.indexPage .sideCategoryList > li:nth-child(2) > p > a,
.skillCat.indexPage .sideCategoryList > li:nth-child(3) > p > a,
.tradingtoolCat.indexPage .sideCategoryList > li:nth-child(4) > p > a,
.bitwalletCat.indexPage .sideCategoryList > li:nth-child(5) > p > a,
.glossaryCat .sideCategoryList > li:nth-child(5) > p > a,
.sideCategoryList > li > p.current > a  {
	padding: 15px 35px 15px 20px;
	background-color: #F2F6E3;
}

.featuresCat.indexPage .sideCategoryList > li:nth-child(1) > p > a,
.supportCat.indexPage .sideCategoryList > li:nth-child(2) > p > a,
.skillCat.indexPage .sideCategoryList > li:nth-child(3) > p > a,
.tradingtoolCat.indexPage .sideCategoryList > li:nth-child(4) > p > a,
.bitwalletCat.indexPage .sideCategoryList > li:nth-child(5) > p > a,
.sideCategoryList > li:first-child > p.current > a  {
	border-bottom: 1px solid #D9D9D9;
}

.featuresCat.indexPage .sideCategoryList > li:nth-child(1) > p > a:after,
.supportCat.indexPage .sideCategoryList > li:nth-child(2) > p > a:after,
.skillCat.indexPage .sideCategoryList > li:nth-child(3) > p > a:after,
.tradingtoolCat.indexPage .sideCategoryList > li:nth-child(4) > p > a:after,
.bitwalletCat.indexPage .sideCategoryList > li:nth-child(5) > p > a:after,
.glossaryCat .sideCategoryList > li:nth-child(5) > p > a:after,
.sideCategoryList > li > p.current > a:after  {
	content:"";
	width: 18px;
	height: 16px;
	display: block;
	position: absolute;
	left: -9px;
	top: 50%;
	margin-top: -9px;
	background-image: url("../../../common/images/common/arrow06.png");
	background-position: left center;
}

.sideCategoryList > li a         {text-decoration: none; color: #383838; }
.sideCategoryList > li a:link    {text-decoration: none; color: #383838; }
.sideCategoryList > li a:visited {text-decoration: none; color: #383838; }
.sideCategoryList > li a:hover   {text-decoration: none; color: #383838; }
.sideCategoryList > li a:active  {text-decoration: none; color: #383838; }

.sideCategoryList > li > ul {
	padding: 0;
}

.sideCategoryList > li > ul > li {
	background-image: url("../../../common/images/common/line_dot01.png");
	background-position: left 25px top;
	background-repeat: no-repeat;
}

.featuresCat.indexPage .sideCategoryList > li:nth-child(1) > p + ul li:first-child,
.supportCat.indexPage .sideCategoryList > li:nth-child(2) > p + ul li:first-child,
.skillCat.indexPage .sideCategoryList > li:nth-child(3) > p + ul li:first-child,
.tradingtoolCat.indexPage .sideCategoryList > li:nth-child(4) > p + ul li:first-child,
.bitwalletCat.indexPage .sideCategoryList > li:nth-child(5) > p + ul li:first-child,
.sideCategoryList > li:first-child > p.current + ul li:first-child  {
	background-image: none;
}

.sideCategoryList > li > ul > li a {
	padding: 10px 25px 10px 45px;
	display: block;
	position: relative;
}

.sideCategoryList > li > ul > li a:before {
	content:"";
	width: 8px;
	height: 10px;
	display: block;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -6px;
	background-image: url("../../../common/images/common/arrow_orange01.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.featuresCat.leveragePage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(1),
.featuresCat.zerocutPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(2),
.featuresCat.productsPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(3),
.featuresCat.incentivePage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(4),
.featuresCat.speedyPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(5),
.featuresCat.platformPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(6),
.supportCat.meritPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(1),
.supportCat.brokerPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(2),
.supportCat.processPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(3),
.supportCat.certificatePage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(4),
.skillCat.paymentPage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(1),
.skillCat.broker-structurePage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(2),
.skillCat.orderPage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(3),
.howtomt5Cat .sideCategoryList > li > ul.sideCategoryTradingtoolList > li:nth-child(1),
.howtomt4Cat .sideCategoryList > li > ul.sideCategoryTradingtoolList > li:nth-child(2),
.bwhowtoCat .sideCategoryList > li > ul.sideCategoryBitwalletList > li:nth-child(1),
.bwfaqCat .sideCategoryList > li > ul.sideCategoryBitwalletList > li:nth-child(2),
.sideCategoryList > li > ul > li.current {
	background-image: none;
}

.featuresCat.leveragePage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(1) + li,
.featuresCat.zerocutPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(2) + li,
.featuresCat.productsPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(3) + li,
.featuresCat.incentivePage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(4) + li,
.featuresCat.speedyPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(5) + li,
.featuresCat.platformPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(6) + li,
.supportCat.meritPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(1) + li,
.supportCat.brokerPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(2) + li,
.supportCat.processPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(3) + li,
.supportCat.certificatePage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(4) + li,
.skillCat.paymentPage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(1) + li,
.skillCat.broker-structurePage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(2) + li,
.skillCat.orderPage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(3) + li,
.howtomt5Cat .sideCategoryList > li > ul.sideCategoryTradingtoolList > li:nth-child(1) + li,
.howtomt4Cat .sideCategoryList > li > ul.sideCategoryTradingtoolList > li:nth-child(2) + li,
.bwhowtoCat .sideCategoryList > li > ul.sideCategoryBitwalletList > li:nth-child(1) + li,
.bwfaqCat .sideCategoryList > li > ul.sideCategoryBitwalletList > li:nth-child(2) + li,
.sideCategoryList > li > ul > li.current + li {
	background-image: none;
}

.featuresCat.leveragePage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(1) a,
.featuresCat.zerocutPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(2) a,
.featuresCat.productsPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(3) a,
.featuresCat.incentivePage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(4) a,
.featuresCat.speedyPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(5) a,
.featuresCat.platformPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(6) a,
.supportCat.meritPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(1) a,
.supportCat.brokerPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(2) a,
.supportCat.processPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(3) a,
.supportCat.certificatePage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(4) a,
.skillCat.paymentPage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(1) a,
.skillCat.broker-structurePage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(2) a,
.skillCat.orderPage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(3) a,
.howtomt5Cat .sideCategoryList > li > ul.sideCategoryTradingtoolList > li:nth-child(1) a,
.howtomt4Cat .sideCategoryList > li > ul.sideCategoryTradingtoolList > li:nth-child(2) a,
.bwhowtoCat .sideCategoryList > li > ul.sideCategoryBitwalletList > li:nth-child(1) a,
.bwfaqCat .sideCategoryList > li > ul.sideCategoryBitwalletList > li:nth-child(2) a,
.sideCategoryList > li > ul > li.current a {
	background-color: #F2F6E3;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 10px 25px 10px 35px;
}

.featuresCat.platformPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(6) a,
.supportCat.certificatePage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(4) a,
.skillCat.orderPage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(3) a,
.howtomt4Cat .sideCategoryList > li > ul.sideCategoryTradingtoolList > li:nth-child(2) a,
.bwfaqCat .sideCategoryList > li > ul.sideCategoryBitwalletList > li:nth-child(2) a,
.sideCategoryList > li > ul > li:last-child.current a {
	border-bottom: none;
}

.featuresCat.leveragePage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(1) a:before,
.featuresCat.zerocutPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(2) a:before,
.featuresCat.productsPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(3) a:before,
.featuresCat.incentivePage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(4) a:before,
.featuresCat.speedyPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(5) a:before,
.featuresCat.platformPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(6) a:before,
.supportCat.meritPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(1) a:before,
.supportCat.brokerPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(2) a:before,
.supportCat.processPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(3) a:before,
.supportCat.certificatePage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(4) a:before,
.skillCat.paymentPage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(1) a:before,
.skillCat.broker-structurePage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(2) a:before,
.skillCat.orderPage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(3) a:before,
.howtomt5Cat .sideCategoryList > li > ul.sideCategoryTradingtoolList > li:nth-child(1) a:before,
.howtomt4Cat .sideCategoryList > li > ul.sideCategoryTradingtoolList > li:nth-child(2) a:before,
.bwhowtoCat .sideCategoryList > li > ul.sideCategoryBitwalletList > li:nth-child(1) a:before,
.bwfaqCat .sideCategoryList > li > ul.sideCategoryBitwalletList > li:nth-child(2) a:before,
.sideCategoryList > li > ul > li.current a:before {
	content:"";
	width: 12px;
	height: 16px;
	display: block;
	position: absolute;
	left: -9px;
	top: 50%;
	margin-top: -8px;
	background-image: url("../../../common/images/common/arrow07.png");
	background-position: center center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {

.sideCategoryList > li > p > a {
	padding: 15px 35px 15px 15px;
}

.sideCategoryList > li > ul > li {
	background-image: none;
	border-top: 1px dotted #D9D9D9;
}

.sideCategoryList > li > ul > li.current,.sideCategoryList > li > ul > li.current + li {
	border-top: none;
}

.supportCat.p-category .sideCategoryList > li:nth-child(1) > p + ul li:first-child,
.sideCategoryList > li:first-child > p.current + ul li:first-child  {
	border-top: none;
}

.sideCategoryList > li > ul > li a {
	padding: 10px 25px 10px 35px;
}

.sideCategoryList > li > ul > li a:before {
	left: 18px;
}

.featuresCat.indexPage .sideCategoryList > li:nth-child(1) > p > a,
.supportCat.indexPage .sideCategoryList > li:nth-child(2) > p > a,
.skillCat.indexPage .sideCategoryList > li:nth-child(3) > p > a,
.tradingtoolCat.indexPage .sideCategoryList > li:nth-child(4) > p > a,
.bitwalletCat.indexPage .sideCategoryList > li:nth-child(5) > p > a,
.sideCategoryList > li:first-child > p.current > a  {
	border-bottom: none;
}

.featuresCat.leveragePage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(1) a,
.featuresCat.zerocutPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(2) a,
.featuresCat.productsPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(3) a,
.featuresCat.incentivePage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(4) a,
.featuresCat.speedyPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(5) a,
.featuresCat.platformPage .sideCategoryList > li > ul.sideCategoryFeaturesList > li:nth-child(6) a,
.supportCat.meritPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(1) a,
.supportCat.brokerPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(2) a,
.supportCat.processPage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(3) a,
.supportCat.certificatePage .sideCategoryList > li > ul.sideCategorySupportList > li:nth-child(4) a,
.skillCat.paymentPage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(1) a,
.skillCat.broker-structurePage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(2) a,
.skillCat.orderPage .sideCategoryList > li > ul.sideCategorySkillList > li:nth-child(3) a,
.howtomt5Cat .sideCategoryList > li > ul.sideCategoryTradingtoolList > li:nth-child(1) a,
.howtomt4Cat .sideCategoryList > li > ul.sideCategoryTradingtoolList > li:nth-child(2) a,
.bwhowtoCat .sideCategoryList > li > ul.sideCategoryBitwalletList > li:nth-child(1) a,
.bwfaqCat .sideCategoryList > li > ul.sideCategoryBitwalletList > li:nth-child(2) a,
.sideCategoryList > li > ul > li.current a {
	padding: 10px 25px 10px 20px;
	border-top: none;
	border-bottom: none;
}

}

@media screen and (max-width: 959px) {

.layoutSide {
	width: auto;
	float: none;
	margin-top: 20px;
}

}

@media screen and (min-width: 960px) and (max-width: 1024px) {

.layoutSide {
	width: 250px;
	float: right;
	margin-top: 0;
}

.sideCategoryList {
	font-size: 1.0em;
}


}

@media screen and (max-width: 767px) {

#useful .sideCategoryBox {
	border-left: none;
	border-right: none;
	border-bottom: none;
	background: none;
	padding: 0;
	color: #383838;
}

.sideCategoryList {
	font-size: 1.0em;
}

.sideCategoryList > li:first-child {
	margin-top: 5px;
}

.sideCategoryList > li > p > a {
	padding: 10px 15px 10px 15px;
}

.featuresCat.indexPage .sideCategoryList > li:nth-child(1) > p > a,
.supportCat.indexPage .sideCategoryList > li:nth-child(2) > p > a,
.skillCat.indexPage .sideCategoryList > li:nth-child(3) > p > a,
.tradingtoolCat.indexPage .sideCategoryList > li:nth-child(4) > p > a,
.bitwalletCat.indexPage .sideCategoryList > li:nth-child(5) > p > a,
.glossaryCat .sideCategoryList > li:nth-child(5) > p > a,
.sideCategoryList > li > p.current > a  {
	padding: 10px 35px 10px 20px;
	background-color: #F2F6E3;
}

}

/*--------------------------------------------------------------------
	layoutSideLarge
--------------------------------------------------------------------*/

.layoutSideLarge {
	width: 348px;
	box-sizing: border-box;
	padding: 18px 0 0 18px;
	float: right;
	border-top: 1px solid #9D9D9D;
}

@media screen and (max-width: 959px) {

.layoutSideLarge {
	width: auto;
	padding: 10px 0;
	float: none;
	border-top: none;
}

}

@media screen and (min-width: 960px) and (max-width: 1024px) {

.layoutSideLarge {
	width: 260px;
	padding: 10px 0 0 10px;
	float: right;
}

}


/*--------------------------------------------------------------------
	common
--------------------------------------------------------------------*/

#useful .hStyle03 {
	border-left-color: #005B40;
}

#useful .hStyle04 {
	background: url("../../../common/images/common/arrow_green02.png") left top 10px no-repeat;
}

#useful .headline01 {
	border-left: 8px solid #005B40;
}

#useful .sideCategorySubList li > a:after,#useful .sideCategorySubList02 li > a:after {
	background: url("../../../common/images/common/arrow_green04.png") center top no-repeat;
}

.layoutMainInnerWrap02Visual {
	width: auto;
	position: relative;
}

.layoutMainInnerWrap02Visual img {
	max-width: 100%;
	height: auto;
}

.layoutMainInnerWrap02VisualTxt {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding:  15px;
	left: 0;
	bottom: 0;
	color: #FFF;
	font-size: 1.4em;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.5),1px 1px 4px rgba(0,0,0,0.5);
	background-color: rgba(68,68,68,0.40);
}

@media screen and (max-width: 767px) {

#useful .hStyle03 {
	border-left: 5px solid #005B40;
}

#useful .hStyle04 {
	background: url("../../../common/images/common/arrow_green02.png") left top 10px no-repeat;
}

#useful .listNew .hStyle03 {
	padding-top: 35px;
}

#useful .h3StyleArticle {
	border-left: 4px solid #005B40;
}

#useful .headline01 {
	border-left: 4px solid #005B40;
}

.layoutMainInnerWrap02VisualTxt {
	font-size: 1.06em;
	line-height: 1.4em;
	padding: 10px;
}

}

/*--------------------------------------------------------------------
	useful
--------------------------------------------------------------------*/

.usefulIndexList {
	list-style: none;
	margin-bottom: 0 !important;
}

.usefulIndexList > li {
	list-style: none;
	line-height: 1.7em;
	margin-bottom: 1.3em;
	background: url("../../../common/images/common/bg_stripe09.png") left top repeat;
}

.usefulIndexList > li:last-child {
	margin-bottom: 0;
}

.usefulIndexList > li > a.usefulIndexListLink01,.usefulIndexList > li > .usefulIndexListWrap {
	padding: 20px 15px 15px;
	display: block;
}

.usefulIndexList > li > .usefulIndexListWrap a {
	display: block;
}

.usefulIndexList > li a:hover {
	text-decoration: none !important;
}

.usefulIndexListTxt01 {
	padding: 0 10px;
}

.usefulIndexListTxt02 {
	padding: 15px 20px 15px 45px;
	margin-bottom: 0 !important;
	background: #FFF url("../../../common/images/common/icon_arrow02.png") left 15px top 19px no-repeat;
}

.usefulIndexListInnerArrow {
	position: relative;
}

.usefulIndexListInnerArrow:after {
	content: url("../../../common/images/common/arrow09_right.png");
	width: 51px;
	height: 51px;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
}

.usefulIndexListInnerPhoto {
	width: 690px;
	height: 235px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.usefulIndexListInnerPhoto p {
	margin-bottom: 0;
}

.usefulIndexListInnerPhoto img {
	max-width: 10000px;
	width: 688px;
	height: 361px;
	margin-top: -65px;
}

.usefulIndexListInnerPhoto img.usefulIndexListInnerPhoto01 {
	margin-top: -25px;
}

.usefulIndexListSupport {
	display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
	margin-bottom: 0 !important;
}

.usefulIndexListSupport li {
	width: 49%;
	background-color: #FFF;
}

.usefulIndexListSupport li:nth-child(odd) {
	margin-right: 2%;
}

.usefulIndexListSupport li:nth-child(n+3) {
	margin-top: 15px;
}

.usefulIndexListSupport li a {
	display: block;
	padding: 15px;
}

.usefulIndexListSupport li a img {
	max-width: 100%;
	height: auto;
}

.usefulIndexListSupport li a > p:last-child {
	margin-bottom: 0;
	padding: 0 0 0 25px;
	margin-bottom: 0 !important;
	background: #FFF url("../../../common/images/common/icon_arrow02.png") left 0 top 4px no-repeat;
}

.usefulIndexListSupport .hStyle04 {
	font-size: 1.1em;
	letter-spacing: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

.usefulIndexList > li > a.usefulIndexListLink01 {
	padding: 15px 10px;
}

.usefulIndexListInnerPhoto {
	width: auto;
	height: 200px;
}

.usefulIndexListInnerPhoto img {
	max-width: 100%;
	width: auto;
	height: auto;
	min-height: 200px;
	margin-top: -10%;
}

}

@media screen and (max-width: 767px) {

.usefulIndexList > li > a.usefulIndexListLink01,.usefulIndexList > li > .usefulIndexListWrap {
	padding: 10px 8px 8px;
	display: block;
}

.usefulIndexList > li {
	list-style: none;
	line-height: 1.7em;
	margin-bottom: 1.0em;
	background: #FBFDEE;
	border: 1px solid #94B31A;
	position: relative;
}

.usefulIndexListIcon {
	position: absolute;
	top: 15px;
	left: 23px;
}

.usefulIndexListTxt01 {
	padding: 0;
	font-size: 1.2em;
	line-height: 1.7em;
}

.usefulIndexListTxt02 {
	padding: 13px 15px 13px 35px;
	background: #FFF url("../../../common/images/common/icon_arrow02.png") left 10px top 16px no-repeat;
}

.usefulIndexListInnerPhoto {
	width: auto;
	height: auto;
}

.usefulIndexListInnerPhoto img {
	max-width: 100% !important;
	width: auto;
	height: auto !important;
	margin-top: 0;
}

.usefulIndexListSupport {
	background-color: #FFF;
}

.usefulIndexListSupport li {
	width: 100%;
	margin-bottom: 0;
}

.usefulIndexListSupport li:nth-child(odd) {
	margin-right: 0;
}

.usefulIndexListSupport li:nth-child(n+3) {
	margin-top: 0;
}

.usefulIndexListSupport li:last-child {
	margin-bottom: 0;
}

.usefulIndexListSupport li a {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}

.usefulIndexListSupport li:last-child a {
	border-bottom: none;
}

.usefulIndexListSupportFlex {
	width: 100%;
	position: relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	align-items: center;
}

.usefulIndexListSupportFlex p {
	margin: 0 !important;
	padding: 0 !important;
}

.usefulIndexListSupportFlex > div:first-child {
	width: 60%;
	padding-left: 5%;
	font-size: 1.1em;
}

.usefulIndexListSupportFlex > div:last-child {
	width: 35%;
}

.usefulIndexListSupportFlex .hStyle04 {
	font-size: 1.0em !important;
	background: none !important;
	font-weight: normal;
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: 0;
}

.usefulIndexListTxt02 {
	font-size: 1.1em;
}

}

@media screen and (max-width: 359px) {

.usefulIndexListTxt01 {
	font-size: 1.1em;
}

.usefulIndexListSupportFlex > div:first-child {
	font-size: 1.0em;
}

.usefulIndexListSupportFlex .hStyle04 {
	font-size: 1.0em !important;
}

.usefulIndexListTxt02 {
	font-size: 1.0em;
}

}

/*--------------------------------------------------------------------
	support
--------------------------------------------------------------------*/

.supportIndexList {
	list-style: none;
	padding: 1.0em 0;
	font-size: 1.0em;
}

.supportIndexList p {
	margin-bottom: 0;
	line-height: 1.5em;
}

.supportIndexList > li {
	list-style: none;
	margin-bottom: 1.3em;
}

.supportIndexList > li:last-hild {
	margin-bottom: 0;
}

.supportIndexList > li > a,
.supportIndexListBox {
	background: url("../../../common/images/common/bg_stripe09.png") left top repeat;
	padding: 15px;
	display: block;
}

.supportIndexList > li a:hover {
	text-decoration: none !important;
}

.supportIndexListInner,
.supportIndexListInner02 {
	padding: 10px;
	background-color: #FFF;
}

.supportIndexListInnerArrow {
	position: relative;
}

.supportIndexListInnerArrow:after {
	content: url("../../../common/images/common/arrow09_right.png");
	width: 51px;
	height: 51px;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
}

.supportIndexListInnerPhoto {
	width: 315px;
	height: 200px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.supportIndexListInnerPhoto img {
	max-width: 10000px;
	width: 380px ;
	height: 200px;
	margin-left: -30px;
}

.supportProcessFlow {
	list-style: none;
	position: relative;
}

.supportProcessFlow li {
	list-style: none;
	position: relative;
	margin-top: -10px;
}

.supportProcessBox {
	border: 2px solid #94B31A;
	min-height: 154px;
	padding-left: 150px;
	box-sizing: border-box;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	background-color: #FFF;
}

.supportProcessBoxTable {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}

.supportProcessBoxTable > div:last-child {
	background-color: #FFEAAD;
	border-left: 2px solid #94B31A;
	min-height: 150px !important;
	height: 150px;
}

.supportProcessBoxTable > div:last-child p {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0;
	padding-left: 7px;
}

.supportProcessBoxMark01 {
	position: absolute;
	bottom: -33px;
	left:  25px;
	z-index: 5;
}

.supportProcessBoxChapter01 {
	background-color: #94B31A;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding: 0.2em 1em;
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
}

.supportProcessBoxTxt01 {
	padding: 0 0.5em 2em;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 0.9em;
}

.supportProcessBoxBorder01 {
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -28px;
}

.supportProcessBoxBorder02 {
	position: absolute;
	top: -11px;
	left: 40px;
}

.supportProcessFlowArrow01 {
	text-align: center;
	position: relative;
	margin-top: -15px;
	z-index: 5;
}

.supportBrokerFlow {
	list-style: none;
	position: relative;
	margin-bottom: 0 !important;
}

.supportBrokerFlow li {
	list-style: none;
	position: relative;
	padding: 0 70px 0 0;
}

.supportBrokerFlow li.brokerflow01 {
	background-image: url("../images/support/broker_step01_arrow01.png");
	background-position: right top;
	background-repeat: no-repeat;
}

.supportBrokerFlow li.brokerflow02 {
	background-image: url("../images/support/broker_step02_arrow01.png");
	background-position: right top;
	background-repeat: no-repeat;
}

.supportBrokerFlow li.brokerflow03 {
	background-image: url("../images/support/broker_step03_arrow01.png");
	background-position: right top;
	background-repeat: no-repeat;
}

.supportBrokerFlow li.brokerflow04 {
	background-image: url("../images/support/broker_step04_arrow02.png"),url("../images/support/broker_step04_arrow01.png");
	background-position: right bottom,right top;
	background-repeat: no-repeat,no-repeat;
}

.supportBrokerBox {
	background-image: url("../images/support/broker_border01.png");
	background-position: center top;
	background-repeat: repeat-y;
	position: relative;
	padding-bottom: 31px;
}

.supportBrokerFlow li.brokerflow04 .supportBrokerBox {
	padding-bottom: 60px;
}

.supportBrokerBoxTable,.supportBrokerBoxTable > div {
	position: relative;
	min-height: 125px;
	font-size: 0.96em;
	line-height: 1.4em;
}

.supportBrokerBoxTable > div:first-child {
	width: 98px;
	background-image: url("../images/support/broker_bg01.png");
	background-position: center top;
	background-repeat: repeat-y;
	vertical-align: top;
	padding-top: 50px;
}

.supportBrokerBoxTableArrow {
	position: absolute;
	bottom: -31px;
}

.supportBrokerBoxTable > div:last-child {
	border-top: 2px solid #94B31A;
	border-bottom: 2px solid #94B31A;
	border-right: 2px solid #94B31A;
	background-color: #FFF;
	padding: 10px;
	text-align: left;
}

.supportBrokerResult {
	background-image: url("../../../common/images/common/bg_stripe03.png");
	background-position: center top;
	background-repeat: repeat;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	padding: 0.5em 1em;
	line-height: 1.4em;
	font-size: 1.16em;
	text-align: center;
	color: #FFF;
}

@media screen and (max-width: 767px) {

.supportIndexList > li > a,
.supportIndexListBox {
	padding: 10px;
	border: 1px solid #94B31A;
	background: #FBFDEE;
}

.supportIndexListInner,
.supportIndexListInner02 {
	padding: 0;
	background: none;
}

.supportIndexListInner .dispTablePO > div:last-child,
.supportIndexListInnerContents {
	padding: 10px;
	background-color: #FFF;
	box-sizing: border-box;
}

.supportIndexListInnerPhoto {
	width: auto;
	height: auto;
}

.supportIndexListInnerPhoto img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin-left: 0;
}

.supportIndexList .hStyle04 {
	font-size: 1.1em !important;
	line-height: 1.4em !important;
	background-position: left top 12px !important;
}

.supportProcessBoxTable {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.supportProcessBoxTable,.supportProcessBoxTable > div {
	min-height: auto !important;
	height: auto;
}

.supportProcessBox {
	padding-left: 0;
	padding: 20px 10px 30px;
}

.supportProcessBoxMark01 {
	position: relative;
	text-align: center;
	bottom: auto;
	left:  auto;
}

.supportProcessBoxChapter01 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 0.5em 1em;
	line-height: 1.5em;
}

.supportProcessBoxTxt01 {
	padding: 0;
	line-height: 1.6em;
}

.supportProcessBoxBorder02 {
	display: none;
}

.supportProcessBoxTable > div:last-child {
	background-color: #FFEAAD;
	border: 2px solid #94B31A;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	min-height: auto !important;
	height: auto;
}

.supportProcessBoxTable > div:last-child p {
	writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0;
	padding-left: 0;
}

.supportBrokerFlow li {
	padding: 1em 0 0;
}

.supportBrokerFlow li.brokerflow01 {
	padding: 0;
}

.supportBrokerFlow li.brokerflow04 {
	padding: 1em 0 2em;
}

.supportBrokerFlow li.brokerflow01,.supportBrokerFlow li.brokerflow02,.supportBrokerFlow li.brokerflow03,.supportBrokerFlow li.brokerflow04 {
	background-image: url("../images/support/broker_border01.png");
	background-position: center top;
	background-repeat: repeat-y;
}

.supportBrokerBoxTable,.supportBrokerBoxTable > div {
	min-height: 0;
	font-size: 1.0em;
}

.supportBrokerBoxTable > div:first-child {
	width: auto;
	background-image: none;
	border-top: 2px solid #94B31A;
	border-left: 2px solid #94B31A;
	border-right: 2px solid #94B31A;
	padding: 10px;
	background-color: #E3F3BE;
}

.supportBrokerBox {
	padding-bottom: 1em;
	background-image: none;
}

.supportBrokerFlow li.brokerflow04 .supportBrokerBox {
	padding-bottom: 1em;
}

.supportBrokerBoxTableArrow {
	display: none;
}

.supportBrokerBoxTable > div:last-child {
	border: 2px solid #94B31A;
	line-height: 1.6em;
}

.supportBrokerResult {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 1.0em;
}

}

/*--------------------------------------------------------------------
	glossary
--------------------------------------------------------------------*/

div[class^="glossaryBottom"] {
	margin: 15px 0 0 10px;
	font-size: 1.16em;
}

div[class^="glossaryBottom"] > p:first-child span {
	width: 100px;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	display: block;
}

.glossaryBottom01 > p:first-child span {
	background-color: #005B40;
	border: 1px solid #005B40;
	color: #FFF;
}

.glossaryBottom02 > p:first-child span {
	background-color: #FFECD9;
	border: 1px solid #FFA74F;
}

.glossaryBottom03 > p:first-child span {
	background-color: #FFE6E6;
	border: 1px solid #B20000;
}

div[class^="glossaryBottom"] > p:last-child {
	padding: 0 0 0 15px;
}

div[class^="glossaryBottom"] > p:last-child span {
	position: relative;
	padding: 0 10px 0 0;
}

div[class^="glossaryBottom"] > p:last-child span:after {
	display: block;
	content: ",";
	position: absolute;
	bottom: 0;
	right: 3px;
}

div[class^="glossaryBottom"] > p:last-child span:last-child:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 3px;
}

.glossaryList {
	list-style: none;
	padding: 0 10px;
	margin-top: 20px;
	font-size: 1.16em;
}

.glossaryList li {
	padding: 10px 0;
}

.glossaryList li a {
	min-height: 32px;
	display: inline-block;
	padding: 5px 0 0 45px;
	line-height: 1.6em;
	background: url("../../../common/images/common/icon_arrow01.png") left top no-repeat;
}

.glossaryIndexList {
	list-style: none;
	padding: 0;
}

.glossaryIndexList li {
	padding: 0 0 10px;
}

.glossaryIndexList li a {
	border: 1px solid #D9D9D9;
	background-color: #0C6349;
	-webkit-box-shadow: inset 0px 0px 0px 5px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 5px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 5px rgba(255,255,255,1);
	padding: 18px 10px;
	line-height: 1.0em;
	box-sizing: border-box;
	text-align: center;
	display: block;
	color: #FFF;
	text-decoration: none;
	position: relative;
}

.glossaryIndexList li a:after {
	display: block;
	content: ">";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	margin-top: -8px;
	color: #FFF;
}

.glossaryMemo {
	border: 1px solid #D7D7D7;
	padding: 15px;
	margin-top: 40px;
	line-height: 1.9em;
}

@media screen and (min-width: 768px)  {

.glossaryList {
	width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.glossaryList li {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 20px 10px 0;
}

.glossaryIndexList {
	width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.glossaryIndexList li {
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px 15px;
}

}

@media screen and (max-width: 767px)  {

div[class^="glossaryBottom"] {
	margin: 15px 0 0 0;
	font-size: 1.0em;
}

div[class^="glossaryBottom"] > p:first-child span {
	width: auto;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	display: block;
}

div[class^="glossaryBottom"] > p:last-child {
	padding: 10px 0 0 0;
}

.glossaryList {
	padding: 0;
	margin-top: 10px;
	font-size: 1.0em;
}

.glossaryList li a {
	min-height: 26px;
	display: inline-block;
	padding: 5px 0 0 35px;
	line-height: 1.4em;
	background-size:  26px 26px;
}

.glossaryMemo {
	padding: 10px;
	margin-top: 20px;
	line-height: 1.6em;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

}

@media screen and (max-width: 1024px)  {

}

/*--------------------------------------------------------------------
	howtomt4
--------------------------------------------------------------------*/

.howtomt4IndexBox {
	padding: 30px 10px 10px;
}

.howtomt4IndexChapter {
	padding: 0 5px 15px;
	border-bottom: 1px solid #005B40;
}

.howtomt4IndexChapter h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 15px;
	color: #383838;
}

.howtomt4IndexList01 {
	padding: 10px;
}

.howtomt4IndexList01 h3 {
	padding: 15px 10px 15px 20px;
	color: #383838;
	font-weight: bold;
	border-bottom: 1px dotted #ECEDEB;
	background: URL("../../../common/images/common/arrow_green02.png") 0 1.1em no-repeat;
}

.howtomt4IndexList01.howtombwList02 > li h3  {
	padding: 15px 10px 15px 40px;
	color: #383838;
	font-weight: bold;
	border-bottom: 1px dotted #ECEDEB;
}

.howtomt4IndexList01.howtombwList02 > li:nth-child(1) h3 { background: URL("../images/howtombw/icon_cat02_sub01.png") 0.5em 0.6em no-repeat !important; }
.howtomt4IndexList01.howtombwList02 > li:nth-child(2) h3 { background: URL("../images/howtombw/icon_cat02_sub02.png") 0 0.5em no-repeat !important; }
.howtomt4IndexList01.howtombwList02 > li:nth-child(3) h3 { background: URL("../images/howtombw/icon_cat02_sub03.png") 0.1em 0.5em no-repeat !important; }
.howtomt4IndexList01.howtombwList02 > li:nth-child(4) h3 { background: URL("../images/howtombw/icon_cat02_sub04.png") 0.1em 0.5em no-repeat !important; }
.howtomt4IndexList01.howtombwList02 > li:nth-child(5) h3 { background: URL("../images/howtombw/icon_cat02_sub05.png") 0 0.5em no-repeat !important; }
.howtomt4IndexList01.howtombwList02 > li:nth-child(6) h3 { background: URL("../images/howtombw/icon_cat02_sub06.png") 0 0.6em no-repeat !important; }
.howtomt4IndexList01.howtombwList02 > li:nth-child(7) h3 { background: URL("../images/howtombw/icon_cat02_sub07.png") 0 0.6em no-repeat !important; }
.howtomt4IndexList01.howtombwList02 > li:nth-child(8) h3 { background: URL("../images/howtombw/icon_cat02_sub08.png") 0 0.6em no-repeat !important; }

.howtomt4IndexList02 {
	padding: 20px 15px 30px;
}

.howtomt4IndexList01 li:last-child > ul.howtomt4IndexList02 {
	padding: 20px 15px 0;
}

.howtomt4IndexList02 li {
	margin-bottom: 20px;
}

.howtomt4IndexList02 li:last-child {
	margin-bottom: 0;
}

.howtomt4IndexList02 li a {
	padding-left: 17px;
	display: inline-block;
	background: URL("../../../common/images/common/arrow08.png") 0 0.1em no-repeat;
}

@media screen and (max-width: 767px)  {

.howtomt4IndexBox {
	padding: 20px 0 10px;
}

.howtomt4IndexChapter h2 {
	font-size: 1.1em;
	padding-left: 15px;
}

.howtomt4IndexList01 {
	padding: 10px 5px;
	font-size:  1.06em;
}

.howtomt4IndexList02 {
	padding: 15px 3px 20px;
}

.howtomt4IndexList01 li:last-child > ul.howtomt4IndexList02 {
	padding: 15px 3px 0;
}

}
