@charset "Shift_JIS";
@import url(./default.css);
@import url(./renew_header.css);
@import url(./renew_footer.css);
@import url(./renew_module.css);
@import url(./default_win.css);


body {
	color: #333;
}

.contents {
	width: 960px;
	*width: 1100px;
	margin: 0 auto;
	padding: 0 70px;
	box-sizing: content-box;
	text-align: left;
}
.contents * {
	font-family: 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', sans-serif;
}
.contents table {
	border-collapse: collapse;
}
.contents a {
	text-decoration: none;
	color: #152666;
}
.contents a:hover {
	text-decoration: underline;
	color: #152666;
}

#attentionContainer{
	*margin-left:auto;
	*margin-right:auto;
}
#attentionContainer .contents {
	*width: 960px;
	*padding: 0 0;
}

#nisa {
	margin-top: 40px;
	font-size: 14px;
}
#nisa .contents {
	margin-top: 40px;
}

*,
.mtxt span,
.stxt span{
	font-family: 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', sans-serif;
}
dl,dt,dd {
	margin:0;
	padding:0;
	list-style:none;
}
/*------センター-----*/
#main{
	width: 100%;
}
#main div#container{
	width:960px;
	margin:0 auto;
}
/*------リンク-----*/
a{
	text-decoration: none;
}
/*------フロート-----*/
.fleft{
	float: left;
}
.fright{
	float: right;
}
.clearfix:after,
.keyList:after,
.keyButton:after,
.keyNav:after,
.column2:after,
.column3:after,
.column4:after,
.column5:after,
.column6:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
.keyList,
.keyButton,
.keyNav,
.column2,
.column3,
.column4,
.column5,
.column6
{
	display: block; /* for safari firefox3 */
	zoom: 1;  /* for IE 7*/
}

/*------ヘッダー-----*/
#header{
	background:url(/resource/images/lp/header_bg.png) no-repeat 0 0;
	height:98px;
}
#header p#logo{
	padding: 20px 0 0 15px;
	text-align: left;
}

/*------SNS-----*/
#main .social_btn{
	text-align: right;
	margin-bottom: 10px;
}
.social_btn > div {
	display: inline-block;
	overflow: hidden;
}

/*------テキスト-----*/
.ft_rd{
	color:#8b1a1e;
}

