@charset "utf-8";


/*--- default style -----------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}
body {
	font-size: 62.5%;
}
body,
table,
input, textarea, select, option {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "ヒラギノ角ゴ Pro W3" , sans-serif;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}
a:link {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

a:active {
	color: #006699;
	text-decoration: underline;
}

.sp-view {
	display:none;
}
a.spCall {
	text-decoration:none;
	color:initial;
	pointer-events: none;
}



/**************** SP *******************/
@media screen and (max-width: 750px) {

.sp-view {
	display:block;
}
.pc-view {
	display: none !important;
}
a.spCall {
	text-decoration:underline;
	color:#006699;
	pointer-events: auto;
}

}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 970px;
	color: #000;
	text-align: center;
	font-size: 12px;
	line-height: 1.7;
}
#container{
	text-align: left;
	position: relative;
}
.wrapper {
	padding-top: 43px;
	background: url(../../img/common/wrapper_bg.gif) repeat-x center top;
}
#main {
	margin: 0 auto 78px;
	padding-right: 4px;
	width: 960px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}




/**************** SP *******************/
@media screen and (max-width: 750px) {

body {
	min-width: 100%;
	line-height:100%;
	font-size: .9rem;
}
.wrapper {
	padding-top: 0;
	margin-top:10px;
}
#main {
	margin: 0;
	padding-right: 0;
	width: 100%;
}

}




/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding-right: 3px;
	width: 960px;
	padding-bottom: 13px;
}
	*html #header {
		padding-bottom: 22px;
	}
#header h1 {
	float: left;
	width: 78%;
	max-width: 290px;
	overflow: hidden;
}
#header h1 img {
	width:100%;
	height:auto;
}
#header img {
	display: block;
}

#header .section {
	width: 520px;
	float: right;
	display: block;
}

#header ul.hNavi {
	background-color: #0000da;
	border-radius: 0 0 5px 5px;
}

#header ul.hNavi li {
	padding: 6px 0 6px 0;
	float: left;
	margin-left: 15px;
}
#header ul.hNavi li a {
	color:#fff;
	text-decoration:none;
	display:flex;
	font-size: .7rem;
}
#header ul.hNavi li a {
	background: url(../../img/common/icon_arrow_green.png) no-repeat left center;
	padding-left:13px;
}
#header ul.hNavi li a:before {
	font-family:fontawesome;
	font-size:2px;
	line-height:3px;
	display:block;
	background-color:#fff;
	padding: 3px 0 0 3px;
	height: 8.5px;
	width: 8px;
	box-sizing:border-box;
	color:green;
	margin: 5px 5px;
}
#header .box {
	padding: 9px 0px 0 0;
	float: right;
	width: auto;
	display: flex;
}
#header ul.font {
	width: 145px;
	float: left;
}

#header ul.font li {
	padding-top: 8px;
	float: left;
}

#header ul.font li.sizeS {
	padding-top: 3px;
}

#header ul.font li.sizeM {
	padding-top: 1px;
}

#header ul.font li.sizeL {
	padding-top: 0px;
}
#header ul.search {
	width: auto;
	margin-left: 15px;
}

#header ul.search li {
	height: 23px;
	float: left;
}

#header ul.search li.icon {
	margin: 6px 6px 0 0;
	height: 17px;
	float: left;
	display: inline-block;
}

#header ul.search li.text {
	margin-right: 10px;
	width: 70%;
	width: 120px;
}

#header ul.search li.text input {
	width: 117px;
}

	*html #header ul.search li.text input {
		width: 110px;
	}

	*+html #header ul.search li.text input {
		width: 110px;
	}




/**************** SP *******************/
@media screen and (max-width: 750px) {
#header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 54px;
}
#header .section {
	width: 100%;
	overflow: hidden;
}
#header .box {
	padding: 0;
	float: none;
	width: 90%;
	margin:auto;
}
#header .sBox .sBoxList {
	margin-top: 17px;
	margin-left: 5%;
	width: 78%;
	padding: 0;
	border-radius: 7px;
	background-color: #fff;
	display:block;
	overflow: hidden;
}
#header ul.hNavi li a:before {
	margin-top:8px;
}
#header ul.search li.text {
	width:65%;
}

}




