@charset "shift_jis";
@media screen and (max-width: 750px) {
/* Common
------------------------------------------------------ */

/* formSubmit */
.formSubmit {
	clear: both;
	position: relative;
	margin: 25px 0 0;
	padding: 0 10px;
	text-align: left;
	letter-spacing: -0.4em;
}
.formSubmit.typeMim {
	margin: 20px 0 0;
}
.formSubmit.mtNarrow {
	margin-top: 25px;
}
.formSubmit > .entryBtn {
	text-align: center;
}
.formSubmit > .entryBtn input {
	max-width: 100%;
	height: auto;
}
.formSubmit > .lead {
	margin: 1em 0 0.5em;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
}
.formSubmit > .lead:before {
	content: "";
	position: relative;
	bottom: -7px;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 15px 0 0;
	border-width: 20px 0 0 7px;
	border-style: solid;
	border-color: #a5001e transparent transparent transparent;
	-webkit-transform: rotate(-20deg);
		 -moz-transform: rotate(-20deg);
					transform: rotate(-20deg);
}
.formSubmit > .lead:after {
	content: "";
	position: relative;
	bottom: -7px;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 15px;
	border-width: 20px 7px 0 0;
	border-style: solid;
	border-color: #a5001e transparent transparent transparent;
	-webkit-transform: rotate(20deg);
		 -moz-transform: rotate(20deg);
					transform: rotate(20deg);
}
.formSubmit > .btn {
	display: inline-block;
	letter-spacing: normal;
}
.formSubmit > .btn + .btn {
	margin-top: 15px;
}
.formSubmit > .btn#backBtn,
.formSubmit > .btn#correctBtn {
	position: static;
	left: inherit;
	top: inherit;
}
.formSubmit > .btn#backBtn {
	width: 30%;
	height: 38px;
}
.formSubmit > .btn#correctBtn {
	top: inherit;
	width: 40%;
	height: 38px;
}
.formSubmit > .btn#backBtn.static,
.formSubmit > .btn#correctBtn.static {
	margin-top: 15px;
	width: 100%;
}
.formSubmit > .btn#backBtn > input,
.formSubmit > .btn#correctBtn > input {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 18px 7px 36px;
	border: none;
	border-bottom: 3px solid #a5a5a5;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #e6e6e6;
	background-image: url(/memberservice/pc/v1/common-files/img/com_back_ic01.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #222222;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
}
.formSubmit > .btn#backBtn > a,
.formSubmit > .btn#correctBtn > a {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	padding: 10px 18px 7px 36px;
	border-bottom: 3px solid #a5a5a5;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #e6e6e6;
	color: #222222;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
}
.formSubmit > .btn#correctBtn > input,
.formSubmit > .btn#correctBtn > a {
	height: auto;
	padding: 8px 18px 7px 36px;
	font-size: 12px;
	font-size: 1.2rem;
}
.formSubmit > .btn#backBtn > a:after,
.formSubmit > .btn#correctBtn > a:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 16px;
	margin: -8px 0 0 0;
	background: url(/memberservice/pc/v1/common-files/img/com_back_ic01.png) no-repeat 0 0;
}
.formSubmit > .btn#backBtn > input:hover,
.formSubmit > .btn#correctBtn > input:hover,
.formSubmit > .btn#backBtn > a:hover,
.formSubmit > .btn#correctBtn > a:hover {
	margin-top: 2px;
	height: 36px;
	background-color: #ebebeb;
	border-bottom: 1px solid #b7b7b7;
}
.formSubmit > .btn#correctBtn > input:hover,
.formSubmit > .btn#correctBtn > a:hover {
	height: 36px;
}
.formSubmit > .btn.nextScreen,
.formSubmit > .btn.nextScreen.long,
.formSubmit > .btn#submitBtn,
.formSubmit > .btn#homeBtn,
.formSubmit > .btn#winCloseBtn,

.formSubmit > .btn.like-submit {
	width: 100%;
}
.formSubmit > .btn.like-submit {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	overflow: hidden;
}
.formSubmit > .btn.nextScreen > input,
.formSubmit > .btn#submitBtn > input,
.formSubmit > .btn#submitBtn > button,
.formSubmit > .btn#homeBtn > a,
.formSubmit > .btn#winCloseBtn > a,
.formSubmit > .btn.like-submit > a {
	display: block;
	width: 100%;
	height: 61px;
	padding: 3px 25px 0;
	border: none;
	border-bottom: 3px solid #760015;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #a5001e;
	background-image: url(/memberservice/pc/v1/common-files/img/com_btn_ic01.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 16px 16px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.formSubmit > .btn.nextScreen.long > input {
	background-position: 95% 50%;
	font-size: 11px;
	font-size: 1.1rem;
}
.formSubmit > .btn#winCloseBtn > a {
	height: 76px;
	padding: 3px 30px 0;
}
.formSubmit > .btn#homeBtn > a > span {
	display: inline-block;
	padding-top: 17px;
}
.formSubmit > .btn#winCloseBtn > a > span {
	display: inline-block;
	padding-top: 7px;
}
.formSubmit > .btn#winCloseBtn > a > span > .small {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.formSubmit > .btn.like-submit > a {
	display: table;
}
.formSubmit > .btn.nextScreen:not(.disabled) > input,
.formSubmit > .btn#submitBtn:not(.disabled) > input {
	cursor: pointer;
}
.formSubmit > .btn.nextScreen:not(.disabled) > input:hover,
.formSubmit > .btn#submitBtn:not(.disabled) > input:hover,
.formSubmit > .btn#submitBtn:not(.disabled) > button:hover,
.formSubmit > .btn#homeBtn > a:hover,
.formSubmit > .btn#winCloseBtn > a:hover,
.formSubmit > .btn.like-submit > a:hover {
	height: 59px;
	margin-top: 2px;
	border-bottom-width: 1px;
}
.formSubmit > .btn.nextScreen.disabled > input,
.formSubmit > .btn#submitBtn.disabled > input {
	height: 61px;
	padding-left: 40px;
	background-image: url(/family_gold/img/form_ic07.png);
	background-position: 10px 50%;
	background-size: 21px auto;
	color: #a5001e;
	font-size: 1.2rem;
	border: 2px solid #a5001e;
	background-color: #ffe5e5;
}

