@charset "shift_jis";

/*------------------------------------*\
	Common style
\*------------------------------------*/

@media (max-width: 968px) {
	*,
	*::before,
	*::after {
		box-sizing: border-box;
	}

	.img-responsive {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

/*------------------------------------*\
	hidden / visible
\*------------------------------------*/

@media (min-width: 969px) {
	.hidden-lg {
		display: none !important;
	}

	.visible-lg {
		display: block !important;
	}

	.visible-lg-inline {
		display: inline !important;
	}

	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 968px) {
	.hidden-md {
		display: none !important;
	}

	.visible-md {
		display: block !important;
	}

	.visible-md-inline {
		display: inline !important;
	}

	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 530px) {
	.hidden-sm {
		display: none !important;
	}

	.visible-sm {
		display: block !important;
	}

	.visible-sm-inline {
		display: inline !important;
	}

	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

/*------------------------------------*\
	Layout
\*------------------------------------*/

@media (max-width: 968px) {
	.nw-inner,
	#nw-shinsa-num,
	#nw-pagetop {
		width: auto !important;
		padding-right: 16px;
		padding-left: 16px;
	}

	.columnOne .box-content,
	.columnOne #nw-content,
	.columnOne #nw-content #nw-article,
	.columnTwo .box-content,
	.columnTwo #nw-content,
	.columnOne.popup #nw-header #nw-logo,
	.columnOne.popup #nw-shinsa-num,
	.columnOne.popup #nw-content,
	.popup #nw-footer .sitemaps {
		width: 100% !important;
	}

	#nw-content {
		padding-bottom: 16px;
	}

	.columnTwo #nw-content #nw-article {
		width: calc(100% - (212px + 16px));
	}

	.box-content,
	.box-content.small {
		padding: 12px 16px;
	}

	.columnOne.popup #nw-header #nw-logo,
	.columnOne.popup #nw-shinsa-num,
	.columnOne.popup #nw-content,
	.popup #nw-footer .sitemaps {
		padding-right: 0;
		padding-left: 0;
	}

	.popup #nw-footer .sitemaps li {
		width: 50%;
		text-align: left;
	}

	.columnOne.popup .box-content img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 800px) {
	.columnTwo #nw-content #nw-article,
	.columnTwo #nw-content #nw-aside {
		width: 100%;
	}

	.columnTwo #nw-content #nw-aside {
		margin-top: 16px;
	}

	#nw-content #nw-aside .aside-title {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

@media (max-width: 450px) {
	.popup #nw-footer .sitemaps li {
		width: 100%;
	}
}

/*------------------------------------*\
	Grid
\*------------------------------------*/

.grid-margin .grid-margin {
	margin-top: 16px;
}

.grid-margin .grid-margin:first-child {
	margin-top: 0;
}

@media (max-width: 968px) {
	.grid-cell.\-12of12-md { width: 100%; }
	.grid-cell.\-11of12-md { width: calc(100% * 11 / 12); }
	.grid-cell.\-10of12-md { width: calc(100% * 10 / 12); }
	.grid-cell.\-9of12-md  { width: calc(100% * 9 / 12);  }
	.grid-cell.\-8of12-md  { width: calc(100% * 8 / 12);  }
	.grid-cell.\-7of12-md  { width: calc(100% * 7 / 12);  }
	.grid-cell.\-6of12-md  { width: calc(100% * 6 / 12);  }
	.grid-cell.\-5of12-md  { width: calc(100% * 5 / 12);  }
	.grid-cell.\-4of12-md  { width: calc(100% * 4 / 12);  }
	.grid-cell.\-3of12-md  { width: calc(100% * 3 / 12);  }
	.grid-cell.\-2of12-md  { width: calc(100% * 2 / 12);  }
	.grid-cell.\-1of12-md  { width: calc(100% * 1 / 12);  }

	.grid-cell.\-1of2-md   { width: calc(100% * 1 / 2);  }
	.grid-cell.\-1of3-md   { width: calc(100% * 1 / 3);  }
	.grid-cell.\-1of4-md   { width: calc(100% * 1 / 4);  }
	.grid-cell.\-1of5-md   { width: calc(100% * 1 / 5);  }
	.grid-cell.\-1of6-md   { width: calc(100% * 1 / 6);  }
	.grid-cell.\-1of7-md   { width: calc(100% * 1 / 7);  }
	.grid-cell.\-1of8-md   { width: calc(100% * 1 / 8);  }
	.grid-cell.\-1of9-md   { width: calc(100% * 1 / 9);  }
	.grid-cell.\-1of10-md  { width: calc(100% * 1 / 10); }
	.grid-cell.\-1of11-md  { width: calc(100% * 1 / 11); }
}

