@charset "utf-8";

body{
	overflow-x:hidden;
}

.wrap{
	width:100%;
	max-width:2000px;
	margin:0 auto;
	overflow-x:hidden;
}


/* -------------------------------------------------- */
/*  ヘッダー  */
/* -------------------------------------------------- */

.header{
	width:100%;
	height:80px;
	vertical-align:middle;
	text-align:center;
	padding-top:23px;
	border-bottom:none;
}
.headerTitle{
	width:410px;
	margin:0 auto;
}
@media screen and (max-width: 979px){

	.header{
		height:53px;
		padding-top:15px;
	}
	.headerTitle{
		width:236px;
	}

}

/* -------------------------------------------------- */
/*  メインビジュアル  */
/* -------------------------------------------------- */

.mainvisual{
	width:100%;
	height:537px;
	background:url(../images/bg_mainvisual_01.png) no-repeat top center;
}
.mainvisualInner{
	width:100%;
	max-width:1080px;
	height:100%;
	margin:0 auto;
	position:relative;
}
.mainvisual_Textimg-pc{
	width:592px;
	height:294px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-147px;
}
.mainvisual_Textimg-sp{
	display:none;
}
@media screen and (max-width: 979px){

	.mainvisual{
		height:200px;
		background:url(../images/bg_mainvisual_01_sp.png) no-repeat top center / cover;
	}

	.mainvisual_Textimg-pc{
		display:none;
	}
	.mainvisual_Textimg-sp{
		display:block;
		text-align:center;
	}
	.mainvisual_Textimg_img{
		width:100%;
		max-width:400px;
	}
}



/* -------------------------------------------------- */
/*  リード文 */
/* -------------------------------------------------- */
.readtext{
	width:100%;
	height:203px;
	background:url(../images/bg_readtext_01.jpg) no-repeat top center;
	padding:0 0 0 15px;
}
.readtextInner{
	width:100%;
	max-width:1080px;
	height:100%;
	margin:0 auto;
	padding:0 210px 0 0;
	position:relative;
}
.readtext_text{
	color:#fff;
	font-size:26px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top:56px;
}
.readtextInner::after{
	content:"";
	display:block;
	width:182px;
	height:186px;
	background:url(../images/img_readtext_01.png) no-repeat top left;
	position:absolute;
	right:25px;
	top:74px;
}
@media screen and (max-width: 1080px){
	.readtext_text-spNone{
		display:none;
	}
}
@media screen and (max-width: 979px){
	.readtext{
		width:100%;
		height:auto;
		background:none;
		padding:10px 20px;
		background:#FF841E;
	}
	.readtextInner{
		padding:0 100px 0 0;
	}
	.readtext_text{
		color:#fff;
		font-size:14px;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		padding-top:0;
	}
	.readtextInner::after{
		content:"";
		display:block;
		width:88px;
		height:89px;
		background:url(../images/img_readtext_01.png) no-repeat top left;
		background-size:100%;
		position:absolute;
		right:0;
		top:0;
	}
}


/* -------------------------------------------------- */
/*  アンカーメニュー  */
/* -------------------------------------------------- */

.anchormenu{
	width:100%;
	height:337px;
	background:url(../images/bg_anchor_01.jpg) no-repeat top center;
}
.anchormenuInner{
	width:100%;
	max-width:911px;
	height:100%;
	margin:0 auto;
	padding:75px 0 0
}

/*  ボタン  */
.anchormenuBtn{
	width:530px;
	height:114px;
	background:#fff;
	margin:0 auto;
	padding:5px;
	box-shadow: 0 0 13px #e4e3e3;
}
.anchormenuBtn_link{
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	border:2px solid #00468C;
}
.anchormenuBtn_link:hover{
	background:#E3EAEC;
}
.anchormenuBtn_link_textimg{
	margin-top:22px;
}
.anchormenuBtn_link:hover .anchormenuBtn_link_textimg{
	opacity:1;
}