/*------コンテンツ-----*/
.glossaryContainer{
}
.border4Radius{
	/*radius*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 4px solid #d9d9d9;
}
.bg_4Radius{
	background:#d9d9d9;
}

/*------見出し-----*/
.heading01 {
	background-image:none;
	clear:both;
	padding-bottom:5px;
	width:100%;
	height:auto;
	/*gradient*/
	background: #770202;
	background: -moz-linear-gradient(left, #770202 0%, #d3442e 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #770202), color-stop(100%, #d3442e));
	background: -webkit-linear-gradient(left, #770202 0%, #d3442e 100%);
	background: -o-linear-gradient(left, #770202 0%, #d3442e 100%);
	background: -ms-linear-gradient(left, #770202 0%, #d3442e 100%);
	background: linear-gradient(to right, #770202 0%, #d3442e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#770202', endColorstr='#d3442e', GradientType=1 );
}
.heading01 div {
	background:#ffffff;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
}
.heading01 div span {
	font-size: 80%;
}
.heading02 {
	background-image:none;
	clear:both;
	padding-bottom:1px;
	/*gradient*/
	background: #7b0a0a;
	background: -moz-linear-gradient(left, #7b0a0a 0%, #d54b35 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #7b0a0a), color-stop(100%, #d54b35));
	background: -webkit-linear-gradient(left, #7b0a0a 0%, #d54b35 100%);
	background: -o-linear-gradient(left, #7b0a0a 0%, #d54b35 100%);
	background: -ms-linear-gradient(left, #7b0a0a 0%, #d54b35 100%);
	background: linear-gradient(to right, #7b0a0a 0%, #d54b35 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b0a0a', endColorstr='#d54b35', GradientType=1 );
}
.heading02 div {
	background:#ffffff;
	padding-bottom:3px;
}
.heading02 span.countBracket,
.heading02 span.countNumber {
	/*default.css の打消し*/
	background:none;
	padding:0;
	display:inline;
	font-size: 85%;
	line-height: 100%;
}
.heading02 span.countNumber {
	color: #8b1a1e;
}
h2.pageTitle span {
	vertical-align: middle;
}
h2.pageTitle .stext {
	font-size: 70%;
}

/*------開設画像-----*/
.explainImg{
	position: relative;
	background: #fefade;
	margin-left:25px;
	padding:20px 10px;
	width:85%;
	/*radius*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #ffcccc;
}
.explainImg:after{
	content: '';
	position: absolute;
	border-right: 20px solid #fefade;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	top: 20px;
	left: -19px;
}
.explainImg:before {
	content: '';
	position: absolute;
	border-right: 20px solid #ffcccc;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	top: 20px;
	left: -21px;
}

/*------検索-----*/
.glossarySerchBox{
	padding-bottom:10px;
}
.glossarySerchBox input{
	margin:0;
	padding:0;
	border:0;
	outline:none;
	background:none;
	line-height:1;
}
.glossarySerchBox ul,
.glossarySerchBox li{
	margin:0;
	padding:0;
	list-style:none;
}
#searchInput{
	float:left;
	margin-left:10px;
	width:65%;
}
#searchText{
	padding:5px;
	background:#ffffff;
	border:1px solid #c3c3c3;
}
#searchText.focus{
	border:1px solid #4d90fe;
}
#searchText.focus.next{
	border-bottom:none;
}
#searchTextInput{
	width:100%;
	color:#ccc;
	line-height:1.3;
	font-size:87.5%;
}
#searchTextInput.focus{
	color:#000;
}
#searchTextInput::-ms-clear{
	visibility:hidden;
	display:none;
	width:0;
	height:0;
}
#searchNext{
	position:relative;
	z-index:0;
	display:none;
}
#searchNext ul{
	display:block;
	width:98%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	background:#fff;
	border:1px solid #7f7f7f;
	border-bottom:none;
	/*shadow*/
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}
#searchNext li{
	display:block;
	cursor:pointer;
	color:#000;
	padding:3px 5px;
	border-bottom:1px solid #c3c3c3;
	font-size:87.5%;
}
#searchNext li:hover,
#searchNext li.selected{
	background:#eee;
}
#searchButton{
	cursor:pointer;
	float:left;
	margin-left:10px;
	padding:2px 5px 4px 5px;
	/*gradient*/
	background: #e00000;
	background: -moz-linear-gradient(top, #e00000 0%, #730000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #e00000), color-stop(100%, #730000));
	background: -webkit-linear-gradient(top, #e00000 0%, #730000 100%);
	background: -o-linear-gradient(top, #e00000 0%, #730000 100%);
	background: -ms-linear-gradient(top, #e00000 0%, #730000 100%);
	background: linear-gradient(to bottom, #e00000 0%, #730000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00000', endColorstr='#730000', GradientType=0 );
	/*radius*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border:1px solid #c00000;
}
#searchButton input{
	color:#ffffff;
	cursor:pointer;
	width:6em;
	min-height:1.05em;
}

/*------レコメンド用語リスト-----*/
#topDataWrapper{
	border-top:1px dotted #7f7f7f;
	padding-top:5px;
}
#lastDataWrapper,
#newDataWrapper{
	display:none;
	margin-top:10px;
	padding:10px;
	/*radius*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 4px solid #d9d9d9;
}
#topDataWrapper .heading03 span {
	background-image:url(/glossary/images/icon_1.gif);
	padding-left:42px;
}
#lastDataWrapper .heading02 span {
	background-image:url(/glossary/images/icon_2.gif);
	padding-left:35px;
}
#newDataWrapper .heading02 span {
	background-image:url(/glossary/images/icon_3.gif);
	background-position:1px 3px;
	padding-left:36px;
}
#alphabetWrapper .heading02 span {
	background-image:url(/glossary/images/icon_4.gif);
	background-position:1px 0;
	line-height:170%;
	padding-left:45px;
}
#categoryWrapper .heading02 span {
	background-image:url(/glossary/images/icon_5.gif);
	background-position:1px 1px;
	padding-left:39px;
}
.bg_alphabet{
	background:url(/glossary/images/icon_4-2.gif) no-repeat 1px 0;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:108%;
	font-weight:bold;
	line-height:170%;
	padding:0 0 0 45px;
}
.bg_category{
	background:url(/glossary/images/icon_5-2.gif) no-repeat 1px 1px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:108%;
	font-weight:bold;
	line-height:140%;
	padding:0 0 0 39px;
}

/*------カラム-----*/
.column2 li{
	float:left;
	width:47%;
}
.column2 li.w100{
	width:50%;
}
.column3 li{
	float:left;
	width:30%;
}
.column4 li{
	float:left;
	width:22%;
}
.column5 li{
	float:left;
	width:20%;
}
.column6 li{
	float:left;
	width:15%;
}

/*------用語リスト-----*/
#searchResultList{
	display:none;
}
#searchResultIndex{
	color:#8b1a1e;
}
.keyList li,
.keyList dt{
	display:inline-block;
	*display:inline;
	*zoom:1;
	background:url(/resource/images/arrow8.gif) no-repeat left top;
	padding-left:24px;
	vertical-align:top;
}
.keyList li{
	float:none;
	margin-bottom:15px;
}
.keyList li a .countBracket,
.keyList li a .countNumber{
	font-size: 75%;
}
.keyList li a,
.keyList dt a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding-right:20px;
}
.keyList dt a{
	font-weight:bold;
	padding-right:10px;
}
.keyList dd{
	border-bottom:1px dotted #7f7f7f;
	margin-bottom:15px;
	padding:5px 0 10px 24px;
}
.keyList.more{
	display:none;
}
#moreKeyList{
	background:#ebebeb;
	color:#00358a;
	cursor:pointer;
	padding-top:10px;
	padding-bottom:12px;
	text-align:center;
}

/*------用語ボタン-----*/
.keyButtonTitle{
	background:#680717;
	color:#ffffff;
	cursor:pointer;
	margin-top:10px;
	padding:5px 5px 5px 20px;
}
.keyButtonTitle span{
	margin-right:20px;
}
.keyButton li{
	background:#fff0f7;
	color:#bfbfbf;
	float:left;
	margin-right:1%;
	margin-bottom:1%;
	width:15%;
	/*radius*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border:1px solid #7f7f7f;
}
.keyButton li.keyButtonInitial{
	background:#7f7f7f;
}
.keyButton li.keyButtonInitial a{
	color:#ffffff;
}
.keyButton li.noneIndex{
	background:#ffffff;
}
.keyButton li.noneKeyButton{
	background:none;
	border:none;
	/*border調整分*/
	margin-top:2px;
	margin-left:2px;
}
.keyButton.alphabet li{
	margin-right:0.6%;
	margin-bottom:0.6%;
	width:7.5%;
}
.keyButton.alphabet li.number{
	width:16%;
}
.keyButton li a,
.keyButton li.noneIndex span,
.keyButton li.noneKeyButton span{
	display:block;
	padding:15px 5px;
	text-align:center;
}

/*------用語メニュー-----*/
.keyNav li{
	background:url(/nisa/images/lp_arrow01.gif) no-repeat 10px;
	float:left;
	margin-right:1%;
	margin-bottom:1%;
	width:18.7%;
	/*radius*/
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border:1px solid #7f7f7f;
}
.keyNav li a{
	display:block;
	padding:5px;
	text-align:center;
}

/*------用語説明-----*/
#searchResult{
	display:none;
	margin-right:auto;
	margin-left:auto;
	width:80%;
}
.keyResult{
	margin-top:10px;
	margin-bottom:40px;
	padding:15px 15px 0 15px;
	/*radius*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 4px solid #d9d9d9;
}
.keyResult p{
	font-size:120%;
	line-height:150%;
	margin-bottom:10px;
}
.keyResult a{
	font-weight:bold;
}
.keyResult h3{
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #7f7f7f;
}
.keyTag{
	margin-bottom:15px;
}
.keyTag span{
	background:#d9d9d9;
	line-height:200%;
	padding:6px 10px 4px 10px;
}
.keyTag a{
	font-weight:bold;
	margin-right:5px;
	margin-left:5px;
}
.keyResult .wordMemo{
	background:url(/glossary/images/icon_6.gif) no-repeat 7px 4px #f3ede4;
	font-size:115%;
	padding:10px 10px 10px 160px;
}
.keyResult .wordFormula{
	background:url(/glossary/images/icon_7.gif) no-repeat 7px 6px #f3ede4;
	font-size:115%;
	padding:10px 10px 10px 160px;
}
.coverImg{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-bottom:10px;
}
.coverCredit{
	text-align:right;
}

/*------レコメンドバナー-----*/
.bannerTitle{
	background:#680717;
	color:#ffffff;
	margin-top:20px;
	padding:5px 5px 5px 15px;
	/*radius*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #680717;
}
.banner {
	margin: 0 0 10px -15px;
	font-size: 1px;
	letter-spacing: -1em;
}
.banner div {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-top:10px;
	margin-left: 15px;
}
.banner a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	position: relative;
	height: 95px;
	letter-spacing: normal;
}
.banner a .on {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.banner a:hover .on {
	display: block;
}

/*------リスク-----*/
#risk{
	text-align: left!important;
}
.risk_title{
	border-left: 4px solid #cb2410;
	padding-left: 10px;
	margin-bottom: 10px;
}
ul.risk_rist{
	padding-left: 30px!important;
	text-align: left!important;
}
.risk_rist li{
	list-style: disc;
	color: #8f8f8f;
	margin-bottom: 5px;
}
.risk_rist span{
	color: #474545;
	font-family: 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', sans-serif;
}

/*PC・SP表示切り替え_PC*/
.SP_none{
	display:block;
}
.PC_none{
	display:none;
}


/*-----デバイスサイズ-----*/
@media screen and (max-width: 767px) {
/*------PCヘッダー・フッター-----*/
#headerContainer,
#gNavi,
#gNaviMask,
#dummyHeader,
#nisa,
#attentionContainer,
#siteMenuContainer,
#contactContainer,
#footerMenuContainer,
#gFooter,
header.header,
footer.footer,
.l-header.nosp{
	display:none;
}

body,
#gHeader,
#gHeader.fixed,
#naviGoTop{
	min-width:100%;
}

/*------全体-----*/
/*共通*/
#main{
	width:auto;
	margin:0;
}
#main div#container{
	width:100%;
}
#main a,
#main h1,
#main h2,
#main h3,
#main p,
#main div,
#main span,
#main strong,
#main li,
#main th,
#main td,
#main dl,
#main dt,
#main dd,
#main select,
#main input{
	font-family: 'HiraKakuProN-W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Meiryo', 'メイリオ', 'MS PGothic', 'MS Pゴシック', sans-serif;
}
img {
	height: auto;
	max-width: 100%;
}
/*------フロート-----*/
.fleft{
	float: none;
}
.fright{
	float: none;
}

