@charset "utf-8";

/* common
****************************************************/
*{ margin:0; padding:0; word-break:break-all; word-wrap:break-word; box-sizing:border-box; }
body{ font-size:18px; line-height:180%; color:#333; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック体 M", "游ゴシック体 B", sans-serif; }
img{ border:none; font-size:0; vertical-align:top; }
ul{ list-style-type:none; }
a { text-decoration:none; }
a:hover{ text-decoration:none; }
a:hover img{ opacity: 0.75; transition:all 0.3s ease; }
h1{ font-size: 14px; font-weight:normal; }
address{ font-style:normal; }
.gray{ filter: grayscale(100%); }
h1{ color: #fff; padding-left: 1em; }
.h1band{ background-color: #006EB9; color: #fff; font-size: 14px; }
.h1band a{ color: #FFF; text-decoration: underline; }
.h1band a:hover{ text-decoration: none; }
.ls_disc{ list-style: disc; margin-left: 1em; }

/*===================================================================================
マスク（mask）
===================================================================================*/
.mask01 { position: absolute; inset: 0; z-index: 10; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color: #FFF; font-size: 2rem; font-weight: 700; background: rgba(0, 0, 0, 0.6); line-height: 1.5; }

/*===================================================================================
横幅（width）
===================================================================================*/
.min-w100px { min-width: 100px; }
.max-w100px { max-width: 100px; }

.w100px { width: 100px; }

.w50per { width: 50%; }
.w100per { width: 100% !important; }
@media screen and (min-width: 600px) {
  .pc_min-w100px { min-width: 100px; }
  .pc_max-w100px { max-width: 100px; }

  .pc_w100px { width: 100px; }

  .pc_w50per { width: 50%; }
}
@media screen and (max-width: 599px) {
  .sp_min-w100px { min-width: 100px; }
  .sp-max-w100px { max-width: 100px; }

  .sp_w100px { width: 100px; }

  .sp_w50per { width: 50%; }
}

/*===================================================================================
ポジション（position）
===================================================================================*/
.pos-static { position: static; }
.pos-relative { position: relative; }
.pos-absolute { position: absolute; }
.pos-fixed { position: fixed; }
.pos-sticky { position: sticky; }
.pos-top0 { top: 0; }
.pos-top10px { top: 10px; }
.pos-top20px { top: 20px; }
.pos-top30px { top: 30px; }
.pos-top40px { top: 40px; }
.pos-top50px { top: 50px; }
.pos-left0 { left: 0; }
.pos-left10px { left: 10px; }
.pos-left20px { left: 20px; }
.pos-left30px { left: 30px; }
.pos-left40px { left: 40px; }
.pos-left50px { left: 50px; }
.pos-right0 { right: 0; }
.pos-right10px { right: 10px; }
.pos-right20px { right: 20px; }
.pos-right30px { right: 30px; }
.pos-right40px { right: 40px; }
.pos-right50px { right: 50px; }
.pos-bottom0 { bottom: 0; }
.pos-bottom10px { bottom: 10px; }
.pos-bottom20px { bottom: 20px; }
.pos-bottom30px { bottom: 30px; }
.pos-bottom40px { bottom: 40px; }
.pos-bottom50px { bottom: 50px; }

/* margin
****************************************************/
.mt10, .mt10ul li{ margin-top:10px; }
.mt20, .mt20ul li{ margin-top:20px; }
.mt30, .mt30ul li{ margin-top:30px; }
.mt40{ margin-top:40px; }
.mt50{ margin-top:50px; }
.mt60{ margin-top:60px; }
.mt75{ margin-top:75px; }
.mt100{ margin-top:100px; }

/* font-size
****************************************************/
.fs14{ font-size: 14px; }
.fs16{ font-size: 16px; }
.fs20{ font-size: 20px; }
.fs24{ font-size: 24px; }
.fs26{ font-size: 26px; }
.fs30{ font-size: 30px; }
.fw_b{ font-weight: bold; }

/* text-align
****************************************************/
.tac{ text-align: center; }
.tal{ text-align: left; }
.ti1{ text-indent:1em; }
.ti2, .ti2ul li{ text-indent:-1em; padding-left:1em; }
.ti3, .ti3ul li{ text-indent:-1.5em; padding-left:1.5em; }

/* color
****************************************************/
.col1, .col1icon:before, .col1iul li:before{ color: #FB7FA4; }
.col2{ color: #A7CF00; }
.col3, .col3icon:before{ color: #006EB9; }
.col4, .col4icon:before, .col4iul li:before{ color: #F04018; }

/* icon
****************************************************/
.icon1:before, .icon1ul li:before, .icon1dl dt:before{ content:"▶"; margin-right: .5em; }
.icon2:before, .icon2ul li:before, .icon2dl dt:before{ content:"●"; margin-right: .5em; }
.icon3:before, .icon3ul li:before, .icon3dl dt:before{ content:"■"; margin-right: .5em; }
.icon4:before, .icon4ul li:before, .icon4dl dt:before{ content:"◆"; margin-right: .5em; }
.icon5:before, .icon5ul li:before, .icon5dl dt:before{ content:"▲"; margin-right: .5em; }
.icon6:before, .icon6ul li:before, .icon6dl dt:before{ content:"※"; margin-right: .5em; }
.icon7:before, .icon7ul li:before, .icon7dl dt:before{ content:"◎"; margin-right: .5em; }

/* column
****************************************************/
[class*="fbCom"]{ display: flex; flex-wrap: wrap; }
.fbCom1{ justify-content: space-between; }
.fbComCen{ align-items: center; justify-content: center; align-content: center; }
.ofh1, .ofh2{ overflow: hidden; }
.ofh1 .fl, .ofh2 li{ float: left; }
.ofh1 .fr{ float: right; }

/* headline
****************************************************/
h1, h2, h3, h4{}
.hl1{
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	font-size: 30px;
	color: #006EB9;
}
.hl1::after{
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -15px;
	width: 250px;
	height: 2px;
	background-color: #006EB9;
}
.hl2{
	font-size: 30px;
	color: #006EB9;
	text-align-last: center;
}
.hl3{
	background-color: #FB7FA4;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	border-radius: 30px;
	padding: 10px 0 5px;
}
[class*="hl4"]{
	background-color: #F5AC00;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 144px 80px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	padding: 25px 0;
	line-height: 30px;
}
.hl4no1{ background-image: url("images/riyo_pay_icon.png"); }
.hl4no2{ background-image: url("images/riyo_etc_icon.png"); }
.hl5{
	background-color: #FB7FA4;
	color: #fff;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	padding: 25px 0;
	line-height: 30px;
}
[class*="hlNum"]{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	border-radius: 25px;
}
.hlNum1{
	background-color: #F5AC00;
}
.hlNum2{
	background-color: #FB7FA4;
}

/* link
****************************************************/
.lnk1:hover{ opacity: .8; }
.lnk1btn{ display: inline-block; border: 1px solid #333; color: #333; font-size: 16px; line-height: 20px; padding: 10px 0; text-align: center; background-color: #fff; }
.lnk1btn:hover{ background-color: #E3FCFF; }
.lnk2btn{ display: inline-block; border: 2px solid #37C8DB; color: #37C8DB; font-size: 16px; line-height: 20px; padding: 10px 15px; text-align: center; background-color: #fff; }
.lnk2btn:hover{ background-color: #37C8DB; color: #fff; }

/* content
****************************************************/
/* notice */
#notice{ height:200px; overflow:auto; }
#notice::-webkit-scrollbar {
	all:unset;
	width:6px;
	background:transparent;
}
#notice::-webkit-scrollbar-track {
	all:unset;
	-webkit-box-shadow: inset 0 0 6px rgba(232, 250, 255, 1);
	background: transparent;
}
#notice::-webkit-scrollbar-thumb {
	all:unset;
	background: #006EB9;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 8px;
}
#notice::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background: transparent;
}
#notice li{
	padding: .5em 0;
	margin-right: 30px;
}

/* contents
****************************************************/
#index .sec1 .box{
	border: 1px solid #707070;
	margin-top: 50px;
	padding: 30px;
}
#index .sec2 li,
.dec2 li{
	font-size: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40px 40px;
	padding: 8px 0 0 60px;
	margin-top: 30px;
}
#index .sec2 li span{
	font-size: 30px;
	margin-top: 10px;
	display: block;
}
#index .sec2 li:nth-of-type(1),
.dec2 li:nth-of-type(1){
	background-image: url("images/mark_number1.png");
}
#index .sec2 li:nth-of-type(2),
.dec2 li:nth-of-type(2){
	background-image: url("images/mark_number2.png");
}
#index .sec3{
	background-color: #FFF8E5;
}
#index .sec3 [class*="box"]{
	background-color: #ffffff;
	text-align: center;
	margin-top: 50px;
	border-radius: 40px;
	padding: 20px;
}
#index .sec3 [class*="box"] p{
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
}
#index .sec3 .box p span{
	font-size: 18px;
}
#index .sec4 .wrap2 .fbPc1 .box{
	background-color: #ffffff;
	text-align: center;
	margin-top: 30px;
	border-radius: 40px;
	padding: 15px;
	border: 4px solid #FB7FA4;
}
#index .sec4 .wrap2 .fbPc1 .box p{
	font-size: 23px;
	font-weight: bold;
}
#index .sec4 .txt1, #index .sec4 .txt2, #index .sec4 .num1red, #index .sec4 .num2red{
	padding-left: 55px;
	min-height: 40px;
	justify-content: flex-start;
	font-weight: bold;
}
#index .sec4 .txt1{
	background: url("images/icon_shizuku_pink.png") no-repeat left top / 40px 40px;
}
#index .sec4 .txt2{
	background: url("images/icon_shizuku_blue.png") no-repeat left top / 40px 40px;
}
#index .sec4 .num1red{
	background: url("images/mark_no1_red@1x.png") no-repeat left top / 40px 40px;
}
#index .sec4 .num2red{
	background: url("images/mark_no2_red@1x.png") no-repeat left top / 40px 40px;
}
#index .sec4 .accordion .p20no0{ padding: 20px 0; }
#index .sec4 .read1box{
	background-color: #FEEAF0;
	padding: 20px 40px 40px;
	font-weight: bold;
	border-radius: 20px;
}
#index .sec4 .read1box2{
	background-color: #FFFCCC;
	padding: 20px 40px 40px;
	font-weight: bold;
	border-radius: 20px;
}
#index .sec4 .read2box{
	border: 2px solid #FB7FA4;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}