/*------------------------------------------------------------
	sp accordion menu
------------------------------------------------------------*/
/**************** SP *******************/
@media screen and (max-width: 750px) {

/*** SP menu **/
.menu-trigger {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  cursor: pointer;
  z-index: 101;
  margin: 0;
  padding: 0;
  color: #0078ff;
  width: 18%;
  text-align: center;
}
.menu-trigger.active{
	position: absolute;
}
.menu-trigger span:before {
  font-family: 'icomoon';
  content:"\e916";
  font-size: 2.2rem;
  position: absolute;
  top: 17px;
  right: 0;
  display:block;
  width:100%;
  height: 50px;
}
.menu-trigger span:after {
  content:"menu";
  font-size: .4rem;
  position:absolute;
  top: 42px;
  right: 0;
  display:block;
  width:100%;
  height: 10px;
  text-align:center;
}
.menu-trigger.active span{
	color:#fff;	
}
.menu-trigger.active span:before {
	content:"\e915"
}
.menu-trigger.active span:after  {
	content:"close";
}
.menu-trigger span {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  width: 100%;
  z-index:11;
  padding: 0;
  margin: 0;
}
nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  color: #fff;
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#header ul.hNavi {
	margin-top: 76px;
	margin-left: 5%;
	margin-bottom: 13px;
	width: 78%;
	padding: 0;
	border-radius: 7px;
	background-color: #fff;
	overflow: hidden;
	display: block;
}
#header ul.font {
	display:none;
}
#header ul.search {
	background:#fff;
	position:absolute;
	top: 174px;
	width:78%;
	padding: 10px 4%;
	box-sizing: border-box;
	border-radius:5px;
	display: flex;
	margin: 0;
}
#header ul.search li.icon img {
	width: 15px;
}
#header ul.search li.text input {
	width: 100%;
	height:30px;
	margin-top: -5px;
	border:1px solid #ccc;
}
#header ul.search li:last-child {
	padding-left:3%;
}
#header ul.hNavi li {
	float:none;
	text-align: left;
	padding: 12px 0 10px 8px;
	border-bottom: #29292938 solid 1px;
}
#header ul.hNavi li:last-child {
	border-bottom:none;
}
#header ul.hNavi li a {
	color: #000;
	text-decoration:none;
	font-size:1rem;
	text-align: left;
}
nav .loginBox{
	width:78%;
	background:#fff;
	padding: 10px 4%;
	box-sizing: border-box;
	border-radius:5px;
	margin:12px 0 0 5%;
	height: 150px;
}
nav ul {
  padding: 20px 0;
}
nav ul li {
  padding: 5px 0;
}
nav .loginBox h2 {
	text-align: center;
	border:none;
}
nav .loginBox h2 img {
	width:20%;
	height: auto;
}
nav .loginBox .btnList{
	display:block;
	padding: 0;
	margin: 0;
}
nav .loginBox .btnList li {
	width: 100%;
	display:block;
	padding: 0 0 ;
	margin: 8px 0 0;
}
nav .loginBox .btnList li:last-child {
	display:block;
}
nav .loginBox .btnList li a {
	width: 100%;
	background-color:red;
	background: linear-gradient(#cc0000, #f50000);
	display:block;
	text-align:center;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	padding:10px 0 9px;
	font-size:1rem;
	letter-spacing:1px;
	box-sizing:border-box;
	border:#e50000 2px solid;
}
nav .loginBox .btnList li.blueBtn a {
	background:none;
	color:#007cff;
	border-color:#007cff;
}
.sp-toggle-menu {
	margin-top: 76px;
	margin-left: 5%;
	margin-bottom: 13px;
	width: 78%;
	padding: 0;
	overflow: hidden;
}
.sp-toggle-menu a {
	color:#fff;
	text-decoration:none;
	font-size:1rem;
}
#header .sp-toggle-menu .sBoxList, #header .sp-toggle-menu .sBoxList.benefit {
	padding: 0;
	border-radius: 7px;
	overflow: hidden;
	display: block;
	margin: 0 0 13px;
	background: #0031d9;
	width: 100%;
}
#header .sp-toggle-menu .sBoxList .sNavi {
	padding: 0 0 3px 0;
	background: #fff;
}
.sp-toggle-menu .sBoxList li a:before {
	font-family:"icomoon";
	content:"\e90a";
	display:inline-block;
	width:10px;
	height:10px;
	font-size:.7rem;
	padding-right:2%;
	color:#4b78ea;
}
.sBox .sBoxList.benefit li a:before {
	content:none;
}
.sBox.sp-toggle-menu .sBoxList h2,
.sp-toggle-menu .sBoxList.benefit h2 {
	background-color: #4977e8;
	padding: 8px 0;
	background: linear-gradient(to bottom, #4e7be7 49%, #003ad6 50%);
	color: #fff;
	letter-spacing: 1px;
	font-size: .9rem;
	display: block;
	width: 100%;
}
#header .sp-toggle-menu .sBoxList li {
	float:none;
	text-align: left;
	border-bottom: #29292938 solid 1px;
}
#header .sp-toggle-menu .sBoxList li:last-child {
	border-bottom:none;
}
.sp-toggle-menu .sBoxList.benefit .sNavi{
	padding: 0 0 3px 0;
	background: #fff;
}
.sp-toggle-menu .sBoxList.benefit .sNavi li {
	text-align: left;
	padding: 4px 0 0;
	border-bottom: #29292938 solid 1px;
	position:relative;
}
.sBoxList li:last-child,
.sp-toggle-menu .sBoxList.benefit .sNavi li:last-child {
	border-bottom:none;
}
.sBoxList li a {
	color: #000;
	text-decoration:none;
	font-size: .9rem;
	text-align: left;
	padding: 12px 3% 10px 12px;
	display: block;
}
.sp-toggle-menu li.sTxt a {font-size: .8rem;}
.sp-toggle-menu .sBoxList.benefit .sNavi li a img {
	max-width: 90%;
	max-height: 50px;
}
.sp-toggle-menu .sBoxList.benefit .sNavi li a {
	width: 96%;
	display: inline-flex;
	padding: 0;
}
.sp-toggle-menu .sBoxList.benefit .sNavi li a .benefit-txt {
	width: 48%;
	font-size: .8rem;
	line-height:160%;
}
#header .sp-toggle-menu .sBoxList.benefit .sNavi li a .benefit-img {
	width: 48%;
	height: 60px;
	position: relative;
}
#header .sp-toggle-menu .sBoxList.benefit .sNavi li img {
	max-width: 85%;
	width: auto;
	max-height: 44px;
	height: auto;
	position: absolute;
	-ms-transform: translateY(-50%);
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
#header .sp-toggle-menu .sBoxList.benefit .sNavi li a .benefit-txt {
	width: 48%;
	display: inline-block;
	position: absolute;
	-ms-transform: translateY(-50%);
	top: 50%;
	left: 46%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	color:#0034b2;
	font-size: .85rem;
	line-height: 150%;
}

}