/*------ヘッダー-----*/
#header{
	background: none;
	height: 40px;
}
#header p#logo{
	padding: 10px 0 10px 10px;
	text-align: left;
	width: 93px;
	height: 22px;
}

/*------テキスト-----*/


/*------コンテンツ-----*/
.glossaryContainer{
	padding-right:1.5%;
	padding-left:1.5%;
}

/*------見出し-----*/

/*------カラム-----*/
.column2 li,
.column3 li,
.column4 li,
.column5 li,
.column6 li{
	float:none;
	width:92%;
}
.w100,
.column2 li.w100{
	width:100%;
}


/*------開設画像-----*/
.explainImg{
	max-width:60%;
}

/*------検索-----*/
#searchInput{
	clear:both;
}
#searchButton input{
	width:5em;
}

/*------用語リスト-----*/

/*------用語ボタン-----*/
.keyButton li{
	/*column5上書き用*/
	float:left;
	width:15%;
}
.keyButton.alphabet li{
	margin-right:1%;
	margin-bottom:1%;
	width:15%;
}
.keyButton.alphabet li.number{
	width:31%;
}

/*------用語メニュー-----*/
.keyNav li{
	float:none;
	margin-right:0;
	width:99%;
}

/*------用語説明-----*/
#searchResult{
	width:100%;
}
.keyTag{
	background:#d9d9d9;
	padding-left:6em;
	text-indent:-6em;
}
.keyTag span{
	background:none;
}
.keyResult .wordMemo,
.keyResult .wordFormula{
	padding:45px 5px 10px 5px;
}