/*  アンカーリスト  */
.anchormenuList{
	width:100%;
	margin-top:48px;
}
.anchormenuList::after{
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
}
.anchormenuList_item{
	width:30.5%;
	border-bottom:2px solid #9E9E9E;
	float:left;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.anchormenuList_item + .anchormenuList_item{
	margin-left:4.25%;
}
.anchormenuList_item_link{
	display:block;
	width:100%;
	font-size:18px;
	text-align:center;
	padding-bottom:14px;
	position:relative;
}
.anchormenuList_item_link::before,
.anchormenuList_item_link::after{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	position:absolute;
	left:50%;
}
.anchormenuList_item_link::before{
	border-width: 10px 11px 0 11px;
	border-color: #9E9E9E transparent transparent transparent;
	bottom:-10px;
	margin-left:-11px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.anchormenuList_item_link::after{
	border-width: 10px 11px 0 11px;
	border-color: #f0efeb transparent transparent transparent;
	bottom:-8px;
	margin-left:-11px;
}
.anchormenuList_icon-sbi br{
	display:none;
}
.anchormenuList_icon-sbi::before,
.anchormenuList_icon-open::before,
.anchormenuList_icon-faq::before{
	content:"";
	display:inline-block;
	height:23px;
	margin-right:10px;
	vertical-align:middle;
	margin-top:-2px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.anchormenuList_icon-sbi::before{
	width:28px;
	background:url(../images/icon_anchormenu_01.png) no-repeat top left;
}
.anchormenuList_icon-open::before{
	width:23px;
	background:url(../images/icon_anchormenu_02.png) no-repeat top left;
}
.anchormenuList_icon-faq::before{
	width:31px;
	background:url(../images/icon_anchormenu_03.png) no-repeat top left;
}

/*  hover  */
.anchormenuList_item:hover{
	border-bottom:2px solid #FF7709;
}
.anchormenuList_item:hover .anchormenuList_item_link::before{
	border-color: #FF7709 transparent transparent transparent;
}
.anchormenuList_item:hover .anchormenuList_item_link{
	color:#FA7100;
}
.anchormenuList_item:hover .anchormenuList_icon-sbi::before{
	background:url(../images/icon_anchormenu_01_on.png) no-repeat top left;
}
.anchormenuList_item:hover .anchormenuList_icon-open::before{
	background:url(../images/icon_anchormenu_02_on.png) no-repeat top left;
}
.anchormenuList_item:hover .anchormenuList_icon-faq::before{
	background:url(../images/icon_anchormenu_03_on.png) no-repeat top left;
}

@media screen and (max-width: 979px){
.anchormenu{
	height:auto;
}
.anchormenuInner{
	padding:14px 15px 24px;
}

/*  ボタン  */
.anchormenuBtn{
	width:100%;
	max-width:530px;
	height:auto;
	padding:3px;
}
.anchormenuBtn_link{
	border:1px solid #00468C;
	padding:14px 24px;
}
.anchormenuBtn_link:hover{
	background:#fff;
}
.anchormenuBtn_link_textimg{
	max-width:247px;
	margin-top:0;
}


/*  アンカーリスト  */
.anchormenuList{
	width:100%;
	margin-top:26px;
	display:flex;
}
.anchormenuList_item{
	width:33.3%;
	border-bottom:none;
	float:none;
}
.anchormenuList_item + .anchormenuList_item{
	margin-left:0;
	border-left:1px solid #9E9E9E;
}
.anchormenuList_item_link{
    height: 100%;
	font-size:12px;
	padding-bottom:15px;
	line-height:1.2em;
}
.anchormenuList_item_link::before,
.anchormenuList_item_link::after{
	display:none;
}
.anchormenuList_icon-sbi br{
	display:block;
}
.anchormenuList_icon-sbi::before,
.anchormenuList_icon-open::before,
.anchormenuList_icon-faq::before{
	content:"";
	display:block;
	height:23px;
	margin-right:10px;
	vertical-align:middle;
	margin:0 auto 6px;
}
.anchormenuList_icon-open::before,
.anchormenuList_icon-faq::before{
	margin-bottom:14px;
}
.anchormenuList_item:after{
	content:url(../images/icon_anchormenu_04.png);
	display:block;
	margin-top:-15px;
	text-align:center;
}
}



/* -------------------------------------------------- */
/*  SBI証券のここがすごい  */
/* -------------------------------------------------- */

.introduction{
	background:#fff;
	padding:0 15px;
}
.introductionInner{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	padding:68px 0;
}
.introductionTitle{
	text-align:center;
	font-size:38px;
}
.introductionTitle:before{
	content:"";
	display:block;
	width:55px;
	height:37px;
	background:url(../images/icn_introduction_01.png) no-repeat top left;
	margin:0 auto 10px;
}

/*  PC  */
.introductionPcList{
	width:100%;
	display:flex;
	margin-top:60px;
}
.introductionPcList::after{
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
}
.introductionPcList_item {
	width:33.3%;
	text-align:center;
	padding:6px 0;
}
.introductionPcList_item{
	border-left:solid 1px #CCCCCC;
}
.introductionPcList_item:last-child{
	border-right:solid 1px #CCCCCC;
}
.introductionSpList{
	display:none;
}

/*  注記  */
.introductionNote{
	margin-top:47px;
}
.introductionNote_item{
	text-indent:-2em;
	padding-left:2em;
	font-size:12px;
	color:#666666;
}
.introductionNote2{
	margin-top:47px;
	margin-bottom:10px;
}
.introductionNote_item2{
	text-indent:-1em;
	padding-left:1em;
	font-size:12px;
	color:#666666;
}
.introductionNote2 + p{
	font-size: 14px;
}

@media screen and (max-width: 1080px){
	.introductionInner{
		width:100%;
	}
}
@media screen and (max-width: 979px){
	.introductionInner{
		padding:34px 0 43px;
	}
	.introductionTitle{
		font-size:22px;
	}
	.introductionTitle:before{
		content:"";
		display:block;
		width:27px;
		height:18px;
		background:url(../images/icn_introduction_01.png) no-repeat top left / 100%;
		margin:0 auto 10px;
	}
	/*  SP  */
	.introductionPcList{
		display:none;
	}
	.introductionSpList{
		display:block;
		background:#F5F2F1;
		padding:20px 15px;
		text-align:center;
		margin-top:20px;
	}
	.introductionSpList_item + .introductionSpList_item{
		border-top:1px solid #fff;
		padding-top:15px;
		margin-top:15px;
	}
	.introductionNote {
		margin-top: 15px;
	}
}


/* -------------------------------------------------- */
/*  口座開設方法  */
/* -------------------------------------------------- */

.account{
	background:#F5F2F1;
	padding:0 15px;
}
.account figure {
  margin: 0;
}
.accountInner{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	padding:78px 0;
	position:relative;
}
.accountInner::after{
	content:"";
	width:584px;
	height:641px;
	background:url(../images/bg_account_01.png) no-repeat top left;
	display:block;
	position:absolute;
	top:0;
	right:-262px;
	z-index:0;
}
.accountTitle{
	font-size: 38px;
}
.accountTitle:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 33px;
    background: url(../images/icon_account_01.png) no-repeat top left;
	vertical-align:middle;
	margin:-2px 30px 0 0;
}

.accountStep{
	margin-top:40px;
	position:relative;
	z-index:1;
}
.accountStepTitle{
	font-size:18px;
	font-weight:bold;
}
.accountStepTitle br{
	display:none;
}
.accountStepTitle::before{
	content:"";
	width:7px;
	height:19px;
	background:url(../images/icon_account_02.png) no-repeat top left;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}
.accountStepList{
	margin-top:25px;
	text-align:center;
	display:flex;
}
.accountStepList_item{
	position:relative;
}
.accountStepList_item-online + .accountStepList_item-online{
	margin-left:45px;
}
.accountStepList_item-mail + .accountStepList_item-mail{
	margin-left:4%;
}
.accountStepList_item + .accountStepList_item::before{
	content:"";
	display:block;
	width:10px;
	height:20px;
	background:url(../images/icon_account_03.png) no-repeat top left / 100%;
	position:absolute;
}
.accountStepList_item-online::before{
	width:13px;
	height:26px;
	top:92px;
	left:-26px;
}
.accountStepList_item-mail::before{
	width:10px;
	height:20px;
	top:36%;
	left:-14%;
}
.accountStepList_item-mail .accountStepList_item_img-PC{
	width:100%;
	max-width:180px;
}
.accountStepList_item_img-SP{
	display:none;
}
.accountStepList_item_text{
	margin-top:16px;
	font-size:14px;
}
.accountStepList_item_step{
	display:none;
}

.accountNote{
	border-top:1px solid #CECEBF;
	margin-top:45px;
	padding-top:30px;
}
.accountNote_text{
	color:#000000;
	margin-bottom:40px;
}
@media screen and (max-width: 979px){
	.account{
		background:#F5F2F1;
		padding:0 15px;
	}
	.accountInner{
		padding:32px 0;
	}
	.accountInner::after{
		display:none;
	}
	.accountTitle{
		font-size: 22px;
		text-align:center;
	}
	.accountTitle:before {
		content: "";
		background: url(../images/icon_account_01.png) no-repeat top left / 100%;
		content: "";
		display: block;
		width: 22px;
		height: 19px;
		margin: 0 auto 10px;
	}
	.accountStepTitle{
		font-size:16px;
		font-weight:bold;
		text-align:center;
	}
	.accountStepTitle br{
		display:block;
	}
	.accountStepTitle::before{
		display:none;
	}
	.accountStepTitle::after{
		content:"";
		width:52px;
		height:2px;
		background:#FF841E;
		display:block;
		margin:13px auto 0;
	}



	.accountStepList{
		margin-top:25px;
		text-align:left;
		display:block;
	}
	.accountStepList_item{
		position:relative;
		background:#fff;
		padding:20px 30px;
	}
	.accountStepList_item::after{
		content:"";
		display:block;
		overflow:hidden;
		clear:both;
	}
	.accountStepList_item + .accountStepList_item{
		margin-top:30px;
	}
	.accountStepList_item-online + .accountStepList_item-online,
	.accountStepList_item-mail + .accountStepList_item-mail{
		margin-left:0;
	}
	.accountStepList_item + .accountStepList_item::before{
		content:"";
		display:block;
		width:20px;
		height:10px;
		background:url(../images/icon_account_04.png) no-repeat top left / 100%;
		position:absolute;
	}
	.accountStepList_item-online::before,
	.accountStepList_item-mail::before{
		top:-20px;
		left:50%;
		margin-left:-10px;
	}
	.accountStepList_item_img-PC{
		display:none;
	}
	.accountStepList_item_img-SP{
		display:block;
		width:80px;
		float:left;
	}
	.accountStepList_item_text{
		margin-top:0;
		float:left;
		margin-left:20px;
		width : calc(100% - 100px) ;
	}
	.accountStepList_item_step{
		display:block;
		font-size:12px;
		font-weight:bold;
		color:#D90000;
	}
	.accountNote{
		margin-top:50px;
		padding-top:25px;
	}
	.accountNote_text{
		margin-bottom:20px;
	}
}



/* -------------------------------------------------- */
/*  よくあるご質問  */
/* -------------------------------------------------- */
.faq{
	background:url(../images/bg_faq_01.jpg) no-repeat top center #FCFCFC;
	padding:0 15px;
}
.faqInner{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	padding:90px 0 95px;
}
.faqTitle{
	font-size: 38px;
	text-align: center;
}
.faqTitle:before {
      content: "";
    display: block;
    width: 68px;
    height: 50px;
    background: url(../images/icon_faq_01.png) no-repeat top left / 100%;
    margin: 0 auto 10px;
}
.faqBoxWrapper{
	background:#F0F0EC;
	padding:20px;
	margin-top:50px;
	position:relative;
}
.faqBoxWrapper::after{
	content:"";
	width:130px;
	height:168px;
	background:url(../images/img_faq_01.png) no-repeat top left / 100%;
	display:block;
	position:absolute;
     top: -142px;
    right: 10px;
}
.faqBox{
	background:#fff;
	border:1px solid #BDBDAE;
}
.faqBox + .faqBox{
	margin-top:10px;
}
.faqBox_question{
	font-size:16px;
	padding:30px 60px 30px 100px;
	background:url(../images/icon_faq_02.png) no-repeat 23px 23px;
	position:relative;
	cursor:pointer;
}
.faqBox_question::after{
	content:"";
	display:block;
	width:16px;
	height:8px;
	background:url(../images/icon_faq_04.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-4px;
	right:31px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.faqBox_question.faqBox_open::after{
	background:url(../images/icon_faq_05.png) no-repeat top left;
}
.faqBox_answer{
	display:none;
	font-size:14px;
	padding:30px 23px 30px 90px;
	background:url(../images/icon_faq_03.png) no-repeat 23px 20px;
	border-top:1px dashed #BDBDAE;
}
.faqBox_list + .faqBox_list{
	margin-top:30px;
}
.faqBox_list_item{
	text-indent:-1em;
	padding-left:1em;
}
.faqBox_list_item::before{
	content:"・";
}
.faqBoxTable{
	margin-top:30px;
}
.faqBoxTable_title{
	font-weight:bold;
}
.faqBoxTable_table{
	margin-top:10px;
    width: 100%;
}
.faqBoxTable_tr{
	border-bottom:3px solid #fff;
}
.faqBoxTable_th{
	width:25%;
	background:#F1F1ED;
	padding:14px;
	vertical-align:middle;
	font-size:14px;
}
.faqBoxTable_td{
	font-size:14px;
	padding:14px 20px;
}

@media screen and (max-width: 979px){
.faq{
	background-size:100%;
}
.faqInner{
	padding:34px 0 37px;
}
.faqTitle{
	font-size: 22px;
	text-align: center;
}
.faqTitle:before {
    width: 30px;
    height: 22px;
}
.faqBoxWrapper{
	padding:0;
	margin-top:36px;
	background:none;
}
.faqBoxWrapper::after{
	content:"";
	width:77px;
	height:100px;
     top: -83px;
    right: 0;
}
.faqBox_question{
	font-size:16px;
	padding:15px 66px;
	background:url(../images/icon_faq_02.png) no-repeat 11px center;
	position:relative;
	cursor:pointer;
}
.faqBox_answer{
	padding:15px 35px 17px 66px;
	background:url(../images/icon_faq_03.png) no-repeat 15px 15px;
	border-top:1px dashed #BDBDAE;
}

.faqBoxTable_tr{
	border-bottom:none;
}
.faqBoxTable_th{
	display:block;
	width:100%;
	padding:10px;
}
.faqBoxTable_td{
	padding:8px 10px 17px 10px;
	display:block;
	width:100%;
}
faqBoxTable_tr:last-child .faqBoxTable_td{
	padding-bottom:0;
}

}
/* -------------------------------------------------- */
/*  金融商品仲介業について  */
/* -------------------------------------------------- */
.broking{
	background:#F5F2F1;
	padding:0 20px;
}
.brokingInner{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	padding:76px 0;
}
.brokingTitle{
	font-size: 30px;
	text-align: center;
}
.brokingBox{
	background:#fff;
	margin-top:40px;
	padding:30px 50px 30px 42px;
}
.brokingBox::after{
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
}

.brokingBox_figureArea{
	width:28%;
	float:right;
	margin:0 0 0 2%;
}
.brokingBox_figureArea_img{
	width:100%;
	max-width:290px;
}
.brokingBox_textArea{
	width:70%;
	float:left;
	font-size:14px;
	padding:20px 0;
}
.brokingBox_textArea_note{
	text-indent:-1em;
	padding-left:1em;
	margin-top:1em;
}
.brokingBox_textArea_tel{
	margin-top:1em;
}
@media screen and (max-width: 979px){
.brokingInner{
	padding:35px 0 25px;
}
.brokingTitle{
	font-size: 22px;
}
.brokingBox{
	background:none;
	margin-top:30px;
	padding:0;
}

.brokingBox_figureArea{
	width:100%;
	float:none;
	margin:0 0 0 0;
	text-align:center;
}
.brokingBox_textArea{
	width:100%;
	float:none;
	font-size:14px;
	padding:0 0;
	margin-top:20px;
}

}


/* -------------------------------------------------- */
/*  ご注意事項  */
/* -------------------------------------------------- */
.caution{
	background:url(../images/bg_caution_01.jpg) no-repeat top right / cover;
	padding:0 20px;
}
.cautionInner{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	padding:70px 0;
}
.cautionTitle{
	font-size: 30px;
	text-align: center;
}

.cautionNote{
	width:100%;
	height:300px;
	overflow-y:scroll;
	border:1px solid #8A8A7B;
	padding:38px;
	background:#fff;
	font-size:14px;
	margin-top:40px;
}
.cautionNoteContents + .cautionNoteContents{
	margin-top:38px;
}
.cautionNoteContents_title{
	margin-bottom:30px;
}
.cautionNoteContents_list_item{
	text-indent:-1em;
	padding-left:1em;
}
.cautionNoteContents_list_item::before{
	content:"・";
}


.cautionCheckBox{
	align-items: center;
    width: 670px;
    margin: 40px auto 0;
	cursor:pointer;
}
.cautionCheckBox::after{
	content:"";
	display:block;
	overflow:hidden;
	clear:both;
}
.cautionCheckBoxIconArea{
	width:25px;
	height:25px;
	background:url(../images/img_caution_04.png) no-repeat top left;
	float:left;
}

.cautionCheckBoxIconArea_img-open{
	display:block;
}
.cautionCheckBoxTextArea{
	margin-left:18px;
	float:left;
}
.cautionCheckBoxTextArea_small{
	font-size:12px;
	color:#666666;
}
.cautionCheckBoxTextArea_text{
	font-size:16px;
}


.cautionCheckBtn{
	width:100%;
    max-width: 530px;
    height: 100%;
	position:relative;
	margin:40px auto 0;
}
.cautionCheckBtn::after{
    content: "";
    width: 134px;
    height: 139px;
    background: url(../images/img_caution_01.png) no-repeat top left / 100%;
    display: block;
    position: absolute;
     bottom: -16px;
    left: -122px;
}
.cautionCheckBtn_disabled{
	width:100%;
    max-width: 530px;
    height: 100%;
	position:absolute;
	top:0;
	left:0;
	background:#002040;
	opacity:0.8;
	border:5px solid #fff;
	text-align:center;
}
.cautionCheckBtn_disabled_textImg{
	margin-top:30px;
}

.cautionCheck .anchormenuBtn_link_textimg{
	margin-top:0;
}

.cautionCheck-open .cautionCheckBoxIconArea_img{
	opacity:0;
}
.cautionCheck-open .cautionCheckBtn_disabled{
	display:none;
}
@media screen and (max-width: 979px){
.cautionInner{
	padding:35px 0 25px;
}
.cautionTitle{
	font-size: 22px;
}
.cautionNote{
	padding:15px;
	margin-top:27px;
}



.cautionCheckBox{
	display:flex;
	align-items: center;
    width: 100%;
    margin: 12px auto 0;
}
.cautionCheckBoxIconArea_img{
	width:25px;
	max-width: 25px;
	height:25px;
}

.cautionCheckBoxIconArea_img-open{
	display:block;
}
.cautionCheckBoxTextArea{
	margin-left:18px;
}
.cautionCheckBtn{
	margin-top:20px;
	margin-bottom:40px;
}
.cautionCheckBtn::after{
    content: "";
    width: 85px;
    height: 87px;
	bottom: -38px;
	left: -13px;
}

.cautionCheckBtn_disabled_textImg{
	margin-top:6%;
	width:100%;
	max-width:210px;
}

.cautionCheck .anchormenuBtn_link_textimg{
	margin-top:0;
}


.cautionCheck .anchormenuBtn_link {
    padding:0;
}
.cautionCheck .anchormenuBtn_link_textimg {
    max-width: 100%;
}
}

/* -------------------------------------------------- */
/*  インフォメーション  */
/* -------------------------------------------------- */
.info{
	background:#F5F2F1;
	padding:35px 15px ;
}
.infoInner{
	width:100%;
	max-width:940px;
	margin:0 auto;
}
.infoBox{
	display:flex;
}
.infoBox::after{
	content:;
	display:block;
	clear:both;
	overflow:hidden;
}
.infoBoxContents{
	width:50%;
	background:#fff;
	padding:34px 0;
	text-align:center;
}
.infoBoxContents_title{
	font-weight:bold;
	font-size:16px;
}
.infoBoxContents_telephoneNumber{
	margin-top:10px;
}
.infoBoxContents_telephoneNumber_link{
	cursor:default;
}
.infoBoxContents_telephoneNumber_link:hover img{
	opacity:1;
}
.infoBoxContents_note{
	margin-top:10px;
	font-size:12px;
}

.infoBoxContents_title br,
.infoBoxContents_note br{
	display:none;
}
@media screen and (max-width: 979px){
.info{
	background:#F5F2F1;
	padding:15px 15px ;
}

.infoBox{
	display:block;
}
.infoBoxContents + .infoBoxContents{
	margin-top:15px;
}
.infoBoxContents{
	width:100%;
	padding:15px;
}
.infoBoxContents_title br,
.infoBoxContents_note br{
	display:block;
}
}

/* -------------------------------------------------- */
/*  フッター  */
/* -------------------------------------------------- */

.footer{
	border-top:4px solid #FF7F00;
	background:#fff;
}
.footerInner{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	padding:50px 15px;
	text-align:center;
}
.footerText{
	margin-top:20px;
	font-size:12px;
}
.footerText br{
	display:none;
}
.footerCopyright{
	margin-top:10px;
	font-size:12px;
}
@media screen and (max-width: 979px){
.footerInner{
	padding:23px 15px;
}
.footerText br{
	display:block;
}
}