/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0px 0 4px 6px;
}

#pagePath li {
	margin-right: 5px;
	float: left;
	line-height: 1.2;
	color: #000;
}

#pagePath li a {
	margin-right: 5px;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
}

#pagePath li a:hover {
	text-decoration: underline;
}





/**************** SP *******************/
@media screen and (max-width: 750px) {

#pagePath {
	margin:0;
	background-color:#80808017;
	padding:6px 1% 5px;
}
#pagePath li {
	line-height:160%;
	display:inline-block;
}
#pagePath li:first-child {
	padding-left:0;
}

}





/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	padding: 21px 85px 0 81px;
	width: 564px;
	float: left;
	background-color: #FFF;
}

#conts .pageTop {
	padding-top: 104px;
}

#conts .pageTop img {
	float: right;
}





/**************** SP *******************/
@media screen and (max-width: 750px) {

#conts {
	padding: 0;
	width: 100%;
	float: none;
}

#conts .pageTop {
	padding-top: 104px;
}

#conts .pageTop img {
	float: right;
}

}






/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 220px;
	float: right;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#sideBar .sBoxList,
#conts .top-benefit .sBoxList {
	margin-bottom: 9px;
	background-color: #FFF;
	border: 1px solid #c6cdd8;
}

#sideBar .sBoxList .btnList {
	margin: 0 auto 10px;
	padding: 10px 0;
	border-top: 1px solid #cccccc73;
	border-bottom: 1px solid #cccccc73;
	justify-content: center;
	width: 92%;
	box-sizing: border-box;
}
#sideBar .sBoxList .btnList li {
	width: 48%;
	margin: 0 1%;
	display: block;
	float: left;
}
#sideBar .sBoxList .btnList li a {
	width:100%;
	background-color:red;
	background: linear-gradient(#bd0000, #f50000);
	display:block;
	text-align:center;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	padding:10px 0 9px;
	font-size: .9rem;
	letter-spacing: 1px;
}
#sideBar .sBoxList .btnList li a:hover,
#sideBar .sBoxList .btnList li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#sideBar .sBoxList .sBtn {
	margin: 0 2px -1px;
	padding-bottom: 10px;
	text-align: center;
}
#sideBar .sBoxList .sBtn a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#sideBar .sBoxList .sNavi li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#sideBar .sBox01 {
	padding-top: 9px;
}
#sideBar .sBox01 h2 {
	margin-bottom: 7px;
}
#sideBar .sBanner{
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
#sideBar .txtBanner{
	border: 1px solid #c6cdd8;
	margin-top: 10px;
}
#sideBar .txtBanner a {
	text-align: left;
	display:block;
	padding: 10px 2% 9px 22%;
	text-decoration:none;
	line-height: 155%;
	position:relative;
	letter-spacing: -1px;
	height: 40px;
	font-size: .78rem;
}
#sideBar .txtBanner.safe a:before {
	font-family:"icomoon";
	content:"\e91e";
	display:block;
	position:absolute;
	left: 5%;
	top:20px;
	width:20%;
	font-size:2rem;
}
#sideBar .sBanner a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#sideBar .sBoxList h2,
#conts .top-benefit .sBoxList h2{
	text-align: center;
	background: #003ad6;
}
#sideBar .sBoxList.sBox01 h2 {
	background:none;
}
#sideBar .sBoxList h2 span {
	background: linear-gradient(to bottom, #4e7be7 49%, #003ad6 50%);
	color:#fff;
	padding:5px 0;
	letter-spacing:2px;
	font-size:.9rem;
	font-size: 14.5px;
	display:block;
}
#sideBar .sBoxList .sNavi li,
#conts .top-benefit .sBoxList .sNavi li {
	border-top: 1px solid #e6e6ee;
	background: #f5f5fa;
	padding:0;
	font-size: .9rem;
	display:block;
}
#sideBar .sBoxList .sNavi li.sTxt {
	font-size:.8rem;
}
#sideBar .sBoxList .sNavi li a, 
#conts .top-benefit .sBoxList .sNavi li a {
	text-decoration:none;
	color:#000;
	padding: 0px 3% 0 28px;
	display: block;
	font-weight:bold;
	line-height: 41px;
	background: linear-gradient(to bottom, #fbfbfb, #efeff9);
	flex-direction: column;
	height: 40px;
	position: relative;
	text-align: left;
	box-sizing:border-box;
	margin: 0;
}
#sideBar .sBoxList .sNavi li a, 
#conts .top-benefit .sBoxList .sNavi li a {
	background: url(../../img/common/arrow_blue.gif) #f5f5fa no-repeat left center;
}
#sideBar .sBoxList .sNavi li.pink a {
	background: url(../../img/common/arrow_pink.gif) #f5f5fa no-repeat left center;
}
#sideBar .sBoxList .sNavi li.orange a {
	background: url(../../img/common/arrow_orange.gif) #f5f5fa no-repeat left center;
}
#sideBar .sBoxList .sNavi li.kamei a {
	background: url(../../img/common/arrow_green.gif) #f5f5fa no-repeat left center;
}
#sideBar .sBoxList.linkList .sNavi li a {
	background: url(../../img/common/arrow_gray.gif) #f5f5fa no-repeat left center;
}