/*------レコメンドバナー-----*/
.banner div {
	display: block;
	text-align:center;
}

/*PC・SP表示切り替え_SP*/
.SP_none{
	display:none;
}
.PC_none{
	display:block;
}

}
/*-----デバイスサイズ-----*/
@media screen and (max-width: 320px) {
#main div#container{
	width:320px;
}
}


/* 2019/08/01
Small fixed header */
.fn-header-fixed.is-fixed .l-global-subnav,
.fn-header-fixed.is-fixed .global-subnav{
  display:none;
}
.fn-header-fixed{
  -webkit-transition:inherit;
  transition:inherit;
}
.fn-header-fixed.is-fixed{
  top:-56px !important;
  -webkit-transition:inherit;
  transition:inherit;
}
.fn-header-fixed.is-fixed.showHiddenHeader{
  top: 0 !important;
  -webkit-transition: top 0.4s linear;
  transition: top 0.4s linear;
}
.l-global-nav a{
	line-height:21px;
}
.global-nav,
.global-inner,
.global-inner > li,
.global-inner > li > span,
.global-inner > li > span > span,
.l-global-nav,
.l-global-inner,
.l-global-inner > li,
.l-global-inner > li > span,
.l-global-inner > li > span > span{
  -webkit-transition: none !important;
  transition: !important;
}
.header-btn-list [class*='btn-']._set-base,
.l-header-btn-list [class*='l-btn-'].l-set-base{
  transition: background .5s cubic-bezier(.23, 1, .32, 1);
  -webkit-transition: background .5s cubic-bezier(.23, 1, .32, 1);
}