/* checkbox */
.checkboxWrap {
	position: relative;
	display: block;
	width: 100%;
	min-height: 63px;
	padding: 23px 20px 5px 50px;
	border-bottom: 1px solid #a5a5a5;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #e6e6e6;
	background-image: url(/memberservice/pc/v1/common-files/img/com_check_ic01.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #444444;
	font-size: 1.6rem;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
}
.checkboxWrap.sizeS {
	height: auto;
	min-height: 45px;
	padding: 13px 25px 5px 50px;
}
.checkboxWrap.wAuto {
	display: inline-block;
}
.checkboxWrap.typeTelChecker {
	display: inline-block;
	width: auto;
	height: auto;
	min-height: 45px;
	padding: 13px 25px 5px 50px;
}
#contents .checkboxWrap:not(.checked):hover {
	border-top: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	background-color: #fff5bb;
}
.checkboxWrap.checked {
	border-top: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	background-image: url(/memberservice/pc/v1/common-files/img/com_check_ic01on.png);
	background-color: #fff5bb;
}
.checkboxWrap input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	zoom: 1;
}
.checkboxWrap.item-error:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #a5001e;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	background: transparent;
}
#contents .checkboxWrap.item-error:not(.checked):hover {
	left: -1px;
	top: -1px;
}
.cBox {
	display: inline-block;
	padding: 0 0 0 30px;
	background-image: url(/memberservice/pc/v1/common-files/img/com_check_ic01.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	cursor: pointer;
}
.agreeBox > .cBox {
	position: relative;
	width: 100%;
	padding: 21px 15% 19px 17%;
	border-bottom: 3px solid #d7b0b0;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #ffe5e5;
	background-position: 10% 50%;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.agreeBox.typeGray > .cBox {
	border-bottom: 3px solid #a5a5a5;
	background-color: #e6e6e6;
}
.agreeBox > .cBox:not(.checked):hover {
	margin-top: 2px !important;
	border-bottom-width: 1px;
}
.agreeBox.typeGray > .cBox.checked,
.cBox.checked{
	background-color: #fff5bb;
	background-image: url(/memberservice/pc/v1/common-files/img/com_check_ic01on.png);
}
.agreeBox.typeGray > .cBox.checked,
.agreeBox > .cBox.checked{
	padding-top: 20px;
	border: 2px solid #b7b3ab;
}
.cBox > input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	zoom: 1;
}
.cBox.item-error:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #a5001e;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	background: transparent;
}


/* btnBlockA01 */
.btnBlockA01 > p{
	width: 100%;
	margin: 0 auto;
}
.btnBlockA01 > p.line{
	margin-top: 20px;
}