#index .sec4 .read2box .indent{
	padding-left: 3em;
	text-indent: -3em;
}
#index .sec4 .read3box{
	padding-left: 5em;
	text-indent: -5em;
	line-height: 150%;
}
#index .sec6 .box, .com6 .box{
	background-color: #E8FAFF;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
}
#index .sec6 .box h3, .com6 .box h3{
	border-bottom: 3px solid #006EB9;
	color: #006EB9;
	font-size: 30px;
	padding-bottom: .5em;
}
#index .sec6 .box2{
	background-color: #FEEAF0;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
}
#index .sec6 .box2 h3{
	border-bottom: 3px solid #FB7FA4;
	color: #FB7FA4;
	font-size: 30px;
	padding-bottom: .5em;
}
#index .sec6 .dlBox{
	background-color: #FB7FA4;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
#index .sec6 .box3{
	background-color: #EFF5CE;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
}
#index .sec6 .box3 h3{
	border-bottom: 3px solid #00A20C;
	color: #00A20C;
	font-size: 30px;
	padding-bottom: .5em;
}
.marker{ background: linear-gradient(transparent 40%, #fff000 60%); }
.dec1{ border: 1px solid #F00; padding: 20px; color: #F00; }
.dec2 li span{
	font-size: 23px;
	margin-top: 10px;
	display: block;
}
.dec3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 -20px;
}
.dec3 a{ color: #006EB9; text-decoration: underline; }
.dec3 a:hover{ color: #F00; text-decoration: none; }

/* search
****************************************************/
.searchHead{
	border-bottom: 40px solid #006EB9;
	text-align: center;
}
#search{ padding: 120px 0 0; }
#search h3{ border-bottom: 2px solid #006EB9; color: #006EB9; font-size: 26px; }
#search h3 span{ border-left: 4px solid #006EB9; padding-left: .5em; margin-bottom: 3px; display: inline-block; }

/* result
****************************************************/
#result{ padding: 120px 0 0; }
#result .sec1 .box{
	background-color: #FFF8E5;
	border-radius: 20px;
	padding: 40px 40px 100px;
	position:relative;
	margin-top: 30px;
}
#result .sec1 [class*="band"]{
	display: inline-block;
	border-radius: 4px;
	color: #ffffff;
	padding: 2px 6px;
}
#result .sec1 .band1{ background-color: #006EB9; }
#result .sec1 .band2{ background-color: #A7CF00; }
#result .sec1 .band3{ background-color: #FB7FA4; }
#result .sec1 .band4{ background-color: #F5AC00; }
#result .sec1 h3{ font-size: 26px; color: #006EB9; margin: 15px 0 10px; }
#result .sec1 .ads{
	position:absolute;
	bottom: 40px;
	right: 40px;
}
#result .sec1 .ads .fr{ margin-left: 15px; }
#error{
	color: #f00;
	text-align: center;
	margin: 100px 0;
}
/* cookie */
#cookie{ padding: 120px 0 120px; }
#cookie a{ text-decoration: underline; }
/* pps  */
.pps{ padding: 60px 0 110px; }