@media (max-width: 530px) {
	.grid-cell.\-12of12-sm { width: 100%; }
	.grid-cell.\-11of12-sm { width: calc(100% * 11 / 12); }
	.grid-cell.\-10of12-sm { width: calc(100% * 10 / 12); }
	.grid-cell.\-9of12-sm  { width: calc(100% * 9 / 12);  }
	.grid-cell.\-8of12-sm  { width: calc(100% * 8 / 12);  }
	.grid-cell.\-7of12-sm  { width: calc(100% * 7 / 12);  }
	.grid-cell.\-6of12-sm  { width: calc(100% * 6 / 12);  }
	.grid-cell.\-5of12-sm  { width: calc(100% * 5 / 12);  }
	.grid-cell.\-4of12-sm  { width: calc(100% * 4 / 12);  }
	.grid-cell.\-3of12-sm  { width: calc(100% * 3 / 12);  }
	.grid-cell.\-2of12-sm  { width: calc(100% * 2 / 12);  }
	.grid-cell.\-1of12-sm  { width: calc(100% * 1 / 12);  }

	.grid-cell.\-1of2-dm   { width: calc(100% * 1 / 2);  }
	.grid-cell.\-1of3-dm   { width: calc(100% * 1 / 3);  }
	.grid-cell.\-1of4-dm   { width: calc(100% * 1 / 4);  }
	.grid-cell.\-1of5-dm   { width: calc(100% * 1 / 5);  }
	.grid-cell.\-1of6-dm   { width: calc(100% * 1 / 6);  }
	.grid-cell.\-1of7-dm   { width: calc(100% * 1 / 7);  }
	.grid-cell.\-1of8-dm   { width: calc(100% * 1 / 8);  }
	.grid-cell.\-1of9-dm   { width: calc(100% * 1 / 9);  }
	.grid-cell.\-1of10-dm  { width: calc(100% * 1 / 10); }
	.grid-cell.\-1of11-dm  { width: calc(100% * 1 / 11); }
}

/*------------------------------------*\
	#nw-header
\*------------------------------------*/

@media (max-width: 968px) {
	#nw-header #nw-logo {
		padding-top: 14px;
		padding-left: 0;
	}

	#nw-logo > a {
		display: block;
		width: 120px;
	}

	#nw-logo img {
		width: 100%;
		height: auto;
	}

	body:not(#home) #nw-header .nw-global-nav-outer,
	body:not(#home) #nw-header #nw-utility-nav > ul,
	body:not(#home) #nw-header #nw-utility-nav > #nw-search {
		display: none;
	}
}

/*------------------------------------*\
	#nw-footer
\*------------------------------------*/

@media (max-width: 968px) {
	#nw-footer #nw-sitemap-wrap {
		padding-top: 26px;
	}

	#nw-footer .sitemaps {
		width: 60%;
	}

	#nw-footer .links {
		width: 40%;
	}

	#nw-footer .links .facebook a.icon-blank span,
	#nw-footer .links .youtube a.icon-blank span {
		box-sizing: content-box;
	}

	#nw-pagetop-side {
		display: none !important;
		/* margin-left: 0;
		right: 10px !important;
		bottom: 20px !important; */
	}

	#nw-footer .nw-copyright {
		text-align: center;
	}
}