/* copyArea */
.copyArea{
	margin: 20px auto 30px;
	text-align: center;
}
.copyArea #familyCopyLinks{
	width: 100%;
	padding: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	border: solid 1px #dddddd;
}
.copyArea button{
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.copyArea .copyBtn{
	margin: 0 0 0 10px;
	padding: 10px;
	border: solid 1px #dddddd;
}

/* familyReg */
/* familyRegName */
.familyRegName{
	display: block;
	padding: 0 0 0 45px;
	font-weight: bold;
	line-height: 1;
}
.familyRegName.typeTop{
	font-size: 15px;
	font-size: 1.5rem;
	background: #ffffff url(/family_gold/img/family_ic01.png) no-repeat 0 0.5em;
	background-size: 42px auto;
	border-image: url(/family_gold/img/family_ex01.gif) 26 round;
	border-style: solid;
	border-width: 13px; 
}
.familyRegName.typeTop.typeRep{
	background: #ffffff url(/family_gold/img/family_ic02.png) no-repeat 0 0;
	background-size: 38px auto;
}
.familyRegName .nameBox{
	display: block;
	position: relative;
	padding: 10px 10px 7px 80px;
	font-weight: bold;
	line-height: 1.4;
}
.familyRegName .nameBox:before{
	display: block;
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 70px;
	height: 15px;
	margin-bottom: 5px;
}
.familyRegName.typeTop .nameBox:before{
	display: block;
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: 50px;
	height: 32px;
	margin-bottom: 0;
}
.familyRegName.gold .nameBox:before{
	background: url(/family_gold/img/family_im02.gif) no-repeat 0 0;
	background-size: 70px auto;
}
.familyRegName.platinum .nameBox:before{
	background: url(/family_gold/img/family_im03.gif) no-repeat 0 0;
	background-size: 70px auto;
}	
.familyRegName.typeTop.gold .nameBox:before{
	background: url(/family_gold/img/family_im04.gif) no-repeat 0 0;
	background-size: 50px auto;
}
.familyRegName.typeTop.platinum .nameBox:before{
	background: url(/family_gold/img/family_im05.gif) no-repeat 0 0;
	background-size: 50px auto;
}
.familyRegName.typeTop .nameBox{
	display: block;
	width: auto;
	padding: 10px 0 5px 60px;	
	font-size: 15px;
	font-size: 1.5rem;
}
.familyRegName.typeTop .pointBox{
	display: block;
	width: auto;
	vertical-align: middle;
}
.familyRegName.typeTop .pointBox > dl{
	display: table;
	width: 100%;
	margin: 10px 0 10px;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: left;
	font-weight: normal;
}
.familyRegName.typeTop .pointBox > dl > dt{
	display: table-cell;
	width: 51%;
	padding-right: 5px;
	text-align: left;
}
.familyRegName.typeTop .pointBox > dl > dd{
	display: table-cell;
	width: 49%;
	color: #b20632;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: right;
}
.familyRegName.typeTop .pointBox > dl > dd > strong{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.familyRegName.typeTop .pointBox .shareBtn{
	text-align: right;
}
.familyRegName.typeTop .pointBox .shareBtn a{
	display: inline-block;
	width: 100%;
	margin: 0 0 0 auto;
	padding: 7px 20px 5px;
	border: none;
	border-bottom: 1px solid #4a4a4a;
	-webkit-border-radius: 3px;
		 -moz-border-radius: 3px;
			-ms-border-radius: 3px;
					border-radius: 3px;
	background: #a5001e url(/family_gold/img/family_ic11.png) no-repeat 97% 50%;
	background-size: 4px auto;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.familyRegName.typeTop .pointBox .shareBtn a:hover{
	margin-top: 0;
	border-bottom-width: 1px;
}
.familyRegName.typeMember{
	padding: 0 0 0 35px;
	border-image: url(/family_gold/img/family_ex03.gif) 16 round;
	border-style: solid;
	border-width: 8px; 
	background: #ffffff url(/family_gold/img/family_ic01.png) no-repeat 0 0;
	background-size: 32px auto;
	font-size: 12px;
	font-size: 1.2rem;
}
.familyRegName.typeMember:nth-child(2){ background: #ffffff url(/family_gold/img/family_ic03.png) no-repeat 0 0; background-size: 32px auto; }
.familyRegName.typeMember:nth-child(3){ background: #ffffff url(/family_gold/img/family_ic04.png) no-repeat 0 0; background-size: 32px auto; }
.familyRegName.typeMember:nth-child(4){ background: #ffffff url(/family_gold/img/family_ic05.png) no-repeat 0 0; background-size: 32px auto; }
.familyRegName.typeMember:nth-child(5){ background: #ffffff url(/family_gold/img/family_ic06.png) no-repeat 0 0; background-size: 32px auto; }
.familyRegName.typeMember:nth-child(6){ background: #ffffff url(/family_gold/img/family_ic07.png) no-repeat 0 0; background-size: 32px auto; }
.familyRegName.typeMember:nth-child(7){ background: #ffffff url(/family_gold/img/family_ic08.png) no-repeat 0 0; background-size: 32px auto; }
.familyRegName.typeMember:nth-child(8){ background: #ffffff url(/family_gold/img/family_ic09.png) no-repeat 0 0; background-size: 32px auto; }
.familyRegName.typeMember:nth-child(9){ background: #ffffff url(/family_gold/img/family_ic10.png) no-repeat 0 0; background-size: 32px auto; }
.familyRegName.typeMember:nth-child(10){ background: #ffffff url(/family_gold/img/family_ic12.png) no-repeat 0 0; background-size: 32px auto; }
.familyRegName.typeMember.typeRep{
	background: #ffffff url(/family_gold/img/family_ic02.png) no-repeat 0 2px;
	background-size: 32px auto;
	font-size: 12px;
	font-size: 1.2rem;
}
.familyRegName.typeMember .date{
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	text-align: right;
	line-height: 1.2;
}
/* familyRegList */

.familyRegList{
	background: none;
}
.familyRegList li{
	float: none;
	width: auto;
	margin-bottom: 1.5%;
}
.familyRegList li:nth-child(even){
	margin-left: 0;
}
/* familyRegUseBox */
.familyRegUseBox{
	margin-top: 0;
	padding: 0;
	background: #ffffff;
}
.familyRegUseBox .UseText{
	padding: 10px;
	border: solid 1px #f9b6c7;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
	background: #fff2f5;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
}
.familyRegUseBox .UseText dl dd{
	color: #b20632;
}
.familyRegUseBox .UseText dl dd span{
	font-size: 18px;
	font-size: 1.8rem;
}
.familyRegUseBox .UseDate{
	font-size: 12px;
	font-size: 1.2rem;
}
.familyRegUseBox .UseText p{
	font-size: 13px;
	font-size: 1.3rem;
}
.familyRegUseBox .UseImg{
	padding: 8px 0;
}
.familyRegUseBox .UseImg img{
	width: 100%;
}

.familyHeading > .hdg {
	padding: 10px 0;
	color: #a5001e;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.pointLeadText{
	position: relative;
	margin: 20px 0 0;
	color: #a87f00;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.pointLeadText:before{
	display: inline-block;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 51px;
	height: 19px;
	background: url(/memberservice/pc/rsp/v1/family/img/family_bg01.png) no-repeat 0 0;
	background-size: 51px auto;
	vertical-align: middle;
}
.pointLeadText:after{
	display: inline-block;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	width: 51px;
	height: 19px;
	background: url(/family_gold/img/family_bg02.png) no-repeat 0 0;
	background-size: 51px auto;
	vertical-align: middle;
}

/* familyBoxLayout01 */
.familyBoxLayout01{
	width: auto;
	margin: 5px auto 10px;
	padding: 10px;
	background: #f2f2f2;
}
	.modalContents .boxLayout01 .annual {
padding: 0 0 0 84px;
	margin-top: -32px;

}
.modalContents .boxLayout01.typeBeige .annual {

}
.familyBoxLayout01 .txtLarge01{
	font-size: 12px;
	font-size: 1.2rem;
}
.familyBoxLayout01 .txtLarge01 .familyStrong01{
	color: #dc7f00;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.boxLayout01.typeBeige02 .section02.toggleWrap {
	margin: 25px 0 0 0 !important;
}

/* modal */
.modalContents{
}
.modalContents section{
}
.modalContents section + section{
	margin-top: 0;
}
.modalContents .modalHead{
	margin-bottom: 10px;
	border-bottom: solid 2px #b00000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.modalContents .ifText01{
	display: block;
	width: 120px;
	margin: 0 auto 20px;
	padding: 9px 10px 7px;
	-webkit-border-radius: 10em;
		 -moz-border-radius: 10em;
					border-radius: 10em;
	background: #efefef;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
}
.modalContents .modalLayout01{
	display: table;
	width: 100%;
	margin: 0 auto;
}
.modalContents .modalLayout01 .textCol,
.modalContents .modalLayout01 .imgCol{
	display: table-cell;
	width: 55%;
	vertical-align: middle;
}
.modalContents .modalLayout01 .imgCol{
	width: 45%;
	padding-right: 0;
}
.modalContents .modalLayout01 .textCol .balloon{
	position: relative;
	display: block;
	margin-right: 10px;
	padding: 10px 10px 8px;
	background: #f7f2d1;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
}
.modalContents .modalLayout01 .textCol .balloon:after{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -8px;
	margin: auto 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #f7f2d1;
}
.modalContents .table01.typeModal{
	width: 100%;
	margin: 10px auto 25px;
}
.modalContents .table01.typeModal tr th,
.modalContents .table01.typeModal tr td{
	padding: 10px 5px;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}
.modalContents .table01.typeModal .headingCell01 {
	font-weight: bold;
	background-color: #efefef;
}
.modalContents .table01.typeModal .headingCellGold{
	padding: 15px;
	background-color: #e2be6a;
	font-size: 11px;
	font-size: 1.1rem;
}
.modalContents .table01.typeModal .headingCellPt{
	padding: 15px;
	background-color: #262626;
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
}
.modalContents .table01.typeModal .modalTxColor01{
	color: #ba1426;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
}
.modalContents .table01.typeModal .modalTxColor01 strong{
	font-size: 13px;
	font-size: 1.3rem;
}

/* typeFamilyContents */
.colLayout.typeFamilyContents{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px;
	padding: 15px 10px;
	background: #fff2f2;
}
.colLayout.typeFamilyContents.col2 > .col {
	width: auto;
	margin-right: 0;
	margin-top: 0;
}
.colLayout.typeFamilyContents.col2 > .col + .col {
	position: relative;
	margin-top: 40px;
}
.colLayout.typeFamilyContents.col2 > .col + .col:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: -20px;
	left: 0;
	border-top: dotted 1px #878686;
}
/* btnLink01 type03 */
.btnLink01.type03 a{
	position: relative;
	padding: 5px 45px 3px 70px;
	color: #ffffff;
	border: solid 2px #a5001e;
	border-bottom: solid 5px #54000f;
	background: #a5001e;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
}
.btnLink01.type03.icon02 a{
	padding: 23px 45px 21px 70px;
}
.btnLink01.type03.icon01 a:before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	width: 56px;
	height: 60px;
	background: url(/family_gold/img/family_ic01.png) no-repeat 2% 50%;
	background-size: 56px auto;
}
.btnLink01.type03.icon02 a:before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto 0;
	width: 42px;
	height: 59px;
	background: url(/family_gold/img/family_ic02.png) no-repeat 4% 50%;
	background-size: 42px auto;
}
.btnLink01.type03 a span{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.btnLink01.type03 a:after {
	width: 24px;
	height: 24px;
	margin-top: -12px;
	right: 5px;
}
.btnLink01.type03.icon01 a:after {
	background: url(/family_gold/img/family_ic03.png) no-repeat 0 0;
	background-size: 24px auto;
}
.btnLink01.type03.icon02 a::after {
	background: url(/family_gold/img/family_ic04.png) no-repeat 0 0;
	background-size: 24px auto;
}
.btnLink01.type03 a:hover{
	border-bottom-width: 3px;
}
/* typeTimeBtn */
.typeTimeBtn a{
	display: inline-block;
	width: auto;
	-webkit-border-radius: 9px;
		 -moz-border-radius: 9px;
					border-radius: 9px;
	border-bottom: solid 2px #9d893e;
}
.tabsizeFix.typeTimeBtn a{
	width: auto;
}
.typeTimeBtn a:hover{
	margin-top: 2px;
	border-bottom: solid 0 #9d893e;
}
/* modalContents */
.familyModalInner {
	padding: 10px !important;
}
#familyModal .modalContents {
	padding: 0;
	width: auto;
}
.modalContents .modalCautionHead {
	padding: 20px 0 0 0;
	background-size: 35px auto;
	font-size: 16px;
	font-size: 2.0rem;
	font-weight: bold;
	width:100%
}
.boxLayout01 .detail{
	width:100%;
	margin:0 auto;
}
.boxLayout01 .detail .btnLink01{
	margin-top:10px;
}
.boxLayout01 .detail .btnLink01 a{
	width:100%;
}
.modalContents .paragraph01 {
	font-size: 14px;
	font-size: 1.4rem;
}
.modalContents .boxLayout01 {
	width: 100%;
}
.modalContents .btnLink01 a{
	padding: 19px 40px 17px 20px;
}
.modalContents .boxLayout01 {
	width: auto;
	margin: 15px auto;
}
.modalContents .boxLayout01 .headLine01{
	min-height: auto;
	margin-bottom: 10px;
	padding: 0 0 0 84px;
	font-size: 16px;
	font-size: 1.6rem;
}
.modalContents .boxLayout01 .headLine01.typePopupP{
	background: url(/family_gold/img/family_ic06.png) no-repeat 0 0;
	background-size: 72px auto;
	min-height: 45px;
	font-size:20px;
	font-size:2.0rem;
}
.modalContents .boxLayout01 .headLine01.typePopupG{
	background: url(/family_gold/img/family_ic07.png) no-repeat 0 0;
	background-size: 72px auto;
	min-height: 45px;
	font-size:20px;
	font-size:2.0rem;
}
.modalContents .boxLayout01 p{
	font-size: 16px;
	font-size: 1.6rem;
}


/* introducer
------------------------------------------------------ */
/* typeFamilyInt */
.typeFamilyInt{
	margin-top: 10px !important;
	font-size: 14px;
	font-size: 1.4rem;
}
/* leadHeadFamilyInt */
.typeFamilyInt .leadHeadFamilyInt{
	margin-left: -10px;
	margin-right: -10px;
}
/* heading02 */
.typeFamilyInt .heading02{
	margin-bottom: 15px;
	padding: 10px 15px 10px 15px;
	color: #222222;
	font-size: 18px;
	font-size: 1.8rem;
	background-color: #ffffff;
	background: url(/family_gold/img/family_bg03.png) no-repeat 0 50%;
	background-size: auto 100%;
	border-top: none;
}
.typeFamilyInt .heading02.typeGray{
	background: url(/family_gold/img/family_bg04.png) no-repeat 0 50%;
	background-size: auto 100%;
}
.typeFamilyInt .heading02.bgnone{
	font-size: 21px;
	font-size: 2.1rem;
	padding: 10px 10px;
}
/* sizeImg */
.typeFamilyInt .sizeImg01{
	text-align: left !important;
}
.typeFamilyInt .sizeImg01 img{
	max-width: 208px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
}
.typeFamilyInt .sizeImg02{
	text-align: center !important;
}
.typeFamilyInt .sizeImg02 img{
	max-width: 231px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
}
/* txtLead01 */
.typeFamilyInt .txtLead01{
	margin-top: 15px;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
/* familyInt */
.typeFamilyInt .familyInt{
	width: 100%;
	margin: 0;
}
.typeFamilyInt .familyInt li{
	float: none;
	width: auto;
	height: auto!important;
	padding: 6px 50px 4px 10px;
	font-weight: bold;
}
.typeFamilyInt .familyInt li:nth-child(even){
	margin-left: 0;
}
.typeFamilyInt .familyInt li + li,
.typeFamilyInt .familyInt li:nth-child(n+3){
	margin-top: 5px;
}
.typeFamilyInt .familyInt li:nth-child(1){
	background: url(/family_gold/img/family_ic16.png) no-repeat 95% 50%;
	background-size: 23px auto;
}
.typeFamilyInt .familyInt li:nth-child(2){
	background: url(/family_gold/img/family_ic17.png) no-repeat 95% 50%;
	background-size: 30px auto;
}
.typeFamilyInt .familyInt li:nth-child(3){
	background: url(/family_gold/img/family_ic18.png) no-repeat 95% 50%;
	background-size: 30px auto;
}
.typeFamilyInt .familyInt li:nth-child(4){
	background: url(/family_gold/img/family_ic19.png) no-repeat 95% 50%;
	background-size: 35px auto;
}
.typeFamilyInt .familyInt span{
	display: table-cell;
	height: 40px !important;
	vertical-align: middle;
}
/* txtColor */
.typeFamilyInt .txtColor02{
	color: #a56441;
}
.typeFamilyInt .txtColor03{
	color: #008191;
}
/* familyIntLayout01 */
.typeFamilyInt .familyIntLayout01{
	margin-top: 12px;
}
.typeFamilyInt .familyIntLayout01 .col{
	float: none;
	padding-top: 0;
	padding-left: 90px;
	width: auto;
	min-height:80px;
/*	border-image: url(/family_gold/img/family_ex01.gif) 20 round;
	border-style: solid;
	border-width: 15px;*/
}
.typeFamilyInt .familyIntLayout01 .col.col01{
	background: url(/family_gold/img/family_ic10.png) no-repeat 0 50%;
	background-size: 80px auto;
	border-right: none;
	border-top: solid 1px #b18439;
	border-bottom: solid 1px #b18439;
}
.typeFamilyInt .familyIntLayout01 .col.col02{
	background: url(/family_gold/img/family_ic11.png) no-repeat 0 50%;
	background-size: 80px auto;
	border-right: none;
	border-bottom: solid 1px #b18439;
}
.typeFamilyInt .familyIntLayout01 .col.col03{
	background: url(/family_gold/img/family_ic12.png) no-repeat 5px 50%;
	background-size: 65px auto;
	border-right: none;
	border-bottom: solid 1px #b18439;
}
body.ie8 .typeFamilyInt .familyIntLayout01 .col,
body.ie9 .typeFamilyInt .familyIntLayout01 .col,
body.ie10 .typeFamilyInt .familyIntLayout01 .col{
	border-image: none;
	border-style: none;
	border-width: 0; 
	border: double 1px #b18439;
}
.typeFamilyInt .familyIntLayout01 .col + .col{
	margin-top: 10px;
	margin-left: 0;
}
.typeFamilyInt .familyIntLayout01 .col p{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	padding: 16px 0;
}
.typeFamilyInt .familyIntLayout01 .col p .underLine{
	background: linear-gradient(transparent 60%, #ffe878 60%);
}
.typeFamilyInt .familyIntLayout01 .col p span.bold{
	font-size: 17px;
	font-size: 1.7rem;
}
/* btnLink01 typeFamilyIntBtn */
.typeFamilyInt .btnLink01.typeFamilyIntBtn a{
	width: 100%;
	padding: 14px 60px 12px 50px;
	font-size: 15px;
	font-size: 1.5rem;
}
.typeFamilyInt .btnLink01.typeFamilyIntBtn a:after {
	background: url(/family_gold/img/family_ic21.png) no-repeat 0 0;
	background-size: 20px 20px;
}
/* tabBox01 tabFamilyInt */
.typeFamilyInt .tabBox01.tabFamilyInt .tabLayout01 {
	padding: 0;
	border: none;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 > .section02{
	padding: 0 10px;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 > .section02 > .heading02{
	margin-left: -10px;
	margin-right: -10px;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 > .section02 figure{
	margin-top: 1em;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .tabDetailInner{
	margin-top: 15px;
	padding: 10px;
	background: #ffffff;
	box-shadow:0px 0px 3px 0px #dbd8bf;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .tabDetailInner + .tabDetailInner{
	margin-top: 10px;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .tabDetailInner > p:first-child{
	margin-top: 0;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .noteBox{
	margin-top: 15px;
	padding-top: 10px;
	border-top: solid 1px #ead9b3;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .noteBox .txtNote01{
	font-size: 14px;
	font-size: 1.4rem;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .noteBox .txtNote01.txtNormal{
	font-size: 12px;
	font-size: 1.2rem;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .familyIntTableBox{
	position: relative;
	width: 100%;
	margin: 0 auto 0;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .familyIntTableBox .table01{
	margin: 10px 0;
	border: solid 2px #b7b3ab;
	background: #ffffff;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .familyIntTableBox .table01 .headingCell01,
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .familyIntTableBox .table01 .detailCell01,
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .familyIntTableBox .table01 .detailCell01.bold{
	padding: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
.typeFamilyInt .grayNoteBox .txtNote01{
	font-size: 13px;
	font-size: 1.3rem;
}

/* toggleWrap */
.typeFamilyInt .section02.accBox{
	margin-top: 15px !important;
}
.typeFamilyInt .section02.accBox .accBtn {
	position: relative;
	margin: 0 -10px 0;
	padding: 10px 30px 10px 15px;
	border-top: solid 1px #b5ad9f;
	background: #f4efe6;
	font-size: 15px;
	font-size: 1.5rem;
}
.typeFamilyInt .section02.accBox .accBtn .txtColor01 {
	font-size: 17px;
	font-size: 1.7rem;
}
.typeFamilyInt .section02.accBox.type01 .accBtn {
	background: #ffbeb7;
}
.typeFamilyInt .section02.accBox.type02 .accBtn {
	background: #c2e4f7;
}
.typeFamilyInt .section02.accBox .accBtn .toggleIcon {
	position: absolute;
	display: block;
	top: 50%;
	right: 12px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: none #ffffff;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
}
.typeFamilyInt .section02.accBox .accBtn.open .toggleIcon {
	background: none #ffffff;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
}
.typeFamilyInt .section02.accBox .accBtn .toggleIcon:before {
	position: absolute;
	content: "";
	width: 60%;
	height: 2px;
	top: 50%;
	left: 20%;
	margin-top: -1px;
	background-color: #a5001e;
}
.typeFamilyInt .section02.accBox .accBtn .toggleIcon:after {
	position: absolute;
	content: "";
	width: 60%;
	height: 2px;
	top: 50%;
	left: 20%;
	margin-top: -1px;
	background-color: #a5001e;
	-webkit-transform: rotate(90deg);
		 -moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			 -o-transform: rotate(90deg);
					transform: rotate(90deg);
	-webkit-transition: transform 0.3s, opacity 0.3s;
		 -moz-transition: transform 0.3s, opacity 0.3s;
			-ms-transition: transform 0.3s, opacity 0.3s;
			 -o-transition: transform 0.3s, opacity 0.3s;
					transition: transform 0.3s, opacity 0.3s;
}
.typeFamilyInt .section02.accBox .accBtn.open .toggleIcon:after {
	opacity: 0;
	-webkit-transform: rotate(180deg);
		 -moz-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			 -o-transform: rotate(180deg);
					transform: rotate(180deg);
}
.typeFamilyInt .section02.accBox .detailsBox {
	margin: 0 -10px;
	padding: 20px 10px;
	background-color: #fff6d5;
}
.typeFamilyInt .section02.accBox.type01 .detailsBox {
	background-color: #ffefeb;
}
.typeFamilyInt .section02.accBox.type02 .detailsBox {
	background-color: #ebfaff;
}
.typeFamilyInt .section02.accBox .detailsBox .inner {
}

/* tabDetailLayout */
.typeFamilyInt .tabDetailLayout{
	width: auto;
	margin: 10px auto 0;
	padding-right: 0;
	padding-bottom: 85px;
	background: url(/family_gold/img/sp_family_im07.png) no-repeat 50% 100%;
	background-size: 166px auto;
}
.typeFamilyInt .tabDetailLayout .col{
	float: none;
	width: auto;
	padding: 15px;
	background: #ffffff;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	text-align: center;
}
.typeFamilyInt .tabDetailLayout .col + .col{
	margin-top: 10px;
	margin-left: 0;
}
	.typeFamilyInt .goodValue {
	font-size: 19px;
	font-size: 1.9rem;
		margin-top:20px;
}

/*familyFlow*/
.familyFlowTitle{
	font-size:19px;
	font-size:1.9rem;
}
.familyFlow{
	padding: 5% 5px 5px;
}
.familyFlowLead01{
	font-weight: bold;
}
.familyFlow .btnList01 {
	margin-top: 20px;
}
.familyFlow .btnList01 > li a{
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
	padding: 15px 50px;
}
.toggleTrigger{
	padding:5px 20px 5px 10px;
	background-color:#d8d8d8;
	color:#222222;
	line-height:1.2;
}
.toggleTrigger .toggleIcon,
.toggleTrigger.open .toggleIcon {
	background:#FFFFFF;
}
.toggleTrigger .toggleIcon:before,
.toggleTrigger .toggleIcon:after,
.question.toggleTrigger .toggleIcon,
.question.toggleTrigger.open .toggleIcon,
.typeLine .toggleTrigger .toggleIcon,
.typeLine .toggleTrigger.open .toggleIcon,
.typenone .toggleTrigger .toggleIcon,
.typenone .toggleTrigger.open .toggleIcon{
	background:#DC322C;
}
.question.toggleTrigger .toggleIcon:before,
.question.toggleTrigger .toggleIcon:after,
.typeLine .toggleTrigger .toggleIcon:before,
.typeLine .toggleTrigger .toggleIcon:after,
.typenone .toggleTrigger .toggleIcon:before,
.typenone .toggleTrigger .toggleIcon:after{
	background:#ffffff;
}

.typeFamilyInt .tabBox01 .section02.toggleWrap{
	margin: 10px 0 !important;
}

.typeNonLine {
	font-size:14px;
}
.typeNonLine .toggleTrigger.settingMeisai {
	width: 96%;
	margin-bottom:5px;
}
.typeNonLine .toggleContent ul li {
	margin:10px 0;
}
.typeNonLine .toggleTrigger.settingMeisai .toggleIcon{
	background: url(/family_gold/img/toggle_ic05.png) 50% 50% no-repeat;
}
.typeNonLine .toggleTrigger.settingMeisai.open .toggleIcon{
	background: url(/family_gold/img/toggle_ic06.png) 50% 50% no-repeat;
}
.question.toggleTrigger .toggleIcon:after {
	position: absolute;
	content: "";
	width: 60%;
	height: 2px;
	top: 50%;
	left: 20%;
	margin-top: -1px;
	background:#ffffff;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: transform 0.3s, opacity 0.3s;
	-moz-transition: transform 0.3s, opacity 0.3s;
	-ms-transition: transform 0.3s, opacity 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
/* #annualFee */
#annualFee.btnLink01 a{
	padding: 9px 40px 7px 30px;
	width: auto;
    font-size: 14px;
    font-size: 1.4rem;
	font-weight: normal;
}
.toggleWrap .tabDetailInner > p{
	margin-top:10px !important;
}


/* family-ownerLink */
.family-ownerLink {
	width: auto;
	margin: 15px 0 0 auto;
}
.family-ownerLink a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	font-size: 1.4rem;
	color: #008191;
}
.family-ownerLink a::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 13px;
	height: 13px;
	background: url("/family_gold/img/family_ic28.png") no-repeat 0 0 / contain;
}
/* family-noteText */
.family-noteText {
	position: relative;
	margin-top: 50px;
	padding-left: 12px;
	text-align: left;
	font-size: 1.2rem;
}
.family-noteText > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
/* family-image */
.family-image {
	width: auto;
	margin: 25px auto 0;
	padding: 0 40px;
}
/* family-column */
.family-column {
	display: block;
	align-items: center;
	width: 100%;
	margin: 15px auto 0;
}
.family-column > * {
	width: 100%;
}
.family-column >:first-child {
	margin-top: 0 !important;
}
.family-media {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 17px;
}
.family-media .family-mediaText {
	font-size: 1.4rem;
	font-weight: bold;
}
.family-media .family-mediaImage {
	flex-shrink: 0;
	width: 43px;
}
	
/* modalContents */
#familyModal03 .modalContents {
	padding: 0;
}
#familyModal03 .modalContents .modalCautionHead {
	padding: 40px 0 0 0;
	background: url(/family_gold/img/family_ic22.png) no-repeat 50% 0;
	background-size: 35px auto;
	color: #a5001e;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#familyModal03 .modalContents .paragraph01 {
	font-size: 14px;
	font-size: 1.4rem;
}
#familyModal03 .modalContents .btnLink01 a{
	padding: 19px 40px 17px 20px;
}

.modalContents .btnLink01.typeP a{
	width: 100% !important;
	margin-left: 0 !important;
	font-size:16px;
	font-size:1.6rem;
}
.modalContents .btnLink01.typePA a{
	padding: 12px 40px 10px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100% !important;
	margin-left: 0 !important;
}
.modalContents .btnLink01.typeG a{
	width: 100% !important;
	margin-left: 0 !important;
	font-size:16px;
	font-size:1.6rem;
}
.modalContents .btnLink01.typeGA a{
	padding: 12px 40px 10px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100% !important;
	margin-left: 0 !important;
}

#familyModal03 .modalContents .borderBox01 {
	width: auto;
	margin: 15px auto;
	padding: 10px;
}
#familyModal03 .modalContents .borderBox01 .headLine01{
	min-height: auto;
	margin-bottom: 10px;
	padding: 40px 0 0 0;
	font-size: 16px;
	font-size: 1.6rem;
}
#familyModal03 .modalContents .borderBox01 .headLine01.typePopupPG{
	background: url(/family_gold/img/family_ic23.png) no-repeat 0 0;
	background-size: 75px auto;
}
#familyModal03 .modalContents .borderBox01 .headLine01.typePopupOth{
	background: url(/family_gold/img/family_ic24.png) no-repeat 0 0;
	background-size: 75px auto;
}
#familyModal03 .modalContents .borderBox01 p{
	font-size: 14px;
	font-size: 1.4rem;
}

/* 汎用
------------------------------------------------------ */
.txt20{
	font-size:15px;
	font-size:1.5rem;
}
.txt24{
	font-size:18px;
	font-size:1.8rem;
}
.spTxt16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.spTxt19 {
	font-size: 19px;
	font-size: 1.9rem;
}
.spTxt21 {
	font-size: 21px;
	font-size: 2.1rem;
}
/* tabBox01 tabFamilyInt */
.typeFamilyInt .tabBox01.tabFamilyInt {
	margin-top: 35px;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabLayout01 {
	padding: 0;
	border: none;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabLayout01.col3 li {
	width: 290px;
	min-height: auto;
	margin-right: 15px;
	font-size: 11px;
	font-size: 1.1rem;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabLayout01.col3 li:last-child {
	margin-right: 0;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabLayout01 li {
	display: block;
	border: none;
	width: 32.4% !important;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabLayout01 li + li {
	margin-left: 1.4% !important;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabLayout01 li a {
	position: relative;
	display: block;
	border: 1px solid #cdcdcd !important;
	border-bottom-color: #e2c364 !important;
	padding: 10px 10px 8px 10px;
	-webkit-border-radius: 4px 4px 0 0;
		 -moz-border-radius: 4px 4px 0 0;
					border-radius: 4px 4px 0 0;
	color: #222222;
	text-decoration: none;
	vertical-align: middle;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabLayout01 li.active a,
.typeFamilyInt .tabBox01.tabFamilyInt .tabLayout01 li.active a:hover {
	border-color: #e2c364 !important;
	border-bottom: 2px solid #ffffff !important;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01{
	margin: -2px -10px 0;
	padding: 15px 10px;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 > .section02{
	padding: 0;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 > .section02 figure{
	margin-top: 1em;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .innerWrap{
	padding: 25px 20px;
	background: #fff4de;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 > .section02 .heading02{
	padding: 0 10px;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	background: none;
	line-height: 1.6;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 > .section02 .heading02 .icon01{
	display: inline-block;
	padding-top: 10px;
	padding-left: 40px;
	background: url(/memberservice/pc/rsp/v1/family_apply/img/family_ic13.png) 0 50% no-repeat;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 > .section02 .heading02 .icon02{
	display: inline-block;
	padding-top: 10px;
	padding-left: 40px;
	background: url(/memberservice/pc/rsp/v1/family_apply/img/family_ic14.png) 0 9px no-repeat;
	-webkit-background-size: 22px auto;
	background-size: 22px auto;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 > .section02 .heading02 .icon03{
	display: inline-block;
	padding-top: 10px;
	padding-left: 40px;
	background: url(/memberservice/pc/rsp/v1/family_apply/img/family_ic15.png) 0 3px no-repeat;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}

.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .tabDetailInner{
	margin-top: 15px;
	padding: 10px;
	background: #ffffff;
	box-shadow:0px 0px 3px 0px #dbd8bf;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .tabDetailInner.type02{
	padding: 17px;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .tabDetailInner + .tabDetailInner{
	margin-top: 10px;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .tabDetailInner > p:first-child{
	margin-top: 0;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .noteBox{
	margin-top: 15px;
	padding-top: 10px;
	border-top: solid 1px #ead9b3;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .noteBox .txtNote01{
	font-size: 14px;
	font-size: 1.4rem;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .noteBox .txtNote01.txtNormal{
	font-size: 12px;
	font-size: 1.2rem;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .familyIntTableBox{
	position: relative;
	width: 100%;
	margin: 0 auto 0;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .familyIntTableBox .table01{
	margin: 10px 0;
	border: solid 2px #b7b3ab;
	background: #ffffff;
}
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .familyIntTableBox .table01 .headingCell01,
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .familyIntTableBox .table01 .detailCell01,
.typeFamilyInt .tabBox01.tabFamilyInt .tabContents01 .familyIntTableBox .table01 .detailCell01.bold{
	padding: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
.typeFamilyInt .grayNoteBox .txtNote01{
	font-size: 13px;
	font-size: 1.3rem;
}
/*question*/
.question.toggleTrigger {
	padding-right: 40px;
}
#pageContainer #mainContainer .importantBox {
		color: #E97D67;
		font-size: 1.6rem;
		text-align: center;
		display: block;
		border: 2px solid;
		padding: 10px;
		font-weight: bold;
		margin-top: 20px;
	}
/*メインビジュアル*/
	#mainContainer {
		overflow: hidden;
	}
	.fg-heading01 {
		margin-top: 25px;
	}
	.fg-heading01 > img {
		width: 297px;
	}
	.leadHeadFamilyIntWrap {
		position: relative;
		height: 235px;
		margin-top: 10px;
		margin-right: -10px;
		margin-bottom: 75px;
		margin-left: -10px;
		padding: 0;
		background: url("/family_gold/img/family_bg06.jpg") no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
		box-shadow: 0px 46px 25px -23px #ffffff inset;
		z-index: -1;
	}
	.leadHeadFamilyInt {
		position: absolute;
		bottom: 0px;
		right: 0;
		z-index: 10;
	}
	.leadHeadFamilyInt > div {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 281px;
	}
	.leadHeadFamilyInt-text1 {
		width: 281px;
		-webkit-transform: translate(100%);
		transform: translate(100%);
		transition: all .75s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.leadHeadFamilyInt-text2 {
		width: 281px;
		-webkit-transform: translate(100%);
		transform: translate(100%);
		transition: all .75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	}
	.is-loaded .leadHeadFamilyInt-text1 {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	.is-loaded .leadHeadFamilyInt-text2 {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	.leadHeadFamilyInt > div p {
		padding: 10px 14px 10px;
		background-color: #fff;
		margin: 0 0 17px;
		line-height: 1;
		position: relative;
	}
	.is-loaded .leadHeadFamilyInt-text1 p {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	.leadHeadFamilyInt > div p:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: right center;
		transform-origin: right center;
		transition: all .75s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.is-loaded .leadHeadFamilyInt > div p:after {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
	.is-loaded .leadHeadFamilyInt-text1 p:after {
		transition-delay: .8s;
	}
	.is-loaded .leadHeadFamilyInt-text2 p:after {
		transition-delay: 1s;
	}
	.scrollArrowContent {
		position: absolute;
		bottom: -52px;
		left: 50%;
		width: 47px;
		height: 80px;
		margin-left: -23px;
		z-index: 15;
	}
	.scrollArrow {
		position: relative;
		height: 80px;
	}
	.scrollArrow .arrow {
		height: 80px;
		text-align: center;
		overflow-y: hidden;
	}
	.scrollArrow .arrow img {
		height: 80px;
		animation: arrowAnimation 2.8s linear 0s infinite normal none running;
	}
	.scrollArrow .txt {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		text-align: center;
		line-height: 1;
	}
	.scrollArrow .txt img {
		vertical-align: middle;
	}
.btnLink01.blank.txtSmall a:after, .btnList01.txtSmall > li.blank a:after{
	background-image: url(/family_gold/img/family_btn_ic01.png);
}
.qaBox01 .answer:after{
	background-image: url(/family_gold/img/family_qa_ic01.png);
}
	.lead.type-line{
	padding: 0 0 10px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
}
.lead.type-line::after{
	width: 30px;
	height: 1px;
	margin-left: -15px;
}

	.fl-collayout{display: table;}
	.fl-collayout .fl-col{
		display: table-cell;
		vertical-align: middle;
		width: 24%;
	}
	.fl-collayout .fl-col + .fl-col{
		width: 76%;
		padding-left: 25px;
	}

	.fl-modaldetail{
		width: 100%;
	}
	.fl-modaldetail .Leatxt{
		font-size: 20px;
		font-size: 2.0rem;
	}
	.modalContents .fl-modaldetail .paragraph01,
	.fl-modaldetail p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.fl-modaldetail p span.num{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.fl-modaldetail + .fl-modaldetail{
		margin-top: 56px;
	}
	.fl-btnLink01{
		padding-top: 35px;
		text-align: center;
	}
	.fl-btnLink01 + .fl-btnLink01{
		padding-top: 9px;
	}
	.fl-btnLink01 span.fl-btn{
		display: block;
		width: 100%;
		border-bottom: 3px solid #000;
		-webkit-border-radius: 13px;
		-moz-border-radius: 13px;
		border-radius: 13px;
	}
	.fl-btnLink01 span.fl-btn:hover{
		margin-top: 2px;
		border-bottom-width: 1px;
	}
	.fl-btnLink01 a{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 13px 55px;
		font-size: 15px;
		font-size: 1.5rem;
		color: #FFFFFF;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.fl-btnLink01 a::after{
		width: 16px;
		height: 16px;
		right: 10px;
		margin-top: -8px;
		background-size: 100% 100%;
	}
	.fl-btnLink01.type-twoline a{
		padding: 8px 0;
	}
	.fl-btnLink01 a span.fl-mor_txtSmall{
		font-size: 10px;
		font-size: 1.0rem;
	}
	
	#youtubeContents_family_gold01{
		width: 100%;
		height: 56.25vw;
	}
	.cboxIframe{
		max-height: 190px;
	}
	#cboxClose{
		position: absolute;
		top: -10px;
		right: -10px;
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0;
		-webkit-background-size: 24px auto;
		background-size: 24px auto;
		width: 24px;
		height: 24px;
		text-indent: -9999px;
	}
	#cboxClose:hover{
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0;
		-webkit-background-size: 24px auto;
		background-size: 24px auto;
	}
	#cboxWrapper,
	#cboxContent{
		overflow: visible !important;
	}
	#colorbox.cb-ytWrap .cb_close a:after{
		-webkit-background-size: 14px 14px;
		background-size: 14px 14px;
	}
}



/* animation */
.moveText {
	display: inline-block;
}
.moveText.counted {
	-webkit-animation: zoom-in-out 0.8s;
					animation: zoom-in-out 0.8s;
}



/* animation
------------------------------------------------------ */
@-webkit-keyframes zoom-in-out {
	0% { -webkit-transform: scale(1.0,1.0);
					-moz-transform: scale(1.0,1.0);
					 -ms-transform: scale(1.0,1.0);
						-o-transform: scale(1.0,1.0);
							 transform: scale(1.0,1.0);
			}
	5% { -webkit-transform: scale(1.0,1.0);
					-moz-transform: scale(1.0,1.0);
					 -ms-transform: scale(1.0,1.0);
						-o-transform: scale(1.0,1.0);
							 transform: scale(1.0,1.0);
			}
	50% { -webkit-transform: scale(1.6,1.6);
					 -moz-transform: scale(1.6,1.6);
					  -ms-transform: scale(1.6,1.6);
					 	 -o-transform: scale(1.6,1.6);
							  transform: scale(1.6,1.6);
			}
	60% { -webkit-transform: scale(1.6,1.6);
					 -moz-transform: scale(1.6,1.6);
					  -ms-transform: scale(1.6,1.6);
					 	 -o-transform: scale(1.6,1.6);
							  transform: scale(1.6,1.6);
			}
	100% { -webkit-transform: scale(1.0,1.0);
					  -moz-transform: scale(1.0,1.0);
					   -ms-transform: scale(1.0,1.0);
						  -o-transform: scale(1.0,1.0);
							   transform: scale(1.0,1.0);
			}
}
@keyframes zoom-in-out {
	0% { -webkit-transform: scale(1.0,1.0);
					-moz-transform: scale(1.0,1.0);
					 -ms-transform: scale(1.0,1.0);
						-o-transform: scale(1.0,1.0);
							 transform: scale(1.0,1.0);
			}
	5% { -webkit-transform: scale(1.0,1.0);
					-moz-transform: scale(1.0,1.0);
					 -ms-transform: scale(1.0,1.0);
						-o-transform: scale(1.0,1.0);
							 transform: scale(1.0,1.0);
			}
	50% { -webkit-transform: scale(1.6,1.6);
					 -moz-transform: scale(1.6,1.6);
					  -ms-transform: scale(1.6,1.6);
					 	 -o-transform: scale(1.6,1.6);
							  transform: scale(1.6,1.6);
			}
	60% { -webkit-transform: scale(1.6,1.6);
					 -moz-transform: scale(1.6,1.6);
					  -ms-transform: scale(1.6,1.6);
					 	 -o-transform: scale(1.6,1.6);
							  transform: scale(1.6,1.6);
			}
	100% { -webkit-transform: scale(1.0,1.0);
					  -moz-transform: scale(1.0,1.0);
					   -ms-transform: scale(1.0,1.0);
						  -o-transform: scale(1.0,1.0);
							   transform: scale(1.0,1.0);
			}
}


/*移植分*/
#cboxContent {
	overflow:visible !important;
}
#cboxLoadedContent {
	overflow: auto !important;
}
.modalInlineWrapper {
	display: none;
}
#cboxClose,
#cboxClose:hover {
	background: url(/family_gold/img/close_bt01.png) 0 0 no-repeat !important;
}

