@charset "UTF-8";

/*************************************************************************
 共通モジュール
 *************************************************************************/


/* 段落
=========================================================================*/

p.alC {
	text-align: center;
}
p.alR {
	text-align: right;
}
a.link-pc {
	padding-left: 15px;
	background: url(../images/icon_pc_blue.png) no-repeat 0 0.125em;
}


/* UI
=========================================================================*/

/* ボタン */
a.ui-btnR,
a.ui-btnL {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border: 1px solid #ccc;
	border-bottom-color: #8a8a8a;
	-webkit-border-radius: 5px;
}
a.ui-btnR {
	padding: 7px 2.5em 5px 1em;
	background: url(../images/icon_arw_r_black.png) no-repeat 92% 47%,
		-webkit-gradient(
			linear, left top, left bottom,
			from(#fefefe),
			color-stop(0.95, #dadada),
			to(#ccc));
	border: 1px solid #ccc;
}
a.ui-btnL {
	padding: .6em 1em .48em 2.5em;
	background: url(../images/icon_arw_l_black.png) no-repeat 8% 47%,
		-webkit-gradient(
			linear, left top, left bottom,
			from(#fefefe),
			color-stop(0.95, #dadada),
			to(#ccc));
	border: 1px solid #ccc;
}

/* テキストフィールド */
.ui-textfield {
	display: inline-block;
	background: none;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	width: 100%;
	padding: 8px 0.5em 6px;
	background: #fafafa;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
}
.ui-textarea {
	display: inline-block;
	background: none;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	width: 100%;
	height: 130px;
	padding: 8px 0.5em 6px;
	background: #fafafa;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
}


/* ナビゲーション
=========================================================================*/

/* コンテキストナビ */
#content .contextNav {
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #ccc;
}
#content .contextNav + .contextNav {
	margin-top: 20px;
}
#content .contextNav li {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
#content .contextNav li a {
	display: block;
	padding: .8em 15px .75em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#content .contextNav li ul {
	background: #ededed;
	-webkit-box-shadow: inset 0px 3px 2px rgba(0,0,0,0.2),
	                    inset 0px -2px 2px rgba(0,0,0,0.15);
}
#content .contextNav li ul li {
	background: url(../images/icon_arw_dot.gif) no-repeat 17px 45%;
	border-top: 1px solid #d6d6d6;
	border-bottom: none;
}
#content .contextNav li ul li:first-child {
	border-top: 1px solid #a5a5a5;
}
#content .contextNav li ul li:last-child {
	border-bottom: none;
}
#content .contextNav li.back a,
#content .contextNav li ul li.back a {
	padding: .8em 15px .75em 35px;
	background: url(../images/icon_arw_l_blue.png) 13px 50% no-repeat;
}
#content .contextNav li.next a,
#content .contextNav li ul li.next a {
	padding: .8em 30px .75em 15px;
	background: url(../images/icon_arw_r_blue.png) 95% 50% no-repeat;
}
#content .contextNav li ul li.next a {
	padding-left: 30px;
}
#content .contextNav li.more a,
#content .contextNav li ul li.more a {
	padding: .8em 30px .75em 15px;
	background: url(../images/icon_arw_dn_blue.png) 95.5% 50% no-repeat;
}
#content .contextNav li a.open,
#content .contextNav li ul li a.open {
	padding: .8em 30px .75em 15px;
	background: url(../images/icon_arw_up_blue.png) 95.5% 50% no-repeat;
}
#content .contextNav.noTopBorder,
#content .contextNav.noTopBorder li:first-child {
	border-top: none;
}

/* 画像
=========================================================================*/

img.pctR {
	float: right;
	margin: 0 0 0 0;
}
img.pctL {
	float: left;
	margin: 0 0 0 0;
}
p.pctC {
	text-align: center;
}


/* 注記
=========================================================================*/

.note {
	/*font-size: 85%;*/
}




/* 旧フッター
=========================================================================*/