#sideBar .sBoxList .sNavi li.sTxt a {
	line-height:18px;
	padding-top:4px;
}
#sideBar .sBoxList .sNavi li a:before {
	content:"▶︎";
	display: block;
	background: #7595ff;
	background: #79f;
	color:#fff;
	width:20px;
	height:40px;
	line-height:40px;
	text-align:center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000000;
}
#sideBar .sBoxList .sNavi li.pink a:before {
	background:#f5a1a2;
}
#sideBar .sBoxList .sNavi li.orange a:before {
	background:#f1a347;
}
#sideBar .sBoxList .sNavi li.kamei a:before {
	background:#5ec5ca;
}
#sideBar .sBoxList.linkList {
	border:1px solid #c6cdd8;
}
#sideBar .sBoxList.linkList h2 span {
	background: linear-gradient(to bottom, #d1d7e2 49%, #b5bdc7 50%);
}
#sideBar .sBoxList.linkList .sNavi li a:before {
	background:#dee3ec;
}
#sideBar .sBoxList.benefit .sNavi li a:before {
	content:none;
}
#sideBar .sBoxList .sNavi li a:hover {
	opacity:.6;
}
#sideBar .sBoxList.benefit .sNavi,
#conts .top-benefit .sBoxList.benefit .sNavi {
	margin:auto;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#sideBar .sBoxList.benefit .sNavi li,