/* footer
****************************************************/
footer{
	background-color: #006EB9;
	color: #ffffff;
	text-align: center;
	padding: 30px 0;
	font-size: 14px;
}
footer a{ color: #fff; }
footer a:hover{ text-decoration: underline; }
address{ margin-top: 5px; }

/* pagetop
****************************************************/
.pagetop {
	display:none;
	position:fixed;
	bottom:0px;
	right:10px;
	line-height:0;
	z-index: 9999;
}
.pagetop a{
	display:block;
	padding:5px;
	background-color: #37C8DB;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	opacity:.5;
}
.pagetop a:hover, .pagetop a:hover img{ opacity:1.0; }

/* accordion
****************************************************/
#index .accordion .aBox{
	background-color: #FFFCCC;
	padding: 25px;
	font-size: 20px;
	margin-top: 30px;
}
#index .accordion .aBox span{
	font-size: 16px;
}
#search .accordion dt{
	font-size: 24px;
	padding: 20px 30px;
	font-weight: bold;
	border-bottom: 1px dotted #7C7C7C;
	position: relative;
}
#search .accordion dt:after{
	content: "▶";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	color: #006EB9;
}
#search .accordion dt.active:after{
	content: "▼";
}
#search .accordion dd{
	display: none;
	background-color: #E8FAFF;
	font-weight: bold;
	padding: 10px 0 40px 40px;
}