footer nav.submenu ul.toTop {
	margin-top: 15px;
}
#footer .submenu .toTop li {
	color: #fff;
	font-size: 16px;
}
#footer .submenu .toTop li + li {
	margin-top: 1px;
}
#footer .submenu .toTop li a {
	display: block;
	color: #fff;
	background: #146a97 url(../images/icon_arw_l_white.png) no-repeat 10px 48%;
	background-size: 10px 16px;
	padding: 12px 10px 11px 25px;
	text-decoration: none;
}
footer p.copyright {
	text-align: center;
	margin: 10px 0;
}
footer p.copyright:before {
	content: "";
	display: block;
	height: 1px;
	margin: 0 auto 10px;
	background: -webkit-gradient(
		linear, left top, right top,
		from(#fff),
		color-stop(0.5, #c2c2c2),
		to(#fff));
	-webkit-box-reflect: below 0 -webkit-gradient(
		linear, left top, left bottom,
		from(transparent),
		to(white));
}


/* ============================================================================
 * 新フッター　2019/03/18追記
 * ========================================================================= */
.site-footer {
  position: relative;
  padding: 15px 10px 0;
  background: #fff;
}

[data-foot-banner-fixed='true'] .site-footer {
  padding-bottom: 58px;
}

.site-footer .mod-btn + .site-footer-figLayout {
  margin-top: 22px;
}

.site-footer .site-footer-figLayout {
  display: table;
  margin: 0 0 20px;
  width: 100%;
  table-layout: fixed;
  direction: rtl;
}

.site-footer .site-footer-figLayout > * {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}

.site-footer .site-footer-figLayout > .figure {
  padding: 5px 0 0;
  width: 80px;
}

.site-footer .site-footer-figLayout > .content .list {
  padding: 0 0 0 1px;
}

.site-footer .site-footer-figLayout > .content .list > li.logout {
  position: absolute;
  bottom: 121px;
  left: 10px;
  width: calc(100% - 20px);
}

.site-footer .site-footer-figLayout > .content .list > li.logout a {
  display: block;
  padding: 7px 14px 6px;
  width: 100%;
  border: 1px solid #d7dce2;
  border-width: 1px 1px 2px;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
  cursor: pointer;
}

.site-footer .site-footer-figLayout > .content .list > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
}

.site-footer .site-footer-copyright {
  margin: 0 -10px;
  background: #00aaeb;
}

.site-footer .site-footer-copyright p > small {
  display: block;
  padding: 13px 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.site-footer .site-footer-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 48px;
  background: none !important;
  text-align: center;
}

html[data-foot-banner-fixed='true'] .site-footer .site-footer-banner {
  position: fixed;
}

html[data-foot-banner-fixed='true'] .site-footer .site-footer-banner.is-hidden {
  display: none !important;
}

.site-footer .mod-btn {
  padding: 0;
}

.copyright.v2 {
  background: #00aaeb;
}

.copyright.v2 > small {
  display: block;
  padding: 13px 0;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
}

#footer address {
  margin: 0;
  padding: 12px 0;
  border: 0;
  background: #00aaeb;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 14px;
}

.footer {
  background: #00aaeb;
}

.footer > .footer_inner {
  padding: 12px 0;
}

.footer > .footer_inner > .copyright {
  color: #fff;
  text-align: center;
}

#smartphone_footer_link {
  margin: 5px 10px !important;
  padding: 10px;
  background: #f3f5f7;
}

#smartphone_footer_link > p > a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

#smartphone_footer_link > p > a::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  margin-right: 3px;
  border: 4px solid transparent;
  border-right: 4px solid #00aaeb;
  border-left: 4px solid #00aaeb;
  border-left: 0;
  content: '';
}

#footer-wrapper .footer-inner {
  background: #00aaeb;
}

#footer-wrapper .footer-inner address {
  margin: 0;
  padding: 12px 0;
  border: 0;
  background: #00aaeb;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 14px;
}

/* is banner
=========================================================================*/
.related .bNrbox{
	width:100%;
	}

.related .clear{
	clear:both;
	}

.related .bNr{
	width:48%;
	float:left;
	padding-left:2px;
	padding-right:2px;}