.fn-header-fixed.is-fixed .global-nav,
.fn-header-fixed.is-fixed .l-global-nav{
  border-top:none;
  border-bottom:solid 1px rgba(0,0,0,0.05);
  background-color:#f4f4f4;
  text-align:center;
  position:relative;

}
.fn-header-fixed.is-fixed .l-global-nav::after,
.fn-header-fixed.is-fixed .global-nav::after{
  content:'';
  position:absolute;
  bottom:-13px;
  left:0;
  z-index:101;
  width:100%;
  height:13px;
  background: rgb(220,220,220);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#fff',GradientType=0 );

}
.fn-header-fixed.is-fixed .global-inner,
.fn-header-fixed.is-fixed .l-global-inner{
  display:inline-block;
  text-align:center;
}
.fn-header-fixed.is-fixed .global-inner > li,
.fn-header-fixed.is-fixed .l-global-inner > li{
  float:none;
  width:auto;
  border:none;
  display:inline-block;
  margin:0 -3px;
  opacity:0;
  padding:0 15px;
  height:54px;
}
.fn-header-fixed.is-fixed.showHiddenHeader .global-inner > li,
.fn-header-fixed.is-fixed.showHiddenHeader .l-global-inner > li{
  opacity:1;
  -webkit-transition: opacity 0.3s 0.2s linear;
  transition: opacity 0.3s 0.2s linear;
}
.fn-header-fixed.is-fixed .global-inner > li > span,
.fn-header-fixed.is-fixed .l-global-inner > li > span{
  width:auto;
  padding:0;
  line-height:54px;
  font-size:14px;
  color:#404040;
}
.fn-header-fixed.is-fixed .global-inner > li > span br,
.fn-header-fixed.is-fixed .l-global-inner > li > span br{
  display:none;
}

