@charset "UTF-8";
/*-------------------------------------------


*** COMPONENT ver.4 2024.12 ****
SP Layout Only

version : v4.2.5
Last up : 2024.12

-------------------------------------------*/

/*-------------------------------------------

Block

-------------------------------------------*/
/*v4-balloonBlock*/
*[class*="v4-balloonBlock"] {
	position: relative;
	display: inline-block;
	padding: 12px 10px;
	background: #fff;
	border: 3px solid #dfd3bf;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.v4-balloonBlockA01 {
	margin-left: 10px;
}
.v4-balloonBlockB01 {
	margin-right: 10px;
}
.v4-balloonBlockC01 {
	margin-top: 10px;
}
.v4-balloonBlockD01 {
	margin-bottom: 10px;
}
*[class*="v4-balloonBlock"]:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border: solid #dfd3bf;
	border-width: 0 0 3px 3px;
}
.v4-balloonBlockA01:before,
.v4-balloonBlockB01:before {
	top: 50%;
	margin-top: -10px;
}
.v4-balloonBlockC01:before,
.v4-balloonBlockD01:before {
	left: 50%;
	margin-left: -10px;
}
.v4-balloonBlockA01:before {
	left: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.v4-balloonBlockB01:before {
	right: -10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.v4-balloonBlockC01:before {
	top: -10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.v4-balloonBlockD01:before {
	bottom: -10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*v4-detailBlock*/
.v4-detailBlockA01 {
	background: #fff;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*v4-stepBlock*/
.v4-stepBlockA01 {
	position: relative;
	padding: 40px 30px;
	background: #f7f7f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* v4-quoteBlock */
.v4-quoteBlock {
	padding: 35px 0;
	background: url(/common/type2018/images/icon_quote01.png) left top / 30px 25px no-repeat, url(/common/type2018/images/icon_quote02.png) right bottom / 30px 25px no-repeat;
}

/* v4-extraNaviBlock */
.v4-extraNaviBlock01{
	background: #838383;
	color: #fff;
}
.v4-extraNaviBlock01 .blockInner {
	width: 1200px;
	margin: 0 auto;
}
.v4-extraNaviBlock01 .blockInner .contnets {
	display: table;
	width: 100%;
}
.v4-extraNaviBlock01 .blockInner .contnets > * {
	display: table-cell;
	padding: 10px 0;
	vertical-align: middle;
}
.v4-extraNaviBlock01 .blockInner .contnets .text {
	font-size: 0.888em;
	color: #fff;
}
.v4-extraNaviBlock01 .blockInner .contnets *[class*=btnT] {
	margin-bottom: 0;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 0.888em;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*v4-detailArrowBlock*/
*[class*="v4-detailArrowBlockA"],
*[class*="v4-detailArrowBlockB"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 4px;
}
*[class*="v4-detailArrowBlockA"] > *,
*[class*="v4-detailArrowBlockB"] > * {
	position: relative;
	background: #fff;
	padding: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.v4-detailArrowBlockA02 > *,
.v4-detailArrowBlockB02 > * {
	background: #f1fdf7;
}
*[class*="v4-detailArrowBlockA"] > *:not(:last-child),
*[class*="v4-detailArrowBlockB"] > *:not(:last-child) {
	margin-right: 4px;
}
*[class*="v4-detailArrowBlockA"] > *:not(:last-child):before,
*[class*="v4-detailArrowBlockB"] > *:not(:last-child):before {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: -18px;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	content: "";
	background: #fff;
	border-top: 4px solid;
	border-right: 4px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.v4-detailArrowBlockA01 > *:not(:last-child):before,
.v4-detailArrowBlockB01 > *:not(:last-child):before {
	border-color: #fffbed;
}
.v4-detailArrowBlockA02 > *:not(:last-child):before,
.v4-detailArrowBlockB02 > *:not(:last-child):before {
	background: #f1fdf7;
	border-color: #fff;
}

/* v4-bgStripe */
*[class*="v4-bgStripe"] {
	position: relative;
	margin: 10px 0;
}
.coverTitle + .v3_fullColumnA01[class*="v4-bgStripe"],
.coverTitle + .v3_fullColumnB01[class*="v4-bgStripe"] {
	margin-top: -20px;
}
*[class*="v4-bgStripe"]:before,
*[class*="v4-bgStripe"]:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
}
*[class*="v4-bgStripe"]:before {
	top: -10px;
}
*[class*="v4-bgStripe"]:after {
	bottom: -10px;
}
.v4-bgStripe01:before,
.v4-bgStripe01:after {
	background: repeating-linear-gradient(-45deg, #000 0, #000 5px, #ffe432 5px, #ffe432 9px);
}
.v4-bgStripe02:before,
.v4-bgStripe02:after {
	background: repeating-linear-gradient(-45deg, #eb2626 0, #eb2626 3px, #fff 3px, #fff 6px);
}

/* v4-illustLinkBlock01 */
.v4-illustLinkBlock01 .v4-illustLinkList01 > a {
	display: block;
	position: relative;
	padding-top: 180px;
	font-size: 1.11em;
	color: #000;
	font-weight: bold;
}
.v4-illustLinkBlock01 .v4-illustLinkList01 > a:hover {
	color: #f7920e;
}
.v4-illustLinkBlock01 .v4-illustLinkList01 > a:hover > span {
	text-decoration: none;
}
.v4-illustLinkBlock01 .v4-illustLinkList01 > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	height: 160px;
	background-repeat: no-repeat;
	background-size: contain;
}
.v4-illustLinkBlock01 .v4-illustLinkList01 > a > span {
	position: relative;
	display: inline-block;
	padding-left: 1.2em;
}
.v4-illustLinkBlock01 .v4-illustLinkList01 > a > span::before {
	content: "\e909";
	display: block;
	position: absolute;
	top: 0.3em;
	left: 0;
	width: auto;
	height: auto;
	background: none;
	font-weight: normal;
	color: #0ca26c;
	font-family: 'icon_type2018';
	line-height: 1;
}

/*-------------------------------------------

Column

-------------------------------------------*/
/*v4-arrowColumn*/
*[class*="v4-arrowColumnA"] > * {
	margin-top: 100px;
}
*[class*="v4-arrowColumnB"] > *,
*[class*="v4-arrowColumnC"] > *,
*[class*="v4-arrowColumnD"] > * {
	float: left;
	margin-left: 115px;
}
*[class*="v4-arrowColumnB"] > * {
	width: calc((100% - 115px * 1) / 2);
}
*[class*="v4-arrowColumnC"] > * {
	width: calc((100% - 115px * 2) / 3);
}
*[class*="v4-arrowColumnD"] > * {
	width: calc((100% - 115px * 3) / 4);
}
*[class*="v4-arrowColumnB"] > *:last-child {
	width: calc(((100% - 115px * 1) / 2) - 1px);
}
*[class*="v4-arrowColumnC"] > *:last-child {
	width: calc(((100% - 115px * 2) / 3) - 1px);
}
*[class*="v4-arrowColumnD"] > *:last-child {
	width: calc(((100% - 115px * 3) / 4) - 1px);
}
*[class*="v4-arrowColumnA"] > *:first-child {
	margin-top: 0;
}
*[class*="v4-arrowColumnB"] > *:first-child,
*[class*="v4-arrowColumnC"] > *:first-child,
*[class*="v4-arrowColumnD"] > *:first-child {
	margin-left: 0;
}

/*v4-arrowCol*/
*[class*="v4-arrowColumn"] > *[class*="v4-arrowCol"] {
	position: relative;
}
*[class*="v4-arrowColumn"] > *[class*="v4-arrowCol"]:before {
	position: absolute;
	display: block;
	left: -55px;
	top: 50%;
	margin-top: -25px;
	font-size: 50px;
	line-height: 1;
	font-family: 'icon_type2018';
	content: "\e953";
}
*[class*="v4-arrowColumnA"] > *[class*="v4-arrowCol"]:before {
	top: 0;
	left: 50%;
	margin-top: -75px;
	margin-left: -26px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
*[class*="v4-arrowColumnB"] > *[class*="v4-arrowCol"]:before,
*[class*="v4-arrowColumnC"] > *[class*="v4-arrowCol"]:before,
*[class*="v4-arrowColumnD"] > *[class*="v4-arrowCol"]:before {
	left: -83px;
}
.v4-arrowCol01:before {
	color: #f7920e;
}
.v4-arrowCol02:before {
	color: #dfd3bf;
}

/*v4-arrowText*/
*[class*="v4-arrowColumn"] > *[class*="v4-arrowCol"] > *[class*="v4-arrowText"] {
	position: absolute;
}
*[class*="v4-arrowColumnA"] > *[class*="v4-arrowCol"] > *[class*="v4-arrowText"] {
	top: 0;
	left: 50%;
	margin-top: -66px;
	margin-left: 40px;
}
*[class*="v4-arrowColumnB"] > *[class*="v4-arrowCol"] > *[class*="v4-arrowText"],
*[class*="v4-arrowColumnC"] > *[class*="v4-arrowCol"] > *[class*="v4-arrowText"],
*[class*="v4-arrowColumnD"] > *[class*="v4-arrowCol"] > *[class*="v4-arrowText"] {
	top: 50%;
	left: -94px;
	margin-top: -60px;
}

/*v4-calcColumn*/
.v4-calcColumnB01,
.v4-calcColumnC01 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
*[class*="v4-calcColumn"] > * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.v4-calcColumnA01 > * {
	margin-top: 10px;
}
.v4-calcColumnB01 > *,
.v4-calcColumnC01 > * {
	margin-left: 10px;
	width: calc((100% - 10px) / 2);
}
.v4-calcColumnA01 > *:first-child {
	margin-top: 0;
}
.v4-calcColumnB01 > *:first-child,
.v4-calcColumnC01 > *:first-child {
	margin-left: 0;
}

/*v4-calcCol*/
*[class*="v4-calcColumn"] > *[class*="v4-calcCol"] {
	position: relative;
}
*[class*="v4-calcColumn"] > *[class*="v4-calcCol"]:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 40px;
	height: 40px;
	background: #fff;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
.v4-calcColumnA01 > *[class*="v4-calcCol"]:before {
	top: -25px;
	left: 50%;
	margin-left: -20px;
}
.v4-calcColumnB01 > *[class*="v4-calcCol"]:before,
.v4-calcColumnC01 > *[class*="v4-calcCol"]:before {
	top: 50%;
	left: -25px;
	margin-top: -20px;
}
*[class*="v4-calcColumn"] .v4-calcColA01:before {
	background: #fff;
}
*[class*="v4-calcColumn"] .v4-calcColA02:before {
	background: #f0f9f1;
}
*[class*="v4-calcColumn"] .v4-calcColA03:before {
	background: #fff8dc;
}
*[class*="v4-calcColumn"] > *[class*="v4-calcCol"] > *[class*="iconPlus"],
*[class*="v4-calcColumn"] > *[class*="v4-calcCol"] > *[class*="iconMinus"],
*[class*="v4-calcColumn"] > *[class*="v4-calcCol"] > *[class*="iconTimes"],
*[class*="v4-calcColumn"] > *[class*="v4-calcCol"] > *[class*="iconEqual"],
*[class*="v4-calcColumn"] > *[class*="v4-calcCol"] > *[class*="iconDivision"] {
	position: absolute;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
*[class*="v4-calcColumn"] > *[class*="v4-calcCol"] > *[class*="iconDivision"] {
	text-indent: 0;
}
.v4-calcColumnA01 > *[class*="v4-calcCol"] > *[class*="iconPlus"],
.v4-calcColumnA01 > *[class*="v4-calcCol"] > *[class*="iconMinus"],
.v4-calcColumnA01 > *[class*="v4-calcCol"] > *[class*="iconTimes"],
.v4-calcColumnA01 > *[class*="v4-calcCol"] > *[class*="iconEqual"],
.v4-calcColumnA01 > *[class*="v4-calcCol"] > *[class*="iconDivision"] {
	top: -25px;
	left: 50%;
	margin-left: -20px;
}
.v4-calcColumnB01 > *[class*="v4-calcCol"] > *[class*="iconPlus"],
.v4-calcColumnB01 > *[class*="v4-calcCol"] > *[class*="iconMinus"],
.v4-calcColumnB01 > *[class*="v4-calcCol"] > *[class*="iconTimes"],
.v4-calcColumnB01 > *[class*="v4-calcCol"] > *[class*="iconEqual"],
.v4-calcColumnB01 > *[class*="v4-calcCol"] > *[class*="iconDivision"],
.v4-calcColumnC01 > *[class*="v4-calcCol"] > *[class*="iconPlus"],
.v4-calcColumnC01 > *[class*="v4-calcCol"] > *[class*="iconMinus"],
.v4-calcColumnC01 > *[class*="v4-calcCol"] > *[class*="iconTimes"],
.v4-calcColumnC01 > *[class*="v4-calcCol"] > *[class*="iconEqual"],
.v4-calcColumnC01 > *[class*="v4-calcCol"] > *[class*="iconDivision"] {
	top: 50%;
	left: -25px;
	margin-top: -20px;
}
*[class*="v4-calcCol"] > *[class*="iconPlus"]:before,
*[class*="v4-calcCol"] > *[class*="iconMinus"]:before,
*[class*="v4-calcCol"] > *[class*="iconTimes"]:before,
*[class*="v4-calcCol"] > *[class*="iconEqual"]:before,
*[class*="v4-calcCol"] > *[class*="iconDivision"]:before,
*[class*="v4-calcCol"] > *[class*="iconPlus"]:after,
*[class*="v4-calcCol"] > *[class*="iconTimes"]:after,
*[class*="v4-calcCol"] > *[class*="iconEqual"]:after {
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	margin-left: -9px;
	content: "";
	width: 18px;
	height: 2px;
	z-index: 2;
}
*[class*="v4-calcCol"] > .iconPlus01:before,
*[class*="v4-calcCol"] > .iconMinus01:before,
*[class*="v4-calcCol"] > .iconTimes01:before,
*[class*="v4-calcCol"] > .iconEqual01:before,
*[class*="v4-calcCol"] > .iconDivision01:before,
*[class*="v4-calcCol"] > .iconPlus01:after,
*[class*="v4-calcCol"] > .iconTimes01:after,
*[class*="v4-calcCol"] > .iconEqual01:after {
	background: #0ca26c;
}
*[class*="v4-calcCol"] > .iconPlus02:before,
*[class*="v4-calcCol"] > .iconMinus02:before,
*[class*="v4-calcCol"] > .iconTimes02:before,
*[class*="v4-calcCol"] > .iconEqual02:before,
*[class*="v4-calcCol"] > .iconDivision02:before,
*[class*="v4-calcCol"] > .iconPlus02:after,
*[class*="v4-calcCol"] > .iconTimes02:after,
*[class*="v4-calcCol"] > .iconEqual02:after {
	background: #f7920e;
}
*[class*="v4-calcCol"] > *[class*="iconPlus"]:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
*[class*="v4-calcCol"] > *[class*="iconTimes"]:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
*[class*="v4-calcCol"] > *[class*="iconTimes"]:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
*[class*="v4-calcCol"] > *[class*="iconEqual"]:before {
	margin-top: -4px;
}
*[class*="v4-calcCol"] > *[class*="iconEqual"]:after {
	margin-top: 2px;
}
*[class*="v4-calcCol"] > *[class*="iconDivision"] > span {
	position: absolute;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
*[class*="v4-calcCol"] > *[class*="iconDivision"] > span:before,
*[class*="v4-calcCol"] > *[class*="iconDivision"] > span:after {
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	content: "";
	margin-top: -8px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	z-index: 2;
}
*[class*="v4-calcCol"] > *[class*="iconDivision"] > span:after {
	margin-top: 4px;
}
*[class*="v4-calcCol"] > .iconDivision01 > span:before,
*[class*="v4-calcCol"] > .iconDivision01 > span:after {
	background: #0ca26c;
}
*[class*="v4-calcCol"] > .iconDivision02 > span:before,
*[class*="v4-calcCol"] > .iconDivision02 > span:after {
	background: #f7920e;
}

/*-------------------------------------------

Label

-------------------------------------------*/
/*label*/
.v4-h1LabelTitleA01 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.v4-h1LabelTitleA01 .v4-h1LabelA01,
.v4-h1LabelTitleB01 .v4-h1LabelA01 {
	display: inline-block;
	margin-right: 15px;
	padding: 10px 20px;
	background: #0ca26c;
	font-size: 0.526em;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.v4-h1LabelTitleB01 .v4-h1LabelA01 {
	vertical-align: top;
}
.v4-labelA01 {
	display: inline-block;
	padding: 10px 12px;
	background: #0ca26c;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*[class*="v4-labelB"] {
	position: relative;
	display: inline-block;
	padding: 12px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*[class*="v4-labelB"].v4-hasIcon {
	padding-left: 40px;
}
.v4-labelB01 {
	background: #fffbed;
}
*[class*="v4-labelB"].medalIcon01 {
	margin: 0 30px;
}
*[class*="v4-labelB"].medalIcon01:before {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: -30px;
	margin-top: -35px;
	content: url(/common/type2018/images/ico_medal01.svg);
	width: 59px;
	height: 71px;
}
*[class*="v4-ribbonLabelA"] {
	position: relative;
	display: inline-block;
	padding: 0 60px 23px;
}
*[class*="v4-ribbonLabelA"]:before,
*[class*="v4-ribbonLabelA"]:after {
	position: absolute;
	display: inline-block;
	bottom: 0;
	content: "";
	width: 90px;
	height: 80px;
}
.v4-ribbonLabelA01:before,
.v4-ribbonLabelA01:after {
	background: #fa99a0;
}
*[class*="v4-ribbonLabelA"]:before {
	left: 0;
}
*[class*="v4-ribbonLabelA"]:after {
	right: 0;
}
*[class*="v4-ribbonLabelA"] .v4-ribbonLabelInner:before,
*[class*="v4-ribbonLabelA"] .v4-ribbonLabelInner:after {
	position: absolute;
	display: inline-block;
	bottom: 0;
	content: "";
	border-style: solid;
	z-index: 1;
}
*[class*="v4-ribbonLabelA"] .v4-ribbonLabelInner:before {
	left: 0;
	border-width: 40px 0 40px 22px;
	border-color: transparent transparent transparent #fff;
}
*[class*="v4-ribbonLabelA"] .v4-ribbonLabelInner:after {
	right: 0;
	border-width: 40px 22px 40px 0;
	border-color: transparent #fff transparent transparent;
}
*[class*="v4-ribbonLabelA"] .v4-ribbonLabelInner > * {
	position: relative;
	display: inline-block;
	padding: 28px 40px 27px;
	font-size: 1.44em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px -1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px -1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
*[class*="v4-ribbonLabelA"].v4-hasIcon .v4-ribbonLabelInner > * {
	padding-left: 65px;
	padding-right: 65px;
}
.v4-ribbonLabelA01 .v4-ribbonLabelInner > * {
	background: #fa99a0;
}
*[class*="v4-ribbonLabelA"] .v4-ribbonLabelInner > *:before,
*[class*="v4-ribbonLabelA"] .v4-ribbonLabelInner > *:after {
	position: absolute;
	display: inline-block;
	bottom: -23px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
}
*[class*="v4-ribbonLabelA"] .v4-ribbonLabelInner > *:before {
	left: 0;
	border-width: 0 30px 23px 0;
}
*[class*="v4-ribbonLabelA"] .v4-ribbonLabelInner > *:after {
	right: 0;
	border-width: 23px 30px 0 0;
}
.v4-ribbonLabelA01 .v4-ribbonLabelInner > *:before {
	border-color: transparent #f68089 transparent transparent;
}
.v4-ribbonLabelA01 .v4-ribbonLabelInner > *:after {
	border-color: #f68089 transparent transparent transparent;
}

/*-------------------------------------------

Text

-------------------------------------------*/
/*decoration*/
.v4-decorationTextB02 > span {
	position: relative;
	display: inline-block;
}
.v4-decorationTextB02 > span {
	padding: 0 19px;
}
.v4-decorationTextB02 > span:before,
.v4-decorationTextB02 > span:after {
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -0.58em;
	width: 0.12em;
	height: 1.16em;
	content: "";
	background: #f7920e;
}
.v4-decorationTextB02 > span:before {
	left: 0;
	-webkit-transform: rotate(-28deg);
	transform: rotate(-28deg);
}
.v4-decorationTextB02 > span:after {
	right: 0;
	-webkit-transform: rotate(28deg);
	transform: rotate(28deg);
}

/*v4-stepNumberText*/
.v4-stepNumberText {
	display: inline-block;
	text-align: center;
}
.v4-stepNumberText .text {
	font-size: 0.944em;
}
.v4-stepNumberText .num {
	font-size: 4.166em;
	line-height: 1;
}

/* v4-textMarker01 */
.v4-textMarker01 {
	padding-bottom: 2px;
	background: -webkit-linear-gradient(transparent 50%, #f1fdf7 50%);
	background: -ms-linear-gradient(transparent 50%, #f1fdf7 50%);
	background: -o-linear-gradient(transparent 50%, #f1fdf7 50%);
	background: linear-gradient(transparent 50%, #f1fdf7 50%);
}

/* v4-balloonCommentBox01 */
*[class*="v4-balloonCommentBox"] {
	position: relative;
	padding-bottom: 110px;
	margin-right: auto;
	margin-left: auto;
}
*[class*="v4-balloonCommentBox"]::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 140px;
	height: 140px;
	background: url("/common/type2018/images/img_comment02.png") right bottom no-repeat;
	background-size: contain;
}
*[class*="v4-balloonCommentBox"] .v4-balloonCommentBoxInner {
	position: relative;
	padding: 30px;
	background: #fff;
	border: 4px solid #0ca26c;
	border-radius: 10px;
}
*[class*="v4-balloonCommentBox"] .v4-balloonCommentBoxInner::after {
	content: "";
	position: absolute;
	right: 130px;
	bottom: -28px;
	width: 50px;
	height: 50px;
	background: url("/common/type2018/images/img_comment01.png") no-repeat;
	background-size: contain;
}
.v4-balloonCommentBoxA01 .v4-balloonCommentBoxInner {
	border-color: #0ca26c;
}

/* v4-commentColumnTitle */
*[class*="v4-commentColumnTitle"] {
	display: inline-flex;
	justify-content: center;
}
.v4-commentColumnTitle01 .v4-glyphComment {
	flex-shrink: 0;
	width: 90px;
	height: 56px;
	margin-right: 10px;
}
.v4-commentColumnTitle02 .v4-glyphComment {
	flex-shrink: 0;
	width: 130px;
	height: 50px;
	margin-right: 10px;
}
.v4-commentColumnText {
	flex-shrink: 1;
	padding-top: 5px;
	font-size: 1.66em;
}

/*-------------------------------------------

Table

-------------------------------------------*/
/* v4-tableLayout */
table[class*="v4-tableLayoutA"] {
	width: 100%;
}
table[class*="v4-tableLayoutA"] > thead > tr > th {
	padding: 10px;
	color: #fff;
	font-size: 1.11em;
	font-weight: bold;
}
table[class*="v4-tableLayoutA"] > tbody > tr > th {
	padding: 30px 0 10px;
	border-bottom: 2px solid #fff;
	font-size: 1.44em;
	font-weight: bold;
}
table[class*="v4-tableLayoutA"] > thead > tr > th:not(:last-child),
table[class*="v4-tableLayoutA"] > tbody > tr > td:not(:last-child) {
	border-right: 2px solid #fff;
}
table[class*="v4-tableLayoutA"] .separatorLine > th {
	position: relative;
	padding: 0;
	background-color: #fff;
	font-weight: bold;
}
table[class*="v4-tableLayoutA"] .separatorLine > th {
	font-size: 1.222em;
}
table[class*="v4-tableLayoutA"] .separatorLine > th > * {
	position: absolute;
	display: block;
	top: 20px;
	width: 100%;
	line-height: 1;
}
table[class*="v4-tableLayoutA"] .separatorLine > th > * > span {
	position: relative;
	display: inline-block;
	min-width: 50%;
	padding: 10px;
	border-radius: 20px;
	background-color: #fff;
}
table[class*="v4-tableLayoutA"] > tbody > tr > td {
	padding: 50px 10px;
	border-bottom: 2px solid #fff;
	text-align: center;
}
table[class*="v4-tableLayoutA"] > tbody > tr.cellNarrow > td {
	padding-top: 20px;
	padding-bottom: 20px;
}
table[class*="v4-tableLayoutA"] .separatorLine + tr > td {
	padding-top: 90px;
	padding-bottom: 50px;
}
table[class*="v4-tableLayoutA"] .separatorLine + tr.cellNarrow > td {
	padding-top: 70px;
	padding-bottom: 20px;
}
table[class*="v4-tableLayoutA"] > tbody > tr:last-child > td {
	border-bottom: 0;
}
table[class*="v4-tableLayoutA"] .glyphMedal01.medalTop > span,
table[class*="v4-tableLayoutA"] .glyphMedal02.medalTop > span {
	padding-top: 3.7em;
	padding-left: 0;
}
table[class*="v4-tableLayoutA"] .glyphMedal01.medalTop > span:before,
table[class*="v4-tableLayoutA"] .glyphMedal02.medalTop > span:before {
	top: 0;
	left: 50%;
	margin-top: 0;
	margin-left: -28px;
}
table[class*="v4-tableLayoutA"] .fSizeL {
	font-size: 1.78em;
}
table[class*="v4-tableLayoutA"] .totalLow > td {
	padding-left: 0;
	padding-right: 0;
}
table[class*="v4-tableLayoutA"] .totalBox {
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
}
.v4-tableLayoutA01 > thead .v4-tableBg01,
.v4-tableLayoutA01 > tbody .v4-tableBg01 .totalBox {
	background-color: #aaa;
}
.v4-tableLayoutA01 > thead .v4-tableBg02,
.v4-tableLayoutA01 > tbody .v4-tableBg02 .totalBox {
	background-color: #f7920e;
}
.v4-tableLayoutA01 > thead .v4-tableBg03,
.v4-tableLayoutA01 > tbody .v4-tableBg03 .totalBox {
	background-color: #0ca26c;
}
.v4-tableLayoutA01 > thead .v4-tableBg04,
.v4-tableLayoutA01 > tbody .v4-tableBg04 .totalBox {
	background-color: #83bcdd;
}
.v4-tableLayoutA01 > tbody .v4-tableBg01 {
	background-color: #eee;
}
.v4-tableLayoutA01 > tbody .v4-tableBg02 {
	background-color: #fff7ec;
}
.v4-tableLayoutA01 > tbody .v4-tableBg03 {
	background-color: #ddf0df;
}
.v4-tableLayoutA01 > tbody .v4-tableBg04 {
	background-color: #e8f5f8;
}

/*-------------------------------------------

Js

-------------------------------------------*/
/*tab*/
.tabList.v4-tabMv01 {
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
}
.tabList.v4-tabMv01 > ul {
	margin-bottom: 0;
}
.tabList.v4-tabMv01 > ul > li {
	min-width: 240px;
}
.tabList.v4-tabMv01 > ul > li > div {
	padding: 5px 0 1px 1px;
}
.tabList.v4-tabMv01 > ul > li:first-child > div {
	padding-left: 0;
}
.tabList.v4-tabMv01 > ul > li > div[aria-selected="true"] {
	padding-top: 0;
	padding-bottom: 0;
}
.tabList.v4-tabMv01 > ul > li > div > a {
	background: rgba(255,255,255,0.7);
	border: none;
	font-weight: bold;
	color: #333;
}
.tabList.v4-tabMv01 > ul > li > div[aria-selected="true"] > a {
	background: #fff;
}
*[data-select-mv] {
	display: none;
}
*[data-select-mv][aria-hidden="false"] {
	display: block;
}
.v4-tabBg01 {
	background: #ebf8fb;
}
.v4-tabBg02 {
	background: #e4fbef;
}
.v4-tabBg03 {
	background: #fff8dc;
}

/* Accordion */
*[class*="v4-normalBlockA"] > .blockInner {
	border: 1px solid #eaeaea;
	border-radius: 3px;
}
*[class*="v4-normalBlockA"] > .blockInner > .blockTitle {
	position: relative;
	min-height: 96px;
	padding: 32px 30px;
	border-bottom: 1px solid #eaeaea;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	box-sizing: border-box;
}
.v4-normalBlockA01 > .blockInner > .blockTitle {
	border-bottom: none;
	background: #fff;
}
.v4-normalBlockA01 .blockTitle .title {
	padding: 0 140px 0 150px;
	font-size: 1.78em;
	font-weight: bold;
}
.v4-normalBlockA01 .blockTitle .figure {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -48px;
	width: 140px;
	height: 96px;
	text-align: right;
}
*[class*="v4-normalBlockA"] > .blockInner > .blockDetail {
	padding: 40px 30px 30px;
	background: #fff;
	border-top: 1px solid #eaeaea;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
*[class*="v4-normalBlockA"] .blockBtn {
	margin: 10px auto;
	text-align: center;
}
*[class*="v4-normalBlockA"] .blockBtnInner {
	display: inline-block;
}
#wrap .jsAccTitle *[class*="v4-normalBlockA"] .jsAccSwitch > *:after,
.modalWrap .jsAccTitle *[class*="v4-normalBlockA"] .jsAccSwitch > *:after {
	content: none;
}
*[class*="v4-normalBlockA"] .blockBtn *[class*="btn"] {
	display: inline-block;
	margin-bottom: 16px;
	border-radius: 20px;
	box-shadow:rgba(0, 0, 0, 0.0980392) 0px 8px 2px -5px;
	line-height: 1.444;
	cursor: pointer;
}
#wrap .jsAccTitle *[class*="v4-normalBlockA"] .blockBtn .btn01,
.modalWrap .jsAccTitle *[class*="v4-normalBlockA"] .blockBtn .btn01 {
	padding: 7px 16px 8px;
	background: #0ca26c;
	color: #fff;
}
*[class*="v4-normalBlockA"] .blockBtn .btn01[class*="glyph"] > span::before {
	color: #fff;
}
#wrap .jsAccTitle *[class*="v4-normalBlockA"] .blockBtn .btn02,
.modalWrap .jsAccTitle *[class*="v4-normalBlockA"] .blockBtn .btn02 {
	padding: 6px 15px 7px;
	border: 1px solid #d3d3d3;
	background: #fff;
}
*[class*="v4-normalBlockA"] .blockBtn *[class*="btn"][class*="glyph"] > span {
	padding-left: 2.2em;
	padding-right: 1.35em;
}
#wrap .jsAccTitle *[class*="v4-normalBlockA"] .blockBtnInner .close,
#wrap .jsAccTitle *[class*="v4-normalBlockA"] .blockBtnInner.open .open,
.modalWrap .jsAccTitle *[class*="v4-normalBlockA"] .blockBtnInner .close,
.modalWrap .jsAccTitle *[class*="v4-normalBlockA"] .blockBtnInner.open .open {
	display: none;
}
#wrap .jsAccTitle *[class*="v4-normalBlockA"] .blockBtnInner.open .close,
.modalWrap .jsAccTitle *[class*="v4-normalBlockA"] .blockBtnInner.open .close {
	display: inline-block;
}

/*v4-jsCarousel01*/
.v4-carousel01 .bx-wrapper {
	position: relative;
}
.v4-carousel01 .bx-viewport .carouselList {
	display: flex;
	flex-flow: row nowrap;
}
.v4-carousel01 > .carouselList {
	display: flex;
	justify-content: center;
}
.v4-carousel01 > .carouselList > li {
	margin-left: 44px;
	width: 578px;
}
.boxBlock01 .v4-carousel01 > .carouselList > li,
*[class^="normalBlockA"] .v4-carousel01 > .carouselList > li,
*[class*="v4-normalBlockA"] .v4-carousel01 > .carouselList > li {
	width: 547px;
}
.v4-carousel01 > .carouselList > li:first-child {
	margin-left: 0;
}
.v4-carousel01 .bx-viewport .carouselList > li {
	margin-right: 44px;
}
.v4-carousel01 .bx-controls {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 12px 60px;
}
.v4-carousel01 .bx-prev,
.v4-carousel01 .bx-next {
	position: absolute;
	top: 50%;
	width: 29px;
	height: 29px;
	margin: -40px 0 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 2px 0 #e5e5e5;
	background: #049849;
	font-size: 0;
	line-height: 0;
	transform: translateZ(50px);
}
.v4-carousel01 .bx-prev:before,
.v4-carousel01 .bx-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -9px;
	font-family: 'icon';
	font-size: 14px;
	line-height: 1;
	color: #FFF;
}
.v4-carousel01 .bx-next:before {
	content: "\e608";
	margin-left: -7px;
}
.v4-carousel01 .bx-prev:before {
	content: "\e609";
}
.v4-carousel01 .bx-prev > span,
.v4-carousel01 .bx-next > span {
	display: none;
}
.v4-carousel01 .bx-default-pager {
	text-align: center;
	transform: translateZ(50px);
}
.v4-carousel01 .bx-default-pager a {
	display: block;
	text-indent: -500px;
	overflow: hidden;
	background: #dedede;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
.v4-carousel01 .bx-default-pager a.active {
	background: #049849;
}
.v4-carousel01 .bx-default-pager .bx-pager-item {
	display: inline-block;
	margin: 0 10px;
}
.v4-carousel01 .bx-controls-auto {
	display: none;
}
.v4-carousel01.carouselType02 .bx-viewport {
	overflow: visible !important;
}
.v4-carousel01.carouselType02 .bx-pager {
	box-sizing: border-box;
	display: flex;
	width: 350px;
}
.v4-carousel01.carouselType02 .bx-pager > .bx-pager-item {
	display: flex;
	flex: 1 0 0;
	margin: 0;
	width: 100%;
}
.v4-carousel01.carouselType02 .bx-pager > .bx-pager-item > .bx-pager-link {
	display: flex;
	flex: 1 0 0;
	width: 100%;
	height: 2px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	background: -webkit-linear-gradient(top, transparent 48%, #0ca26c 48%, #0ca26c 52%, transparent 52%, transparent 100%);
	background: -ms-linear-gradient(top, transparent 48%, #0ca26c 48%, #0ca26c 52%, transparent 52%, transparent 100%);
	background: linear-gradient(to bottom, transparent 48%, #0ca26c 48%, #0ca26c 52%, transparent 52%, transparent 100%);
}
.v4-carousel01.carouselType02 .bx-pager > .bx-pager-item > .bx-pager-link.active {
	background: -webkit-linear-gradient(top, transparent 48%, #ffc961 48%, #ffc961 52%, transparent 52%, transparent 100%);
	background: -ms-linear-gradient(top, transparent 48%, #ffc961 48%, #ffc961 52%, transparent 52%, transparent 100%);
	background: linear-gradient(to bottom, transparent 48%, #ffc961 48%, #ffc961 52%, transparent 52%, transparent 100%);
}
.v4-carousel01.carouselType02 .bx-prev,
.v4-carousel01.carouselType02 .bx-next {
	margin-top: -45px;
}
.v4-carousel01.carouselType02 .bx-controls-auto {
	display: block;
	position: relative;
}
.v4-carousel01.carouselType02 .bx-controls-auto-item > a {
	display: block;
	position: absolute;
	bottom: 22px;
	margin-left: 7px;
	font-size: 0;
	text-align: left;
}
.v4-carousel01.carouselType02 .bx-controls-auto-item > a.active {
	display: none;
}
.v4-carousel01.carouselType02 .bx-controls-auto-item > a:before {
	display: block;
	position: relative;
	top: 30px;
	width: 20px;
	color: #0ca26c;
	font-family: 'icon';
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}
.v4-carousel01.carouselType02 .bx-controls-auto-item > a.bx-start:before {
	left: -5px;
	bottom: -5px;
	top: 35px;
	content: "\e604";
	font-size: 30px;
}
.v4-carousel01.carouselType02 .bx-controls-auto-item > a.bx-stop:before {
	content: "\e60c";
}
.v4-carousel01.carouselType03 .bx-wrapper {
	max-width: 1088px !important;
	margin: 0 auto;
}
.v4-carousel01.carouselType03 > .carouselList > li {
	width: 336px;
}
.v4-carousel01.carouselType03 .bx-viewport .carouselList > li {
	margin-right: 40px;
	text-align: center;
}
.v4-carousel01.carouselType03 .bx-prev {
	left: 0 !important;
	margin-left: -56px;
}
.v4-carousel01.carouselType03 .bx-next {
	right: 0 !important;
	margin-right: -56px;
}
.v4-carousel01.carouselType03 .bx-controls-auto {
	display: block;
}
.v4-carousel01.carouselType03 .bx-controls-auto-item > a {
	display: block;
	position: absolute;
	bottom: 18px;
	margin-left: 7px;
	font-size: 0;
	text-align: left;
}
.v4-carousel01.carouselType03 .bx-controls-auto-item > a.active {
	display: none;
}
.v4-carousel01.carouselType03 .bx-controls-auto-item > a:before {
	display: block;
	position: relative;
	width: 20px;
	color: #0ca26c;
	font-family: 'icon';
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}
.v4-carousel01.carouselType03 .bx-controls-auto-item > a.bx-start:before {
	left: -5px;
	bottom: -5px;
	content: "\e604";
	font-size: 30px;
}
.v4-carousel01.carouselType03 .bx-controls-auto-item > a.bx-stop:before {
	content: "\e60c";
}


/* v4-tabPinch01 */
.v4-tabPinch01 {
	border-radius: 4px;
	-webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
}
.v4-tabList ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.v4-tabList ul.v4-tabTop {
	-webkit-box-shadow: 0 11px 11px -8px rgba(0, 0, 0, 0.08);
	box-shadow: 0 11px 11px -8px rgba(0, 0, 0, 0.08);
}
.v4-tabList ul.v4-tabBottom {
	-webkit-box-shadow: 0 -11px 11px -8px rgba(0, 0, 0, 0.08);
	box-shadow: 0 -11px 11px -8px rgba(0, 0, 0, 0.08);
}
.v4-tabList ul li {
	-moz-flex: 1 0 0%;
	-ms-flex: 1 0 0%;
	-webkit-box-flex: 1;
	flex: 1 0 0%;
}
.v4-tabList ul li div {
	position: relative;
}
.v4-tabList ul li div,
.v4-tabList ul li div a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.v4-tabList ul li div a {
	padding: 25px 10px;
	border-left: solid 1px #f6f6f6;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.v4-tabList ul li div[aria-selected="true"] a {
	position: relative;
	background: #0ca26c;
	color: #fff;
}
.v4-tabList ul li div[aria-selected="true"] a span.stepNumber {
	color: #fff;
}
.v4-tabList ul.v4-tabTop li div[aria-selected="true"] a:before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 16px 0 16px;
	border-color: #0ca26c transparent transparent transparent;
}
.v4-tabList ul.v4-tabBottom li div[aria-selected="true"] a:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 26px 16px;
	border-color: transparent transparent #0ca26c transparent;
}
.v4-tabList ul li:first-child div[aria-selected="true"] a {
	border-width: 1px 1px 0 1px;
}
.v4-tabList ul li div[aria-selected="false"] a:hover {
	opacity: 0.7;
}
.v4-tabList ul li div a span {
	padding-right: 0 !important;
}
.v4-tabList ul li div a span.stepNumber {
	color: #0ca26c;
}
.v4-tabList *[role="tablist"] *[role="tab"] > a > span:after {
	display: none;
}
.v4-tabList ul li div a span > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.v4-tabContent {
	padding: 45px 30px;
}
.v4-tabContent[aria-hidden="true"] {
	display: none;
}

/* v4-tabPinch01 v4-tabPattern02 */
.v4-tabPattern02 .v4-tabTitle {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.v4-tabPattern02 .v4-tabIcon {
	flex-shrink: 1;
	width: 54px;
	height: 54px;
	margin-right: 12px;
}
.v4-tabPattern02 .v4-tabTitleText {
	flex-shrink: 0;
	font-size: 1.44em;
	line-height: 1.385;
}

/*v4-topicsBlock*/
.v4-topicsBlock01 {
	position: absolute;
	top: 31px;
	right: 30px;
	width: 336px;
	padding: 15px 15px 0;
	border-radius: 3px;
	background-color: rgba(000, 000, 000, 0.12);
}
.v4-topicsBlock01 *[class*="v4-banner"] {
	width: 336px;
	height: 165px;
}
.v4-topicsBlock01 .topicsTitle {
	display: none;
}
.v4-topicsBlock01 .v3-carousel01 .carouselList {
	display: block;
	height: 165px;
	overflow: hidden;
}
.v4-topicsBlock01 .v3-carousel01 .carouselList a:hover {
	opacity: 0.8;
}
.v4-topicsBlock01 .v3-carousel01 .carouselList a:hover > img {
	opacity: 1;
}
.v4-topicsBlock01 .v3-carousel01 .bx-prev::before,
.v4-topicsBlock01 .v3-carousel01 .bx-next::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.v4-topicsBlock01 .v3-carousel01 .bx-start,
.v4-topicsBlock01 .v3-carousel01 .bx-stop {
	color: #fff;
}
.v4-topicsBlock01 .v3-carousel01 .bx-pager > .bx-pager-item > .bx-pager-link {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 48%, #dedede 48%, #dedede 52%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
}
.v4-topicsBlock01 .v3-carousel01 .bx-pager > .bx-pager-item > .bx-pager-link.active {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 48%, #ffc961 48%, #ffc961 52%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%);
}

/* carousel */
.v3-carousel01.autoControls .bx-controls {
	padding: 12px 100px 12px 60px;
}
.v3-carousel01.autoControls .bx-next::after {
	right: 40px;
}
.v3-carousel01.autoControls .bx-controls-auto {
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: 100%;
	line-height: 1;
}
.v3-carousel01.autoControls .bx-controls-auto-item > .active {
	display: none;
}
.v3-carousel01.autoControls .bx-start > span,
.v3-carousel01.autoControls .bx-stop > span {
	display: none;
}
.v3-carousel01.autoControls .bx-start::before,
.v3-carousel01.autoControls .bx-stop::before {
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	width: 1em;
	height: 1em;
	font-family: 'icon';
	font-weight: normal;
	line-height: 1;
}
.v3-carousel01.autoControls .bx-start::before {
	right: -0.2em;
	content: "\e604";
	font-size: 28px;

}
.v3-carousel01.autoControls .bx-stop::before {
	content: "\e60c";
	font-size: 20px;
}

/*-------------------------------------------

Banner

-------------------------------------------*/
/* banner */
*[class*="v4-banner"],
*[class*="v4-banner"] * {
	box-sizing: border-box;
}
*[class*="v4-banner"] {
	display: block;
	padding: 6px;
	background-color: #fff;
	background-size: 8px 8px;
}
a[class*="v4-banner"]:hover {
	opacity: 0.8;
}
a[class*="v4-banner"]:hover > img {
	opacity: 1;
}
*[class*="v4-banner"] .bannerInner {
	display: table;
	width: 100%;
	border: 1px solid #fff;
	text-align: center;
}
*[class*="v4-banner"] .bannerTitle {
	display: table-row;
}
*[class*="v4-banner"] .bannerDetail {
	display: table-row;
}
*[class*="v4-banner"] .bannerTitle > .inner {
	display: table-cell;
	height: 60px;
	padding: 5px;
	background-color: #0b95a1;
	color: #fff;
	font-size: .89em;
	font-weight: bold;
	line-height: 1.375;
	vertical-align: middle;
}
*[class*="v4-banner"] .bannerDetail > .inner {
	display: table-cell;
	height: 91px;
	padding: 5px;
	background-color: #fff;
	color: #0b95a1;
	font-size: 1em;
	line-height: 1.3;
	vertical-align: middle;
}

.v4-banner01 {
	background-image: linear-gradient(-45deg,#c468a7 25%,#fff 25%, #fff 50%,#c468a7 50%, #c468a7 75%,#fff 75%, #fff);
}
.v4-banner01 .bannerTitle > .inner {
	background-color: #c468a7;
}
.v4-banner01 .bannerDetail > .inner {color: #c468a7}

.v4-banner02 {
	background-image: linear-gradient(-45deg,#8a8a8a 25%,#fff 25%, #fff 50%,#8a8a8a 50%, #8a8a8a 75%,#fff 75%, #fff);
}
.v4-banner02 .bannerTitle > .inner {
	background-color: #8a8a8a;
}
.v4-banner02 .bannerDetail > .inner {color: #8a8a8a}

.v4-banner03 {
	background-image: linear-gradient(-45deg,#0ba26b 25%,#fff 25%, #fff 50%,#0ba26b 50%, #0ba26b 75%,#fff 75%, #fff);
}
.v4-banner03 .bannerTitle > .inner {
	background-color: #0ba26b;
}
.v4-banner03 .bannerDetail > .inner {color: #0ba26b}

.v4-banner04 {
	background-image: linear-gradient(-45deg,#ed9623 25%,#fff 25%, #fff 50%,#ed9623 50%, #ed9623 75%,#fff 75%, #fff);
}
.v4-banner04 .bannerTitle > .inner {
	background-color: #ed9623;
}
.v4-banner04 .bannerDetail > .inner {color: #ed9623}

.v4-banner05 {
	background-image: linear-gradient(-45deg,#f06261 25%,#fff 25%, #fff 50%,#f06261 50%, #f06261 75%,#fff 75%, #fff);
}
.v4-banner05 .bannerTitle > .inner {
	background-color: #f06261;
}
.v4-banner05 .bannerDetail > .inner {color: #f06261}

.v4-banner06 {
	background-image: linear-gradient(-45deg,#0b95a1 25%,#fff 25%, #fff 50%,#0b95a1 50%, #0b95a1 75%,#fff 75%, #fff);
}
.v4-banner06 .bannerTitle > .inner {
	background-color: #0b95a1;
}
.v4-banner06 .bannerDetail > .inner {color: #0b95a1}

.v4-banner07 {
	background-image: linear-gradient(-45deg,#2181a0 25%,#fff 25%, #fff 50%,#2181a0 50%, #2181a0 75%,#fff 75%, #fff);
}
.v4-banner07 .bannerTitle > .inner {
	background-color: #2181a0;
}
.v4-banner07 .bannerDetail > .inner {color: #2181a0}

/*-------------------------------------------

icon

-------------------------------------------*/
a.v4-iconNewWindow01 > .v3-blockInner:after,
a.v4-iconNewWindow02 > .v3-blockInner:after {
	content: "\e90f";
	position: absolute;
	top: 50%;
	right: 23px;
	margin-top: -15px;
	color: #0ca26c;
	font-family: 'icon_type2018';
}

*[class^="v4-iconSpeech"] {
	position: relative;
	display: block;
	min-height: calc(3em - 10px);
	padding-left: calc(3em + 10px);
}
*[class^="v4-iconSpeech"]:after {
	content: "\e966";
	position: absolute;
	top: -10px;
	left: 0;
	width: 1em;
	height: 1em;
	font-family: 'icon_type2018';
	font-size: 3em;
	line-height: 1;
}
.v4-iconSpeech01:after {
	color: #f89292;
}
.v4-iconSpeech02:after {
	color: #04975d;
}
.v4-iconSpeech03:after {
	color: #fc9508;
}
.v4-iconSpeech04:after {
	color: #769bcc;
}

/*-------------------------------------------

glyph

-------------------------------------------*/
.glyphLamp01 > span,
.glyphLamp02 > span,
.glyphMedal01 > span,
.glyphMedal02 > span {
	position: relative;
	display: inline-block;
}
.glyphLamp01 > span,
.glyphLamp02 > span {
	padding-left: 2.5em;
}
.glyphMedal01 > span,
.glyphMedal02 > span {
	padding-left: 3.7em;
}
.glyphLamp01 > span:before,
.glyphLamp02 > span:before,
.glyphMedal01 > span:before,
.glyphMedal02 > span:before {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 0;
}
.glyphLamp01 > span:before {
	content: url(/common/type2018/images/ico_lamp01.svg);
	margin-top: -1.8em;
	width: 1.7em;
	height: 3.2em;
}
.glyphLamp02 > span:before {
	content: url(/common/type2018/images/ico_lamp02.svg);
	margin-top: -1.8em;
	width: 1.7em;
	height: 3.2em;
}
.glyphMedal01 > span:before {
	content: url(/common/type2018/images/ico_medal01.svg);
	margin-top: -1.7em;
	width: 2.8em;
	height: 3.4em;
}
.glyphMedal02 > span:before {
	content: url(/common/type2018/images/ico_medal02.svg);
	margin-top: -1.7em;
	width: 2.8em;
	height: 3.4em;
}
*[class^="normalBlockA"] > .blockInner .blockTitle.glyphLamp01 span,
*[class^="normalBlockA"] > .blockInner .blockTitle.glyphLamp02 span,
*[class*=" normalBlockA"] > .blockInner .blockTitle.glyphLamp01 span,
*[class*=" normalBlockA"] > .blockInner .blockTitle.glyphLamp02 span {
	padding-left: 2.2em;
}
*[class^="normalBlockA"] > .blockInner .blockTitle.glyphLamp01 span:before,
*[class^="normalBlockA"] > .blockInner .blockTitle.glyphLamp02 span:before,
*[class*=" normalBlockA"] > .blockInner .blockTitle.glyphLamp01 span:before,
*[class*=" normalBlockA"] > .blockInner .blockTitle.glyphLamp02 span:before {
	top: 50%;
	left: 0;
	margin-top: -25px;
	width: 24px;
	height: 46px;
}

/* v4-glyphBeginner01 */
.v4-glyphBeginner01 {
	position: relative;
	padding-left: 10px !important;
	padding-right: 48px;
	text-align: center;
	margin-bottom: 0;
}
.v4-glyphBeginner01 > span {
	display: inline-block;
	padding-left: 55px !important;
	padding-right: 0 !important;
}
.v4-glyphBeginner01 > span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 33px;
	height: 39px;
	margin-top: -20px;
	background: url("/common/type2018/images/ico_beginner03.png") no-repeat 0 0;
	background-size: cover;
}

/*-------------------------------------------

v4-appDownloadWrap

-------------------------------------------*/
.v4-appDownloadWrapA01 {
	box-sizing: border-box;
}

.v4-appDownloadWrapA01 {
	padding-bottom: 0;
}

/* v4-appDownloadFlag */
.v4-appDownloadWrapA01.v4-appDownloadHasFlag {
	position: relative;
}
.v4-appDownloadWrapA01 .v4-appDownloadFlag01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
}

/* v4-appDownloadTitle */
.v4-appDownloadWrapA01 .v4-appDownloadTitle {
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.46;
	text-align: center;
}
.v4-appDownloadWrapA01.v4-appDownloadHasFlag .v4-appDownloadTitle {
	padding-left: 20px;
	padding-right: 20px;
}

/* v4-appDownloadColumn */
.v4-appDownloadWrapA01 .v4-appDownloadColumn {
	display: flex;
}
.v4-appDownloadWrapA01 .v4-appDownloadColumn .appContent {
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	width: 70%;
	padding-bottom: 20px;
}
.v4-appDownloadWrapA01 .v4-appDownloadColumn .appImg {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-end;
	width: 26%;
	margin-left: 4%;
}
.v4-appDownloadWrapA01 .v4-appDownloadColumn .appImg .v4-decorationTextB02 {
	line-height: 1.6;
}

/* appThumb */
.v4-appDownloadWrapA01 .appThumb {
	position: relative;
	width: 100%;
	text-align: center;
}

/* appThumbContext */
.v4-appDownloadWrapA01 .appThumbContext {
	position: absolute;
	width: 78px;
	height: auto;
	right: 0;
	bottom: 33px;
}

/*-------------------------------------------

table

-------------------------------------------*/
/* table */
.v4-glyphScroll01 {
	display: none;
}

/*-------------------------------------------

column

-------------------------------------------*/
/* v4-columnFlex */
*[class*="v4-columnFlex"] {
	display: flex;
	justify-content: center;
	align-items: center;
}
*[class*="v4-columnFlex"] .v4-columnFlexImg {
	flex-shrink: 0;
	width: 100px;
}
*[class*="v4-columnFlex"] .v4-columnFlexText {
	flex-shrink: 1;
	width: 100%;
}
.v4-columnFlex01 .v4-columnFlexText {
	margin-left: 20px;
}
.v4-columnFlex02 .v4-columnFlexText {
	margin-right: 20px;
}

/*-------------------------------------------

flow

-------------------------------------------*/
/* v4-flowList01 */
.v4-flowList01 {
	border-top: 1px dashed #dfdfdf;
}
.v4-flowList01 .v4-flowListItem01 {
	display: flex;
	padding: 20px 20px 20px 0;
	border-bottom: 1px dashed #dfdfdf;
}
.v4-flowList01 .v4-flowListItem01 .v4-flowListImg01 {
	width: 114px;
}
.v4-flowList01 .v4-flowListItem01 .v4-flowListLink01 {
	flex: 1;
	align-self: center;
	margin-left: 22px;
	font-size: 2.4rem;
	font-weight: bold;
}
.v4-flowList01 .v4-flowListItem01 .v4-flowListLink01 .v4-flowSubList01 {
	margin-top: 10px;
	margin-left: 46px;
	font-size: 2rem;
}


/*-------------------------------------------

utility

-------------------------------------------*/
/* color */
.v4-tBlack01 {
	color: #000 !important;
}
.v4-tGreen01 {
	color: #00a788 !important;
}

/* width */
.v4-w940,.v4-w950,.v4-w960,.v4-w970,.v4-w980,.v4-w990,.v4-w1000,.v4-w1010,.v4-w1020,.v4-w1030,.v4-w1040,.v4-w1050,.v4-w1060,.v4-w1070,.v4-w1080,.v4-w1090,.v4-w1100,.v4-w1110,.v4-w1120,.v4-w1130,.v4-w1140,.v4-w1150,.v4-w1160,.v4-w1170,.v4-w1180,.v4-w1190,.v4-w1200 {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.v4-w940 { width: 940px !important; }
.v4-w950 { width: 950px !important; }
.v4-w960 { width: 960px !important; }
.v4-w970 { width: 970px !important; }
.v4-w980 { width: 980px !important; }
.v4-w990 { width: 990px !important; }
.v4-w1000 { width: 1000px !important; }
.v4-w1010 { width: 1010px !important; }
.v4-w1020 { width: 1020px !important; }
.v4-w1030 { width: 1030px !important; }
.v4-w1040 { width: 1040px !important; }
.v4-w1050 { width: 1050px !important; }
.v4-w1060 { width: 1060px !important; }
.v4-w1070 { width: 1070px !important; }
.v4-w1080 { width: 1080px !important; }
.v4-w1090 { width: 1090px !important; }
.v4-w1100 { width: 1100px !important; }
.v4-w1110 { width: 1110px !important; }
.v4-w1120 { width: 1120px !important; }
.v4-w1130 { width: 1130px !important; }
.v4-w1140 { width: 1140px !important; }
.v4-w1150 { width: 1150px !important; }
.v4-w1160 { width: 1160px !important; }
.v4-w1170 { width: 1170px !important; }
.v4-w1180 { width: 1180px !important; }
.v4-w1190 { width: 1190px !important; }
.v4-w1200 { width: 1200px !important; }

/*-------------------------------------------

print

-------------------------------------------*/
@media print{
	.v4-extraNaviBlock01 .blockInner {
		width: auto;
	}
	.v4-extraNaviBlock01 .blockInner .contnets > * {
		padding: 10px;
	}
	.v4-carousel01 .carouselList,
	.v4-carousel01 .carouselList > li {
		display: block !important;
		margin: 0 auto !important;
		width: 578px !important;
	}
	.v4-carousel01.carouselType03 .carouselList,
	.v4-carousel01.carouselType03 .carouselList > li {
		width: 336px !important;
	}
	.v4-carousel01 .carouselList > li {
		margin: 10px 0 0 !important;
	}
	.v4-carousel01 .carouselList > li.bx-clone,
	.v4-carousel01 .bx-controls-direction {
		display: none !important;
	}
	.v4-carousel01 .carouselList > li:first-child {
		margin-top: 0 !important;
	}
	*[class*="v4-labelB"].v4-hasIcon {
		margin: 0 30px !important;
	}
}