@media (max-width: 760px) {
	#nw-footer .sitemaps,
	#nw-footer .links,
	#nw-footer .links .facebook,
	#nw-footer .links .youtube,
	#nw-footer .links .facebook a.icon-blank span,
	#nw-footer .links .youtube a.icon-blank span {
		width: auto;
	}

	#nw-footer .sitemaps,
	#nw-footer .links {
		float: none;
	}

	#nw-footer .links .facebook a,
	#nw-footer .links .youtube a {
		padding-right: 0;
	}

	#nw-footer .sitemaps {
		margin-bottom: 25px;
	}
}

@media (max-width: 460px) {
	#nw-footer .sitemaps li a {
		float: none;
	}

	#nw-footer .sitemaps li ul {
		padding-left: 25px;
	}
}

/*------------------------------------*\
	#nw-footer2
\*------------------------------------*/

@media (max-width: 968px) {
	#nw-footer2 #footer-upper .footer-in,
	#nw-footer2 #footer-lower .footer-in {
		display: block;
		height: auto;
		width: auto;
	}
	
	/* upper */
	
	#nw-footer2 #footer-upper .footer-nav {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	#nw-footer2 #footer-upper li {
		width: 33.33%;
		padding: 0;
	}
	
	#nw-footer2 #footer-upper li a {
		margin: 0;
		padding: 13px 0;
		text-align: center;
		background-color: #0966A1;
		font-size: 100%;
	}
	
	#nw-footer2 #footer-upper li:nth-child(-n+3) {
		border-bottom: solid 1px #538DB5;
	}
	#nw-footer2 #footer-upper li:nth-child(4),
	#nw-footer2 #footer-upper li:nth-child(5),
	#nw-footer2 #footer-upper li:nth-child(-n+2) {
		border-right: solid 1px #538DB5;
	}
	
	#nw-footer2 #footer-upper li a:hover,
	#home #nw-footer2 #ft-nav-home a,
	#personal #nw-footer2 #ft-nav-personal a,
	#business #nw-footer2 #ft-nav-business a,
	#order #nw-footer2 #ft-nav-step a,
	#corporate #nw-footer2 #ft-nav-corp a,
	#inquire #nw-footer2 #ft-nav-contact a {
		background-color: #075891;
		text-decoration: underline;
	}
	
	#pagetop-link {
		display: none;
	}
	
	/* lower */
	
	#nw-footer2 #footer-lower {
		height: auto;
	}
	
	#nw-footer2 #footer-lower .footer-in {
		padding: 0;
	}
	
	#nw-footer2 #footer-lower .footer-nav {
		display: block;
		padding: 5px 15px 15px 15px;
		text-align: center;
	}
	
	#nw-footer2 #footer-lower li {
		display: inline-block;
		margin: 10px 5px 0;
	}
	
	#nw-footer2 #footer-lower li a {
		padding: 0;
		margin: 0;
	}
	
	#nw-footer2 #footer-copy {
		text-align: center;
		padding: 12px 0;
		border-top: solid 1px #DDD;
	}
}

@media (max-width: 380px) {
	#nw-footer2 #footer-upper li:nth-child(n) {
		border: none;
		width: 50%;
	}
	#nw-footer2 #footer-upper li:nth-child(odd) {
		border-right: solid 1px #538DB5;
	}
	#nw-footer2 #footer-upper li:nth-child(-n+4) {
		border-bottom: solid 1px #538DB5;
	}
}

/*------------------------------------*\
	#nw-topicpath
\*------------------------------------*/

@media (max-width: 968px) {
	#nw-topicpath {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 92.3%;
	}

	#nw-topicpath img {
		margin-right: 4px;
		margin-left: 4px;
	}
}

/*------------------------------------*\
	.hgroup
\*------------------------------------*/

@media (max-width: 968px) {
	.hgroup {
		padding: 12px 16px;
	}
}

@media (max-width: 530px) {
	.hgroup {
		padding: 8px 16px;
	}
}