#conts .top-benefit .sBoxList.benefit .sNavi li  {
	padding: 0;
}
#sideBar .sBoxList.benefit .sNavi li a,
#conts .top-benefit .sBoxList.benefit .sNavi li a {
	text-decoration:none;
	overflow: hidden;
	padding: 5px 1% 5px 5%;
	display: block;
	height: auto;
	background: #fff;
	width: 94%;
	box-sizing:content-box;
}
#sideBar .sBoxList.benefit .sNavi li img,
#conts .top-benefit .sBoxList.benefit .sNavi li img {
	max-width: 100%;
	width: auto;
	max-height: 44px;
	margin: auto;
	height: auto;
}
#sideBar .sBoxList.benefit .sNavi li a .benefit-img,
#conts .top-benefit .sBoxList.benefit .sNavi li a .benefit-img {
	width: 45%;
	height: 46px;
	position: relative;
	display: block;
	float: left;
	padding-right: 2%;
	padding-top: 3px;
	line-height: initial;
}
#sideBar .sBoxList.benefit .sNavi li a .benefit-txt,
#conts .top-benefit .sBoxList.benefit .sNavi li a .benefit-txt {
	width: 53%;
	display: block;
	float: left;
	color:#0034b2;
	font-size: .7rem;
	line-height:140%;
	padding-top: 10px;
}
#sideBar .sBoxList.benefit .sNavi li:first-child a .benefit-txt,
#sideBar .sBoxList.benefit .sNavi li a .benefit-txt.three-line {
	padding-top:2px;
}





/**************** SP *******************/
@media screen and (max-width: 750px) {

#sideBar,
#conts .top-benefit {
	width: 94%;
	float: none;
	display:block;
	clear:both;
	margin: 30px auto;
}
#sideBar .sBoxList{
	margin-top:20px;
}
#sideBar .sBoxList h2 img {
	width:100%;
}
#sideBar .sBoxList.sBox01 h2 img {
	width:auto;
}
#sideBar .sBoxList .sNavi li,
#sideBar .sBoxList .sNavi li img,
#conts .top-benefit .sNavi li {
	width:100%;
}
#conts .top-benefit .sNavi li a img {
	max-width: 90%;
	max-height: 50px;
}
#sideBar .sBoxList.benefit .sNavi li img,
#conts .top-benefit .sBoxList.benefit .sNavi li img {
	max-width: 90%;
	max-height: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#sideBar .sBoxList.benefit .sNavi li a,