.fn-header-fixed.is-fixed .global-inner > li > span::after,
.fn-header-fixed.is-fixed .l-global-inner > li > span::after{
  top: inherit;
  bottom:10px;
  left:50%;
  transform:translateX(-50%);
  margin:0;
  width:8px;
  height:5px;
  border: none !important;
  background-image:url(/resource-ren/images/header/scrollnavi.gif);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:7px auto;
  /* image-rendering: pixelated; */
}
.fn-header-fixed.is-fixed .global-inner > li > span::before,
.fn-header-fixed.is-fixed .l-global-inner > li > span::before{
  display:none;
}
.fn-header-fixed.is-fixed .global-inner .l-top-nav,
.fn-header-fixed.is-fixed .l-global-inner .l-top-nav,
.fn-header-fixed.is-fixed .global-inner .p-top-nav,
.fn-header-fixed.is-fixed .l-global-inner .p-top-nav {
  margin-top: 0 !important;
  display: block;
  padding-bottom: 0;
}
.fn-header-fixed.is-fixed .global-inner .l-top-nav,
.fn-header-fixed.is-fixed .l-global-inner .l-top-nav{
	line-height:54px;
}
.fn-header-fixed.is-fixed .header-btn-list,
.fn-header-fixed.is-fixed .l-header-btn-list{
  display:block;
  margin:0;
  position:absolute;
  top:147px;
  right:110px;
  z-index:9;
  -webkit-transition: right 0.3s 0.3s ease-out;
  transition: right 0.3s 0.3s ease-out;
}
.fn-header-fixed.is-fixed .header-btn-list li,
.fn-header-fixed.is-fixed .l-header-btn-list li{
  width:80px;
  max-width:80px;
  min-width:80px;
  opacity:0;
}
.fn-header-fixed.is-fixed .header-btn-list li [class*='btn-']._set-base,
.fn-header-fixed.is-fixed .l-header-btn-list li [class*='l-btn-'].l-set-base {
  padding:0;
  font-size: 13px;
  height:34px;
  line-height:34px;
  text-align:center;
}
.fn-header-fixed.is-fixed.showHiddenHeader .header-btn-list,
.fn-header-fixed.is-fixed.showHiddenHeader .l-header-btn-list{
  right:20px;
}
.fn-header-fixed.is-fixed.showHiddenHeader .header-btn-list li,
.fn-header-fixed.is-fixed.showHiddenHeader .l-header-btn-list li{
  opacity:1;
  -webkit-transition: opacity 0.4s 0.3s ease-out;
  transition: opacity 0.4s 0.3s ease-out;
}

.fn-header-fixed.is-fixed .header-logo ,
.fn-header-fixed.is-fixed .l-header-logo {
  display:block;
  float: none;
  padding:0;
  position:absolute;
  top:146px;
  left:110px;
  z-index:9;
  -webkit-transition: left 0.3s 0.3s ease-out, opacity 0.4s 0.3s ease-out;
  transition: left 0.3s 0.3s ease-out, opacity 0.4s 0.3s ease-out;
  width:120px;
  height:35px;
  opacity:0;
}

.fn-header-fixed.is-fixed .header-logo img,
.fn-header-fixed.is-fixed .l-header-logo img{
  width:120px;
  height:35px !important;
  opacity:0 !important;
  display:block;
}
.fn-header-fixed.is-fixed.showHiddenHeader .header-logo,
.fn-header-fixed.is-fixed.showHiddenHeader .l-header-logo{
  left:20px;
  opacity:1;
}
.fn-header-fixed.is-fixed.showHiddenHeader .header-logo img,
.fn-header-fixed.is-fixed.showHiddenHeader .l-header-logo img{
  opacity:0 !important;
}
.fn-header-fixed.is-fixed.showHiddenHeader .header-logo,
.fn-header-fixed.is-fixed.showHiddenHeader .l-header-logo{
  background-image:url(/resource-ren/images/header/minilogo.png);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:120px 35px;
}

.dropdown-active .header,
.dropdown-active .l-header{
  overflow-y:scroll !important;
}



@media screen and (min-width: 767px){
  .dropdown-active .header.is-fixed,
  .dropdown-active .l-header.is-fixed{
    bottom: -160px !important;
  }
  .dropdown-active .header:before,
  .dropdown-active .l-header:before{
    display: none;
  }
}
@media screen and (max-width: 1220px){
  .fn-header-fixed.is-fixed .global-inner > li,
  .fn-header-fixed.is-fixed .l-global-inner > li{
    padding: 0 12px;
  }
  .fn-header-fixed.is-fixed .global-inner > li > span ,
  .fn-header-fixed.is-fixed .l-global-inner > li > span {
    font-size: 12px;
  }
  
  
}
@media screen and (max-width: 767px){
  #mainMenu #searchForm_sp .sitesearchInner{
    width: 233px;
    font-size:14px;
  }
}