/* from
****************************************************/
input[type=checkbox]{ margin-right: 5px; }
input[type=submit]{ background-color: #FB7FA4; border: none; color: #fff; font-size: 18px; border-radius: 10px; }
input[type=submit]:hover{ opacity: 0.75; }
input[type=text]{ border: 1px solid #006EB9; padding: 10px 20px; font-size: 26px; }
form .lbl{ display: inline-block; border: 1px solid #006EB9; font-size: 26px; font-weight: bold; padding: 15px 20px; }
form .lbl input{ margin-right: 15px; transform:scale(2.0); }

/* error
****************************************************/
.error{
	padding: 150px 0;
	text-align: center;
}
.error h2{
	border-bottom: 2px dotted #ddd;
	padding-bottom: .25em;
	margin-bottom: 1em;
}
.error a{
	text-decoration: underline;
}
.error a:hover{
	text-decoration: none;
	color: #f00;
}



/**************************************************

	600px over

**************************************************/
@media only screen and (min-width:600px), print{

	/* common
	****************************************************/
	[class*="wrap"]{ margin-left: auto; margin-right: auto; }
	.wrap1{ width: 980px; }
	.wrap2{ width: 1200px; }
	.sp{ display:none!important; }
    .h1band .fl{ margin-right: 2em; }

    /* overflow:hidden;
	****************************************************/
	.ofh1pc, .ofh2pc{ overflow:hidden; }
	.ofh1pc .fl, .ofh2pc li{ float:left; }
	.ofh1pc .fr{ float:right; }
	/* flexBox */
	[class*="fbPc"]{ display: flex; flex-wrap: wrap; }
	.fbPc1{ justify-content: space-between; }
	.fbPcCen{ align-items: center; justify-content: center; align-content: center; justify-content: space-between; }

	/* nav
	****************************************************/
	.gNav{ line-height: 20px; width: 100%; background-color: #006EB9; }
	.gNav ul{ overflow:hidden; text-align: center; }
	.gNav li{ float:left; width: 150px; }
	.gNav ul a{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
		color: #fff;
		font-size: 16px;
		height: 80px;
	}
	.gNav ul a:hover, .gNav ul .stay{ color: #FFD711; }
	.fixed{ position:fixed; top:0px; left:0px; z-index:9999; }
	.space{ margin-top: 80px; }
	.none{ display:none; }

	/* contents
	****************************************************/
	#index .sec1{ padding: 120px 0px 60px; }
	#index .sec2{ padding: 60px 0 0; }
	#index .sec2 .txt{ padding: 0 90px; }
	#index .sec7{ padding: 120px 20px 120px; }
	#index .sec3{ padding: 120px 0; }
	#index .sec3 .box{ width: 270px; }
	#index .sec3 .box2{ width: 380px; }
	#index .sec3 .fbPc{ justify-content: center; }
	#index .sec4{ padding: 120px 0px 60px; }
	#index .sec4 .accordion li{ margin-right: 1em; }
	#index .sec4 .accordion .w100p{ width: 100%; }
	#index .sec4 .wrap2 .fbPc1 .box{ width: 270px; }
	#index .sec4 .ml{ margin-left: 60px; }
	#index .sec4 .wid{ width: 580px; }
	#index .sec5{ padding: 60px 0px; }
	#index .sec5 dt{
		background: url("images/fqa2q.png") no-repeat left center #EFF5CE;
		padding: 30px 40px 30px 120px;
		font-weight: bold;
	}
	#index .sec5 dd{
		background: url("images/fqa2a.png") no-repeat left center;
		padding: 30px 40px 30px 120px;
	}
	#index .sec6, .com6{ padding: 90px 0px 60px; }
	#index .sec6 .box, #index .sec6 .box2, #index .sec6 .box3, .com6 .box{ padding: 40px; }
	#index .sec6 .dlBox{ padding: 10px 120px 10px 50px;	}

	/* result
	****************************************************/
	#result .sec1 .box{ width: 580px; }

	/* tracking
	****************************************************/
	[class*="trk"]{ position: fixed; z-index: 9999; }
	.trk1{ top: 80px; right: 0; }
	.trk2{ top: 315px; right: 0; }
	.trk3{ bottom: 5px; right: 5px; }
	.trk4{ top: 80px; left: 0; }
	.trk5{ top: 237px; left: 0; }
	.trk6{ top: 394px; left: 0; }

	/* accordion
	****************************************************/
	#index .accordion .aHead{
		background: url("images/shinsei_button_ov.png") no-repeat center center / 980px 80px;
		width: 980px;
		height: 80px;
	}
	#index .accordion .aHead.active{ background-image: url("images/shinsei_button_ov.png"); }
	/* search */
	#search dd li{ width: 25%; margin-top: 30px; }
	/* form */
	input[type=submit]{ width: 300px; padding: 20px 0; line-height: 20px; margin-top: 70px; }
	input[type=text]{ width: 1040px; }
	form .lbl{ width: 380px; margin-right: 40px; }
}



/**************************************************

	600px under

**************************************************/
@media only screen and (max-width:599px){

	/* common
	****************************************************/
	body{ font-size:16px; }
	img{ max-width: 100%; height: auto; }
	.pc{ display:none!important; }
    .h1band{ padding: 10px 25% 10px 0; }
    .h1band p{ padding-left: 1em; }
    .lang{ background-color: #28BCE3; padding: 10px 15px; font-weight: bold; }
    .lang a{ color: #FFF; display: block; padding: 5px; }
    .lang li:first-child{ background-color: #FFF; color: #28BCE3; padding: 5px 10px 5px 5px; margin-right: 10px; }

    /* headlne
	****************************************************/
	[class*="hl4"]{
		padding-left: 175px;
		padding-right: 25px;
		line-height: 150%;
	}

	/* header
	****************************************************/
	header img{ width: 100%; }

	/* nav
	****************************************************/
	.gNav{
		background: rgba(232, 250, 255, 1);
		position: fixed;
		height: 100%;
		width: 100%;
		z-index: 998;
		padding: 0;
		transition: all 0.6s;
		right: -100%;
		top: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.gNav.active{ right: 0%; }
	.gNav ul{ margin-top: 20%; }
	.gNav li{ margin: 0 10%; }
	.gNav li a{ display: block; padding: 20px 0; color: #333; border-bottom: 1px solid #28BCE3; }
	.gNav li a:before{ content:"▶"; color: #006EB9; margin-right: .5em; }
	.gNavBk{
		position: fixed;
		background:rgba(0, 0, 0, .8);
		right: -100%;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.gNavBk.active{ right: 0%; }

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger{
		position: fixed;
		top: 3%;
		right: 4%;
		z-index: 9999;
		background: #006EB9;
		cursor: pointer;
		width: 50px;
		height:50px;
		border-radius: 5px;
		border: 1px solid #fff;
	}
	.btn-trigger span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
  	width: 45%;
	}
	.btn-trigger span:nth-of-type(1){ top:15px; }
	.btn-trigger span:nth-of-type(2){ top:23px; }
	.btn-trigger span:nth-of-type(3){ top:31px; }

	/*=============================
	#btn01
	=============================*/
	#btn01.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
	}
	#btn01.active span:nth-of-type(2) { opacity: 0; }
	#btn01.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
	}

	/* contents
	****************************************************/
	#index .sec1{ padding: 40px 15px 0; }
	#index .sec2{ padding: 60px 15px 0; }
	#index .sec2 h2{ line-height: 200%; }
	#index .sec2 li{ font-size: 24px; font-weight: bold; }
	#index .sec2 li span{ font-size: 16px; font-weight: normal; }
	#index .sec3{ padding: 70px 15px 55px; }
	#index .sec3 .box{ border-radius: 40px; padding: 20px; }
	#index .sec4{ padding: 65px 15px 0; line-height: 150%; font-size: 26px; }
	#index .sec4 .fbPc1{ padding-top: 40px; }
	#index .sec4 .fbPc1 p{ margin-top: 20px; }
	#index .sec4 .txt1, #index .sec4 .txt2{ background-position: top left; }
	#index .sec5{ padding: 120px 15px 0; }
	#index .sec5 dt{
		background: url("images/fqa2q.png") no-repeat left top #EFF5CE;
		padding: 100px 20px 20px;
		font-weight: bold;
	}
	#index .sec5 dd{
		background: url("images/fqa2a.png") no-repeat left top;
		padding: 100px 20px 20px;
	}
	#index .sec6, .com6{ padding: 120px 15px 35px; }
	#index .sec6 h3, .com6 h3{ font-size: 20px; line-height: 150%; }
	#index .sec6 .box2 p{ padding: 10px 0; }
	#index .sec7{ padding: 60px 0 50px; }
	#index .sec7 .fbPc1{ padding: 0 25px; }
	#index .sec7 p{ padding: 0 15px; }
	/* search */
	.searchHead{ border-bottom-width: 10px; }
	#search{ padding-top: 60px; }
	#search .sec1{ padding: 0 15px; }
	input[type=submit]{ width: 80%; padding: 20px 0; line-height: 20px; margin-top: 50px; }
	input[type=text]{ width: 100%; }
	/* cookie */
	#cookie{ padding: 60px 15px; }
	/* result */
	#result{ padding-top: 60px; }
	#result .sec1{ padding: 0 15px; }
	/* error */
	.error{ padding: 100px 50px; }
    /* pps  */
    .pps{ padding: 50px 15px 50px; }
    .dec2 li{ line-height: 150%; background-position: 0 20px;  }
    .dec2 li span{ line-height: 110%;  }

    /* accordion
	****************************************************/
	.accordion .aHead{
		background: url("images/sp_shinsei_button_ov.png") no-repeat center center / 345px 80px;
		width: 345px;
		height: 80px;
		margin-left: auto;
		margin-right: auto;
	}
	.accordion .aHead.active{ background-image: url("images/sp_shinsei_button_ov.png"); }

	/* footerSp
	****************************************************/
	#footerSp{ width: 100%; border-collapse:collapse; position:fixed; z-index:990; bottom:0px; left:0px; }
	/* #footerSp tr td:nth-of-type(1){ width: 50%; background: url("images/sp_under_button_icon01.png") no-repeat left center #FB7FA4; border-right: 1px solid #fff; } */
	#footerSp tr td:nth-of-type(1){ width: 50%; background: url("images/sp_under_button_icon02.png") no-repeat left center #A7CF00; border-left: 1px solid #fff; }
	#footerSp a{ display: block; text-align:center; padding: 15px 15px 15px 60px; color: #fff; font-size: 16px; }
	#footerSp a img{ vertical-align: -5px; }
}