#conts .top-benefit .sBoxList.benefit .sNavi li a {
	height: 80px;
	width: 100%;
	padding: 11px 2% 10px;
	box-sizing: border-box;
}
#sideBar .sBox.benefit .sNavi li a .benefit-img,
#conts .top-benefit .sBoxList.benefit .sNavi li a .benefit-img {
	height: 58px;
	display: flex;
	align-items: center;
	padding-top: 0;
}
.sBoxList.benefit .sNavi li a .benefit-txt,
#conts .top-benefit .sNavi li a .benefit-txt {
	font-size:.8rem;
}
#sideBar .sBoxList.benefit .sNavi li a .benefit-txt,
#conts .top-benefit .sBoxList.benefit .sNavi li a .benefit-txt  {
	width: 53%;
	font-size: .9rem;
	line-height:160%;
	padding-top: 5px;
}
#sideBar .txtBanner,
#sideBar .sBanner {
	width:280px;
	margin: 20px auto 0;
}
#sideBar .sBanner img {
	width:100%;
	height:auto;
}
#sideBar .sBoxList .sNavi li a, 
#conts .top-benefit .sBoxList .sNavi li a {
	height: 50px;
	padding-top: 5px;
}
#sideBar .sBoxList .sNavi li a:before {
	height:50px;
	line-height:50px;
}
#sideBar .sBoxList .btnList li a {
	padding:14px 0;
}
#sideBar .sBoxList .sBoxList {
	margin-bottom:20px;
}
#sideBar .sBoxList .sNavi li.sTxt {
	font-size:initial;
}#sideBar .sBoxList .sNavi li.sTxt a {
	padding-top:17px;
}
#sideBar .sBoxList.benefit .sNavi li:first-child a .benefit-txt,
#conts .top-benefit .sBoxList.benefit .sNavi li:first-child a .benefit-txt{
	padding-top:0;
	line-height:140%;
}

}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 25px 0 37px;
	clear: both;
	background: #F3F3F3 url(../../img/common/footer_bg.gif) repeat-x left top;
	zoom:1;
	line-height: 220%;
}
#footer .fInner {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}
#footer .fNavi {
	padding: 0;
	display: block;
	overflow: hidden;
	width: auto;
	margin: 0 auto 0;
	text-align: center;
}
#footer .fNavi li {
	color: #0059AD;
	display: inline;
	/* float: left; */
}
#footer .fNavi li a {
	color: #0059AD;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	border-right: 1px solid #0059ad6e;
	line-height: 100%;
}

#footer .fNavi li:last-child a {
	border-right:none;
}

#footer .fNavi li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	color: #0059AD;
	text-align: center;
	padding-top: 0px;
}

#footer .copyright a {
	color: #0059AD;
	text-decoration: none;
}

#footer .copyright a:hover {
	text-decoration: underline;
}

/**************** SP *******************/
@media screen and (max-width: 750px) {
#footer{
	margin-top: 30px;
}
#footer .fInner {
	width: 100%;
}
#footer .fNavi {
	display:inline;
	width: 100%;
}
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: -90px;
  background: #b8bdcf;
  /* opacity: 0.6; */
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a:before{
  font-family:"icomoon";
  content: '\e921';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a:after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#footer .fNavi {
	text-align:left;
}
#footer .fNavi li {
	display:block;
}
#footer .fNavi li a {
	border:none;
	line-height:160%;
	white-space:nowrap;
	font-size: .8rem;
	padding: 10px 1% 10px 4%;
	display: block;
	box-sizing: border-box;
	width: 100%;
}
#footer .fNavi li a:before {
	font-family:"icomoon";
	content:"\e90a";
	display:inline-block;
	width:10px;
	height:10px;
	font-size:.7rem;
	padding-right:10px;;
	color:#4b78ea;
}
#footer .copyright {
	font-size:smaller;
	text-align:left;
	padding:20px 0 0 4%;
	margin-top:20px;
	border-top:1px solid #bcbcbc;
	line-height: 160%;
}


}