.global-inner > li > span.is-active > span::after,
.l-global-inner > li > span.is-active > span::after{
  content:'';
  width:100%;
  height:3px;
  position:absolute;
  left:0;
  bottom:-1px;
  background:#680717;
}

.global-inner > li > span.is-active > span,
.l-global-inner > li > span.is-active > span{
  color:#000;
}





.fn-header-fixed.is-fixed .global-inner > li, .fn-header-fixed.is-fixed .l-global-inner > li{
  height: 100% !important;
  line-height: 24px;
}
.fn-header-fixed{
  top: 0 !important;
  -webkit-transition: inherit !important;
  transition: inherit !important;
}
.fn-header-fixed.is-fixed {
  top: -56px !important;
  -webkit-transition: inherit !important;
  transition: inherit !important;
}
.fn-header-fixed.is-fixed.showHiddenHeader {
  top: 0 !important;
  -webkit-transition: top 0.4s linear !important;
  transition: top 0.4s linear !important;
}
@media screen and (max-width: 768px){
  body{
    padding-top:0 !important;
    position:relative !important;
  }
}

/* 2021/03/23
「リスク・手数料等」リンク追加 */
.l-header-link-list-02 li.m-risk-link{
  background: #951514;
}
.l-header-link-list-02 li.m-risk-link a{
  display: flex;
  align-items: center;
  height:27px;
  padding-top:0;
  padding-bottom:0;
}
.l-header-link-list-02 li.m-risk-link a:before{
  content: '';
  width: 13px;
  height: 18px;
  margin-right: 4px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.344' height='17.156' viewBox='0 0 13.344 17.156'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M741.319,20.8h-3.668a0.538,0.538,0,0,1-.526-0.548V6.722a0.538,0.538,0,0,1,.526-0.548h8.92a0.538,0.538,0,0,1,.526.548V6.846a2.7,2.7,0,0,1,1.129-.185,1.691,1.691,0,0,0-1.655-1.668h-8.92a1.7,1.7,0,0,0-1.661,1.729V20.251a1.7,1.7,0,0,0,1.661,1.729h3.884A3.025,3.025,0,0,1,741.319,20.8Zm3.773-10.79h-6.235a0.507,0.507,0,0,0,0,1.013h5.962ZM745.31,21.3a1.246,1.246,0,0,1-1.608.768,1.3,1.3,0,0,1-.743-1.659,1.224,1.224,0,0,1,1.594-.773A1.315,1.315,0,0,1,745.31,21.3ZM746.8,9.267a1.353,1.353,0,0,1,1.693-.908,1.432,1.432,0,0,1,.752,1.835l-3.54,8.1a0.666,0.666,0,0,1-.852.472,0.732,0.732,0,0,1-.362-0.932Zm-2.638,3.713h-5.307a0.507,0.507,0,0,0,0,1.013h5.034Zm-1.186,3.961,0.258-.958h-4.379a0.507,0.507,0,0,0,0,1.013h4.11C742.972,16.978,742.973,16.96,742.978,16.941Z' transform='translate(-736 -5)'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.l-header-link-list-02 a:hover,
.l-header-link-list-02 a:active,
.l-header-link-list-02 a:focus {
  background: #260006;
  text-decoration: none;
}
.l-header-switcher button:hover,
.l-header-switcher button:active,
.l-header-switcher button:focus {
  background: #260006;
}
.l-header-link-list a:hover,
.l-header-link-list a:active,
.l-header-link-list a:focus {
  text-decoration: underline;
}
.l-btn-open:hover,
.l-btn-open:active,
.l-btn-open:focus {
  background: #d7b262;
  color:#fff;
}
.l-btn-login:hover,
.l-btn-login:active,
.l-btn-login:focus {
  background: #d46359;
}

/* 2021/04/20
バナーの不具合フィックス */
.banner {
	margin: 0 0 10px 0;
  display:flex;
  justify-content:space-between;
}
.banner div {
	display:block;
	margin-left: 0;
}
.banner a {
	display:block;
}
@media screen and (max-width: 767px){
  .banner {
    display:block;
  }
  .banner a {
    height:auto;
  }
  .banner a img{
    display:block;
    margin:0 auto;
  }
}