/*------------------------------------*\
	.title-lv1
\*------------------------------------*/

@media (max-width: 968px) {
	.title-lv1 span {
		font-size: 169.2%;
	}
}

@media (max-width: 530px) {
	.title-lv1 span {
		font-size: 138.5%;
	}
}

/*------------------------------------*\
	.title-lv2
\*------------------------------------*/

@media (max-width: 968px) {
	.title-lv2 span {
		font-size: 138.5%;
	}
}

/*------------------------------------*\
	.news-list
\*------------------------------------*/

@media (max-width: 560px) {
	.news-list dt {
		margin-bottom: 8px;
	}

	.news-list dd {
		width: 100%;
	}
}

/*------------------------------------*\
	.table-set
\*------------------------------------*/

@media (max-width: 580px) {
	.table-set.table-rwd-block table th,
	.table-set.table-rwd-block table td {
		display: block;
		width: 100%;
		padding: 12px;
	}
	.table-set.table-rwd-block table td.top {
		border-top: none;
	}
}

/*------------------------------------*\
	#adobe-download
\*------------------------------------*/

@media (max-width: 530px) {
	#adobe-download img {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/*------------------------------------*\
	slidebars
\*------------------------------------*/

/**
 * メニューの開閉ボタン
 */
.sb-toggle {
	display: none;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border: none;
	border-radius: 100%;
	background-color: #0966a1;
	cursor: pointer;
	-webkit-appearance: none;
}

.sb-toggle-right {
	float: right;
	margin-top: 13px;
}

/**
 * ハンバーガーアイコン
 */
.Burger-icon {
	position: relative;
	margin: 8px auto;
}

.Burger-icon,
.Burger-icon::before,
.Burger-icon::after {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.Burger-icon::before, .Burger-icon::after {
	position: absolute;
	content: "";
}

.Burger-icon::before {
	top: -6px;
}

.Burger-icon::after {
	top: 6px;
}

/* メニューを開いたときにバツボタンに変形 */
.sb-close > .Burger-icon {
	background-color: transparent;
}

.sb-close > .Burger-icon::before {
	-webkit-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.sb-close > .Burger-icon::after {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}

/* アイコン下のテキスト */
.Burger-text {
	line-height: 1;
	margin-top: 18px;
	font-size: 76.9%;
	color: #fff;
}

/**
 * ドロワーメニュー
 */
#sb-nav {
	width: 264px;
	background-color: #FFF;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

#sb-nav a {
	color: #222;
}

/* .sb-nav-header */
.sb-nav-header {
	height: 66px;
	margin-bottom: 8px;
	overflow: hidden;
	background-color: #0966a1;
}

.sb-nav-header > .sb-toggle {
	margin-right: 16px;
}

/* .sb-menu */
.sb-menu {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #E4E4E4;
}

.sb-menu a {
	display: block;
	padding: 16px 24px;
	text-decoration: none;
}

.sb-menu a:hover {
	background-color: #E8E8E8;
}

.sb-menu a.link-arrow {
	padding-left: 48px;
	background-position: 24px center;
}

.sb-menu a.link-arrow:hover {
	padding-top: 16px;
	background-position: 24px center;
}

/**
 * ドロワーメニュー内の検索窓
 */
.sb-form {
	padding: 7px 16px 15px;
}

.form-control {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/**
 * スマホ・タブレット用
 */
@media screen and (max-width:968px) {
	/**
	 * ドロワーメニューと開閉ボタン
	 */
	.sb-toggle,
	.sb-right {
		display: block;
	}
}

/**
 * 閉じる用マスク
 */
.sb-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: .1;
	visibility: hidden;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: visibility 0 linear .4s, opacity .4s cubic-bezier(.4,0,.2,1);
	transition: visibility 0 linear .4s, opacity .4s cubic-bezier(.4,0,.2,1);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.sb-mask.sb-close {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

/**
 * メニュー展開時にコンテンツ部分のスクロール制限
 */
.sb-disable-scroll {
	overflow: hidden;
}
