@charset "UTF-8";
/* line 5, ../../../../application/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* line 22, ../../../../application/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
	line-height: 1;
}

/* line 24, ../../../../application/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
	list-style: none;
}

/* line 26, ../../../../application/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* line 28, ../../../../application/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

/* line 30, ../../../../application/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
	quotes: none;
}
/* line 103, ../../../../application/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

/* line 32, ../../../../application/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
	border: none;
}

/* line 116, ../../../../application/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

/**
 * Site Configurations
 */
/**
 * Profound Grid
 * 
 * Built in Sass (SCSS) this responsive/adaptive grid supports both fixed and fluid layouts, 
 * relative and fixed gutters, as well as your choice of semantic markup or generic '.grid-x' classes.
 * 
 * The biggest difference to other grid systems is the use of negative margins for column
 * placements, avoiding the subpixel rounding issues that usually break/uglify fluid layouts
 * in some browsers.
 * 
 * Nested columns are supported too, without having to reset the grid on each level. 
 *
 * Credits/Inspiration:
 * -------------------
 * Semantic Grid: http://www.semantic.gs
 * Susy: http://susy.oddbird.net
 * Negative Grid: http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta/
 *
 * @author Profound Creative Studio
 * @url http://www.profoundgrid.com
 * @url http://www.weareprofound.com 
 */
/**
 * Clearfix
 */
/**
 * Legacy Clearfix
 */
/**
 * Establish the grid-containing element.
 */
/**
 * Align an element to the grid.
 */
/**
 * Apply to any column to make it the last one of the current row.
 */
/**
 * Media Query
 */
/**
 * Frameworks Configurable Variables
 */
/**
 * Common Mixin
 */
/**
 * [接尾に画像を追加]
 * @param  {[string]} $target-element [接尾に画像を追加したいelement]
 * @param  {[string]} $filename       [imagesフォルダ内の画像名]
  */
/**
 * [外部リンク（別ウィンドウ）アイコンをa[target^=_blank]の接尾に追加]
 * @param  {[string]} $optional-element:                   ""            [aタグの内部のelementを指定可能]
 * @param  {[string]} $filename:"external_window_blue.png" [imagesフォルダ内の画像名]
 */
/**
 * [テキストアイコンのベース]
 * @param  {[string]} $element          [アイコンを追加したいelement]
 * @param  {[string]} $text             [アイコン内部に表示する文字列]
 * @param  {[string]} $color            [textの色]
 * @param  {[string]} $background-color [アイコンの背景色]
 * @param  {[string]} $position:"after" [デフォルト接尾に追加。before指定で前に追加]
 */
/**
 * [NEWアイコンを指定のelementに追加]
 * @param  {[string]} $element          [アイコンを追加したいelement]
 * @param  {[string]} $position:"after" [デフォルト接尾に追加。before指定で前に追加]
 */
/**
 * [添付ファイルアイコンをaタグの接尾に追加]
 * @param  {[type]} $optional-element:"" [aタグの内部のelementを指定可能]
 */
/**
 * 文字から少し離れた下線
 */
/**
 * [行頭装飾 画像]
 * @param  {[string]} $element  [行頭装飾を施すelement]
 * @param  {[string]} $filename [imagesフォルダ内の画像名]
 * @param  {[size]} $width    [画像の表示幅]
 * @param  {[size]} $height   [画像の表示高]
 * @param  {[size]} $left:0px [任意の表示位置]
 * @param  {[size]} $top:50%  [任意の表示位置]
 * @param  {[string]} $positin:"before"  [使用する擬似要素]
 */
/**
 * 行頭装飾 中黒大
 * $element: 行頭装飾を施すelement
 * $diameter: 中黒の直径
 * $font-size: 表示する行のfont-size（中黒の表示位置に関係）
 */
/**
 * CSS arrow系
 */
/**
 * Common Styles
 */
/* line 7, ../scss/_common.scss */
.row {
	width: 100%;
	margin: 0 0%;
	overflow: hidden;
	*zoom: 1;
}

/* line 36, ../scss/_common-mixin.scss */
.col1 {
	float: left;
	width: 8.33333%;
	margin-right: 0%;
}

/* line 36, ../scss/_common-mixin.scss */
.col2 {
	float: left;
	width: 16.66667%;
	margin-right: 0%;
}

/* line 36, ../scss/_common-mixin.scss */
.col3 {
	float: left;
	width: 25%;
	margin-right: 0%;
}

/* line 36, ../scss/_common-mixin.scss */
.col4 {
	float: left;
	width: 33.33333%;
	margin-right: 0%;
}

/* line 36, ../scss/_common-mixin.scss */
.col5 {
	float: left;
	width: 41.66667%;
	margin-right: 0%;
}

/* line 36, ../scss/_common-mixin.scss */
.col6 {
	float: left;
	width: 50%;
	margin-right: 0%;
}

/* line 36, ../scss/_common-mixin.scss */
.col7 {
	float: left;
	width: 58.33333%;
	margin-right: 0%;
}

/* line 36, ../scss/_common-mixin.scss */
.col8 {
	float: left;
	width: 66.66667%;
	margin-right: 0%;
}

/* line 36, ../scss/_common-mixin.scss */
.col9 {
	float: left;
	width: 75%;
	margin-right: 0%;
}

/* line 36, ../scss/_common-mixin.scss */
.col10 {
	float: left;
	width: 83.33333%;
	margin-right: 0%;
}

/* line 36, ../scss/_common-mixin.scss */
.col11 {
	float: left;
	width: 91.66667%;
	margin-right: 0%;
}

/* line 36, ../scss/_common-mixin.scss */
.col12 {
	float: left;
	width: 100%;
	margin-right: 0%;
}

@media (max-width: 767px) {
  /* line 47, ../scss/_common-mixin.scss */
  .col1 {
		width: 16.66667%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col1-s {
		width: 8.33333%;
		margin-right: 0%;
  }

  /* line 47, ../scss/_common-mixin.scss */
  .col2 {
		width: 33.33333%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col2-s {
		width: 16.66667%;
		margin-right: 0%;
  }

  /* line 47, ../scss/_common-mixin.scss */
  .col3 {
		width: 50%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col3-s {
		width: 25%;
		margin-right: 0%;
  }

  /* line 47, ../scss/_common-mixin.scss */
  .col4 {
		width: 66.66667%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col4-s {
		width: 33.33333%;
		margin-right: 0%;
  }

  /* line 47, ../scss/_common-mixin.scss */
  .col5 {
		width: 83.33333%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col5-s {
		width: 41.66667%;
		margin-right: 0%;
  }

  /* line 47, ../scss/_common-mixin.scss */
  .col6 {
		width: 100%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col6-s {
		width: 50%;
		margin-right: 0%;
  }

  /* line 47, ../scss/_common-mixin.scss */
  .col7 {
		width: 100%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col7-s {
		width: 58.33333%;
		margin-right: 0%;
  }

  /* line 47, ../scss/_common-mixin.scss */
  .col8 {
		width: 100%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col8-s {
		width: 66.66667%;
		margin-right: 0%;
  }

  /* line 47, ../scss/_common-mixin.scss */
  .col9 {
		width: 100%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col9-s {
		width: 75%;
		margin-right: 0%;
  }

  /* line 47, ../scss/_common-mixin.scss */
  .col10 {
		width: 100%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col10-s {
		width: 83.33333%;
		margin-right: 0%;
  }

  /* line 47, ../scss/_common-mixin.scss */
  .col11 {
		width: 100%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col11-s {
		width: 91.66667%;
		margin-right: 0%;
  }

  /* line 47, ../scss/_common-mixin.scss */
  .col12 {
		width: 100%;
		margin-right: 0%;
  }

  /* line 51, ../scss/_common-mixin.scss */
  .col12-s {
		width: 100%;
		margin-right: 0%;
  }
}
/* line 11, ../scss/_common-mixin.scss */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media (max-width: 767px) {
  /* line 11, ../scss/_common-mixin.scss */
  .clearfix-s:after {
		content: "";
		display: block;
		clear: both;
  }
}
/* line 22, ../scss/_common.scss */
html,
body {
	height: 100%;
}

/* line 27, ../scss/_common.scss */
html.is-menuActive {
	overflow: hidden;
}
/* line 29, ../scss/_common.scss */
html.is-menuActive body {
	overflow: hidden;
}

/* line 34, ../scss/_common.scss */
body {
	min-width: 1000px;
	font-family: "メイリオ", Meiryo, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9.5px;
	font-size: 0.95rem;
	color: #333;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

/* line 42, ../scss/_common.scss */
html.font-small {
	font-size: 85%;
}

/* line 45, ../scss/_common.scss */
html.font-large {
	font-size: 115%;
}

/* line 48, ../scss/_common.scss */
a {
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
}
/* line 52, ../scss/_common.scss */
a img {
	transition: all 0.3s;
}
/* line 55, ../scss/_common.scss */
a:hover {
	color: #999;
}
/* line 57, ../scss/_common.scss */
a:hover img {
	-ms-filter: "alpha(opacity=60)";
	opacity: 0.6;
}

@media (max-width: 767px) {
  /* line 63, ../scss/_common.scss */
  body {
		min-width: 0;
		line-height: 1.6;
  }

  /* line 67, ../scss/_common.scss */
  img {
		max-width: 100%;
		height: auto;
  }
}
/* line 73, ../scss/_common.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: none;
}

/* line 78, ../scss/_common.scss */
button {
	padding: 0;
	border: none;
	background-color: transparent;
}

/* line 83, ../scss/_common.scss */
img {
	vertical-align: bottom;
}

/* line 86, ../scss/_common.scss */
textarea {
	font-family: inherit;
}

/* line 89, ../scss/_common.scss */
button,
input[type="button"],
input[type="checkbox"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
	cursor: pointer;
}

/* line 101, ../scss/_common.scss */
.contents {
	width: 1000px;
	margin: 0 auto;
}

@media (max-width: 767px) {
  /* line 106, ../scss/_common.scss */
  .contents {
		width: 90%;
  }
}
/* line 113, ../scss/_common.scss */
ul.inline li,
dl.inline li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.doc'][target^='_blank']:after,
.tableWrapper a[href$='.doc'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.docx'][target^='_blank']:after,
.tableWrapper a[href$='.docx'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.docm'][target^='_blank']:after,
.tableWrapper a[href$='.docm'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.dotx'][target^='_blank']:after,
.tableWrapper a[href$='.dotx'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.dotm'][target^='_blank']:after,
.tableWrapper a[href$='.dotm'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.xls'][target^='_blank']:after,
.tableWrapper a[href$='.xls'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.xlsx'][target^='_blank']:after,
.tableWrapper a[href$='.xlsx'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.xlt'][target^='_blank']:after,
.tableWrapper a[href$='.xlt'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.xml'][target^='_blank']:after,
.tableWrapper a[href$='.xml'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.xlsm'][target^='_blank']:after,
.tableWrapper a[href$='.xlsm'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.csv'][target^='_blank']:after,
.tableWrapper a[href$='.csv'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.ppt'][target^='_blank']:after,
.tableWrapper a[href$='.ppt'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.pptx'][target^='_blank']:after,
.tableWrapper a[href$='.pptx'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.pptm'][target^='_blank']:after,
.tableWrapper a[href$='.pptm'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.jtd'][target^='_blank']:after,
.tableWrapper a[href$='.jtd'][target^='_blank']:after {
	content: "Jtd";
	font-size: 5px;
	font-size: 0.5rem;
	background: #757575;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.pdf'][target^='_blank']:after,
.tableWrapper a[href$='.pdf'][target^='_blank']:after {
	content: "PDF";
	font-size: 5px;
	font-size: 0.5rem;
	background: #d25279;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.avi'][target^='_blank']:after,
.tableWrapper a[href$='.avi'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.wmv'][target^='_blank']:after,
.tableWrapper a[href$='.wmv'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.mov'][target^='_blank']:after,
.tableWrapper a[href$='.mov'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.mp4'][target^='_blank']:after,
.tableWrapper a[href$='.mp4'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.mpeg'][target^='_blank']:after,
.tableWrapper a[href$='.mpeg'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.mpg'][target^='_blank']:after,
.tableWrapper a[href$='.mpg'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.zip'][target^='_blank']:after,
.tableWrapper a[href$='.zip'][target^='_blank']:after {
	content: "Zip";
	font-size: 5px;
	font-size: 0.5rem;
	background: #e4ab00;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.wysiwygTxt a[href$='.'][target^='_blank']:after,
.tableWrapper a[href$='.'][target^='_blank']:after {
	content: "";
	font-size: 5px;
	font-size: 0.5rem;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 121, ../scss/_common.scss */
.wysiwygTxt u,
.tableWrapper u {
	text-decoration: underline;
}
/* line 124, ../scss/_common.scss */
.wysiwygTxt strong, .wysiwygTxt b,
.tableWrapper strong,
.tableWrapper b {
	font-weight: bold;
}
/* line 127, ../scss/_common.scss */
.wysiwygTxt sub,
.tableWrapper sub {
	vertical-align: sub;
	font-size: smaller;
}
/* line 131, ../scss/_common.scss */
.wysiwygTxt sup,
.tableWrapper sup {
	vertical-align: super;
	font-size: smaller;
}
/* line 136, ../scss/_common.scss */
.wysiwygTxt blockquote > div,
.tableWrapper blockquote > div {
	display: inline;
}
/* line 139, ../scss/_common.scss */
.wysiwygTxt blockquote:before,
.tableWrapper blockquote:before {
	content: "“";
}
/* line 142, ../scss/_common.scss */
.wysiwygTxt blockquote:after,
.tableWrapper blockquote:after {
	content: "”";
}
/* line 146, ../scss/_common.scss */
.wysiwygTxt a,
.tableWrapper a {
	color: #123d94;
	text-decoration: underline;
}
/* line 150, ../scss/_common.scss */
.wysiwygTxt ol,
.tableWrapper ol {
	overflow: hidden;
	list-style-type: decimal;
	list-style-position: inside;
}
/* line 154, ../scss/_common.scss */
.wysiwygTxt ol ul, .wysiwygTxt ol ol,
.tableWrapper ol ul,
.tableWrapper ol ol {
	font-size: 8px;
	font-size: 0.8rem;
	text-indent: 1rem;
}
/* line 158, ../scss/_common.scss */
.wysiwygTxt ol ul,
.tableWrapper ol ul {
	list-style-type: circle;
}
/* line 162, ../scss/_common.scss */
.wysiwygTxt ul,
.tableWrapper ul {
	overflow: hidden;
	list-style-type: disc;
	list-style-position: inside;
}
/* line 166, ../scss/_common.scss */
.wysiwygTxt ul ul, .wysiwygTxt ul ol,
.tableWrapper ul ul,
.tableWrapper ul ol {
	font-size: 8px;
	font-size: 0.8rem;
	text-indent: 1rem;
}
/* line 170, ../scss/_common.scss */
.wysiwygTxt ul ul,
.tableWrapper ul ul {
	list-style-type: circle;
}

/* line 182, ../scss/_common.scss */
th[align^=left],
td[align^=left] {
	text-align: left;
}

/* line 182, ../scss/_common.scss */
th[align^=center],
td[align^=center] {
	text-align: center;
}

/* line 182, ../scss/_common.scss */
th[align^=right],
td[align^=right] {
	text-align: right;
}

/* line 176, ../scss/_common.scss */
th[valign^=top],
td[valign^=top] {
	vertical-align: top;
}

/* line 176, ../scss/_common.scss */
th[valign^=middle],
td[valign^=middle] {
	vertical-align: middle;
}

/* line 176, ../scss/_common.scss */
th[valign^=bottom],
td[valign^=bottom] {
	vertical-align: bottom;
}

/* line 2, ../scss/_main-block-layout.scss */
section.main-block {
	letter-spacing: -.4rem;
}
/* line 4, ../scss/_main-block-layout.scss */
section.main-block .left-contents {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	width: 740px;
	overflow: hidden;
}
/* line 10, ../scss/_main-block-layout.scss */
section.main-block .right-contents {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
	letter-spacing: normal;
	width: 220px;
	margin-left: 40px;
}
@media (max-width: 767px) {
  /* line 2, ../scss/_main-block-layout.scss */
  section.main-block {
		margin-top: 64px;
  }
  /* line 19, ../scss/_main-block-layout.scss */
  section.main-block > .contents {
		width: 100%;
  }
  /* line 22, ../scss/_main-block-layout.scss */
  section.main-block .left-contents,
  section.main-block .right-contents {
		width: 100%;
		margin: 0;
  }
}

@media (max-width: 767px) {
  /* line 30, ../scss/_main-block-layout.scss */
  .stations section.main-block {
		margin-top: 0;
  }
}

/**
 * Department Colors
  */
/* line 54, ../scss/_department-colors.scss */
#river .general-articles h4, #river .general-articles .textual-set a, #river .general-articles .link-set a {
	color: #4172ba;
}
/* line 61, ../scss/_department-colors.scss */
#river .general-articles h2, #river .general-articles h3, #river .general-articles .new-information-set, #river .general-articles .new-information-set .new-information, #river .side-menu .sub-title:after {
	border-color: #648dc9;
}
/* line 69, ../scss/_department-colors.scss */
#river .categories .category-list .to-list, #river .side-menu .head {
	background-color: #648dc9;
}
/* line 75, ../scss/_department-colors.scss */
#river .general-articles .table-set th, #river .general-articles .new-information-set {
	background-color: #F9FBFD;
}

/* line 87, ../scss/_department-colors.scss */
.icon.river {
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #648dc9;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #4172ba;
	font-weight: bold;
}

@media (max-width: 767px) {
  /* line 97, ../scss/_department-colors.scss */
  .globalNavDepartment .icon.river {
		border-left: solid 4px #648dc9;
		border-top: solid 1px #e6e6e6;
		border-right: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #333;
  }
}
/* line 106, ../scss/_department-colors.scss */
a:hover[class*='icon river'],
a.selected[class*='icon river'] {
	background-color: #648dc9;
	color: #fff;
}

/* line 116, ../scss/_department-colors.scss */
#sitemap .item-title.river {
	background-color: #648dc9;
	color: #fff;
}

/* line 54, ../scss/_department-colors.scss */
#road .general-articles h4, #road .general-articles .textual-set a, #road .general-articles .link-set a {
	color: #65539e;
}
/* line 61, ../scss/_department-colors.scss */
#road .general-articles h2, #road .general-articles h3, #road .general-articles .new-information-set, #road .general-articles .new-information-set .new-information, #road .side-menu .sub-title:after {
	border-color: #8d80bb;
}
/* line 69, ../scss/_department-colors.scss */
#road .categories .category-list .to-list, #road .side-menu .head {
	background-color: #8d80bb;
}
/* line 75, ../scss/_department-colors.scss */
#road .general-articles .table-set th, #road .general-articles .new-information-set {
	background-color: #FBF9FD;
}

/* line 87, ../scss/_department-colors.scss */
.icon.road {
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #8d80bb;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #65539e;
	font-weight: bold;
}

@media (max-width: 767px) {
  /* line 97, ../scss/_department-colors.scss */
  .globalNavDepartment .icon.road {
		border-left: solid 4px #8d80bb;
		border-top: solid 1px #e6e6e6;
		border-right: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #333;
  }
}
/* line 106, ../scss/_department-colors.scss */
a:hover[class*='icon road'],
a.selected[class*='icon road'] {
	background-color: #8d80bb;
	color: #fff;
}

/* line 116, ../scss/_department-colors.scss */
#sitemap .item-title.road {
	background-color: #8d80bb;
	color: #fff;
}

/* line 54, ../scss/_department-colors.scss */
#kensei .general-articles h4, #kensei .general-articles .textual-set a, #kensei .general-articles .link-set a {
	color: #a45192;
}
/* line 61, ../scss/_department-colors.scss */
#kensei .general-articles h2, #kensei .general-articles h3, #kensei .general-articles .new-information-set, #kensei .general-articles .new-information-set .new-information, #kensei .side-menu .sub-title:after {
	border-color: #b86ea9;
}
/* line 69, ../scss/_department-colors.scss */
#kensei .categories .category-list .to-list, #kensei .side-menu .head {
	background-color: #b86ea9;
}
/* line 75, ../scss/_department-colors.scss */
#kensei .general-articles .table-set th, #kensei .general-articles .new-information-set {
	background-color: #FDF9FD;
}

/* line 87, ../scss/_department-colors.scss */
.icon.kensei {
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #b86ea9;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #a45192;
	font-weight: bold;
}

@media (max-width: 767px) {
  /* line 97, ../scss/_department-colors.scss */
  .globalNavDepartment .icon.kensei {
		border-left: solid 4px #b86ea9;
		border-top: solid 1px #e6e6e6;
		border-right: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #333;
  }
}
/* line 106, ../scss/_department-colors.scss */
a:hover[class*='icon kensei'],
a.selected[class*='icon kensei'] {
	background-color: #b86ea9;
	color: #fff;
}

/* line 116, ../scss/_department-colors.scss */
#sitemap .item-title.kensei {
	background-color: #b86ea9;
	color: #fff;
}

/* line 54, ../scss/_department-colors.scss */
#kowan .general-articles h4, #kowan .general-articles .textual-set a, #kowan .general-articles .link-set a {
	color: #d25279;
}
/* line 61, ../scss/_department-colors.scss */
#kowan .general-articles h2, #kowan .general-articles h3, #kowan .general-articles .new-information-set, #kowan .general-articles .new-information-set .new-information, #kowan .side-menu .sub-title:after {
	border-color: #dc7695;
}
/* line 69, ../scss/_department-colors.scss */
#kowan .categories .category-list .to-list, #kowan .side-menu .head {
	background-color: #dc7695;
}
/* line 75, ../scss/_department-colors.scss */
#kowan .general-articles .table-set th, #kowan .general-articles .new-information-set {
	background-color: #F0F4F7;
}

/* line 87, ../scss/_department-colors.scss */
.icon.kowan {
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #dc7695;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #d25279;
	font-weight: bold;
}

@media (max-width: 767px) {
  /* line 97, ../scss/_department-colors.scss */
  .globalNavDepartment .icon.kowan {
		border-left: solid 4px #dc7695;
		border-top: solid 1px #e6e6e6;
		border-right: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #333;
  }
}
/* line 106, ../scss/_department-colors.scss */
a:hover[class*='icon kowan'],
a.selected[class*='icon kowan'] {
	background-color: #dc7695;
	color: #fff;
}

/* line 116, ../scss/_department-colors.scss */
#sitemap .item-title.kowan {
	background-color: #dc7695;
	color: #fff;
}

/* line 54, ../scss/_department-colors.scss */
#plan .general-articles h4, #plan .general-articles .textual-set a, #plan .general-articles .link-set a {
	color: #c42e2b;
}
/* line 61, ../scss/_department-colors.scss */
#plan .general-articles h2, #plan .general-articles h3, #plan .general-articles .new-information-set, #plan .general-articles .new-information-set .new-information, #plan .side-menu .sub-title:after {
	border-color: #db5d59;
}
/* line 69, ../scss/_department-colors.scss */
#plan .categories .category-list .to-list, #plan .side-menu .head {
	background-color: #db5d59;
}
/* line 75, ../scss/_department-colors.scss */
#plan .general-articles .table-set th, #plan .general-articles .new-information-set {
	background-color: #FDF9F9;
}

/* line 87, ../scss/_department-colors.scss */
.icon.plan {
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #db5d59;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #c42e2b;
	font-weight: bold;
}

@media (max-width: 767px) {
  /* line 97, ../scss/_department-colors.scss */
  .globalNavDepartment .icon.plan {
		border-left: solid 4px #db5d59;
		border-top: solid 1px #e6e6e6;
		border-right: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #333;
  }
}
/* line 106, ../scss/_department-colors.scss */
a:hover[class*='icon plan'],
a.selected[class*='icon plan'] {
	background-color: #db5d59;
	color: #fff;
}

/* line 116, ../scss/_department-colors.scss */
#sitemap .item-title.plan {
	background-color: #db5d59;
	color: #fff;
}

/* line 54, ../scss/_department-colors.scss */
#build .general-articles h4, #build .general-articles .textual-set a, #build .general-articles .link-set a {
	color: #bd6a04;
}
/* line 61, ../scss/_department-colors.scss */
#build .general-articles h2, #build .general-articles h3, #build .general-articles .new-information-set, #build .general-articles .new-information-set .new-information, #build .side-menu .sub-title:after {
	border-color: #e4ab00;
}
/* line 69, ../scss/_department-colors.scss */
#build .categories .category-list .to-list, #build .side-menu .head {
	background-color: #e4ab00;
}
/* line 75, ../scss/_department-colors.scss */
#build .general-articles .table-set th, #build .general-articles .new-information-set {
	background-color: #FDFCF9;
}

/* line 87, ../scss/_department-colors.scss */
.icon.build {
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #e4ab00;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #bd6a04;
	font-weight: bold;
}

@media (max-width: 767px) {
  /* line 97, ../scss/_department-colors.scss */
  .globalNavDepartment .icon.build {
		border-left: solid 4px #e4ab00;
		border-top: solid 1px #e6e6e6;
		border-right: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #333;
  }
}
/* line 106, ../scss/_department-colors.scss */
a:hover[class*='icon build'],
a.selected[class*='icon build'] {
	background-color: #e4ab00;
	color: #fff;
}

/* line 116, ../scss/_department-colors.scss */
#sitemap .item-title.build {
	background-color: #e4ab00;
	color: #fff;
}

/* line 54, ../scss/_department-colors.scss */
#land .general-articles h4, #land .general-articles .textual-set a, #land .general-articles .link-set a {
	color: #718c31;
}
/* line 61, ../scss/_department-colors.scss */
#land .general-articles h2, #land .general-articles h3, #land .general-articles .new-information-set, #land .general-articles .new-information-set .new-information, #land .side-menu .sub-title:after {
	border-color: #96c636;
}
/* line 69, ../scss/_department-colors.scss */
#land .categories .category-list .to-list, #land .side-menu .head {
	background-color: #96c636;
}
/* line 75, ../scss/_department-colors.scss */
#land .general-articles .table-set th, #land .general-articles .new-information-set {
	background-color: #F9FBF2;
}

/* line 87, ../scss/_department-colors.scss */
.icon.land {
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #96c636;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #718c31;
	font-weight: bold;
}

@media (max-width: 767px) {
  /* line 97, ../scss/_department-colors.scss */
  .globalNavDepartment .icon.land {
		border-left: solid 4px #96c636;
		border-top: solid 1px #e6e6e6;
		border-right: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #333;
  }
}
/* line 106, ../scss/_department-colors.scss */
a:hover[class*='icon land'],
a.selected[class*='icon land'] {
	background-color: #96c636;
	color: #fff;
}

/* line 116, ../scss/_department-colors.scss */
#sitemap .item-title.land {
	background-color: #96c636;
	color: #fff;
}

/* line 54, ../scss/_department-colors.scss */
#general .general-articles h4, #general .general-articles .textual-set a, #general .general-articles .link-set a {
	color: #3f9359;
}
/* line 61, ../scss/_department-colors.scss */
#general .general-articles h2, #general .general-articles h3, #general .general-articles .new-information-set, #general .general-articles .new-information-set .new-information, #general .side-menu .sub-title:after {
	border-color: #4eb56f;
}
/* line 69, ../scss/_department-colors.scss */
#general .categories .category-list .to-list, #general .side-menu .head {
	background-color: #4eb56f;
}
/* line 75, ../scss/_department-colors.scss */
#general .general-articles .table-set th, #general .general-articles .new-information-set {
	background-color: #F9FDFA;
}

/* line 87, ../scss/_department-colors.scss */
.icon.general {
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #4eb56f;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #3f9359;
	font-weight: bold;
}

@media (max-width: 767px) {
  /* line 97, ../scss/_department-colors.scss */
  .globalNavDepartment .icon.general {
		border-left: solid 4px #4eb56f;
		border-top: solid 1px #e6e6e6;
		border-right: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #333;
  }
}
/* line 106, ../scss/_department-colors.scss */
a:hover[class*='icon general'],
a.selected[class*='icon general'] {
	background-color: #4eb56f;
	color: #fff;
}

/* line 116, ../scss/_department-colors.scss */
#sitemap .item-title.general {
	background-color: #4eb56f;
	color: #fff;
}

/* line 54, ../scss/_department-colors.scss */
#theme .general-articles h4, #theme .general-articles .textual-set a, #theme .general-articles .link-set a {
	color: #123d94;
}
/* line 61, ../scss/_department-colors.scss */
#theme .general-articles h2, #theme .general-articles h3, #theme .general-articles .new-information-set, #theme .general-articles .new-information-set .new-information, #theme .side-menu .sub-title:after {
	border-color: #123d94;
}
/* line 69, ../scss/_department-colors.scss */
#theme .categories .category-list .to-list, #theme .side-menu .head {
	background-color: #123d94;
}
/* line 75, ../scss/_department-colors.scss */
#theme .general-articles .table-set th, #theme .general-articles .new-information-set {
	background-color: #F0F4F7;
}

/* line 87, ../scss/_department-colors.scss */
.icon.theme {
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #123d94;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #123d94;
	font-weight: bold;
}

@media (max-width: 767px) {
  /* line 97, ../scss/_department-colors.scss */
  .globalNavDepartment .icon.theme {
		border-left: solid 4px #123d94;
		border-top: solid 1px #e6e6e6;
		border-right: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #333;
  }
}
/* line 106, ../scss/_department-colors.scss */
a:hover[class*='icon theme'],
a.selected[class*='icon theme'] {
	background-color: #123d94;
	color: #fff;
}

/* line 116, ../scss/_department-colors.scss */
#sitemap .item-title.theme {
	background-color: #123d94;
	color: #fff;
}

/* line 54, ../scss/_department-colors.scss */
#other .general-articles h4, #other .general-articles .textual-set a, #other .general-articles .link-set a {
	color: #000000;
}
/* line 61, ../scss/_department-colors.scss */
#other .general-articles h2, #other .general-articles h3, #other .general-articles .new-information-set, #other .general-articles .new-information-set .new-information, #other .side-menu .sub-title:after {
	border-color: #000000;
}
/* line 69, ../scss/_department-colors.scss */
#other .categories .category-list .to-list, #other .side-menu .head {
	background-color: #000000;
}
/* line 75, ../scss/_department-colors.scss */
#other .general-articles .table-set th, #other .general-articles .new-information-set {
	background-color: #F0F4F7;
}

/* line 87, ../scss/_department-colors.scss */
.icon.other {
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #000000;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

@media (max-width: 767px) {
  /* line 97, ../scss/_department-colors.scss */
  .globalNavDepartment .icon.other {
		border-left: solid 4px #000000;
		border-top: solid 1px #e6e6e6;
		border-right: none;
		border-bottom: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #333;
  }
}
/* line 106, ../scss/_department-colors.scss */
a:hover[class*='icon other'],
a.selected[class*='icon other'] {
	background-color: #000000;
	color: #fff;
}

/* line 116, ../scss/_department-colors.scss */
#sitemap .item-title.other {
	background-color: #000000;
	color: #fff;
}

/* line 1, ../scss/_general-articles.scss */
.general-articles {
  /**
   * general-article内でflexboxを使った複数カラムを使ったレイアウトを定義
   * PC時 1-2-3-4,  SP時 1-1-1-2
   */
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col1 {
	float: left;
	width: 6.33333%;
	margin-right: 2%;
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col2 {
	float: left;
	width: 14.66667%;
	margin-right: 2%;
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col3 {
	float: left;
	width: 23%;
	margin-right: 2%;
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col4 {
	float: left;
	width: 31.33333%;
	margin-right: 2%;
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col5 {
	float: left;
	width: 39.66667%;
	margin-right: 2%;
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col6 {
	float: left;
	width: 48%;
	margin-right: 2%;
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col7 {
	float: left;
	width: 56.33333%;
	margin-right: 2%;
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col8 {
	float: left;
	width: 64.66667%;
	margin-right: 2%;
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col9 {
	float: left;
	width: 73%;
	margin-right: 2%;
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col10 {
	float: left;
	width: 81.33333%;
	margin-right: 2%;
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col11 {
	float: left;
	width: 89.66667%;
	margin-right: 2%;
}
/* line 36, ../scss/_common-mixin.scss */
.general-articles .col12 {
	float: left;
	width: 100%;
	margin-right: 0%;
}
@media (max-width: 767px) {
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col1 {
		width: 14.66667%;
		margin-right: 2%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col1-s {
		width: 6.33333%;
		margin-right: 2%;
  }
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col2 {
		width: 31.33333%;
		margin-right: 2%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col2-s {
		width: 14.66667%;
		margin-right: 2%;
  }
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col3 {
		width: 48%;
		margin-right: 2%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col3-s {
		width: 23%;
		margin-right: 2%;
  }
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col4 {
		width: 64.66667%;
		margin-right: 2%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col4-s {
		width: 31.33333%;
		margin-right: 2%;
  }
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col5 {
		width: 81.33333%;
		margin-right: 2%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col5-s {
		width: 39.66667%;
		margin-right: 2%;
  }
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col6 {
		width: 98%;
		margin-right: 2%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col6-s {
		width: 48%;
		margin-right: 2%;
  }
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col7 {
		width: 98%;
		margin-right: 2%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col7-s {
		width: 56.33333%;
		margin-right: 2%;
  }
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col8 {
		width: 98%;
		margin-right: 2%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col8-s {
		width: 64.66667%;
		margin-right: 2%;
  }
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col9 {
		width: 98%;
		margin-right: 2%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col9-s {
		width: 73%;
		margin-right: 2%;
  }
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col10 {
		width: 98%;
		margin-right: 2%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col10-s {
		width: 81.33333%;
		margin-right: 2%;
  }
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col11 {
		width: 98%;
		margin-right: 2%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col11-s {
		width: 89.66667%;
		margin-right: 2%;
  }
  /* line 47, ../scss/_common-mixin.scss */
  .general-articles .col12 {
		width: 100%;
		margin-right: 0%;
  }
  /* line 51, ../scss/_common-mixin.scss */
  .general-articles .col12-s {
		width: 100%;
		margin-right: 0%;
  }
}
/* line 107, ../scss/_general-articles.scss */
.general-articles .general-article {
	margin-top: 5px;
	margin-bottom: 1rem;
}
/* line 112, ../scss/_general-articles.scss */
.general-articles .general-article h2, .general-articles .general-article h3, .general-articles .general-article h4 {
	font-weight: bold;
	margin-bottom: 1.5em;
	line-height: 1.3em;
}
/* line 118, ../scss/_general-articles.scss */
.general-articles .general-article h2 {
	box-sizing: border-box;
	border-left: solid 4px #123d94;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 1rem;
}
@media (max-width: 767px) {
  /* line 118, ../scss/_general-articles.scss */
  .general-articles .general-article h2 {
		font-size: 14px;
		font-size: 1.4rem;
  }
}
/* line 128, ../scss/_general-articles.scss */
.general-articles .general-article h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: solid 2px #123d94;
	padding-bottom: .5rem;
}
@media (max-width: 767px) {
  /* line 128, ../scss/_general-articles.scss */
  .general-articles .general-article h3 {
		font-size: 12px;
		font-size: 1.2rem;
  }
}
/* line 138, ../scss/_general-articles.scss */
.general-articles .general-article h4 {
	color: #123d94;
	font-size: 12px;
	font-size: 1.2rem;
}
@media (max-width: 767px) {
  /* line 138, ../scss/_general-articles.scss */
  .general-articles .general-article h4 {
		font-size: 10px;
		font-size: 1rem;
  }
}
/* line 146, ../scss/_general-articles.scss */
.general-articles .general-article h5 {
	font-size: 10px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2rem;
	margin-bottom: 1em;
}
@media (max-width: 767px) {
  /* line 146, ../scss/_general-articles.scss */
  .general-articles .general-article h5 {
		font-size: 8px;
		font-size: 0.8rem;
  }
}
/* line 156, ../scss/_general-articles.scss */
.general-articles .general-article article {
	margin-bottom: 1rem;
}
/* line 158, ../scss/_general-articles.scss */
.general-articles .general-article article small {
	font-size: 7px;
	font-size: 0.7rem;
	margin-top: 5px;
}
/* line 164, ../scss/_general-articles.scss */
.general-articles .general-article section.image:after {
	content: " ";
	display: block;
	height: 10px;
}
/* line 11, ../scss/_common-mixin.scss */
.general-articles .general-article .textual-set:after {
	content: "";
	display: block;
	clear: both;
}
/* line 65, ../scss/_common-mixin.scss */
.general-articles .general-article .textual-set a[target^='_blank'] small:after {
	display: inline-block;
	margin-left: .2rem;
	content: url('../images/common/external_window_blue.png?1485921873');
}
/* line 173, ../scss/_general-articles.scss */
.general-articles .general-article .textual-set section.image {
	display: table;
	width: 300px;
	max-width: 740px;
	margin-bottom: 5px;
}
/* line 178, ../scss/_general-articles.scss */
.general-articles .general-article .textual-set section.image small {
	display: block;
	text-align: center;
}
/* line 182, ../scss/_general-articles.scss */
.general-articles .general-article .textual-set section.image.left {
	float: left;
	margin-right: 26px;
}
/* line 185, ../scss/_general-articles.scss */
.general-articles .general-article .textual-set section.image.center {
	float: none;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
}
/* line 14, ../scss/_general-articles.scss */
.general-articles .general-article .textual-set section.image.center video,
.general-articles .general-article .textual-set section.image.center iframe,
.general-articles .general-article .textual-set section.image.center img {
	max-width: 740px;
	height: auto;
}
/* line 188, ../scss/_general-articles.scss */
.general-articles .general-article .textual-set section.image.right {
	float: right;
	margin-left: 26px;
}
/* line 191, ../scss/_general-articles.scss */
.general-articles .general-article .textual-set section.image img {
	height: auto;
}
/* line 28, ../scss/_general-articles.scss */
.general-articles .general-article .textual-set section.image img {
	max-width: 740px;
	display: block;
	margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 173, ../scss/_general-articles.scss */
  .general-articles .general-article .textual-set section.image {
		display: inline;
  }
  /* line 197, ../scss/_general-articles.scss */
  .general-articles .general-article .textual-set section.image small {
		text-align: center;
  }
  /* line 200, ../scss/_general-articles.scss */
  .general-articles .general-article .textual-set section.image.left, .general-articles .general-article .textual-set section.image.center, .general-articles .general-article .textual-set section.image.right {
		float: none;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
  }
  /* line 14, ../scss/_general-articles.scss */
  .general-articles .general-article .textual-set section.image.left video,
  .general-articles .general-article .textual-set section.image.left iframe,
  .general-articles .general-article .textual-set section.image.left img, .general-articles .general-article .textual-set section.image.center video,
  .general-articles .general-article .textual-set section.image.center iframe,
  .general-articles .general-article .textual-set section.image.center img, .general-articles .general-article .textual-set section.image.right video,
  .general-articles .general-article .textual-set section.image.right iframe,
  .general-articles .general-article .textual-set section.image.right img {
		max-width: 100%;
		height: auto;
  }
}
/* line 11, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set:after {
	content: "";
	display: block;
	clear: both;
}
/* line 65, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[target^='_blank']:after {
	display: inline-block;
	margin-left: .2rem;
	content: url('../images/common/external_window_blue.png?1485921873');
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.doc'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.docx'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.docm'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.dotx'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.dotm'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.xls'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.xlsx'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.xlt'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.xml'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.xlsm'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.csv'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.ppt'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.pptx'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.pptm'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.jtd'][target^='_blank']:after {
	content: "Jtd";
	font-size: 5px;
	font-size: 0.5rem;
	background: #757575;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.pdf'][target^='_blank']:after {
	content: "PDF";
	font-size: 5px;
	font-size: 0.5rem;
	background: #d25279;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.avi'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.wmv'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.mov'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.mp4'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.mpeg'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.mpg'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.zip'][target^='_blank']:after {
	content: "Zip";
	font-size: 5px;
	font-size: 0.5rem;
	background: #e4ab00;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set a[href$='.'][target^='_blank']:after {
	content: "";
	font-size: 5px;
	font-size: 0.5rem;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 228, ../scss/_general-articles.scss */
.general-articles .general-article .link-set h5 {
	margin-bottom: 0;
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li:before {
	position: absolute;
	left: 0px;
	top: 1rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/river.png?1484053656');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#river .general-articles .general-article .link-set li:before, .general-articles .general-article .link-set.river li:before {
	background-image: url('../images/common/arrows/river.png?1484053656');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li:before {
	position: absolute;
	left: 0px;
	top: 1rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/road.png?1484053664');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#road .general-articles .general-article .link-set li:before, .general-articles .general-article .link-set.road li:before {
	background-image: url('../images/common/arrows/road.png?1484053664');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li:before {
	position: absolute;
	left: 0px;
	top: 1rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kensei.png?1484053677');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kensei .general-articles .general-article .link-set li:before, .general-articles .general-article .link-set.kensei li:before {
	background-image: url('../images/common/arrows/kensei.png?1484053677');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li:before {
	position: absolute;
	left: 0px;
	top: 1rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kowan.png?1484053685');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kowan .general-articles .general-article .link-set li:before, .general-articles .general-article .link-set.kowan li:before {
	background-image: url('../images/common/arrows/kowan.png?1484053685');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li:before {
	position: absolute;
	left: 0px;
	top: 1rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/plan.png?1484053697');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#plan .general-articles .general-article .link-set li:before, .general-articles .general-article .link-set.plan li:before {
	background-image: url('../images/common/arrows/plan.png?1484053697');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li:before {
	position: absolute;
	left: 0px;
	top: 1rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/build.png?1484053704');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#build .general-articles .general-article .link-set li:before, .general-articles .general-article .link-set.build li:before {
	background-image: url('../images/common/arrows/build.png?1484053704');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li:before {
	position: absolute;
	left: 0px;
	top: 1rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/land.png?1484053710');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#land .general-articles .general-article .link-set li:before, .general-articles .general-article .link-set.land li:before {
	background-image: url('../images/common/arrows/land.png?1484053710');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li:before {
	position: absolute;
	left: 0px;
	top: 1rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/general.png?1484053717');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#general .general-articles .general-article .link-set li:before, .general-articles .general-article .link-set.general li:before {
	background-image: url('../images/common/arrows/general.png?1484053717');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li:before {
	position: absolute;
	left: 0px;
	top: 1rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/theme.png?1484124737');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#theme .general-articles .general-article .link-set li:before, .general-articles .general-article .link-set.theme li:before {
	background-image: url('../images/common/arrows/theme.png?1484124737');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li:before {
	position: absolute;
	left: 0px;
	top: 1rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#other .general-articles .general-article .link-set li:before, .general-articles .general-article .link-set.other li:before {
	background-image: url('../images/common/arrows/other.png?1484124737');
}
/* line 233, ../scss/_general-articles.scss */
.general-articles .general-article .link-set .parent li.header {
	padding-left: 0;
}
/* line 235, ../scss/_general-articles.scss */
.general-articles .general-article .link-set .parent li.header:before {
	background-image: none !important;
}
/* line 241, ../scss/_general-articles.scss */
.general-articles .general-article .link-set li {
	padding-top: 3px;
	padding-bottom: 3px;
}
/* line 44, ../scss/_general-articles.scss */
.general-articles .general-article .link-set li a[target^='_blank']:after {
	top: .8rem;
}
/* line 47, ../scss/_general-articles.scss */
.general-articles .general-article .link-set li a:after {
	position: relative;
	transform: translateY(-50%);
}
/* line 246, ../scss/_general-articles.scss */
.general-articles .general-article .link-set li a {
	color: #123d94;
}
/* line 252, ../scss/_general-articles.scss */
.general-articles .general-article .link-set li {
	font-weight: bold;
	padding-left: 19px;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li #river li:before {
	background-image: none;
	background-color: #648dc9;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li #road li:before {
	background-image: none;
	background-color: #8d80bb;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li #kensei li:before {
	background-image: none;
	background-color: #b86ea9;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li #kowan li:before {
	background-image: none;
	background-color: #dc7695;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li #plan li:before {
	background-image: none;
	background-color: #db5d59;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li #build li:before {
	background-image: none;
	background-color: #e4ab00;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li #land li:before {
	background-image: none;
	background-color: #96c636;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li #general li:before {
	background-image: none;
	background-color: #4eb56f;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li #theme li:before {
	background-image: none;
	background-color: #123d94;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li #other li:before {
	background-image: none;
	background-color: #000000;
}
/* line 257, ../scss/_general-articles.scss */
.general-articles .general-article .link-set li li {
	font-weight: normal;
	padding-left: 10px;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li li #river li:before {
	background-image: none;
	background-color: #648dc9;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li li #road li:before {
	background-image: none;
	background-color: #8d80bb;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li li #kensei li:before {
	background-image: none;
	background-color: #b86ea9;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li li #kowan li:before {
	background-image: none;
	background-color: #dc7695;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li li #plan li:before {
	background-image: none;
	background-color: #db5d59;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li li #build li:before {
	background-image: none;
	background-color: #e4ab00;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li li #land li:before {
	background-image: none;
	background-color: #96c636;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li li #general li:before {
	background-image: none;
	background-color: #4eb56f;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li li #theme li:before {
	background-image: none;
	background-color: #123d94;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set li li li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set li li #other li:before {
	background-image: none;
	background-color: #000000;
}
/* line 262, ../scss/_general-articles.scss */
.general-articles .general-article .link-set li li li {
	font-size: 8.5px;
	font-size: 0.85rem;
}
/* line 269, ../scss/_general-articles.scss */
.general-articles .general-article .link-set div.wrap {
	margin: 3px 0;
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li:before {
	position: absolute;
	left: 0px;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/river.png?1484053656');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#river .general-articles .general-article .link-set div.wrap li:before, .general-articles .general-article .link-set div.wrap.river li:before {
	background-image: url('../images/common/arrows/river.png?1484053656');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li:before {
	position: absolute;
	left: 0px;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/road.png?1484053664');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#road .general-articles .general-article .link-set div.wrap li:before, .general-articles .general-article .link-set div.wrap.road li:before {
	background-image: url('../images/common/arrows/road.png?1484053664');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li:before {
	position: absolute;
	left: 0px;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kensei.png?1484053677');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kensei .general-articles .general-article .link-set div.wrap li:before, .general-articles .general-article .link-set div.wrap.kensei li:before {
	background-image: url('../images/common/arrows/kensei.png?1484053677');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li:before {
	position: absolute;
	left: 0px;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kowan.png?1484053685');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kowan .general-articles .general-article .link-set div.wrap li:before, .general-articles .general-article .link-set div.wrap.kowan li:before {
	background-image: url('../images/common/arrows/kowan.png?1484053685');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li:before {
	position: absolute;
	left: 0px;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/plan.png?1484053697');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#plan .general-articles .general-article .link-set div.wrap li:before, .general-articles .general-article .link-set div.wrap.plan li:before {
	background-image: url('../images/common/arrows/plan.png?1484053697');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li:before {
	position: absolute;
	left: 0px;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/build.png?1484053704');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#build .general-articles .general-article .link-set div.wrap li:before, .general-articles .general-article .link-set div.wrap.build li:before {
	background-image: url('../images/common/arrows/build.png?1484053704');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li:before {
	position: absolute;
	left: 0px;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/land.png?1484053710');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#land .general-articles .general-article .link-set div.wrap li:before, .general-articles .general-article .link-set div.wrap.land li:before {
	background-image: url('../images/common/arrows/land.png?1484053710');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li:before {
	position: absolute;
	left: 0px;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/general.png?1484053717');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#general .general-articles .general-article .link-set div.wrap li:before, .general-articles .general-article .link-set div.wrap.general li:before {
	background-image: url('../images/common/arrows/general.png?1484053717');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li:before {
	position: absolute;
	left: 0px;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/theme.png?1484124737');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#theme .general-articles .general-article .link-set div.wrap li:before, .general-articles .general-article .link-set div.wrap.theme li:before {
	background-image: url('../images/common/arrows/theme.png?1484124737');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li:before {
	position: absolute;
	left: 0px;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#other .general-articles .general-article .link-set div.wrap li:before, .general-articles .general-article .link-set div.wrap.other li:before {
	background-image: url('../images/common/arrows/other.png?1484124737');
}
/* line 274, ../scss/_general-articles.scss */
.general-articles .general-article .link-set div.wrap ul.inline.parent {
	margin-top: 20px;
}
/* line 276, ../scss/_general-articles.scss */
.general-articles .general-article .link-set div.wrap ul.inline.parent:first-child {
	margin-top: 0;
}
/* line 279, ../scss/_general-articles.scss */
.general-articles .general-article .link-set div.wrap ul.inline.parent li:first-child[class^='header'] {
	display: block;
}
/* line 283, ../scss/_general-articles.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child {
	padding-left: 1rem;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child #river li:before {
	background-image: none;
	background-color: #648dc9;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child #road li:before {
	background-image: none;
	background-color: #8d80bb;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child #kensei li:before {
	background-image: none;
	background-color: #b86ea9;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child #kowan li:before {
	background-image: none;
	background-color: #dc7695;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child #plan li:before {
	background-image: none;
	background-color: #db5d59;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child #build li:before {
	background-image: none;
	background-color: #e4ab00;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child #land li:before {
	background-image: none;
	background-color: #96c636;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child #general li:before {
	background-image: none;
	background-color: #4eb56f;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child #theme li:before {
	background-image: none;
	background-color: #123d94;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li:before {
	content: " ";
	position: absolute;
	top: 0.9rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-image: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child #other li:before {
	background-image: none;
	background-color: #000000;
}
/* line 286, ../scss/_general-articles.scss */
.general-articles .general-article .link-set div.wrap ul.inline.child li {
	font-weight: normal;
	padding-left: 10px;
	margin-right: 10px;
}
/* line 292, ../scss/_general-articles.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild {
	padding-left: 2rem;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild #river li:before {
	background-image: none;
	background-color: #648dc9;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild #road li:before {
	background-image: none;
	background-color: #8d80bb;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild #kensei li:before {
	background-image: none;
	background-color: #b86ea9;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild #kowan li:before {
	background-image: none;
	background-color: #dc7695;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild #plan li:before {
	background-image: none;
	background-color: #db5d59;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild #build li:before {
	background-image: none;
	background-color: #e4ab00;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild #land li:before {
	background-image: none;
	background-color: #96c636;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild #general li:before {
	background-image: none;
	background-color: #4eb56f;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild #theme li:before {
	background-image: none;
	background-color: #123d94;
}
/* line 183, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li:before {
	content: " ";
	position: absolute;
	top: 0.8rem;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 3px;
	background-image: none;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	border-radius: 1.5px;
	background-color: #333;
	line-height: 100%;
}
/* line 195, ../scss/_common-mixin.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li {
	position: relative;
}
/* line 39, ../scss/_department-colors.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild #other li:before {
	background-image: none;
	background-color: #000000;
}
/* line 295, ../scss/_general-articles.scss */
.general-articles .general-article .link-set div.wrap ul.inline.grandchild li {
	font-weight: normal;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 8.5px;
	font-size: 0.85rem;
}
/* line 307, ../scss/_general-articles.scss */
.general-articles .general-article .note-set {
	box-sizing: border-box;
	border: solid 1px #a8a8a8;
}
/* line 11, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set:after {
	content: "";
	display: block;
	clear: both;
}
/* line 65, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[target^='_blank']:after {
	display: inline-block;
	margin-left: .2rem;
	content: url('../images/common/external_window_blue.png?1485921873');
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.doc'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.docx'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.docm'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.dotx'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.dotm'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.xls'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.xlsx'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.xlt'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.xml'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.xlsm'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.csv'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.ppt'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.pptx'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.pptm'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.jtd'][target^='_blank']:after {
	content: "Jtd";
	font-size: 5px;
	font-size: 0.5rem;
	background: #757575;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.pdf'][target^='_blank']:after {
	content: "PDF";
	font-size: 5px;
	font-size: 0.5rem;
	background: #d25279;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.avi'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.wmv'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.mov'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.mp4'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.mpeg'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.mpg'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.zip'][target^='_blank']:after {
	content: "Zip";
	font-size: 5px;
	font-size: 0.5rem;
	background: #e4ab00;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .note-set a[href$='.'][target^='_blank']:after {
	content: "";
	font-size: 5px;
	font-size: 0.5rem;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 315, ../scss/_general-articles.scss */
.general-articles .general-article .note-set div {
	overflow: hidden;
	*zoom: 1;
	margin: 30px;
}
/* line 319, ../scss/_general-articles.scss */
.general-articles .general-article .note-set section.image {
	display: table;
	width: 300px;
	max-width: 680px;
	margin-bottom: 5px;
}
/* line 325, ../scss/_general-articles.scss */
.general-articles .general-article .note-set section.image small {
	display: block;
	text-align: center;
}
/* line 329, ../scss/_general-articles.scss */
.general-articles .general-article .note-set section.image.left {
	float: left;
	margin-right: 26px;
}
/* line 332, ../scss/_general-articles.scss */
.general-articles .general-article .note-set section.image.center {
	float: none;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}
/* line 14, ../scss/_general-articles.scss */
.general-articles .general-article .note-set section.image.center video,
.general-articles .general-article .note-set section.image.center iframe,
.general-articles .general-article .note-set section.image.center img {
	max-width: 680px;
	height: auto;
}
/* line 335, ../scss/_general-articles.scss */
.general-articles .general-article .note-set section.image.right {
	float: right;
	margin-left: 26px;
}
/* line 28, ../scss/_general-articles.scss */
.general-articles .general-article .note-set section.image img {
	max-width: 680px;
	display: block;
	margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 319, ../scss/_general-articles.scss */
  .general-articles .general-article .note-set section.image {
		display: inline;
  }
  /* line 341, ../scss/_general-articles.scss */
  .general-articles .general-article .note-set section.image small {
		text-align: center;
  }
  /* line 344, ../scss/_general-articles.scss */
  .general-articles .general-article .note-set section.image.left, .general-articles .general-article .note-set section.image.center, .general-articles .general-article .note-set section.image.right {
		float: none;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
  }
  /* line 14, ../scss/_general-articles.scss */
  .general-articles .general-article .note-set section.image.left video,
  .general-articles .general-article .note-set section.image.left iframe,
  .general-articles .general-article .note-set section.image.left img, .general-articles .general-article .note-set section.image.center video,
  .general-articles .general-article .note-set section.image.center iframe,
  .general-articles .general-article .note-set section.image.center img, .general-articles .general-article .note-set section.image.right video,
  .general-articles .general-article .note-set section.image.right iframe,
  .general-articles .general-article .note-set section.image.right img {
		max-width: 100%;
		height: auto;
  }
}
/* line 11, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set:after {
	content: "";
	display: block;
	clear: both;
}
/* line 65, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[target^='_blank'] div[class^='link-title']:after {
	display: inline-block;
	margin-left: .2rem;
	content: url('../images/common/external_window_blue.png?1485921873');
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.doc'][target^='_blank'] div[class^='link-title']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.docx'][target^='_blank'] div[class^='link-title']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.docm'][target^='_blank'] div[class^='link-title']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.dotx'][target^='_blank'] div[class^='link-title']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.dotm'][target^='_blank'] div[class^='link-title']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.xls'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.xlsx'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.xlt'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.xml'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.xlsm'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.csv'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.ppt'][target^='_blank'] div[class^='link-title']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.pptx'][target^='_blank'] div[class^='link-title']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.pptm'][target^='_blank'] div[class^='link-title']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.jtd'][target^='_blank'] div[class^='link-title']:after {
	content: "Jtd";
	font-size: 5px;
	font-size: 0.5rem;
	background: #757575;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.pdf'][target^='_blank'] div[class^='link-title']:after {
	content: "PDF";
	font-size: 5px;
	font-size: 0.5rem;
	background: #d25279;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.avi'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.wmv'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.mov'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.mp4'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.mpeg'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.mpg'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.zip'][target^='_blank'] div[class^='link-title']:after {
	content: "Zip";
	font-size: 5px;
	font-size: 0.5rem;
	background: #e4ab00;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set a[href$='.'][target^='_blank'] div[class^='link-title']:after {
	content: "";
	font-size: 5px;
	font-size: 0.5rem;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 59, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set .flex {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* line 62, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set .flex .item.hide {
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	margin-top: 0 !important;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set.column1 .item {
	margin-right: 1%;
	width: 100%;
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set.column2 .item {
	margin-right: 1%;
	width: 49%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set.column2 .item:nth-child(2) {
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set.column3 .item {
	margin-right: 1%;
	width: 32%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set.column3 .item:nth-child(3) {
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set.column4 .item {
	margin-right: 1%;
	width: 23.5%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set.column4 .item:nth-child(4) {
	margin-right: 0;
}
@media (max-width: 767px) {
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .button-link-set.column2 .item {
		margin-right: 1%;
		width: 100%;
		margin-right: 0;
  }
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .button-link-set.column3 .item {
		margin-right: 1%;
		width: 100%;
		margin-right: 0;
  }
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .button-link-set.column4 .item {
		margin-right: 1%;
		width: 48%;
  }
  /* line 94, ../scss/_general-articles.scss */
  .general-articles .general-article .button-link-set.column4 .item:nth-child(2) {
		margin-right: 0;
  }
  /* line 76, ../scss/_general-articles.scss */
  .general-articles .general-article .button-link-set .flex .item:nth-child(n+2) {
		margin-top: 1rem;
  }
  /* line 80, ../scss/_general-articles.scss */
  .general-articles .general-article .button-link-set.column4 .flex .item:nth-child(-n+2) {
		margin-top: 0rem;
  }
}
/* line 362, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set .flex {
	margin-top: 1rem;
}
/* line 364, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set .flex:first-child {
	margin-top: 0;
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item:before {
	position: absolute;
	left: 16px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/river.png?1484053656');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#river .general-articles .general-article .button-link-set .flex .item:before, .general-articles .general-article .button-link-set .flex.river .item:before {
	background-image: url('../images/common/arrows/river.png?1484053656');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item:before {
	position: absolute;
	left: 16px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/road.png?1484053664');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#road .general-articles .general-article .button-link-set .flex .item:before, .general-articles .general-article .button-link-set .flex.road .item:before {
	background-image: url('../images/common/arrows/road.png?1484053664');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item:before {
	position: absolute;
	left: 16px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kensei.png?1484053677');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kensei .general-articles .general-article .button-link-set .flex .item:before, .general-articles .general-article .button-link-set .flex.kensei .item:before {
	background-image: url('../images/common/arrows/kensei.png?1484053677');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item:before {
	position: absolute;
	left: 16px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kowan.png?1484053685');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kowan .general-articles .general-article .button-link-set .flex .item:before, .general-articles .general-article .button-link-set .flex.kowan .item:before {
	background-image: url('../images/common/arrows/kowan.png?1484053685');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item:before {
	position: absolute;
	left: 16px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/plan.png?1484053697');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#plan .general-articles .general-article .button-link-set .flex .item:before, .general-articles .general-article .button-link-set .flex.plan .item:before {
	background-image: url('../images/common/arrows/plan.png?1484053697');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item:before {
	position: absolute;
	left: 16px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/build.png?1484053704');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#build .general-articles .general-article .button-link-set .flex .item:before, .general-articles .general-article .button-link-set .flex.build .item:before {
	background-image: url('../images/common/arrows/build.png?1484053704');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item:before {
	position: absolute;
	left: 16px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/land.png?1484053710');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#land .general-articles .general-article .button-link-set .flex .item:before, .general-articles .general-article .button-link-set .flex.land .item:before {
	background-image: url('../images/common/arrows/land.png?1484053710');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item:before {
	position: absolute;
	left: 16px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/general.png?1484053717');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#general .general-articles .general-article .button-link-set .flex .item:before, .general-articles .general-article .button-link-set .flex.general .item:before {
	background-image: url('../images/common/arrows/general.png?1484053717');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item:before {
	position: absolute;
	left: 16px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/theme.png?1484124737');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#theme .general-articles .general-article .button-link-set .flex .item:before, .general-articles .general-article .button-link-set .flex.theme .item:before {
	background-image: url('../images/common/arrows/theme.png?1484124737');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item:before {
	position: absolute;
	left: 16px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .button-link-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#other .general-articles .general-article .button-link-set .flex .item:before, .general-articles .general-article .button-link-set .flex.other .item:before {
	background-image: url('../images/common/arrows/other.png?1484124737');
}
/* line 369, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set .flex .item {
	display: flex;
  /* Required for Safari  */
	align-items: center;
  /* Required for Safari  */
	min-height: 70px;
	box-sizing: border-box;
	border: solid 1px #a8a8a8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	display: block\9;
  /* less than IE11 */
	min-height: auto\9;
  /* less than IE11 */
}
/* line 380, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set .flex .item a {
	min-height: 70px;
	display: flex;
  /* Required for Chorme */
	flex-direction: column;
  /* Required for Chorme */
	justify-content: center;
  /* Required for Chorme */
}
@media all and (-ms-high-contrast: none) {
  /* line 380, ../scss/_general-articles.scss */
  .general-articles .general-article .button-link-set .flex .item a {
		flex-direction: row;
    /* IE11 */
		min-height: auto;
    /* IE11 */
		display: block\9;
    /* less than IE11 */
  }
}
/* line 392, ../scss/_general-articles.scss */
.general-articles .general-article .button-link-set .flex .item .link-title {
	padding: 5px 10px 5px 35px;
	line-height: 1.5;
}
/* line 402, ../scss/_general-articles.scss */
.general-articles .general-article .table-set th, .general-articles .general-article .table-set td {
	box-sizing: border-box;
	border: solid 1px #a8a8a8;
	padding: 16px 16px;
}
/* line 407, ../scss/_general-articles.scss */
.general-articles .general-article .table-set th {
	font-weight: bold;
	text-align: center;
}
/* line 11, ../scss/_common-mixin.scss */
.general-articles .general-article .photo-set:after {
	content: "";
	display: block;
	clear: both;
}
/* line 59, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set .flex {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* line 62, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set .flex .item.hide {
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	margin-top: 0 !important;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set.column1 .item {
	margin-right: 1%;
	width: 100%;
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set.column2 .item {
	margin-right: 1%;
	width: 49%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set.column2 .item:nth-child(2) {
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set.column3 .item {
	margin-right: 1%;
	width: 32%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set.column3 .item:nth-child(3) {
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set.column4 .item {
	margin-right: 1%;
	width: 23.5%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set.column4 .item:nth-child(4) {
	margin-right: 0;
}
@media (max-width: 767px) {
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set.column2 .item {
		margin-right: 1%;
		width: 100%;
		margin-right: 0;
  }
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set.column3 .item {
		margin-right: 1%;
		width: 100%;
		margin-right: 0;
  }
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set.column4 .item {
		margin-right: 1%;
		width: 48%;
  }
  /* line 94, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set.column4 .item:nth-child(2) {
		margin-right: 0;
  }
  /* line 76, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set .flex .item:nth-child(n+2) {
		margin-top: 1rem;
  }
  /* line 80, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set.column4 .flex .item:nth-child(-n+2) {
		margin-top: 0rem;
  }
}
/* line 28, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set.column2 img {
	max-width: 360px;
	display: block;
	margin: 0 auto;
}
/* line 28, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set.column3 img {
	max-width: 232px;
	display: block;
	margin: 0 auto;
}
/* line 28, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set.column4 img {
	max-width: 170px;
	display: block;
	margin: 0 auto;
}
/* line 430, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set h5 {
	text-align: center;
}
/* line 433, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set .flex {
	margin-top: 1rem;
}
/* line 435, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set .flex:first-child {
	margin-top: 0;
}
/* line 439, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set .flex .item {
	min-height: 70px;
	text-align: left;
}
/* line 442, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set .flex .item img {
	margin-bottom: 20px;
}
/* line 444, ../scss/_general-articles.scss */
.general-articles .general-article .photo-set .flex .item img.withFrame {
	border: solid 1px #a8a8a8;
}
@media (max-width: 767px) {
  /* line 413, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set {
		margin-bottom: 1.5rem;
  }
  /* line 454, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set h5 {
		margin-bottom: 10px;
  }
  /* line 28, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set.column2 img, .general-articles .general-article .photo-set.column3 img {
		max-width: 240px;
		display: block;
		margin: 0 auto;
  }
  /* line 460, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set.column2 .item img, .general-articles .general-article .photo-set.column3 .item img {
		margin-bottom: 10px;
		max-width: 100%;
  }
  /* line 28, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set.column4 img {
		max-width: 140px;
		display: block;
		margin: 0 auto;
  }
  /* line 467, ../scss/_general-articles.scss */
  .general-articles .general-article .photo-set.column4 .item img {
		margin-bottom: 10px;
		max-width: 100%;
  }
}
/* line 11, ../scss/_common-mixin.scss */
.general-articles .general-article .movie-set:after {
	content: "";
	display: block;
	clear: both;
}
/* line 478, ../scss/_general-articles.scss */
.general-articles .general-article .movie-set iframe,
.general-articles .general-article .movie-set video {
	width: 400px;
	display: block;
	margin: 0 auto;
	min-height: 226px;
}
/* line 485, ../scss/_general-articles.scss */
.general-articles .general-article .movie-set section.image {
	max-width: 400px;
	margin-bottom: 16px;
}
/* line 488, ../scss/_general-articles.scss */
.general-articles .general-article .movie-set section.image.left {
	float: left;
	margin-right: 26px;
}
/* line 491, ../scss/_general-articles.scss */
.general-articles .general-article .movie-set section.image.center {
	float: none;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
/* line 14, ../scss/_general-articles.scss */
.general-articles .general-article .movie-set section.image.center video,
.general-articles .general-article .movie-set section.image.center iframe,
.general-articles .general-article .movie-set section.image.center img {
	max-width: 480px;
	height: 158px;
}
/* line 494, ../scss/_general-articles.scss */
.general-articles .general-article .movie-set section.image.right {
	float: right;
	margin-left: 26px;
}
@media (max-width: 767px) {
  /* line 499, ../scss/_general-articles.scss */
  .general-articles .general-article .movie-set section.image.left, .general-articles .general-article .movie-set section.image.center, .general-articles .general-article .movie-set section.image.right {
		float: none;
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
  }
  /* line 14, ../scss/_general-articles.scss */
  .general-articles .general-article .movie-set section.image.left video,
  .general-articles .general-article .movie-set section.image.left iframe,
  .general-articles .general-article .movie-set section.image.left img, .general-articles .general-article .movie-set section.image.center video,
  .general-articles .general-article .movie-set section.image.center iframe,
  .general-articles .general-article .movie-set section.image.center img, .general-articles .general-article .movie-set section.image.right video,
  .general-articles .general-article .movie-set section.image.right iframe,
  .general-articles .general-article .movie-set section.image.right img {
		max-width: 240px;
		height: auto;
  }
}
/* line 11, ../scss/_common-mixin.scss */
.general-articles .general-article .banner-set:after {
	content: "";
	display: block;
	clear: both;
}
/* line 59, ../scss/_general-articles.scss */
.general-articles .general-article .banner-set .flex {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* line 62, ../scss/_general-articles.scss */
.general-articles .general-article .banner-set .flex .item.hide {
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	margin-top: 0 !important;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .banner-set.column1 .item {
	margin-right: 1%;
	width: 100%;
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .banner-set.column2 .item {
	margin-right: 1%;
	width: 49%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .banner-set.column2 .item:nth-child(2) {
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .banner-set.column3 .item {
	margin-right: 1%;
	width: 32%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .banner-set.column3 .item:nth-child(3) {
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .banner-set.column4 .item {
	margin-right: 1%;
	width: 23.5%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .banner-set.column4 .item:nth-child(4) {
	margin-right: 0;
}
@media (max-width: 767px) {
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .banner-set.column2 .item {
		margin-right: 1%;
		width: 100%;
		margin-right: 0;
  }
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .banner-set.column3 .item {
		margin-right: 1%;
		width: 100%;
		margin-right: 0;
  }
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .banner-set.column4 .item {
		margin-right: 1%;
		width: 48%;
  }
  /* line 94, ../scss/_general-articles.scss */
  .general-articles .general-article .banner-set.column4 .item:nth-child(2) {
		margin-right: 0;
  }
  /* line 76, ../scss/_general-articles.scss */
  .general-articles .general-article .banner-set .flex .item:nth-child(n+2) {
		margin-top: 1rem;
  }
  /* line 80, ../scss/_general-articles.scss */
  .general-articles .general-article .banner-set.column4 .flex .item:nth-child(-n+2) {
		margin-top: 0rem;
  }
}
/* line 513, ../scss/_general-articles.scss */
.general-articles .general-article .banner-set a {
	display: block;
	margin-bottom: 20px;
}
/* line 516, ../scss/_general-articles.scss */
.general-articles .general-article .banner-set a img {
	width: 100%;
	height: auto;
	max-width: 100%;
}
/* line 11, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set:after {
	content: "";
	display: block;
	clear: both;
}
/* line 65, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[target^='_blank'] div:after {
	display: inline-block;
	margin-left: .2rem;
	content: url('../images/common/external_window_blue.png?1485921873');
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.doc'][target^='_blank'] div:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.docx'][target^='_blank'] div:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.docm'][target^='_blank'] div:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.dotx'][target^='_blank'] div:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.dotm'][target^='_blank'] div:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.xls'][target^='_blank'] div:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.xlsx'][target^='_blank'] div:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.xlt'][target^='_blank'] div:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.xml'][target^='_blank'] div:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.xlsm'][target^='_blank'] div:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.csv'][target^='_blank'] div:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.ppt'][target^='_blank'] div:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.pptx'][target^='_blank'] div:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.pptm'][target^='_blank'] div:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.jtd'][target^='_blank'] div:after {
	content: "Jtd";
	font-size: 5px;
	font-size: 0.5rem;
	background: #757575;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.pdf'][target^='_blank'] div:after {
	content: "PDF";
	font-size: 5px;
	font-size: 0.5rem;
	background: #d25279;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.avi'][target^='_blank'] div:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.wmv'][target^='_blank'] div:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.mov'][target^='_blank'] div:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.mp4'][target^='_blank'] div:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.mpeg'][target^='_blank'] div:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.mpg'][target^='_blank'] div:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.zip'][target^='_blank'] div:after {
	content: "Zip";
	font-size: 5px;
	font-size: 0.5rem;
	background: #e4ab00;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set a[href$='.'][target^='_blank'] div:after {
	content: "";
	font-size: 5px;
	font-size: 0.5rem;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 59, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set .flex {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* line 62, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item.hide {
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	margin-top: 0 !important;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set.column1 .item {
	margin-right: 1%;
	width: 100%;
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set.column2 .item {
	margin-right: 1%;
	width: 49%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set.column2 .item:nth-child(2) {
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set.column3 .item {
	margin-right: 1%;
	width: 32%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set.column3 .item:nth-child(3) {
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set.column4 .item {
	margin-right: 1%;
	width: 23.5%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set.column4 .item:nth-child(4) {
	margin-right: 0;
}
@media (max-width: 767px) {
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .thumbnail-button-link-set.column2 .item {
		margin-right: 1%;
		width: 100%;
		margin-right: 0;
  }
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .thumbnail-button-link-set.column3 .item {
		margin-right: 1%;
		width: 100%;
		margin-right: 0;
  }
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .thumbnail-button-link-set.column4 .item {
		margin-right: 1%;
		width: 48%;
  }
  /* line 94, ../scss/_general-articles.scss */
  .general-articles .general-article .thumbnail-button-link-set.column4 .item:nth-child(2) {
		margin-right: 0;
  }
  /* line 76, ../scss/_general-articles.scss */
  .general-articles .general-article .thumbnail-button-link-set .flex .item:nth-child(n+2) {
		margin-top: 1rem;
  }
  /* line 80, ../scss/_general-articles.scss */
  .general-articles .general-article .thumbnail-button-link-set.column4 .flex .item:nth-child(-n+2) {
		margin-top: 0rem;
  }
}
/* line 530, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set .flex {
	margin-top: 1rem;
}
/* line 532, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set .flex:first-child {
	margin-top: 0;
}
/* line 535, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item {
	overflow: hidden;
	box-sizing: border-box;
	border: solid 1px #a8a8a8;
	margin-bottom: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/* line 540, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item img {
	width: 100%;
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div:before {
	position: absolute;
	left: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/river.png?1484053656');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#river .general-articles .general-article .thumbnail-button-link-set .flex .item div:before, .general-articles .general-article .thumbnail-button-link-set .flex .item.river div:before {
	background-image: url('../images/common/arrows/river.png?1484053656');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div:before {
	position: absolute;
	left: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/road.png?1484053664');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#road .general-articles .general-article .thumbnail-button-link-set .flex .item div:before, .general-articles .general-article .thumbnail-button-link-set .flex .item.road div:before {
	background-image: url('../images/common/arrows/road.png?1484053664');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div:before {
	position: absolute;
	left: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kensei.png?1484053677');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kensei .general-articles .general-article .thumbnail-button-link-set .flex .item div:before, .general-articles .general-article .thumbnail-button-link-set .flex .item.kensei div:before {
	background-image: url('../images/common/arrows/kensei.png?1484053677');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div:before {
	position: absolute;
	left: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kowan.png?1484053685');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kowan .general-articles .general-article .thumbnail-button-link-set .flex .item div:before, .general-articles .general-article .thumbnail-button-link-set .flex .item.kowan div:before {
	background-image: url('../images/common/arrows/kowan.png?1484053685');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div:before {
	position: absolute;
	left: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/plan.png?1484053697');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#plan .general-articles .general-article .thumbnail-button-link-set .flex .item div:before, .general-articles .general-article .thumbnail-button-link-set .flex .item.plan div:before {
	background-image: url('../images/common/arrows/plan.png?1484053697');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div:before {
	position: absolute;
	left: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/build.png?1484053704');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#build .general-articles .general-article .thumbnail-button-link-set .flex .item div:before, .general-articles .general-article .thumbnail-button-link-set .flex .item.build div:before {
	background-image: url('../images/common/arrows/build.png?1484053704');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div:before {
	position: absolute;
	left: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/land.png?1484053710');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#land .general-articles .general-article .thumbnail-button-link-set .flex .item div:before, .general-articles .general-article .thumbnail-button-link-set .flex .item.land div:before {
	background-image: url('../images/common/arrows/land.png?1484053710');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div:before {
	position: absolute;
	left: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/general.png?1484053717');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#general .general-articles .general-article .thumbnail-button-link-set .flex .item div:before, .general-articles .general-article .thumbnail-button-link-set .flex .item.general div:before {
	background-image: url('../images/common/arrows/general.png?1484053717');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div:before {
	position: absolute;
	left: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/theme.png?1484124737');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#theme .general-articles .general-article .thumbnail-button-link-set .flex .item div:before, .general-articles .general-article .thumbnail-button-link-set .flex .item.theme div:before {
	background-image: url('../images/common/arrows/theme.png?1484124737');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div:before {
	position: absolute;
	left: 20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#other .general-articles .general-article .thumbnail-button-link-set .flex .item div:before, .general-articles .general-article .thumbnail-button-link-set .flex .item.other div:before {
	background-image: url('../images/common/arrows/other.png?1484124737');
}
/* line 546, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item div:before {
	left: 15px;
	top: 20px;
}
/* line 550, ../scss/_general-articles.scss */
.general-articles .general-article .thumbnail-button-link-set .flex .item .link-title {
	padding: 10px 10px 10px 35px;
	line-height: 1.5;
}
/* line 11, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set:after {
	content: "";
	display: block;
	clear: both;
}
/* line 65, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[target^='_blank'] div[class^='link-title']:after {
	display: inline-block;
	margin-left: .2rem;
	content: url('../images/common/external_window_blue.png?1485921873');
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.doc'][target^='_blank'] div[class^='link-title']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.docx'][target^='_blank'] div[class^='link-title']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.docm'][target^='_blank'] div[class^='link-title']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.dotx'][target^='_blank'] div[class^='link-title']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.dotm'][target^='_blank'] div[class^='link-title']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.xls'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.xlsx'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.xlt'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.xml'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.xlsm'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.csv'][target^='_blank'] div[class^='link-title']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.ppt'][target^='_blank'] div[class^='link-title']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.pptx'][target^='_blank'] div[class^='link-title']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.pptm'][target^='_blank'] div[class^='link-title']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.jtd'][target^='_blank'] div[class^='link-title']:after {
	content: "Jtd";
	font-size: 5px;
	font-size: 0.5rem;
	background: #757575;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.pdf'][target^='_blank'] div[class^='link-title']:after {
	content: "PDF";
	font-size: 5px;
	font-size: 0.5rem;
	background: #d25279;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.avi'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.wmv'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.mov'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.mp4'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.mpeg'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.mpg'][target^='_blank'] div[class^='link-title']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.zip'][target^='_blank'] div[class^='link-title']:after {
	content: "Zip";
	font-size: 5px;
	font-size: 0.5rem;
	background: #e4ab00;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set a[href$='.'][target^='_blank'] div[class^='link-title']:after {
	content: "";
	font-size: 5px;
	font-size: 0.5rem;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 59, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set .flex {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* line 62, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set .flex .item.hide {
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	margin-top: 0 !important;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set.column1 .item {
	margin-right: 1%;
	width: 100%;
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set.column2 .item {
	margin-right: 1%;
	width: 49%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set.column2 .item:nth-child(2) {
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set.column3 .item {
	margin-right: 1%;
	width: 32%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set.column3 .item:nth-child(3) {
	margin-right: 0;
}
/* line 88, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set.column4 .item {
	margin-right: 1%;
	width: 23.5%;
}
/* line 94, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set.column4 .item:nth-child(4) {
	margin-right: 0;
}
@media (max-width: 767px) {
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .icon-set.column2 .item {
		margin-right: 1%;
		width: 100%;
		margin-right: 0;
  }
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .icon-set.column3 .item {
		margin-right: 1%;
		width: 100%;
		margin-right: 0;
  }
  /* line 88, ../scss/_general-articles.scss */
  .general-articles .general-article .icon-set.column4 .item {
		margin-right: 1%;
		width: 48%;
  }
  /* line 94, ../scss/_general-articles.scss */
  .general-articles .general-article .icon-set.column4 .item:nth-child(2) {
		margin-right: 0;
  }
  /* line 76, ../scss/_general-articles.scss */
  .general-articles .general-article .icon-set .flex .item:nth-child(n+2) {
		margin-top: 1rem;
  }
  /* line 80, ../scss/_general-articles.scss */
  .general-articles .general-article .icon-set.column4 .flex .item:nth-child(-n+2) {
		margin-top: 0rem;
  }
}
/* line 567, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set .flex {
	margin-top: 1rem;
}
/* line 569, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set .flex:first-child {
	margin-top: 0;
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item:before {
	position: absolute;
	left: inherit;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/river.png?1484053656');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#river .general-articles .general-article .icon-set .flex .item:before, .general-articles .general-article .icon-set .flex.river .item:before {
	background-image: url('../images/common/arrows/river.png?1484053656');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item:before {
	position: absolute;
	left: inherit;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/road.png?1484053664');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#road .general-articles .general-article .icon-set .flex .item:before, .general-articles .general-article .icon-set .flex.road .item:before {
	background-image: url('../images/common/arrows/road.png?1484053664');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item:before {
	position: absolute;
	left: inherit;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kensei.png?1484053677');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kensei .general-articles .general-article .icon-set .flex .item:before, .general-articles .general-article .icon-set .flex.kensei .item:before {
	background-image: url('../images/common/arrows/kensei.png?1484053677');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item:before {
	position: absolute;
	left: inherit;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kowan.png?1484053685');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kowan .general-articles .general-article .icon-set .flex .item:before, .general-articles .general-article .icon-set .flex.kowan .item:before {
	background-image: url('../images/common/arrows/kowan.png?1484053685');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item:before {
	position: absolute;
	left: inherit;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/plan.png?1484053697');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#plan .general-articles .general-article .icon-set .flex .item:before, .general-articles .general-article .icon-set .flex.plan .item:before {
	background-image: url('../images/common/arrows/plan.png?1484053697');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item:before {
	position: absolute;
	left: inherit;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/build.png?1484053704');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#build .general-articles .general-article .icon-set .flex .item:before, .general-articles .general-article .icon-set .flex.build .item:before {
	background-image: url('../images/common/arrows/build.png?1484053704');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item:before {
	position: absolute;
	left: inherit;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/land.png?1484053710');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#land .general-articles .general-article .icon-set .flex .item:before, .general-articles .general-article .icon-set .flex.land .item:before {
	background-image: url('../images/common/arrows/land.png?1484053710');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item:before {
	position: absolute;
	left: inherit;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/general.png?1484053717');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#general .general-articles .general-article .icon-set .flex .item:before, .general-articles .general-article .icon-set .flex.general .item:before {
	background-image: url('../images/common/arrows/general.png?1484053717');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item:before {
	position: absolute;
	left: inherit;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/theme.png?1484124737');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#theme .general-articles .general-article .icon-set .flex .item:before, .general-articles .general-article .icon-set .flex.theme .item:before {
	background-image: url('../images/common/arrows/theme.png?1484124737');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item:before {
	position: absolute;
	left: inherit;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .icon-set .flex .item {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#other .general-articles .general-article .icon-set .flex .item:before, .general-articles .general-article .icon-set .flex.other .item:before {
	background-image: url('../images/common/arrows/other.png?1484124737');
}
/* line 573, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set .flex .item:before {
	right: 10px;
}
/* line 576, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set .flex a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	box-sizing: border-box;
	border: solid 1px #a8a8a8;
	height: 100%;
	min-height: 70px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/* line 588, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set .flex a div.image-ground {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	min-height: 70px;
	margin-right: 10px;
	height: 100%;
}
/* line 595, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set .flex a div.image-ground img {
	width: auto;
	height: auto;
	max-width: 70px;
	max-height: 70px;
}
/* line 601, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set .flex a div.image-ground.scale img {
	width: 70px;
}
/* line 605, ../scss/_general-articles.scss */
.general-articles .general-article .icon-set .flex a .link-title {
	padding-right: 25px;
	max-width: 120px;
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
}
@media (max-width: 767px) {
  /* line 605, ../scss/_general-articles.scss */
  .general-articles .general-article .icon-set .flex a .link-title {
		max-width: none;
  }
}
/* line 620, ../scss/_general-articles.scss */
.general-articles .general-article .new-information-set {
	border-top: solid 3px #123d94;
	border-bottom: solid 1px #a8a8a8;
	background-color: #f0f4f7;
	padding: 15px 0;
}
/* line 625, ../scss/_general-articles.scss */
.general-articles .general-article .new-information-set .new-information {
	display: table;
	table-layout: fixed;
	border-bottom: dotted 1px #123d94;
	margin: 0 30px;
	padding: 10px 0;
	width: 680px;
}
/* line 629, ../scss/_general-articles.scss */
.general-articles .general-article .new-information-set .new-information:last-child {
	border-bottom: none;
}
/* line 637, ../scss/_general-articles.scss */
.general-articles .general-article .new-information-set .new-information .wrap-left,
.general-articles .general-article .new-information-set .new-information .wrap-right {
	display: table-cell;
	vertical-align: top;
}
/* line 642, ../scss/_general-articles.scss */
.general-articles .general-article .new-information-set .new-information .wrap-left {
	vertical-align: middle;
	height: 100%;
	width: 110px;
}
/* line 647, ../scss/_general-articles.scss */
.general-articles .general-article .new-information-set .new-information .wrap-left section {
	width: 90px;
	padding: 2.5px 0;
	font-size: 8.5px;
	font-size: 0.85rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class*='new-icon']:after {
	content: "NEW";
	font-size: 5px;
	font-size: 0.5rem;
	background: #e80000;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* line 655, ../scss/_general-articles.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .date {
	color: #123d94;
	width: 100%;
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/river.png?1484053656');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title'] {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#river .general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before, .general-articles .general-article .new-information-set .new-information .wrap-right.river section[class^='link-title']:before {
	background-image: url('../images/common/arrows/river.png?1484053656');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/road.png?1484053664');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title'] {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#road .general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before, .general-articles .general-article .new-information-set .new-information .wrap-right.road section[class^='link-title']:before {
	background-image: url('../images/common/arrows/road.png?1484053664');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kensei.png?1484053677');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title'] {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kensei .general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before, .general-articles .general-article .new-information-set .new-information .wrap-right.kensei section[class^='link-title']:before {
	background-image: url('../images/common/arrows/kensei.png?1484053677');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kowan.png?1484053685');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title'] {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kowan .general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before, .general-articles .general-article .new-information-set .new-information .wrap-right.kowan section[class^='link-title']:before {
	background-image: url('../images/common/arrows/kowan.png?1484053685');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/plan.png?1484053697');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title'] {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#plan .general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before, .general-articles .general-article .new-information-set .new-information .wrap-right.plan section[class^='link-title']:before {
	background-image: url('../images/common/arrows/plan.png?1484053697');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/build.png?1484053704');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title'] {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#build .general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before, .general-articles .general-article .new-information-set .new-information .wrap-right.build section[class^='link-title']:before {
	background-image: url('../images/common/arrows/build.png?1484053704');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/land.png?1484053710');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title'] {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#land .general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before, .general-articles .general-article .new-information-set .new-information .wrap-right.land section[class^='link-title']:before {
	background-image: url('../images/common/arrows/land.png?1484053710');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/general.png?1484053717');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title'] {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#general .general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before, .general-articles .general-article .new-information-set .new-information .wrap-right.general section[class^='link-title']:before {
	background-image: url('../images/common/arrows/general.png?1484053717');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/theme.png?1484124737');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title'] {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#theme .general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before, .general-articles .general-article .new-information-set .new-information .wrap-right.theme section[class^='link-title']:before {
	background-image: url('../images/common/arrows/theme.png?1484124737');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title'] {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#other .general-articles .general-article .new-information-set .new-information .wrap-right section[class^='link-title']:before, .general-articles .general-article .new-information-set .new-information .wrap-right.other section[class^='link-title']:before {
	background-image: url('../images/common/arrows/other.png?1484124737');
}
/* line 660, ../scss/_general-articles.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title {
	padding-left: 20px;
}
/* line 65, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[target^='_blank']:after {
	display: inline-block;
	margin-left: .2rem;
	content: url('../images/common/external_window_blue.png?1485921873');
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.doc'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.docx'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.docm'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.dotx'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.dotm'][target^='_blank']:after {
	content: "Word";
	font-size: 5px;
	font-size: 0.5rem;
	background: #4172ba;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.xls'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.xlsx'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.xlt'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.xml'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.xlsm'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.csv'][target^='_blank']:after {
	content: "Excel";
	font-size: 5px;
	font-size: 0.5rem;
	background: #718c31;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.ppt'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.pptx'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.pptm'][target^='_blank']:after {
	content: "PowerPoint";
	font-size: 5px;
	font-size: 0.5rem;
	background: #c42e2b;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.jtd'][target^='_blank']:after {
	content: "Jtd";
	font-size: 5px;
	font-size: 0.5rem;
	background: #757575;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.pdf'][target^='_blank']:after {
	content: "PDF";
	font-size: 5px;
	font-size: 0.5rem;
	background: #d25279;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.avi'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.wmv'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.mov'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.mp4'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.mpeg'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.mpg'][target^='_blank']:after {
	content: "動画";
	font-size: 5px;
	font-size: 0.5rem;
	background: #bd6a04;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.zip'][target^='_blank']:after {
	content: "Zip";
	font-size: 5px;
	font-size: 0.5rem;
	background: #e4ab00;
	color: #fff;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 95, ../scss/_common-mixin.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[href$='.'][target^='_blank']:after {
	content: "";
	font-size: 5px;
	font-size: 0.5rem;
	padding: 1.2px 5px;
	margin-left: .2rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	top: .4rem;
}
/* line 44, ../scss/_general-articles.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a[target^='_blank']:after {
	top: .8rem;
}
/* line 47, ../scss/_general-articles.scss */
.general-articles .general-article .new-information-set .new-information .wrap-right .link-title a:after {
	position: relative;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
  /* line 625, ../scss/_general-articles.scss */
  .general-articles .general-article .new-information-set .new-information {
		margin: 0 3%;
		width: 94%;
		table-layout: auto;
  }
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/river.png?1484053656');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#river .general-articles .general-article .anchor-set li:before, .general-articles .general-article .anchor-set.river li:before {
	background-image: url('../images/common/arrows/river.png?1484053656');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/road.png?1484053664');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#road .general-articles .general-article .anchor-set li:before, .general-articles .general-article .anchor-set.road li:before {
	background-image: url('../images/common/arrows/road.png?1484053664');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kensei.png?1484053677');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kensei .general-articles .general-article .anchor-set li:before, .general-articles .general-article .anchor-set.kensei li:before {
	background-image: url('../images/common/arrows/kensei.png?1484053677');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kowan.png?1484053685');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kowan .general-articles .general-article .anchor-set li:before, .general-articles .general-article .anchor-set.kowan li:before {
	background-image: url('../images/common/arrows/kowan.png?1484053685');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/plan.png?1484053697');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#plan .general-articles .general-article .anchor-set li:before, .general-articles .general-article .anchor-set.plan li:before {
	background-image: url('../images/common/arrows/plan.png?1484053697');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/build.png?1484053704');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#build .general-articles .general-article .anchor-set li:before, .general-articles .general-article .anchor-set.build li:before {
	background-image: url('../images/common/arrows/build.png?1484053704');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/land.png?1484053710');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#land .general-articles .general-article .anchor-set li:before, .general-articles .general-article .anchor-set.land li:before {
	background-image: url('../images/common/arrows/land.png?1484053710');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/general.png?1484053717');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#general .general-articles .general-article .anchor-set li:before, .general-articles .general-article .anchor-set.general li:before {
	background-image: url('../images/common/arrows/general.png?1484053717');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/theme.png?1484124737');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#theme .general-articles .general-article .anchor-set li:before, .general-articles .general-article .anchor-set.theme li:before {
	background-image: url('../images/common/arrows/theme.png?1484124737');
}
/* line 158, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.general-articles .general-article .anchor-set li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#other .general-articles .general-article .anchor-set li:before, .general-articles .general-article .anchor-set.other li:before {
	background-image: url('../images/common/arrows/other.png?1484124737');
}
/* line 679, ../scss/_general-articles.scss */
.general-articles .general-article .anchor-set .anchor-set-wrap {
	background-color: #F0F4F7;
	padding: 20px;
}
/* line 683, ../scss/_general-articles.scss */
.general-articles .general-article .anchor-set .anchor-set-wrap li {
	padding-left: 20px;
	display: inline-block;
}
/* line 687, ../scss/_general-articles.scss */
.general-articles .general-article .anchor-set .anchor-set-wrap li:before {
	top: 6px;
	transform: none;
}
@media (max-width: 767px) {
  /* line 694, ../scss/_general-articles.scss */
  .general-articles .general-article .anchor-set li:before {
		top: 4px;
		transform: none;
  }
}
@media (max-width: 767px) {
  /* line 704, ../scss/_general-articles.scss */
  .general-articles .general-article .general-article-header,
  .general-articles .general-article .textual-set,
  .general-articles .general-article .link-set,
  .general-articles .general-article .note-set,
  .general-articles .general-article .button-link-set,
  .general-articles .general-article .table-set,
  .general-articles .general-article .photo-set,
  .general-articles .general-article .movie-set,
  .general-articles .general-article .banner-set,
  .general-articles .general-article .thumbnail-button-link-set,
  .general-articles .general-article .icon-set,
  .general-articles .general-article .header-set,
  .general-articles .general-article .anchor-set {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
  }
}

/**
 * categories
 */
/* line 7, ../scss/_categories.scss */
.categories .category-list .category-header {
	letter-spacing: -.4rem;
	margin-bottom: 20px;
}
/* line 11, ../scss/_categories.scss */
.categories .category-list .category-header h2 {
	display: inline-block;
	letter-spacing: normal;
	margin-bottom: 0;
	width: 620px;
}
/* line 158, ../scss/_common-mixin.scss */
.categories .category-list .category-header .to-list:before {
	position: absolute;
	left: 8%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ar_right--white02.png?1484470663');
	width: 7px;
	height: 11.5px;
	-moz-background-size: 7px, 11.5px;
	-o-background-size: 7px, 11.5px;
	-webkit-background-size: 7px, 11.5px;
	background-size: 7px, 11.5px;
}
/* line 172, ../scss/_common-mixin.scss */
.categories .category-list .category-header .to-list {
	position: relative;
}
/* line 18, ../scss/_categories.scss */
.categories .category-list .category-header .to-list {
	display: inline-block;
	background-color: #123d94;
	letter-spacing: normal;
	vertical-align: top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
/* line 25, ../scss/_categories.scss */
.categories .category-list .category-header .to-list a {
	line-height: 2.5em;
	font-size: 8px;
	font-size: 0.8rem;
	display: block;
	width: 120px;
	height: 32px;
	color: #fff;
}
/* line 35, ../scss/_categories.scss */
.categories .category-list .category-footer {
	display: none;
}
/* line 37, ../scss/_categories.scss */
.categories .category-list .category-footer .to-list {
	display: none;
}
@media (max-width: 767px) {
  /* line 43, ../scss/_categories.scss */
  .categories .category-list .category-header h2 {
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
  }
  /* line 47, ../scss/_categories.scss */
  .categories .category-list .category-header .to-list {
		display: none;
  }
  /* line 51, ../scss/_categories.scss */
  .categories .category-list .category-footer {
		overflow: hidden;
		*zoom: 1;
		display: block;
		margin: 22px 5%;
		width: 90%;
  }
  /* line 158, ../scss/_common-mixin.scss */
  .categories .category-list .category-footer .to-list:before {
		position: absolute;
		left: 8%;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content: " ";
		display: inline-block;
		background-repeat: no-repeat;
		background-image: url('../images/common/ar_right--white02.png?1484470663');
		width: 7px;
		height: 11.5px;
		-moz-background-size: 7px, 11.5px;
		-o-background-size: 7px, 11.5px;
		-webkit-background-size: 7px, 11.5px;
		background-size: 7px, 11.5px;
  }
  /* line 172, ../scss/_common-mixin.scss */
  .categories .category-list .category-footer .to-list {
		position: relative;
  }
  /* line 57, ../scss/_categories.scss */
  .categories .category-list .category-footer .to-list {
		display: block;
		background-color: #123d94;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
  }
  /* line 62, ../scss/_categories.scss */
  .categories .category-list .category-footer .to-list a {
		display: block;
		color: #fff;
		height: 40px;
		line-height: 40px;
  }
}

/**
 * disaster-control
 */
/* line 9, ../scss/_disaster-control.scss */
.disaster-control {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 9, ../scss/_disaster-control.scss */
  .disaster-control {
		margin-bottom: 22px;
  }
}
/* line 14, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-header {
	margin-bottom: 20px;
	position: relative;
}
/* line 158, ../scss/_common-mixin.scss */
.disaster-control .disaster-control-header h2:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ico_disaster.png?1488018749');
	width: 34px;
	height: 34px;
	-moz-background-size: 34px, 34px;
	-o-background-size: 34px, 34px;
	-webkit-background-size: 34px, 34px;
	background-size: 34px, 34px;
}
/* line 172, ../scss/_common-mixin.scss */
.disaster-control .disaster-control-header h2 {
	position: relative;
}
/* line 19, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-header h2 {
	display: inline-block;
	padding-left: 3rem;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
/* line 26, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-header h2 + small {
	font-size: 7px;
	font-size: 0.7rem;
	font-weight: bold;
	color: #a8a8a8;
	padding-left: 10px;
}
/* line 158, ../scss/_common-mixin.scss */
.disaster-control .disaster-control-header .to-list:before {
	position: absolute;
	left: 8%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ar_right--white02.png?1484470663');
	width: 7px;
	height: 11.5px;
	-moz-background-size: 7px, 11.5px;
	-o-background-size: 7px, 11.5px;
	-webkit-background-size: 7px, 11.5px;
	background-size: 7px, 11.5px;
}
/* line 172, ../scss/_common-mixin.scss */
.disaster-control .disaster-control-header .to-list {
	position: relative;
}
/* line 33, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-header .to-list {
	position: absolute;
	right: 0;
	display: inline-block;
	background-color: #ec0000;
	letter-spacing: normal;
	vertical-align: top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
/* line 42, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-header .to-list a {
	line-height: 2.5em;
	font-size: 8px;
	font-size: 0.8rem;
	display: block;
	width: 120px;
	height: 32px;
	color: #fff;
}
/* line 52, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-body {
	letter-spacing: -.4rem;
}
/* line 54, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-body li {
	letter-spacing: normal;
	background-color: #ecf0f7;
	border-right: solid 1px #fff;
	width: 122px;
}
/* line 59, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-body li:last-child {
	border-right: 0;
}
/* line 62, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-body li .name {
	font-size: 8px;
	font-size: 0.8rem;
	font-weight: bold;
	padding: 7px 0;
	background-color: #123d94;
	color: #fff;
	text-align: center;
}
/* line 70, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-body li .icon {
	width: 38px;
	height: 38px;
	margin: 17px auto 4px;
}
/* line 76, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-body li .status {
	font-size: 8px;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
	color: #5a78b4;
}
/* line 82, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-body li .datetime {
	font-size: 7px;
	font-size: 0.7rem;
	padding: 12px 0;
	text-align: center;
}
/* line 87, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-body li.danger {
	background-color: #fff7f8;
}
/* line 89, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-body li.danger .name {
	background-color: #ec0000;
}
/* line 92, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-body li.danger .status {
	color: #ec0000;
}
/* line 98, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-footer {
	display: none;
}
/* line 100, ../scss/_disaster-control.scss */
.disaster-control .disaster-control-footer .to-list {
	display: none;
}
@media (max-width: 767px) {
  /* line 105, ../scss/_disaster-control.scss */
  .disaster-control .disaster-control-header {
		width: 90%;
		margin: 0 5%;
		margin-bottom: 1rem;
  }
  /* line 109, ../scss/_disaster-control.scss */
  .disaster-control .disaster-control-header h2 {
		font-size: 14px;
		font-size: 1.4rem;
  }
  /* line 112, ../scss/_disaster-control.scss */
  .disaster-control .disaster-control-header .to-list {
		display: none;
  }
  /* line 116, ../scss/_disaster-control.scss */
  .disaster-control .disaster-control-footer {
		overflow: hidden;
		*zoom: 1;
		display: block;
		margin: 22px 5%;
		width: 90%;
  }
  /* line 158, ../scss/_common-mixin.scss */
  .disaster-control .disaster-control-footer .to-list:before {
		position: absolute;
		left: 8%;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content: " ";
		display: inline-block;
		background-repeat: no-repeat;
		background-image: url('../images/common/ar_right--white02.png?1484470663');
		width: 7px;
		height: 11.5px;
		-moz-background-size: 7px, 11.5px;
		-o-background-size: 7px, 11.5px;
		-webkit-background-size: 7px, 11.5px;
		background-size: 7px, 11.5px;
  }
  /* line 172, ../scss/_common-mixin.scss */
  .disaster-control .disaster-control-footer .to-list {
		position: relative;
  }
  /* line 122, ../scss/_disaster-control.scss */
  .disaster-control .disaster-control-footer .to-list {
		display: block;
		background-color: #ec0000;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
  }
  /* line 127, ../scss/_disaster-control.scss */
  .disaster-control .disaster-control-footer .to-list a {
		display: block;
		color: #fff;
		height: 40px;
		line-height: 40px;
  }
}

/**
 * 管内の体制
 * formation-table
 */
/* line 142, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table {
	position: relative;
	display: block;
}
/* line 147, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table:before {
	content: "";
	display: block;
}
/* line 152, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable {
	table-layout: fixed;
	position: absolute;
	width: 740px;
	top: 0;
	left: 0;
	border: solid 1px #a8a8a8;
}
/* line 159, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable thead th {
	font-size: 9px;
	font-size: 0.9rem;
	box-sizing: border-box;
	border-bottom: solid 1px #a8a8a8;
	border-right: solid 1px #a8a8a8;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
/* line 167, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable thead th:nth-child(odd) {
	background-color: #bde6dc;
}
/* line 170, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable thead th:nth-child(even) {
	background-color: #afcbc5;
}
/* line 173, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable thead th:first-child {
	width: 112.5px;
	background-color: #e1b4b4;
}
/* line 177, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable thead th:nth-child(2) {
	width: 52.5px;
	background-color: #acc9e6;
}
/* line 181, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable thead th:nth-child(n+3) {
	width: 95px;
}
/* line 184, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable thead th:last-child {
	border-right: none;
}
/* line 190, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody tr {
	border-bottom: solid 1px #a8a8a8;
}
/* line 192, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody tr:last-child {
	border-bottom: none;
}
/* line 198, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody tr:nth-child(odd) td:first-child {
	background-color: #efd7cf;
}
/* line 201, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody tr:nth-child(odd) td:nth-child(2) {
	background-color: #d0e7f5;
}
/* line 206, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody tr:nth-child(even) td:first-child {
	background-color: #f7eae6;
}
/* line 209, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody tr:nth-child(even) td:nth-child(2) {
	background-color: #e4f2f8;
}
/* line 213, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody td {
	text-align: center;
	border-right: solid 1px #a8a8a8;
}
/* line 217, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody td:nth-child(odd) .status {
	background-color: #d7eed0;
}
/* line 220, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody td:nth-child(odd) .datetime {
	background-color: #e8fae4;
}
/* line 225, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody td:nth-child(even) .status {
	background-color: #d9e6bf;
}
/* line 228, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody td:nth-child(even) .datetime {
	background-color: #e8f0df;
}
/* line 232, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody td:last-child {
	border-right: none;
}
/* line 236, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody td.danger .status {
	background-color: #ec0000;
	color: #fff;
}
/* line 240, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody td.danger .datetime {
	background-color: #fff7f8;
	color: #333;
}
/* line 245, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody td.null .status, .general-articles .general-article .formation-table .overflowTable tbody td.null .datetime {
	background-color: #e6e6e6;
}
/* line 250, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody .status {
	font-size: 8px;
	font-size: 0.8rem;
	color: blue;
	padding: 3px 0;
}
/* line 255, ../scss/_disaster-control.scss */
.general-articles .general-article .formation-table .overflowTable tbody .datetime {
	font-size: 7px;
	font-size: 0.7rem;
	padding: 3px 0;
}
@media (max-width: 767px) {
  /* line 142, ../scss/_disaster-control.scss */
  .general-articles .general-article .formation-table {
		overflow-x: scroll;
  }
}

/**
 * stations
 */
/* line 6, ../scss/_stations.scss */
.stations .stations-header {
	margin-bottom: 35px;
}
/* line 158, ../scss/_common-mixin.scss */
.stations .stations-header .icon-map:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ico_map.png?1487830088');
	width: 34px;
	height: 34px;
	-moz-background-size: 34px, 34px;
	-o-background-size: 34px, 34px;
	-webkit-background-size: 34px, 34px;
	background-size: 34px, 34px;
}
/* line 172, ../scss/_common-mixin.scss */
.stations .stations-header .icon-map {
	position: relative;
}
/* line 158, ../scss/_common-mixin.scss */
.stations .stations-header .icon-q:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ico_q.png?1487830136');
	width: 34px;
	height: 34px;
	-moz-background-size: 34px, 34px;
	-o-background-size: 34px, 34px;
	-webkit-background-size: 34px, 34px;
	background-size: 34px, 34px;
}
/* line 172, ../scss/_common-mixin.scss */
.stations .stations-header .icon-q {
	position: relative;
}
/* line 158, ../scss/_common-mixin.scss */
.stations .stations-header .icon-pickup:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ico_pickup.png?1488018200');
	width: 34px;
	height: 34px;
	-moz-background-size: 34px, 34px;
	-o-background-size: 34px, 34px;
	-webkit-background-size: 34px, 34px;
	background-size: 34px, 34px;
}
/* line 172, ../scss/_common-mixin.scss */
.stations .stations-header .icon-pickup {
	position: relative;
}
/* line 11, ../scss/_stations.scss */
.stations .stations-header .icon-map:before,
.stations .stations-header .icon-q:before,
.stations .stations-header .icon-pickup:before {
	top: 0;
	transform: none;
}
/* line 18, ../scss/_stations.scss */
.stations .stations-header h2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: solid 4px #123d94;
	padding-bottom: .5rem;
	padding-left: 3rem;
}
@media (max-width: 767px) {
  /* line 6, ../scss/_stations.scss */
  .stations .stations-header {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
  }
  /* line 30, ../scss/_stations.scss */
  .stations .stations-header .icon-map:before,
  .stations .stations-header .icon-q:before,
  .stations .stations-header .icon-pickup:before {
		width: 20px;
		height: 20px;
		-moz-background-size: 20px, 20px;
		-o-background-size: 20px, 20px;
		-webkit-background-size: 20px, 20px;
		background-size: 20px, 20px;
  }
  /* line 37, ../scss/_stations.scss */
  .stations .stations-header h2 {
		font-size: 14px;
		font-size: 1.4rem;
		padding-left: 28px;
  }
}
/* line 44, ../scss/_stations.scss */
.stations .pickup .stations-header {
	margin-bottom: 10px;
}
/* line 46, ../scss/_stations.scss */
.stations .pickup .stations-header h2 {
	border: 0;
}
/* line 51, ../scss/_stations.scss */
.stations .pickup .new-information-set .new-information .wrap-left section {
	width: auto;
	color: #123d94;
}
/* line 55, ../scss/_stations.scss */
.stations .pickup .new-information-set .new-information .wrap-right section {
	margin-left: 20px;
}
@media (max-width: 767px) {
  /* line 59, ../scss/_stations.scss */
  .stations .pickup .new-information-set .new-information .wrap-left, .stations .pickup .new-information-set .new-information .wrap-right {
		display: block;
		width: 100%;
  }
  /* line 63, ../scss/_stations.scss */
  .stations .pickup .new-information-set .new-information .wrap-left {
		font-weight: bold;
  }
  /* line 66, ../scss/_stations.scss */
  .stations .pickup .new-information-set .new-information .wrap-right .link-title {
		margin-left: 0;
  }
}

/**
 * template_4_3
 */
/* line 19, ../scss/_template-4-3.scss */
.template_4_3 h3 {
	background-color: #00376a;
	color: #fff;
	font-weight: bold;
	text-indent: .8rem;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 19, ../scss/_template-4-3.scss */
  .template_4_3 h3 {
		padding: 17px;
		text-indent: .4rem;
  }
}
/* line 8, ../scss/_template-4-3.scss */
.template_4_3 .image-ground small {
	display: block;
	font-size: 7px;
	font-size: 0.7rem;
	margin-top: 5px;
}
/* line 39, ../scss/_template-4-3.scss */
.template_4_3 th, .template_4_3 td {
	box-sizing: border-box;
	border: solid 1px #a8a8a8;
	padding: 10px 8px;
}
/* line 44, ../scss/_template-4-3.scss */
.template_4_3 th {
	font-weight: bold;
	text-align: center;
	background-color: #ebf1f8;
}
/* line 34, ../scss/_template-4-3.scss */
.template_4_3 th[align^=left],
.template_4_3 td[align^=left] {
	text-align: left;
}
/* line 34, ../scss/_template-4-3.scss */
.template_4_3 th[align^=center],
.template_4_3 td[align^=center] {
	text-align: center;
}
/* line 34, ../scss/_template-4-3.scss */
.template_4_3 th[align^=right],
.template_4_3 td[align^=right] {
	text-align: right;
}
/* line 53, ../scss/_template-4-3.scss */
.template_4_3 .summary, .template_4_3 .facility, .template_4_3 .access,
.template_4_3 .recommended, .template_4_3 .information,
.template_4_3 .extend-information, .template_4_3 .additional {
	margin-bottom: 50px;
}
/* line 58, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text,
.template_4_3 .summary .wysiwygTxt, .template_4_3 .facility .multi-line-text,
.template_4_3 .facility .wysiwygTxt, .template_4_3 .access .multi-line-text,
.template_4_3 .access .wysiwygTxt,
.template_4_3 .recommended .multi-line-text,
.template_4_3 .recommended .wysiwygTxt, .template_4_3 .information .multi-line-text,
.template_4_3 .information .wysiwygTxt,
.template_4_3 .extend-information .multi-line-text,
.template_4_3 .extend-information .wysiwygTxt, .template_4_3 .additional .multi-line-text,
.template_4_3 .additional .wysiwygTxt {
	letter-spacing: normal;
}
/* line 8, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text small,
.template_4_3 .summary .wysiwygTxt small, .template_4_3 .facility .multi-line-text small,
.template_4_3 .facility .wysiwygTxt small, .template_4_3 .access .multi-line-text small,
.template_4_3 .access .wysiwygTxt small,
.template_4_3 .recommended .multi-line-text small,
.template_4_3 .recommended .wysiwygTxt small, .template_4_3 .information .multi-line-text small,
.template_4_3 .information .wysiwygTxt small,
.template_4_3 .extend-information .multi-line-text small,
.template_4_3 .extend-information .wysiwygTxt small, .template_4_3 .additional .multi-line-text small,
.template_4_3 .additional .wysiwygTxt small {
	display: block;
	font-size: 7px;
	font-size: 0.7rem;
	margin-top: 5px;
}
/* line 62, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text .title,
.template_4_3 .summary .wysiwygTxt .title, .template_4_3 .facility .multi-line-text .title,
.template_4_3 .facility .wysiwygTxt .title, .template_4_3 .access .multi-line-text .title,
.template_4_3 .access .wysiwygTxt .title,
.template_4_3 .recommended .multi-line-text .title,
.template_4_3 .recommended .wysiwygTxt .title, .template_4_3 .information .multi-line-text .title,
.template_4_3 .information .wysiwygTxt .title,
.template_4_3 .extend-information .multi-line-text .title,
.template_4_3 .extend-information .wysiwygTxt .title, .template_4_3 .additional .multi-line-text .title,
.template_4_3 .additional .wysiwygTxt .title {
	font-weight: bold;
	color: #123d94;
}
/* line 66, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text a,
.template_4_3 .summary .wysiwygTxt a, .template_4_3 .facility .multi-line-text a,
.template_4_3 .facility .wysiwygTxt a, .template_4_3 .access .multi-line-text a,
.template_4_3 .access .wysiwygTxt a,
.template_4_3 .recommended .multi-line-text a,
.template_4_3 .recommended .wysiwygTxt a, .template_4_3 .information .multi-line-text a,
.template_4_3 .information .wysiwygTxt a,
.template_4_3 .extend-information .multi-line-text a,
.template_4_3 .extend-information .wysiwygTxt a, .template_4_3 .additional .multi-line-text a,
.template_4_3 .additional .wysiwygTxt a {
	color: #123d94;
	text-decoration: underline;
}
/* line 70, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text b,
.template_4_3 .summary .wysiwygTxt b, .template_4_3 .facility .multi-line-text b,
.template_4_3 .facility .wysiwygTxt b, .template_4_3 .access .multi-line-text b,
.template_4_3 .access .wysiwygTxt b,
.template_4_3 .recommended .multi-line-text b,
.template_4_3 .recommended .wysiwygTxt b, .template_4_3 .information .multi-line-text b,
.template_4_3 .information .wysiwygTxt b,
.template_4_3 .extend-information .multi-line-text b,
.template_4_3 .extend-information .wysiwygTxt b, .template_4_3 .additional .multi-line-text b,
.template_4_3 .additional .wysiwygTxt b {
	font-weight: bold;
}
/* line 73, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text u,
.template_4_3 .summary .wysiwygTxt u, .template_4_3 .facility .multi-line-text u,
.template_4_3 .facility .wysiwygTxt u, .template_4_3 .access .multi-line-text u,
.template_4_3 .access .wysiwygTxt u,
.template_4_3 .recommended .multi-line-text u,
.template_4_3 .recommended .wysiwygTxt u, .template_4_3 .information .multi-line-text u,
.template_4_3 .information .wysiwygTxt u,
.template_4_3 .extend-information .multi-line-text u,
.template_4_3 .extend-information .wysiwygTxt u, .template_4_3 .additional .multi-line-text u,
.template_4_3 .additional .wysiwygTxt u {
	text-decoration: underline;
}
/* line 76, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text ol,
.template_4_3 .summary .wysiwygTxt ol, .template_4_3 .facility .multi-line-text ol,
.template_4_3 .facility .wysiwygTxt ol, .template_4_3 .access .multi-line-text ol,
.template_4_3 .access .wysiwygTxt ol,
.template_4_3 .recommended .multi-line-text ol,
.template_4_3 .recommended .wysiwygTxt ol, .template_4_3 .information .multi-line-text ol,
.template_4_3 .information .wysiwygTxt ol,
.template_4_3 .extend-information .multi-line-text ol,
.template_4_3 .extend-information .wysiwygTxt ol, .template_4_3 .additional .multi-line-text ol,
.template_4_3 .additional .wysiwygTxt ol {
	overflow: hidden;
	list-style-type: decimal;
	list-style-position: inside;
}
/* line 80, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text ol ul, .template_4_3 .summary .multi-line-text ol ol,
.template_4_3 .summary .wysiwygTxt ol ul,
.template_4_3 .summary .wysiwygTxt ol ol, .template_4_3 .facility .multi-line-text ol ul, .template_4_3 .facility .multi-line-text ol ol,
.template_4_3 .facility .wysiwygTxt ol ul,
.template_4_3 .facility .wysiwygTxt ol ol, .template_4_3 .access .multi-line-text ol ul, .template_4_3 .access .multi-line-text ol ol,
.template_4_3 .access .wysiwygTxt ol ul,
.template_4_3 .access .wysiwygTxt ol ol,
.template_4_3 .recommended .multi-line-text ol ul,
.template_4_3 .recommended .multi-line-text ol ol,
.template_4_3 .recommended .wysiwygTxt ol ul,
.template_4_3 .recommended .wysiwygTxt ol ol, .template_4_3 .information .multi-line-text ol ul, .template_4_3 .information .multi-line-text ol ol,
.template_4_3 .information .wysiwygTxt ol ul,
.template_4_3 .information .wysiwygTxt ol ol,
.template_4_3 .extend-information .multi-line-text ol ul,
.template_4_3 .extend-information .multi-line-text ol ol,
.template_4_3 .extend-information .wysiwygTxt ol ul,
.template_4_3 .extend-information .wysiwygTxt ol ol, .template_4_3 .additional .multi-line-text ol ul, .template_4_3 .additional .multi-line-text ol ol,
.template_4_3 .additional .wysiwygTxt ol ul,
.template_4_3 .additional .wysiwygTxt ol ol {
	font-size: 8px;
	font-size: 0.8rem;
	text-indent: 1rem;
}
/* line 84, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text ol ul,
.template_4_3 .summary .wysiwygTxt ol ul, .template_4_3 .facility .multi-line-text ol ul,
.template_4_3 .facility .wysiwygTxt ol ul, .template_4_3 .access .multi-line-text ol ul,
.template_4_3 .access .wysiwygTxt ol ul,
.template_4_3 .recommended .multi-line-text ol ul,
.template_4_3 .recommended .wysiwygTxt ol ul, .template_4_3 .information .multi-line-text ol ul,
.template_4_3 .information .wysiwygTxt ol ul,
.template_4_3 .extend-information .multi-line-text ol ul,
.template_4_3 .extend-information .wysiwygTxt ol ul, .template_4_3 .additional .multi-line-text ol ul,
.template_4_3 .additional .wysiwygTxt ol ul {
	list-style-type: circle;
}
/* line 88, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text ul,
.template_4_3 .summary .wysiwygTxt ul, .template_4_3 .facility .multi-line-text ul,
.template_4_3 .facility .wysiwygTxt ul, .template_4_3 .access .multi-line-text ul,
.template_4_3 .access .wysiwygTxt ul,
.template_4_3 .recommended .multi-line-text ul,
.template_4_3 .recommended .wysiwygTxt ul, .template_4_3 .information .multi-line-text ul,
.template_4_3 .information .wysiwygTxt ul,
.template_4_3 .extend-information .multi-line-text ul,
.template_4_3 .extend-information .wysiwygTxt ul, .template_4_3 .additional .multi-line-text ul,
.template_4_3 .additional .wysiwygTxt ul {
	overflow: hidden;
	list-style-type: disc;
	list-style-position: inside;
}
/* line 92, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text ul ul, .template_4_3 .summary .multi-line-text ul ol,
.template_4_3 .summary .wysiwygTxt ul ul,
.template_4_3 .summary .wysiwygTxt ul ol, .template_4_3 .facility .multi-line-text ul ul, .template_4_3 .facility .multi-line-text ul ol,
.template_4_3 .facility .wysiwygTxt ul ul,
.template_4_3 .facility .wysiwygTxt ul ol, .template_4_3 .access .multi-line-text ul ul, .template_4_3 .access .multi-line-text ul ol,
.template_4_3 .access .wysiwygTxt ul ul,
.template_4_3 .access .wysiwygTxt ul ol,
.template_4_3 .recommended .multi-line-text ul ul,
.template_4_3 .recommended .multi-line-text ul ol,
.template_4_3 .recommended .wysiwygTxt ul ul,
.template_4_3 .recommended .wysiwygTxt ul ol, .template_4_3 .information .multi-line-text ul ul, .template_4_3 .information .multi-line-text ul ol,
.template_4_3 .information .wysiwygTxt ul ul,
.template_4_3 .information .wysiwygTxt ul ol,
.template_4_3 .extend-information .multi-line-text ul ul,
.template_4_3 .extend-information .multi-line-text ul ol,
.template_4_3 .extend-information .wysiwygTxt ul ul,
.template_4_3 .extend-information .wysiwygTxt ul ol, .template_4_3 .additional .multi-line-text ul ul, .template_4_3 .additional .multi-line-text ul ol,
.template_4_3 .additional .wysiwygTxt ul ul,
.template_4_3 .additional .wysiwygTxt ul ol {
	font-size: 8px;
	font-size: 0.8rem;
	text-indent: 1rem;
}
/* line 96, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text ul ul,
.template_4_3 .summary .wysiwygTxt ul ul, .template_4_3 .facility .multi-line-text ul ul,
.template_4_3 .facility .wysiwygTxt ul ul, .template_4_3 .access .multi-line-text ul ul,
.template_4_3 .access .wysiwygTxt ul ul,
.template_4_3 .recommended .multi-line-text ul ul,
.template_4_3 .recommended .wysiwygTxt ul ul, .template_4_3 .information .multi-line-text ul ul,
.template_4_3 .information .wysiwygTxt ul ul,
.template_4_3 .extend-information .multi-line-text ul ul,
.template_4_3 .extend-information .wysiwygTxt ul ul, .template_4_3 .additional .multi-line-text ul ul,
.template_4_3 .additional .wysiwygTxt ul ul {
	list-style-type: circle;
}
/* line 100, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text th, .template_4_3 .summary .multi-line-text td,
.template_4_3 .summary .wysiwygTxt th,
.template_4_3 .summary .wysiwygTxt td, .template_4_3 .facility .multi-line-text th, .template_4_3 .facility .multi-line-text td,
.template_4_3 .facility .wysiwygTxt th,
.template_4_3 .facility .wysiwygTxt td, .template_4_3 .access .multi-line-text th, .template_4_3 .access .multi-line-text td,
.template_4_3 .access .wysiwygTxt th,
.template_4_3 .access .wysiwygTxt td,
.template_4_3 .recommended .multi-line-text th,
.template_4_3 .recommended .multi-line-text td,
.template_4_3 .recommended .wysiwygTxt th,
.template_4_3 .recommended .wysiwygTxt td, .template_4_3 .information .multi-line-text th, .template_4_3 .information .multi-line-text td,
.template_4_3 .information .wysiwygTxt th,
.template_4_3 .information .wysiwygTxt td,
.template_4_3 .extend-information .multi-line-text th,
.template_4_3 .extend-information .multi-line-text td,
.template_4_3 .extend-information .wysiwygTxt th,
.template_4_3 .extend-information .wysiwygTxt td, .template_4_3 .additional .multi-line-text th, .template_4_3 .additional .multi-line-text td,
.template_4_3 .additional .wysiwygTxt th,
.template_4_3 .additional .wysiwygTxt td {
	border: none;
	vertical-align: top;
	padding: 5px;
}
/* line 105, ../scss/_template-4-3.scss */
.template_4_3 .summary .multi-line-text td img,
.template_4_3 .summary .wysiwygTxt td img, .template_4_3 .facility .multi-line-text td img,
.template_4_3 .facility .wysiwygTxt td img, .template_4_3 .access .multi-line-text td img,
.template_4_3 .access .wysiwygTxt td img,
.template_4_3 .recommended .multi-line-text td img,
.template_4_3 .recommended .wysiwygTxt td img, .template_4_3 .information .multi-line-text td img,
.template_4_3 .information .wysiwygTxt td img,
.template_4_3 .extend-information .multi-line-text td img,
.template_4_3 .extend-information .wysiwygTxt td img, .template_4_3 .additional .multi-line-text td img,
.template_4_3 .additional .wysiwygTxt td img {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
@media (max-width: 767px) {
  /* line 53, ../scss/_template-4-3.scss */
  .template_4_3 .summary, .template_4_3 .facility, .template_4_3 .access,
  .template_4_3 .recommended, .template_4_3 .information,
  .template_4_3 .extend-information, .template_4_3 .additional {
		width: 90%;
		margin: 0 5% 50px;
  }
}
/* line 118, ../scss/_template-4-3.scss */
.template_4_3 .summary {
	letter-spacing: -.4rem;
}
/* line 120, ../scss/_template-4-3.scss */
.template_4_3 .summary .left, .template_4_3 .summary .right {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
/* line 127, ../scss/_template-4-3.scss */
.template_4_3 .summary .left {
	width: 400px;
}
/* line 129, ../scss/_template-4-3.scss */
.template_4_3 .summary .left.full {
	width: 100%;
}
/* line 132, ../scss/_template-4-3.scss */
.template_4_3 .summary .left .title {
	font-weight: bold;
	color: #123d94;
	margin-bottom: 1rem;
}
/* line 136, ../scss/_template-4-3.scss */
.template_4_3 .summary .left .body {
	margin-bottom: 1.5rem;
}
/* line 140, ../scss/_template-4-3.scss */
.template_4_3 .summary .left .informations th {
	width: 80px;
}
/* line 145, ../scss/_template-4-3.scss */
.template_4_3 .summary .right {
	margin-left: 40px;
	width: 300px;
}
/* line 148, ../scss/_template-4-3.scss */
.template_4_3 .summary .right .image-ground {
	margin-bottom: 32px;
}
/* line 150, ../scss/_template-4-3.scss */
.template_4_3 .summary .right .image-ground img {
	max-width: 300px;
	height: auto;
}
/* line 158, ../scss/_common-mixin.scss */
.template_4_3 .summary .right .originalURL:after {
	position: absolute;
	left: inherit;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrow_white01.png?1482210259');
	width: 5px;
	height: 6px;
	-moz-background-size: 5px, 6px;
	-o-background-size: 5px, 6px;
	-webkit-background-size: 5px, 6px;
	background-size: 5px, 6px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_4_3 .summary .right .originalURL {
	position: relative;
}
/* line 156, ../scss/_template-4-3.scss */
.template_4_3 .summary .right .originalURL {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #123d94;
	text-align: center;
}
/* line 157, ../scss/_template-4-3.scss */
.template_4_3 .summary .right .originalURL:after {
	right: 5%;
}
/* line 164, ../scss/_template-4-3.scss */
.template_4_3 .summary .right .originalURL a {
	display: block;
	width: 100%;
	padding: 18px 0;
	color: #fff;
}
@media (max-width: 767px) {
  /* line 145, ../scss/_template-4-3.scss */
  .template_4_3 .summary .right {
		margin-top: 20px;
  }
}
/* line 175, ../scss/_template-4-3.scss */
.template_4_3 .summary .information {
	letter-spacing: normal;
	margin-top: 50px;
}
@media (max-width: 767px) {
  /* line 180, ../scss/_template-4-3.scss */
  .template_4_3 .summary .left {
		width: 100%;
  }
  /* line 183, ../scss/_template-4-3.scss */
  .template_4_3 .summary .right {
		margin-left: 0;
		width: 100%;
  }
  /* line 186, ../scss/_template-4-3.scss */
  .template_4_3 .summary .right .image-ground img {
		max-width: none;
		width: 100%;
  }
  /* line 191, ../scss/_template-4-3.scss */
  .template_4_3 .summary .information {
		margin: 0;
		margin-top: 50px;
		width: 100%;
  }
}
/* line 204, ../scss/_template-4-3.scss */
.template_4_3 .facility .basics {
	margin-bottom: 14px;
}
/* line 206, ../scss/_template-4-3.scss */
.template_4_3 .facility .basics .flex {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: stretch;
	-webkit-align-content: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}
/* line 208, ../scss/_template-4-3.scss */
.template_4_3 .facility .basics .flex .item {
	letter-spacing: -.4rem;
	position: relative;
	width: 50%;
	background-color: #ebf1f8;
	box-sizing: border-box;
}
/* line 214, ../scss/_template-4-3.scss */
.template_4_3 .facility .basics .flex .item .icon, .template_4_3 .facility .basics .flex .item .content {
	letter-spacing: normal;
	box-sizing: border-box;
	display: inline-block;
	padding: 12px 0;
}
/* line 220, ../scss/_template-4-3.scss */
.template_4_3 .facility .basics .flex .item ul {
	height: 100%;
}
@media (min-width: 768px) {
  /* line 208, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item {
		border-bottom: solid 1px #a8a8a8;
  }
  /* line 226, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item:first-child, .template_4_3 .facility .basics .flex .item:nth-child(2) {
		border-top: solid 1px #a8a8a8;
  }
  /* line 230, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item:nth-child(odd) {
		border-left: solid 1px #a8a8a8;
		border-right: solid 1px #a8a8a8;
  }
  /* line 234, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item:nth-child(even) {
		border-right: solid 1px #a8a8a8;
  }
  /* line 237, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item .icon {
		width: 40px;
  }
  /* line 239, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item .icon img {
		position: absolute;
		width: 20px;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
  }
  /* line 247, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item .content {
		border-left: solid 1px #a8a8a8;
		background-color: #fff;
		width: 328px;
		height: 100%;
		padding: 12px 4px;
  }
}
@media (max-width: 767px) {
  /* line 208, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item {
		width: 100%;
		border: solid 1px #a8a8a8;
		border-bottom: none;
  }
  /* line 259, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item:last-child {
		border-bottom: solid 1px #a8a8a8;
  }
  /* line 262, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item .icon {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 20%;
		text-align: center;
  }
  /* line 268, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item .icon img {
		max-width: 60px;
  }
  /* line 272, ../scss/_template-4-3.scss */
  .template_4_3 .facility .basics .flex .item .content {
		border-left: solid 1px #a8a8a8;
		background-color: #fff;
		margin-left: 20%;
		width: 80%;
		padding-left: 5%;
  }
}
/* line 283, ../scss/_template-4-3.scss */
.template_4_3 .facility .etceteras {
	margin-bottom: 28px;
}
/* line 286, ../scss/_template-4-3.scss */
.template_4_3 .facility .etceteras li:after {
	content: " / ";
}
/* line 289, ../scss/_template-4-3.scss */
.template_4_3 .facility .etceteras li:last-child:after {
	content: "";
}
/* line 295, ../scss/_template-4-3.scss */
.template_4_3 .facility .image-contents .content:not(:first-child) {
	margin-top: 28px;
}
@media (max-width: 767px) {
  /* line 304, ../scss/_template-4-3.scss */
  .template_4_3 .access .map iframe {
		width: 100% !important;
  }
}
/* line 310, ../scss/_template-4-3.scss */
.template_4_3 .access,
.template_4_3 .recommended,
.template_4_3 .information,
.template_4_3 .extend-information,
.template_4_3 .additional {
	width: 100%;
}
/* line 11, ../scss/_common-mixin.scss */
.template_4_3 .access:after,
.template_4_3 .recommended:after,
.template_4_3 .information:after,
.template_4_3 .extend-information:after,
.template_4_3 .additional:after {
	content: "";
	display: block;
	clear: both;
}
/* line 317, ../scss/_template-4-3.scss */
.template_4_3 .access section:not(:nth-child(2)),
.template_4_3 .recommended section:not(:nth-child(2)),
.template_4_3 .information section:not(:nth-child(2)),
.template_4_3 .extend-information section:not(:nth-child(2)),
.template_4_3 .additional section:not(:nth-child(2)) {
	margin-top: 28px;
}
@media (max-width: 767px) {
  /* line 310, ../scss/_template-4-3.scss */
  .template_4_3 .access,
  .template_4_3 .recommended,
  .template_4_3 .information,
  .template_4_3 .extend-information,
  .template_4_3 .additional {
		width: 90%;
  }
}

/**
 * template_4_2
 */
/* line 8, ../scss/_template-4-2.scss */
.template_4_2 .prefectures-list,
.template_4_2 .list {
	margin-bottom: 50px;
}
/* line 12, ../scss/_template-4-2.scss */
.template_4_2 .prefectures-list .multi-line-text,
.template_4_2 .prefectures-list .wysiwygTxt,
.template_4_2 .list .multi-line-text,
.template_4_2 .list .wysiwygTxt {
	letter-spacing: normal;
}
/* line 16, ../scss/_template-4-2.scss */
.template_4_2 .prefectures-list .multi-line-text th, .template_4_2 .prefectures-list .multi-line-text td,
.template_4_2 .prefectures-list .wysiwygTxt th,
.template_4_2 .prefectures-list .wysiwygTxt td,
.template_4_2 .list .multi-line-text th,
.template_4_2 .list .multi-line-text td,
.template_4_2 .list .wysiwygTxt th,
.template_4_2 .list .wysiwygTxt td {
	border: none;
	vertical-align: top;
	padding: 5px;
}
/* line 21, ../scss/_template-4-2.scss */
.template_4_2 .prefectures-list .multi-line-text td img,
.template_4_2 .prefectures-list .wysiwygTxt td img,
.template_4_2 .list .multi-line-text td img,
.template_4_2 .list .wysiwygTxt td img {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
@media (max-width: 767px) {
  /* line 8, ../scss/_template-4-2.scss */
  .template_4_2 .prefectures-list,
  .template_4_2 .list {
		width: 90%;
		margin: 0 5% 50px;
  }
}
/* line 34, ../scss/_template-4-2.scss */
.template_4_2 .prefectures-list .flex {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: stretch;
	-webkit-align-content: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}
/* line 38, ../scss/_template-4-2.scss */
.template_4_2 .prefectures-list .flex .item {
	position: relative;
	background-color: #123d94;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 12px 0;
}
/* line 205, ../scss/_common-mixin.scss */
.template_4_2 .prefectures-list .flex .item:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	-moz-transform: rotate(135deg) translateY(-50%);
	-ms-transform: rotate(135deg) translateY(-50%);
	-webkit-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
	right: 29px;
	margin-top: -6px;
}
/* line 45, ../scss/_template-4-2.scss */
.template_4_2 .prefectures-list .flex .item:after {
	right: 10px;
	margin-top: -8px;
}
/* line 49, ../scss/_template-4-2.scss */
.template_4_2 .prefectures-list .flex .item a {
	display: block;
	width: 103.71429px;
	color: #fff;
}
@media (max-width: 767px) {
  /* line 56, ../scss/_template-4-2.scss */
  .template_4_2 .prefectures-list .flex .item {
		width: 48%;
		margin-bottom: 16px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
  }
  /* line 60, ../scss/_template-4-2.scss */
  .template_4_2 .prefectures-list .flex .item:after {
		right: 22px;
		margin-top: -8px;
  }
}
/* line 68, ../scss/_template-4-2.scss */
.template_4_2 .list {
	margin-bottom: 40px;
}
/* line 70, ../scss/_template-4-2.scss */
.template_4_2 .list .list-header {
	font-weight: bold;
	margin-bottom: 14px;
}
/* line 74, ../scss/_template-4-2.scss */
.template_4_2 .list .list-body {
	margin-bottom: 10px;
}
/* line 81, ../scss/_template-4-2.scss */
.template_4_2 .list .list-body .table {
	border: 1px solid #a8a8a8;
	border-top: 0;
}
/* line 84, ../scss/_template-4-2.scss */
.template_4_2 .list .list-body .table .cell {
	display: table-cell;
	word-break: break-all;
	border-right: 1px solid #a8a8a8;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	width: 220px;
}
/* line 92, ../scss/_template-4-2.scss */
.template_4_2 .list .list-body .table .cell.to-detail {
	width: 80px;
	border-right: 0;
}
/* line 97, ../scss/_template-4-2.scss */
.template_4_2 .list .list-body .table.head {
	border-top: 1px solid #a8a8a8;
	background-color: #123d94;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
/* line 105, ../scss/_template-4-2.scss */
.template_4_2 .list .list-body .table.body .station-name {
	background-color: #ebf1f8;
	font-weight: bold;
}
/* line 109, ../scss/_template-4-2.scss */
.template_4_2 .list .list-body .table.body .to-detail {
	background-color: #f7f4f0;
	text-indent: 20px;
}
/* line 158, ../scss/_common-mixin.scss */
.template_4_2 .list .list-body .table.body .to-detail a:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_4_2 .list .list-body .table.body .to-detail a {
	position: relative;
}
/* line 113, ../scss/_template-4-2.scss */
.template_4_2 .list .list-body .table.body .to-detail a:before {
	left: -17px;
}
@media (max-width: 767px) {
  /* line 120, ../scss/_template-4-2.scss */
  .template_4_2 .list .list-body .table {
		border: 1px solid #a8a8a8;
		margin-bottom: 20px;
		height: 100%;
  }
  /* line 124, ../scss/_template-4-2.scss */
  .template_4_2 .list .list-body .table.head {
		display: none;
  }
  /* line 127, ../scss/_template-4-2.scss */
  .template_4_2 .list .list-body .table .cell {
		word-break: normal;
		height: 100%;
  }
  /* line 130, ../scss/_template-4-2.scss */
  .template_4_2 .list .list-body .table .cell.station-name, .template_4_2 .list .list-body .table .cell.location, .template_4_2 .list .list-body .table .cell.line, .template_4_2 .list .list-body .table .cell.to-detail {
		display: table-cell;
		vertical-align: middle;
		border: 0;
		text-align: center;
		width: 246.66667px;
  }
  /* line 141, ../scss/_template-4-2.scss */
  .template_4_2 .list .list-body .table .cell.station-name {
		display: block;
		border-bottom: 1px solid #a8a8a8;
		width: 100%;
  }
  /* line 146, ../scss/_template-4-2.scss */
  .template_4_2 .list .list-body .table .cell.location, .template_4_2 .list .list-body .table .cell.line {
		text-align: left;
		border-right: 1px solid #a8a8a8;
  }
}
/* line 155, ../scss/_template-4-2.scss */
.template_4_2 .list .list-footer {
	width: 100%;
	text-align: right;
}
/* line 158, ../scss/_template-4-2.scss */
.template_4_2 .list .list-footer a {
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 0px;
	color: #123d94;
}

/**
 * template_4_0
 */
/* line 6, ../scss/_template-4-0.scss */
.template_4_0 section.main-block .left-contents {
	overflow: visible;
}
/* line 10, ../scss/_template-4-0.scss */
.template_4_0 .search-prefectures,
.template_4_0 .search-map,
.template_4_0 .whats-station,
.template_4_0 .topics {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
  /* line 17, ../scss/_template-4-0.scss */
  .template_4_0 .search-prefectures,
  .template_4_0 .search-map .station-articles,
  .template_4_0 .whats-station .station-articles {
		width: 90%;
		margin: 0 5% 50px;
  }
}
/* line 26, ../scss/_template-4-0.scss */
.template_4_0 .search-prefectures {
	letter-spacing: -.4rem;
	border: solid 1px #123d94;
	background-color: #e2f0ff;
}
/* line 30, ../scss/_template-4-0.scss */
.template_4_0 .search-prefectures .wrap {
	padding: 20px;
}
/* line 32, ../scss/_template-4-0.scss */
.template_4_0 .search-prefectures .wrap .title, .template_4_0 .search-prefectures .wrap .to-list {
	display: inline-block;
	letter-spacing: normal;
}
/* line 158, ../scss/_common-mixin.scss */
.template_4_0 .search-prefectures .wrap .title h2:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ico_search.png?1488025898');
	width: 34px;
	height: 34px;
	-moz-background-size: 34px, 34px;
	-o-background-size: 34px, 34px;
	-webkit-background-size: 34px, 34px;
	background-size: 34px, 34px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_4_0 .search-prefectures .wrap .title h2 {
	position: relative;
}
/* line 37, ../scss/_template-4-0.scss */
.template_4_0 .search-prefectures .wrap .title {
	width: 80%;
	text-indent: 2.2rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
/* line 43, ../scss/_template-4-0.scss */
.template_4_0 .search-prefectures .wrap .to-list {
	width: 20%;
	padding: 6px 0;
	text-align: center;
	background-color: #123d94;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* line 49, ../scss/_template-4-0.scss */
.template_4_0 .search-prefectures .wrap .to-list a {
	color: #fff;
}
@media (max-width: 767px) {
  /* line 30, ../scss/_template-4-0.scss */
  .template_4_0 .search-prefectures .wrap {
		padding: 10px;
  }
  /* line 55, ../scss/_template-4-0.scss */
  .template_4_0 .search-prefectures .wrap .title {
		font-size: 14px;
		font-size: 1.4rem;
		text-indent: 1.5rem;
  }
  /* line 58, ../scss/_template-4-0.scss */
  .template_4_0 .search-prefectures .wrap .title h2:before {
		width: 20px;
		height: 20px;
		-moz-background-size: 20px, 20px;
		-o-background-size: 20px, 20px;
		-webkit-background-size: 20px, 20px;
		background-size: 20px, 20px;
  }
  /* line 64, ../scss/_template-4-0.scss */
  .template_4_0 .search-prefectures .wrap .to-list {
		font-size: 7.5px;
		font-size: 0.75rem;
  }
}
/* line 73, ../scss/_template-4-0.scss */
.template_4_0 .search-map .caption {
	margin-bottom: 18px;
}
/* line 76, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map {
	background-image: url('../images/common/stations_top_map.png?1488455902');
	-moz-background-size: 740px, 861px;
	-o-background-size: 740px, 861px;
	-webkit-background-size: 740px, 861px;
	background-size: 740px, 861px;
	width: 740px;
	height: 861px;
	position: relative;
}
/* line 83, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .fixed-links li {
	position: absolute;
	background-color: #123d94;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 23px;
}
/* line 158, ../scss/_common-mixin.scss */
.template_4_0 .search-map .map .fixed-links li a:before {
	position: absolute;
	left: -10px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrow_white01.png?1482210259');
	width: 5px;
	height: 6px;
	-moz-background-size: 5px, 6px;
	-o-background-size: 5px, 6px;
	-webkit-background-size: 5px, 6px;
	background-size: 5px, 6px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_4_0 .search-map .map .fixed-links li a {
	position: relative;
}
/* line 89, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .fixed-links li a {
	color: #fff;
}
/* line 93, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .fixed-links .chugoku {
	left: 10px;
	top: 134px;
}
/* line 97, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .fixed-links .shikoku {
	left: 10px;
	top: 702px;
}
/* line 101, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .fixed-links .chubu {
	left: 600px;
	top: 411px;
}
/* line 105, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .fixed-links .hokuriku {
	left: 600px;
	top: 15px;
}
/* line 112, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li {
	background-image: url('../images/common/ico_map_station.png?1488455902');
	-moz-background-size: 15px, 15px;
	-o-background-size: 15px, 15px;
	-webkit-background-size: 15px, 15px;
	background-size: 15px, 15px;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 0;
}
/* line 118, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li[style] {
	width: 15px;
	height: 15px;
}
/* line 122, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li:hover {
	z-index: 1000;
	width: auto;
	height: auto;
}
/* line 127, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li:hover > ul li {
	display: block;
}
/* line 133, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li[style^='left:65']:hover > ul li {
	margin-right: -50px;
}
/* line 133, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li[style^='left:66']:hover > ul li {
	margin-right: -50px;
}
/* line 133, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li[style^='left:67']:hover > ul li {
	margin-right: -50px;
}
/* line 133, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li[style^='left:68']:hover > ul li {
	margin-right: -50px;
}
/* line 133, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li[style^='left:69']:hover > ul li {
	margin-right: -50px;
}
/* line 138, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li[style^='left:70']:hover > ul li {
	margin-right: -80px;
}
/* line 138, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li[style^='left:71']:hover > ul li {
	margin-right: -80px;
}
/* line 138, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li[style^='left:72']:hover > ul li {
	margin-right: -80px;
}
/* line 138, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li[style^='left:73']:hover > ul li {
	margin-right: -80px;
}
/* line 138, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li[style^='left:74']:hover > ul li {
	margin-right: -80px;
}
/* line 143, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li.overflow-size-s:hover > ul li {
	margin-right: -30px;
}
/* line 146, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li.overflow-size-l:hover > ul li {
	margin-right: -220px;
}
/* line 150, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li li {
	display: none;
	font-size: 8px;
	font-size: 0.8rem;
	padding: 0 5px;
	background-image: none;
	position: relative;
	background-color: #fefefe;
	top: -5px;
	left: 15px;
}
/* line 159, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li li:first-child {
	font-size: 10px;
	font-size: 1rem;
	padding-top: 5px;
	font-weight: bold;
}
/* line 164, ../scss/_template-4-0.scss */
.template_4_0 .search-map .map .icon-summaries li li:last-child {
	padding-bottom: 5px;
}
@media (max-width: 767px) {
  /* line 72, ../scss/_template-4-0.scss */
  .template_4_0 .search-map {
		display: none;
  }
}
/* line 11, ../scss/_common-mixin.scss */
.template_4_0 .whats-station:after {
	content: "";
	display: block;
	clear: both;
}
/* line 178, ../scss/_template-4-0.scss */
.template_4_0 .whats-station .wrap {
	letter-spacing: -.4rem;
}
/* line 180, ../scss/_template-4-0.scss */
.template_4_0 .whats-station .wrap .logo,
.template_4_0 .whats-station .wrap .body {
	display: inline-block;
	letter-spacing: normal;
}
/* line 186, ../scss/_template-4-0.scss */
.template_4_0 .whats-station .wrap .logo {
	width: 182px;
	height: 100%;
	vertical-align: top;
}
/* line 190, ../scss/_template-4-0.scss */
.template_4_0 .whats-station .wrap .logo img {
	border: solid 1px #123d94;
}
/* line 194, ../scss/_template-4-0.scss */
.template_4_0 .whats-station .wrap .body {
	padding-left: 30px;
	width: 528px;
}
@media (max-width: 767px) {
  /* line 199, ../scss/_template-4-0.scss */
  .template_4_0 .whats-station .wrap .logo {
		width: 100%;
		text-align: center;
  }
  /* line 203, ../scss/_template-4-0.scss */
  .template_4_0 .whats-station .wrap .body {
		width: 100%;
		padding: 0;
		margin-top: 16px;
  }
}
/* line 211, ../scss/_template-4-0.scss */
.template_4_0 .whats-station .more-detail {
	width: 100%;
	text-align: right;
}
/* line 158, ../scss/_common-mixin.scss */
.template_4_0 .whats-station .more-detail a:before {
	position: absolute;
	left: -20px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 12px;
	height: 12px;
	-moz-background-size: 12px, 12px;
	-o-background-size: 12px, 12px;
	-webkit-background-size: 12px, 12px;
	background-size: 12px, 12px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_4_0 .whats-station .more-detail a {
	position: relative;
}

/**
 * template_3_0
 */
/* line 7, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents {
	letter-spacing: normal;
	width: 1000px;
	margin: 0 auto;
}
/* line 12, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents h2 {
	border-left: solid 4px #123d94;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 1rem;
	font-weight: bold;
	margin-bottom: 1.5em;
	line-height: 1.3em;
}
/* line 20, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents h3 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: solid 2px #123d94;
}
/* line 26, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents h4 {
	font-size: 10px;
	font-size: 1rem;
	background-color: #123d94;
	padding: 15px 20px;
	color: #fff;
}
/* line 65, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents h4 a[target^='_blank']:after {
	display: inline-block;
	margin-left: .2rem;
	content: url('../images/common/external_window_white.png?1488793993');
}
/* line 158, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents h4.link:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents h4.link {
	position: relative;
}
/* line 34, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents h4.link {
	color: #333;
	background-color: transparent;
	font-weight: bold;
}
/* line 40, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents h5.sub-title {
	padding: 12px 40px 12px 20px;
	font-size: 1;
}
/* line 44, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: stretch;
	-webkit-align-content: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}
/* line 46, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex .item {
	width: 226px;
	margin: 15px 0;
}
/* line 49, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex .item .child {
	border: 1px solid #a8a8a8;
	padding: 15px;
}
/* line 158, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/river.png?1484053656');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#river .template_3_0 .sitemap-contents .flex .item .child li:before, .template_3_0 .sitemap-contents .flex .item .child.river li:before {
	background-image: url('../images/common/arrows/river.png?1484053656');
}
/* line 158, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/road.png?1484053664');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#road .template_3_0 .sitemap-contents .flex .item .child li:before, .template_3_0 .sitemap-contents .flex .item .child.road li:before {
	background-image: url('../images/common/arrows/road.png?1484053664');
}
/* line 158, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kensei.png?1484053677');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kensei .template_3_0 .sitemap-contents .flex .item .child li:before, .template_3_0 .sitemap-contents .flex .item .child.kensei li:before {
	background-image: url('../images/common/arrows/kensei.png?1484053677');
}
/* line 158, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kowan.png?1484053685');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kowan .template_3_0 .sitemap-contents .flex .item .child li:before, .template_3_0 .sitemap-contents .flex .item .child.kowan li:before {
	background-image: url('../images/common/arrows/kowan.png?1484053685');
}
/* line 158, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/plan.png?1484053697');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#plan .template_3_0 .sitemap-contents .flex .item .child li:before, .template_3_0 .sitemap-contents .flex .item .child.plan li:before {
	background-image: url('../images/common/arrows/plan.png?1484053697');
}
/* line 158, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/build.png?1484053704');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#build .template_3_0 .sitemap-contents .flex .item .child li:before, .template_3_0 .sitemap-contents .flex .item .child.build li:before {
	background-image: url('../images/common/arrows/build.png?1484053704');
}
/* line 158, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/land.png?1484053710');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#land .template_3_0 .sitemap-contents .flex .item .child li:before, .template_3_0 .sitemap-contents .flex .item .child.land li:before {
	background-image: url('../images/common/arrows/land.png?1484053710');
}
/* line 158, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/general.png?1484053717');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#general .template_3_0 .sitemap-contents .flex .item .child li:before, .template_3_0 .sitemap-contents .flex .item .child.general li:before {
	background-image: url('../images/common/arrows/general.png?1484053717');
}
/* line 158, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/theme.png?1484124737');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#theme .template_3_0 .sitemap-contents .flex .item .child li:before, .template_3_0 .sitemap-contents .flex .item .child.theme li:before {
	background-image: url('../images/common/arrows/theme.png?1484124737');
}
/* line 158, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#other .template_3_0 .sitemap-contents .flex .item .child li:before, .template_3_0 .sitemap-contents .flex .item .child.other li:before {
	background-image: url('../images/common/arrows/other.png?1484124737');
}
@media (min-width: 768px) {
  /* line 54, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex .item .child li:before {
		top: 7px;
		transform: none;
  }
}
/* line 65, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item .child li a[target^='_blank']:after {
	display: inline-block;
	margin-left: .2rem;
	content: url('../images/common/external_window_blue.png?1485921873');
}
/* line 61, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex .item .child li.title:before {
	content: none;
}
/* line 64, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex .item .child li.title {
	font-size: 10px;
	font-size: 1rem;
	font-weight: bold;
}
/* line 67, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex .item .child li.title:not(:first-child) {
	margin-top: 20px;
}
/* line 71, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex .item .child li a {
	padding-left: 20px;
	display: block;
}
/* line 79, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex .item.hide {
	visibility: hidden !important;
	height: 0 !important;
	min-height: 0 !important;
	margin-top: 0 !important;
}
/* line 85, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex .item-title a {
	color: #fff;
}
/* line 205, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item-title-toggle:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #123d94;
	border-right: solid 2px #123d94;
	position: absolute;
	top: 50%;
	-moz-transform: rotate(135deg) translateY(-50%);
	-ms-transform: rotate(135deg) translateY(-50%);
	-webkit-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
	right: 29px;
	margin-top: -6px;
}
/* line 91, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex .item-title-toggle:before {
	display: none;
}
/* line 94, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex .item-title-toggle:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	top: 45%;
	right: 20px;
}
/* line 205, ../scss/_common-mixin.scss */
.template_3_0 .sitemap-contents .flex .item-title-toggle.isHide:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #123d94;
	border-right: solid 2px #123d94;
	position: absolute;
	top: 50%;
	-moz-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	top: 65%;
	right: 24px;
}
/* line 102, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-contents .flex .item-title-toggle.isHide:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	top: 60%;
	right: 15px;
}
@media (max-width: 767px) {
  /* line 112, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .sitemap-header {
		margin-right: 5%;
		margin-left: 5%;
		width: 90%;
  }
  /* line 117, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .sitemap-links-top {
		margin-right: 5%;
		margin-left: 5%;
		margin-bottom: 10px;
		width: 90%;
  }
  /* line 123, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents h2 {
		margin-bottom: 1rem;
  }
  /* line 126, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents h3 {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
		border-bottom: none;
  }
  /* line 132, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex {
		-webkit-flex-direction: column;
		flex-direction: column;
  }
  /* line 134, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex .item {
		width: 100%;
  }
  /* line 136, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex .item .child {
		background-color: #fafafa;
		padding: 0;
  }
  /* line 139, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex .item .child li:before {
		left: 5%;
  }
  /* line 142, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex .item .child li.title {
		background-color: #fff;
		padding-left: 5%;
  }
  /* line 145, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex .item .child li.title:not(:first-child) {
		margin-top: 0;
  }
  /* line 149, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex .item .child a {
		padding-left: 0;
  }
  /* line 153, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex .item h4.item-title {
		padding: 25px 5%;
  }
  /* line 205, ../scss/_common-mixin.scss */
  .template_3_0 .sitemap-contents .flex .item h4.item-title-toggle:after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		position: absolute;
		top: 50%;
		-moz-transform: rotate(135deg) translateY(-50%);
		-ms-transform: rotate(135deg) translateY(-50%);
		-webkit-transform: rotate(135deg) translateY(-50%);
		transform: rotate(135deg) translateY(-50%);
		right: 29px;
		margin-top: -6px;
  }
  /* line 205, ../scss/_common-mixin.scss */
  .template_3_0 .sitemap-contents .flex .item h4.item-title-toggle.isVisible:after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		position: absolute;
		top: 50%;
		-moz-transform: rotate(-45deg) translateY(-50%);
		-ms-transform: rotate(-45deg) translateY(-50%);
		-webkit-transform: rotate(-45deg) translateY(-50%);
		transform: rotate(-45deg) translateY(-50%);
		right: 25px;
		top: 55%;
  }
  /* line 162, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex .item h5.sub-title {
		padding-left: 5%;
  }
  /* line 165, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex .item li {
		border-top: solid 1px #e6e6e6;
		line-height: 1.5rem;
		padding: 10px 10px 10px 10%;
  }
  /* line 170, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents .flex .item li a {
		display: block;
		position: static;
  }
}
/* line 178, ../scss/_template-3-0.scss */
.template_3_0 .sitemap-links {
	margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  /* line 182, ../scss/_template-3-0.scss */
  .template_3_0 .sitemap-contents {
		width: 100%;
  }
}

/**
 * template_2_1
 */
/* line 5, ../scss/_template-2-1.scss */
.template_2_1 .category-header {
	letter-spacing: -.4rem;
	margin-bottom: 20px;
}
/* line 8, ../scss/_template-2-1.scss */
.template_2_1 .category-header section {
	letter-spacing: normal;
	display: inline-block;
}
/* line 12, ../scss/_template-2-1.scss */
.template_2_1 .category-header .icon {
	min-width: 100px;
	max-width: 400px;
	margin-right: 20px;
}
/* line 17, ../scss/_template-2-1.scss */
.template_2_1 .category-header .date {
	color: #123d94;
}
@media (max-width: 767px) {
  /* line 5, ../scss/_template-2-1.scss */
  .template_2_1 .category-header {
		margin: 0 5% 20px;
		font-size: 7px;
		font-size: 0.7rem;
  }
  /* line 23, ../scss/_template-2-1.scss */
  .template_2_1 .category-header .icon {
		min-width: 20%;
		max-width: 75%;
		margin-right: 2%;
  }
}

/**
 * template_2_0
 */
/* line 5, ../scss/_template-2-0.scss */
.template_2_0 .image-title {
	position: relative;
	margin-bottom: 40px;
}
/* line 9, ../scss/_template-2-0.scss */
.template_2_0 .category-header .summary {
	letter-spacing: normal;
	margin-top: 28px;
}

/**
 * template_1_0
 */
/* line 5, ../scss/_template-1-0.scss */
.template_1_0 .image-title {
	position: relative;
	margin-bottom: 40px;
}
/* line 8, ../scss/_template-1-0.scss */
.template_1_0 .image-title h2 {
	position: absolute;
	top: 50%;
	left: 19%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
}
@media (max-width: 767px) {
  /* line 8, ../scss/_template-1-0.scss */
  .template_1_0 .image-title h2 {
		font-size: 16px;
		font-size: 1.6rem;
  }
}

/**
 * template_0_0
 */
/* line 6, ../scss/_template-0-0.scss */
.template_0_0 .mvSlide {
	position: relative;
	margin-bottom: 85px;
}
/* line 9, ../scss/_template-0-0.scss */
.template_0_0 .mvSlide .title {
	position: absolute;
	z-index: 1;
	letter-spacing: normal;
	color: #fff;
	top: 60%;
	max-width: 360px;
	margin-left: 570px;
}
/* line 18, ../scss/_template-0-0.scss */
.template_0_0 .mvSlide .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 56px;
	height: 56px;
	margin-top: -32px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	outline: none;
}
/* line 28, ../scss/_template-0-0.scss */
.template_0_0 .mvSlide .slick-arrow:hover {
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
}
/* line 32, ../scss/_template-0-0.scss */
.template_0_0 .mvSlide .slick-prev {
	left: 50%;
	margin-left: -528px;
	background-image: url('../images/common/btn_slide_prev.png?1485248033');
}
/* line 37, ../scss/_template-0-0.scss */
.template_0_0 .mvSlide .slick-next {
	right: 50%;
	margin-right: -528px;
	background-image: url('../images/common/btn_slide_next.png?1485248014');
}
/* line 42, ../scss/_template-0-0.scss */
.template_0_0 .mvSlide .slick-dots {
	position: absolute;
	left: 50%;
	bottom: -48px;
	line-height: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* line 49, ../scss/_template-0-0.scss */
.template_0_0 .mvSlide .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
/* line 53, ../scss/_template-0-0.scss */
.template_0_0 .mvSlide .slick-dots button {
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 2px solid #a8a8a8;
	border-radius: 50%;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	outline: none;
}
/* line 63, ../scss/_template-0-0.scss */
.template_0_0 .mvSlide .slick-dots .slick-active button {
	background-color: #123d94;
}
@media (max-width: 767px) {
  /* line 70, ../scss/_template-0-0.scss */
  .template_0_0 .mvSlide {
		margin-bottom: 52px;
  }
  /* line 72, ../scss/_template-0-0.scss */
  .template_0_0 .mvSlide .title {
		font-size: 8px;
		font-size: 0.8rem;
		max-width: 220px;
		margin-left: 200px;
  }
  /* line 77, ../scss/_template-0-0.scss */
  .template_0_0 .mvSlide .slick-dots {
		bottom: -30px;
  }
  /* line 79, ../scss/_template-0-0.scss */
  .template_0_0 .mvSlide .slick-dots li {
		margin: 0 4px;
  }
  /* line 82, ../scss/_template-0-0.scss */
  .template_0_0 .mvSlide .slick-dots button {
		border-width: 1px;
		width: 8px;
		height: 8px;
  }
  /* line 88, ../scss/_template-0-0.scss */
  .template_0_0 .mvSlide .slick-arrow {
		display: none !important;
  }
}
/* line 94, ../scss/_template-0-0.scss */
.template_0_0 .image-title {
	position: relative;
	margin-bottom: 40px;
}
/* line 104, ../scss/_template-0-0.scss */
.template_0_0 .categories.general-articles .category-list.general-article .category-header {
	position: relative;
}
/* line 158, ../scss/_common-mixin.scss */
.template_0_0 .categories.general-articles .category-list.general-article .category-header h2.press:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ico_press.png?1488018177');
	width: 30px;
	height: 30px;
	-moz-background-size: 30px, 30px;
	-o-background-size: 30px, 30px;
	-webkit-background-size: 30px, 30px;
	background-size: 30px, 30px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_0_0 .categories.general-articles .category-list.general-article .category-header h2.press {
	position: relative;
}
/* line 158, ../scss/_common-mixin.scss */
.template_0_0 .categories.general-articles .category-list.general-article .category-header h2.pickup:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ico_pickup.png?1488018200');
	width: 30px;
	height: 30px;
	-moz-background-size: 30px, 30px;
	-o-background-size: 30px, 30px;
	-webkit-background-size: 30px, 30px;
	background-size: 30px, 30px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_0_0 .categories.general-articles .category-list.general-article .category-header h2.pickup {
	position: relative;
}
/* line 110, ../scss/_template-0-0.scss */
.template_0_0 .categories.general-articles .category-list.general-article .category-header h2 {
	border: none;
	padding-left: 2.3rem;
	width: auto;
}
/* line 115, ../scss/_template-0-0.scss */
.template_0_0 .categories.general-articles .category-list.general-article .category-header h2 + small {
	letter-spacing: normal;
}
/* line 118, ../scss/_template-0-0.scss */
.template_0_0 .categories.general-articles .category-list.general-article .category-header .to-list {
	position: absolute;
	right: 0;
}
/* line 158, ../scss/_common-mixin.scss */
.template_0_0 .general-articles .general-article h2.information:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ico_information.png?1488018676');
	width: 30px;
	height: 30px;
	-moz-background-size: 30px, 30px;
	-o-background-size: 30px, 30px;
	-webkit-background-size: 30px, 30px;
	background-size: 30px, 30px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_0_0 .general-articles .general-article h2.information {
	position: relative;
}
/* line 158, ../scss/_common-mixin.scss */
.template_0_0 .general-articles .general-article h2.topics:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ico_topics.png?1488018168');
	width: 30px;
	height: 30px;
	-moz-background-size: 30px, 30px;
	-o-background-size: 30px, 30px;
	-webkit-background-size: 30px, 30px;
	background-size: 30px, 30px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_0_0 .general-articles .general-article h2.topics {
	position: relative;
}
/* line 158, ../scss/_common-mixin.scss */
.template_0_0 .general-articles .general-article h2.link:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ico_link.png?1488018185');
	width: 30px;
	height: 30px;
	-moz-background-size: 30px, 30px;
	-o-background-size: 30px, 30px;
	-webkit-background-size: 30px, 30px;
	background-size: 30px, 30px;
}
/* line 172, ../scss/_common-mixin.scss */
.template_0_0 .general-articles .general-article h2.link {
	position: relative;
}
/* line 134, ../scss/_template-0-0.scss */
.template_0_0 .general-articles .general-article h2.information, .template_0_0 .general-articles .general-article h2.topics, .template_0_0 .general-articles .general-article h2.link {
	display: inline-block;
	border: none;
	padding-left: 2.3rem;
	margin-bottom: 1rem;
	width: auto;
}
/* line 144, ../scss/_template-0-0.scss */
.template_0_0 .general-articles .general-article h2 + small {
	font-size: 7px;
	font-size: 0.7rem;
	font-weight: bold;
	color: #a8a8a8;
	padding-left: 10px;
}
@media (max-width: 767px) {
  /* line 151, ../scss/_template-0-0.scss */
  .template_0_0 .general-articles .general-article .general-article-header {
		margin-bottom: 1rem;
  }
  /* line 153, ../scss/_template-0-0.scss */
  .template_0_0 .general-articles .general-article .general-article-header h2 {
		margin-bottom: 0;
  }
  /* line 157, ../scss/_template-0-0.scss */
  .template_0_0 .general-articles .general-article .general-article-header h2.information + small {
		padding-left: 2.3rem;
		display: block;
  }
}

/**
 * .side-menu
 */
/* line 5, ../scss/_side-menu.scss */
.side-menu {
	position: relative;
	border: 1px solid #a8a8a8;
	margin-bottom: 20px;
}
/* line 9, ../scss/_side-menu.scss */
.side-menu .head {
	position: relative;
	padding: 25px 20px;
	color: #FFF;
	background-color: #123d94;
	font-weight: bold;
}
/* line 15, ../scss/_side-menu.scss */
.side-menu .head .title {
	position: relative;
	z-index: 1;
}
/* line 19, ../scss/_side-menu.scss */
.side-menu .head .icon {
	position: absolute;
	right: 5px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* line 26, ../scss/_side-menu.scss */
.side-menu .sub-title {
	cursor: pointer;
	position: relative;
	padding: 12px 20px;
	border-top: 1px solid #a8a8a8;
	font-weight: bold;
}
/* line 205, ../scss/_common-mixin.scss */
.side-menu .sub-title:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #123d94;
	border-right: solid 2px #123d94;
	position: absolute;
	top: 50%;
	-moz-transform: rotate(135deg) translateY(-50%);
	-ms-transform: rotate(135deg) translateY(-50%);
	-webkit-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
	right: 29px;
	margin-top: -6px;
}
/* line 205, ../scss/_common-mixin.scss */
.side-menu .sub-title.isVisible:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #123d94;
	border-right: solid 2px #123d94;
	position: absolute;
	top: 50%;
	-moz-transform: rotate(-45deg) translateY(-50%);
	-ms-transform: rotate(-45deg) translateY(-50%);
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	top: 65%;
	right: 24px;
}
/* line 36, ../scss/_side-menu.scss */
.side-menu .sub-title + .body {
	display: none;
}
/* line 41, ../scss/_side-menu.scss */
.side-menu .body {
	background: #fafafa;
	padding: 20px 21px;
	border-top: 1px solid #a8a8a8;
}
/* line 158, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']):before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/river.png?1484053656');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']) {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#river .side-menu li:not([class*='thumbnail']):before, .side-menu.river li:not([class*='thumbnail']):before {
	background-image: url('../images/common/arrows/river.png?1484053656');
}
/* line 158, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']):before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/road.png?1484053664');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']) {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#road .side-menu li:not([class*='thumbnail']):before, .side-menu.road li:not([class*='thumbnail']):before {
	background-image: url('../images/common/arrows/road.png?1484053664');
}
/* line 158, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']):before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kensei.png?1484053677');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']) {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kensei .side-menu li:not([class*='thumbnail']):before, .side-menu.kensei li:not([class*='thumbnail']):before {
	background-image: url('../images/common/arrows/kensei.png?1484053677');
}
/* line 158, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']):before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/kowan.png?1484053685');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']) {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#kowan .side-menu li:not([class*='thumbnail']):before, .side-menu.kowan li:not([class*='thumbnail']):before {
	background-image: url('../images/common/arrows/kowan.png?1484053685');
}
/* line 158, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']):before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/plan.png?1484053697');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']) {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#plan .side-menu li:not([class*='thumbnail']):before, .side-menu.plan li:not([class*='thumbnail']):before {
	background-image: url('../images/common/arrows/plan.png?1484053697');
}
/* line 158, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']):before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/build.png?1484053704');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']) {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#build .side-menu li:not([class*='thumbnail']):before, .side-menu.build li:not([class*='thumbnail']):before {
	background-image: url('../images/common/arrows/build.png?1484053704');
}
/* line 158, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']):before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/land.png?1484053710');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']) {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#land .side-menu li:not([class*='thumbnail']):before, .side-menu.land li:not([class*='thumbnail']):before {
	background-image: url('../images/common/arrows/land.png?1484053710');
}
/* line 158, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']):before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/general.png?1484053717');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']) {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#general .side-menu li:not([class*='thumbnail']):before, .side-menu.general li:not([class*='thumbnail']):before {
	background-image: url('../images/common/arrows/general.png?1484053717');
}
/* line 158, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']):before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/theme.png?1484124737');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']) {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#theme .side-menu li:not([class*='thumbnail']):before, .side-menu.theme li:not([class*='thumbnail']):before {
	background-image: url('../images/common/arrows/theme.png?1484124737');
}
/* line 158, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']):before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 13px;
	height: 13px;
	-moz-background-size: 13px, 13px;
	-o-background-size: 13px, 13px;
	-webkit-background-size: 13px, 13px;
	background-size: 13px, 13px;
}
/* line 172, ../scss/_common-mixin.scss */
.side-menu li:not([class*='thumbnail']) {
	position: relative;
}
/* line 28, ../scss/_department-colors.scss */
#other .side-menu li:not([class*='thumbnail']):before, .side-menu.other li:not([class*='thumbnail']):before {
	background-image: url('../images/common/arrows/other.png?1484124737');
}
@media (min-width: 768px) {
  /* line 49, ../scss/_side-menu.scss */
  .side-menu li:not([class*='thumbnail']):before {
		top: 10px;
  }
}
/* line 53, ../scss/_side-menu.scss */
.side-menu li {
	margin-top: 10px;
	padding-left: 25px;
	line-height: 1.5;
	font-size: 8.5px;
	font-size: 0.85rem;
}
/* line 58, ../scss/_side-menu.scss */
.side-menu li:first-child {
	margin-top: 0;
}
/* line 61, ../scss/_side-menu.scss */
.side-menu li.thumbnail {
	padding: 0;
}
/* line 63, ../scss/_side-menu.scss */
.side-menu li.thumbnail img {
	max-width: 178px;
}
@media (max-width: 767px) {
  /* line 5, ../scss/_side-menu.scss */
  .side-menu {
		margin-bottom: 0;
  }
  /* line 70, ../scss/_side-menu.scss */
  .side-menu .head.sp-toggle {
		cursor: pointer;
  }
  /* line 72, ../scss/_side-menu.scss */
  .side-menu .head.sp-toggle .icon {
		display: none;
  }
  /* line 205, ../scss/_common-mixin.scss */
  .side-menu .head.sp-toggle:after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		position: absolute;
		top: 50%;
		-moz-transform: rotate(135deg) translateY(-50%);
		-ms-transform: rotate(135deg) translateY(-50%);
		-webkit-transform: rotate(135deg) translateY(-50%);
		transform: rotate(135deg) translateY(-50%);
		right: 29px;
		margin-top: -6px;
  }
  /* line 205, ../scss/_common-mixin.scss */
  .side-menu .head.sp-toggle.isVisible:after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		position: absolute;
		top: 50%;
		-moz-transform: rotate(-45deg) translateY(-50%);
		-ms-transform: rotate(-45deg) translateY(-50%);
		-webkit-transform: rotate(-45deg) translateY(-50%);
		transform: rotate(-45deg) translateY(-50%);
		right: 25px;
		top: 55%;
  }
  /* line 79, ../scss/_side-menu.scss */
  .side-menu .head.sp-toggle + .body {
		display: none;
  }
  /* line 205, ../scss/_common-mixin.scss */
  .side-menu .sub-title:after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #123d94;
		border-right: solid 2px #123d94;
		position: absolute;
		top: 50%;
		-moz-transform: rotate(135deg) translateY(-50%);
		-ms-transform: rotate(135deg) translateY(-50%);
		-webkit-transform: rotate(135deg) translateY(-50%);
		transform: rotate(135deg) translateY(-50%);
		right: 29px;
		margin-top: -6px;
  }
  /* line 205, ../scss/_common-mixin.scss */
  .side-menu .sub-title.isVisible:after {
		content: '';
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #123d94;
		border-right: solid 2px #123d94;
		position: absolute;
		top: 50%;
		-moz-transform: rotate(-45deg) translateY(-50%);
		-ms-transform: rotate(-45deg) translateY(-50%);
		-webkit-transform: rotate(-45deg) translateY(-50%);
		transform: rotate(-45deg) translateY(-50%);
		top: 65%;
		right: 24px;
  }
  /* line 88, ../scss/_side-menu.scss */
  .side-menu .sub-title + .body {
		display: none;
  }
  /* line 92, ../scss/_side-menu.scss */
  .side-menu .body {
		padding: 0;
		border: none;
  }
  /* line 96, ../scss/_side-menu.scss */
  .side-menu li {
		margin: 0;
		line-height: 44px;
		border-top: solid 1px #e6e6e6;
  }
  /* line 97, ../scss/_side-menu.scss */
  .side-menu li:not([class*='thumbnail']):before {
		left: 5%;
  }
  /* line 100, ../scss/_side-menu.scss */
  .side-menu li a {
		position: relative;
		left: 6%;
  }
  /* line 107, ../scss/_side-menu.scss */
  .side-menu li.thumbnail img {
		max-width: 100%;
  }
}

/* line 114, ../scss/_side-menu.scss */
.side-banners .banner {
	margin-bottom: 20px;
	text-align: center;
}
/* line 117, ../scss/_side-menu.scss */
.side-banners .banner:first-child {
	margin-top: 20px;
}
/* line 120, ../scss/_side-menu.scss */
.side-banners .banner img {
	max-width: 220px;
}
@media (max-width: 767px) {
  /* line 120, ../scss/_side-menu.scss */
  .side-banners .banner img {
		max-width: 100%;
  }
}

/* line 2, ../scss/_header.scss */
header {
	position: relative;
	border-top: 3px solid #123d94;
}
/* line 5, ../scss/_header.scss */
header .spHeader {
	display: none;
}
/* line 8, ../scss/_header.scss */
header .functionArea {
	margin: 20px 0 20px;
	letter-spacing: -.4rem;
	width: 100%;
}
/* line 9, ../scss/_header.scss */
header .functionArea section {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
/* line 16, ../scss/_header.scss */
header .functionArea .logoArea {
	width: 440px;
}
/* line 19, ../scss/_header.scss */
header .functionArea .supportArea {
	width: 560px;
	text-align: right;
	font-size: 8px;
	font-size: 0.8rem;
}
/* line 24, ../scss/_header.scss */
header .functionArea .supportArea .headerNav {
	letter-spacing: normal;
	width: 560px;
	height: 30px;
}
/* line 158, ../scss/_common-mixin.scss */
header .functionArea .supportArea .headerNav li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrows/other.png?1484124737');
	width: 11px;
	height: 11px;
	-moz-background-size: 11px, 11px;
	-o-background-size: 11px, 11px;
	-webkit-background-size: 11px, 11px;
	background-size: 11px, 11px;
}
/* line 172, ../scss/_common-mixin.scss */
header .functionArea .supportArea .headerNav li {
	position: relative;
}
/* line 30, ../scss/_header.scss */
header .functionArea .supportArea .headerNav li {
	padding: 0 10px 0 17px;
}
/* line 36, ../scss/_header.scss */
header .functionArea .supportArea .fontSizeChanger {
	letter-spacing: normal;
	width: 328px;
}
/* line 39, ../scss/_header.scss */
header .functionArea .supportArea .fontSizeChanger li:not(:first-child) {
	position: relative;
	text-align: center;
	width: 28px;
	height: 28px;
	background-color: #e6e6e6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
/* line 46, ../scss/_header.scss */
header .functionArea .supportArea .fontSizeChanger li:not(:first-child).button {
	cursor: pointer;
	color: #123d94;
	line-height: 1.8rem;
}
/* line 51, ../scss/_header.scss */
header .functionArea .supportArea .fontSizeChanger li:not(:first-child).selected {
	background-color: #123d94;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
}
/* line 58, ../scss/_header.scss */
header .functionArea .supportArea .searchBox {
	width: 232px;
	height: 33px;
}
/* line 61, ../scss/_header.scss */
header .functionArea .supportArea .searchBox .inputArea {
	position: relative;
	text-align: right;
}
/* line 64, ../scss/_header.scss */
header .functionArea .supportArea .searchBox .inputArea .gsc-control-cse {
	padding: 0;
}
/* line 66, ../scss/_header.scss */
header .functionArea .supportArea .searchBox .inputArea .gsc-control-cse .gsc-search-box {
	padding: 0;
	margin: 0;
}
/* line 71, ../scss/_header.scss */
header .functionArea .supportArea .searchBox .inputArea .gsc-input {
	display: block;
	width: 199px;
	margin-left: auto;
	padding: 0;
}
/* line 76, ../scss/_header.scss */
header .functionArea .supportArea .searchBox .inputArea .gsc-input input[type^='text'] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 30px;
}
/* line 81, ../scss/_header.scss */
header .functionArea .supportArea .searchBox .inputArea .gsc-search-button {
	display: inline;
}
/* line 83, ../scss/_header.scss */
header .functionArea .supportArea .searchBox .inputArea .gsc-search-button input.gsc-search-button {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	height: 30px;
	width: 30px;
	padding: 0;
	border: none;
	background: url('../images/common/search.png?1484647076') no-repeat top left;
	-moz-background-size: 30px, 30px;
	-o-background-size: 30px, 30px;
	-webkit-background-size: 30px, 30px;
	background-size: 30px, 30px;
	text-indent: -9999px;
	min-width: 0;
}
/* line 98, ../scss/_header.scss */
header .functionArea .supportArea .searchBox .inputArea .gsc-clear-button {
	display: none;
}
/* line 101, ../scss/_header.scss */
header .functionArea .supportArea .searchBox .inputArea .gsc-results-wrapper-overlay {
	letter-spacing: normal;
}
/* line 109, ../scss/_header.scss */
header .department {
	margin-bottom: 10px;
}
/* line 111, ../scss/_header.scss */
header .department li {
	height: 35px;
	margin-bottom: 5px;
}
/* line 114, ../scss/_header.scss */
header .department li:not(:last-child) {
	margin-right: 6px;
}
/* line 117, ../scss/_header.scss */
header .department li a {
	padding: 7px 33px;
}
/* line 119, ../scss/_header.scss */
header .department li a.icon {
	border-width: 1px;
	font-size: 8.5px;
	font-size: 0.85rem;
}
/* line 123, ../scss/_header.scss */
header .department li a[class*='kensei'] {
	padding: 7px 28px;
}
/* line 130, ../scss/_header.scss */
header .theme {
	background-color: #123d94;
	height: 100px;
}
/* line 133, ../scss/_header.scss */
header .theme .globalNavTheme {
	letter-spacing: -.4rem;
}
/* line 136, ../scss/_header.scss */
header .theme .globalNavTheme li {
	padding: 6px 0;
}
/* line 138, ../scss/_header.scss */
header .theme .globalNavTheme li a {
	display: block;
	height: 88px;
	border-left: dotted 1px #fff;
}
/* line 142, ../scss/_header.scss */
header .theme .globalNavTheme li a:hover img {
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
}
/* line 145, ../scss/_header.scss */
header .theme .globalNavTheme li a span {
	display: none;
}
/* line 149, ../scss/_header.scss */
header .theme .globalNavTheme li:last-child a {
	border-right: dotted 1px #fff;
}
/* line 153, ../scss/_header.scss */
header .theme .globalNavTheme .sp {
	display: none;
}
@media (max-width: 767px) {
  /* line 2, ../scss/_header.scss */
  header {
		background-image: none;
		width: 100%;
  }
  /* line 164, ../scss/_header.scss */
  header .spHeader {
		z-index: 100;
		position: fixed;
		top: 0;
		display: block;
		box-sizing: border-box;
		border-top: 3px solid #123d94;
		background-color: #fff;
		width: 100%;
  }
  /* line 173, ../scss/_header.scss */
  header .spHeader .logoArea {
		padding: 20px 0 20px 5%;
		width: 217px;
  }
  /* line 177, ../scss/_header.scss */
  header .spHeader .spMenuBtn {
		position: absolute;
		right: 5%;
		top: 13.5px;
		outline: none;
  }
  /* line 182, ../scss/_header.scss */
  header .spHeader .spMenuBtn.is-active {
		background: url('../images/common/btn_sp-menu--close.png?1484475123') no-repeat;
		-moz-background-size: 36px;
		-o-background-size: 36px;
		-webkit-background-size: 36px;
		background-size: 36px;
  }
  /* line 183, ../scss/_header.scss */
  header .spHeader .spMenuBtn.is-active img {
		visibility: hidden;
  }
  /* line 191, ../scss/_header.scss */
  header .spMenu {
		display: none;
		overflow: auto;
		z-index: 99;
		margin-top: 64px;
		background-color: #fff;
		border-top: solid 1px #e6e6e6;
  }
  /* line 198, ../scss/_header.scss */
  header .spMenu .contents {
		width: 100%;
  }
  /* line 201, ../scss/_header.scss */
  header .spMenu .functionArea {
		margin: 0;
  }
  /* line 203, ../scss/_header.scss */
  header .spMenu .functionArea section {
		display: block;
  }
  /* line 206, ../scss/_header.scss */
  header .spMenu .functionArea .logoArea {
		display: none;
  }
  /* line 210, ../scss/_header.scss */
  header .spMenu .functionArea .supportArea {
		width: 100%;
  }
  /* line 212, ../scss/_header.scss */
  header .spMenu .functionArea .supportArea .fontSizeChanger {
		display: none;
  }
  /* line 216, ../scss/_header.scss */
  header .spMenu .functionArea .supportArea .headerNav {
		line-height: 45px;
		height: 100%;
		width: 90%;
		margin: 0 auto;
		text-align: left;
  }
  /* line 222, ../scss/_header.scss */
  header .spMenu .functionArea .supportArea .headerNav li {
		display: block;
		height: 45px;
  }
  /* line 228, ../scss/_header.scss */
  header .spMenu .functionArea .supportArea .searchBox {
		height: 77.5px;
		width: 100%;
  }
  /* line 232, ../scss/_header.scss */
  header .spMenu .functionArea .supportArea .searchBox .inputArea .gsc-control-cse {
		background-color: #eaf3fb;
  }
  /* line 235, ../scss/_header.scss */
  header .spMenu .functionArea .supportArea .searchBox .inputArea .gsc-input {
		box-sizing: border-box;
		border-color: #123d94;
		width: 90%;
		margin: 0 auto;
  }
  /* line 240, ../scss/_header.scss */
  header .spMenu .functionArea .supportArea .searchBox .inputArea .gsc-input input[type^='text'] {
		width: 100%;
		height: 43px;
		margin: 16px 0;
  }
  /* line 247, ../scss/_header.scss */
  header .spMenu .functionArea .supportArea .searchBox .inputArea .gsc-search-button input.gsc-search-button {
		background: url('../images/common/sp-search.png?1484463432');
		-moz-background-size: 42px;
		-o-background-size: 42px;
		-webkit-background-size: 42px;
		background-size: 42px;
		height: 42px;
		width: 42px;
		right: 5.1%;
		top: 17px;
		line-height: 43px;
  }
  /* line 261, ../scss/_header.scss */
  header .spMenu .department {
		margin: 0;
  }
  /* line 263, ../scss/_header.scss */
  header .spMenu .department ul {
		letter-spacing: -.4rem;
  }
  /* line 158, ../scss/_common-mixin.scss */
  header .spMenu .department li:before {
		position: absolute;
		left: inherit;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content: " ";
		display: inline-block;
		background-repeat: no-repeat;
		background-image: url('../images/common/ar_right--black02.png?1484468288');
		width: 7px;
		height: 11.5px;
		-moz-background-size: 7px, 11.5px;
		-o-background-size: 7px, 11.5px;
		-webkit-background-size: 7px, 11.5px;
		background-size: 7px, 11.5px;
  }
  /* line 172, ../scss/_common-mixin.scss */
  header .spMenu .department li {
		position: relative;
  }
  /* line 267, ../scss/_header.scss */
  header .spMenu .department li:before {
		right: 10px;
  }
  /* line 270, ../scss/_header.scss */
  header .spMenu .department li {
		letter-spacing: normal;
		margin: 0;
		width: 50%;
		height: 44px;
  }
  /* line 276, ../scss/_header.scss */
  header .spMenu .department li:not(:last-child) {
		margin-right: 0;
  }
  /* line 279, ../scss/_header.scss */
  header .spMenu .department li a {
		display: block;
		padding: 0;
		width: 100%;
		line-height: 44px;
		text-align: left;
		text-indent: 1rem;
  }
  /* line 286, ../scss/_header.scss */
  header .spMenu .department li a[class*='kensei'] {
		padding: 0;
		font-size: 7px;
		font-size: 0.7rem;
  }
  /* line 293, ../scss/_header.scss */
  header .spMenu .theme {
		background-color: #123d94;
		height: auto;
  }
  /* line 158, ../scss/_common-mixin.scss */
  header .spMenu .theme .globalNavTheme li:after {
		position: absolute;
		left: inherit;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content: " ";
		display: inline-block;
		background-repeat: no-repeat;
		background-image: url('../images/common/ar_right--white02.png?1484470663');
		width: 7px;
		height: 11.5px;
		-moz-background-size: 7px, 11.5px;
		-o-background-size: 7px, 11.5px;
		-webkit-background-size: 7px, 11.5px;
		background-size: 7px, 11.5px;
  }
  /* line 172, ../scss/_common-mixin.scss */
  header .spMenu .theme .globalNavTheme li {
		position: relative;
  }
  /* line 298, ../scss/_header.scss */
  header .spMenu .theme .globalNavTheme li:after {
		right: 10px;
  }
  /* line 301, ../scss/_header.scss */
  header .spMenu .theme .globalNavTheme li {
		display: block;
		margin: 0;
		padding: 0;
		height: 61px;
		border-top: solid 1px #e6e6e6;
  }
  /* line 307, ../scss/_header.scss */
  header .spMenu .theme .globalNavTheme li a {
		position: relative;
		display: block;
		height: 61px;
		line-height: 61px;
		padding-left: 16%;
		border: none;
  }
  /* line 314, ../scss/_header.scss */
  header .spMenu .theme .globalNavTheme li a .pc {
		display: none;
  }
  /* line 317, ../scss/_header.scss */
  header .spMenu .theme .globalNavTheme li a .sp {
		display: inline;
		position: absolute;
		left: 5%;
		max-width: 32.5px;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
  }
  /* line 325, ../scss/_header.scss */
  header .spMenu .theme .globalNavTheme li a span {
		letter-spacing: normal;
		display: inline;
		font-weight: bold;
		color: #fff;
  }
}

/* line 338, ../scss/_header.scss */
.stations header {
	background-image: url('../images/common/stations_header.jpg?1487825162');
	background-repeat: repeat-x;
	background-position: center;
	height: 130px;
	margin-bottom: 60px;
}
/* line 344, ../scss/_header.scss */
.stations header .logo {
	position: relative;
	height: 130px;
}
/* line 347, ../scss/_header.scss */
.stations header .logo img {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 767px) {
  /* line 338, ../scss/_header.scss */
  .stations header {
		height: 65px;
		margin-bottom: 30px;
  }
  /* line 356, ../scss/_header.scss */
  .stations header .logo {
		height: 65px;
  }
  /* line 358, ../scss/_header.scss */
  .stations header .logo img {
		width: 184px;
		height: 32px;
  }
}

/* line 369, ../scss/_header.scss */
.crumb {
	letter-spacing: normal;
	font-size: 8.9px;
	font-size: 0.89rem;
	margin-top: 20px;
	margin-bottom: 35px;
}
/* line 158, ../scss/_common-mixin.scss */
.crumb li:not(:first-child):before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/ar_right--black.png?1484382581');
	width: 4px;
	height: 5px;
	-moz-background-size: 4px, 5px;
	-o-background-size: 4px, 5px;
	-webkit-background-size: 4px, 5px;
	background-size: 4px, 5px;
}
/* line 172, ../scss/_common-mixin.scss */
.crumb li:not(:first-child) {
	position: relative;
}
/* line 375, ../scss/_header.scss */
.crumb li {
	margin-right: 8px;
	padding-left: 12px;
}
/* line 378, ../scss/_header.scss */
.crumb li:first-child {
	padding-left: 0px;
}
/* line 381, ../scss/_header.scss */
.crumb li a {
	color: #123d94;
}
@media (max-width: 767px) {
  /* line 369, ../scss/_header.scss */
  .crumb {
		font-size: 8px;
		font-size: 0.8rem;
		margin: 16px 5%;
  }
}

/* line 2, ../scss/_footer.scss */
footer {
	background-color: #123d94;
	color: #fff;
}
/* line 12, ../scss/_footer.scss */
footer a {
	color: #fff;
}
/* line 17, ../scss/_footer.scss */
footer .to-top {
	display: block;
	background-color: #fff;
	text-align: center;
	border-top: solid 1px #123d94;
	line-height: 60px;
	font-weight: bold;
	color: #333;
}
/* line 158, ../scss/_common-mixin.scss */
footer .to-top span:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrow_totop.png?1484536784');
	width: 12px;
	height: 7px;
	-moz-background-size: 12px, 7px;
	-o-background-size: 12px, 7px;
	-webkit-background-size: 12px, 7px;
	background-size: 12px, 7px;
}
/* line 172, ../scss/_common-mixin.scss */
footer .to-top span {
	position: relative;
}
/* line 25, ../scss/_footer.scss */
footer .to-top .bullet {
	display: inline-block;
	width: 12px;
	height: 7px;
	margin-right: 14px;
}
/* line 36, ../scss/_footer.scss */
footer .contents {
	margin-top: 38px;
}
/* line 39, ../scss/_footer.scss */
footer .contents section.links {
	border-bottom: solid 1px #fff;
	padding: 0 0 31px;
}
/* line 42, ../scss/_footer.scss */
footer .contents section.links .logo {
	width: 398px;
	height: 49px;
}
/* line 158, ../scss/_common-mixin.scss */
footer .contents section.links li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrow_whitebg01.png?1482210273');
	width: 9px;
	height: 9px;
	-moz-background-size: 9px, 9px;
	-o-background-size: 9px, 9px;
	-webkit-background-size: 9px, 9px;
	background-size: 9px, 9px;
}
/* line 172, ../scss/_common-mixin.scss */
footer .contents section.links li {
	position: relative;
}
/* line 47, ../scss/_footer.scss */
footer .contents section.links li {
	background-position: 0 9px;
	padding-left: 19px;
	line-height: 28px;
	margin-right: 30px;
	font-weight: bold;
}
@media (max-width: 767px) {
  /* line 55, ../scss/_footer.scss */
  footer .contents section.links .logo {
		display: none;
  }
  /* line 58, ../scss/_footer.scss */
  footer .contents section.links li {
		font-weight: normal;
  }
  /* line 60, ../scss/_footer.scss */
  footer .contents section.links li a {
		text-decoration: none;
		border-bottom: 1px solid;
		padding-bottom: 0px;
  }
}
/* line 69, ../scss/_footer.scss */
footer .contents section.address {
	margin-top: 31px;
}
/* line 73, ../scss/_footer.scss */
footer .contents section.address .address {
	margin-top: 31px;
}
/* line 75, ../scss/_footer.scss */
footer .contents section.address .address:first-child {
	margin-top: 0;
}
/* line 79, ../scss/_footer.scss */
footer .contents section.address .address .title {
	font-weight: bold;
	font-size: 11px;
	font-size: 1.1rem;
}
/* line 84, ../scss/_footer.scss */
footer .contents section.address .address ul {
	margin-top: 14px;
	margin-right: 10px;
	border: solid 1px #fff;
	padding: 12.5px 14px;
}
/* line 158, ../scss/_common-mixin.scss */
footer .contents section.address .address ul li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/common/arrow_white01.png?1482210259');
	width: 5px;
	height: 6px;
	-moz-background-size: 5px, 6px;
	-o-background-size: 5px, 6px;
	-webkit-background-size: 5px, 6px;
	background-size: 5px, 6px;
}
/* line 172, ../scss/_common-mixin.scss */
footer .contents section.address .address ul li {
	position: relative;
}
/* line 90, ../scss/_footer.scss */
footer .contents section.address .address ul li {
	padding-left: 14px;
	line-height: 22px;
	margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 98, ../scss/_footer.scss */
  footer .contents section.address .address ul {
		border: none;
		background-color: #5a78b4;
  }
  /* line 101, ../scss/_footer.scss */
  footer .contents section.address .address ul a {
		text-decoration: none;
		border-bottom: 1px solid;
		padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  /* line 108, ../scss/_footer.scss */
  footer .contents section.address .right-footer-links .address:first-child {
		margin-top: 31px;
  }
}
/* line 114, ../scss/_footer.scss */
footer .contents .copyright {
	text-align: center;
	line-height: 60px;
}

/* line 123, ../scss/_footer.scss */
.stations footer {
	padding-bottom: 45px;
}
/* line 125, ../scss/_footer.scss */
.stations footer .contents {
	margin-top: 45px;
}
/* line 127, ../scss/_footer.scss */
.stations footer .contents .flex {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-align-items: stretch;
	-webkit-align-content: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}
/* line 129, ../scss/_footer.scss */
.stations footer .contents .flex .item {
	width: 35%;
}
/* line 132, ../scss/_footer.scss */
.stations footer .contents .flex .item:nth-child(2) {
	width: 60%;
}
/* line 137, ../scss/_footer.scss */
.stations footer h4 {
	font-weight: bold;
	font-size: 10px;
	font-size: 1rem;
}
/* line 142, ../scss/_footer.scss */
.stations footer section.address .address {
	margin-top: 22px;
	font-size: 9px;
	font-size: 0.9rem;
}
/* line 145, ../scss/_footer.scss */
.stations footer section.address .address .title {
	font-size: 9px;
	font-size: 0.9rem;
	font-weight: bold;
}
/* line 151, ../scss/_footer.scss */
.stations footer .powered-by {
	font-size: 9px;
	font-size: 0.9rem;
	text-align: right;
}
@media (max-width: 767px) {
  /* line 157, ../scss/_footer.scss */
  .stations footer .contents .flex .item {
		width: 100%;
  }
  /* line 159, ../scss/_footer.scss */
  .stations footer .contents .flex .item:nth-child(2) {
		width: 100%;
		margin-top: 45px;
  }
  /* line 165, ../scss/_footer.scss */
  .stations footer .powered-by {
		margin-top: 22px;
		text-align: left;
  }
}

/* Slider */
/* line 3, ../scss/_slick.scss */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

/* line 17, ../scss/_slick.scss */
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
/* line 24, ../scss/_slick.scss */
.slick-list:focus {
	outline: none;
}
/* line 28, ../scss/_slick.scss */
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

/* line 33, ../scss/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* line 42, ../scss/_slick.scss */
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
/* line 48, ../scss/_slick.scss */
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
/* line 54, ../scss/_slick.scss */
.slick-track:after {
	clear: both;
}
/* line 58, ../scss/_slick.scss */
.slick-loading .slick-track {
	visibility: hidden;
}

/* line 62, ../scss/_slick.scss */
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
/* line 66, ../scss/_slick.scss */
[dir="rtl"] .slick-slide {
	float: right;
}
/* line 69, ../scss/_slick.scss */
.slick-slide img {
	display: block;
}
/* line 72, ../scss/_slick.scss */
.slick-slide.slick-loading img {
	display: none;
}
/* line 78, ../scss/_slick.scss */
.slick-slide.dragging img {
	pointer-events: none;
}
/* line 82, ../scss/_slick.scss */
.slick-initialized .slick-slide {
	display: block;
}
/* line 86, ../scss/_slick.scss */
.slick-loading .slick-slide {
	visibility: hidden;
}
/* line 90, ../scss/_slick.scss */
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* line 96, ../scss/_slick.scss */
.slick-arrow.slick-hidden {
	display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../scss/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

/* line 20, ../scss/_fancybox.scss */
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

/* line 27, ../scss/_fancybox.scss */
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	padding: 20px !important;
}

@media (max-width: 767px) {
  /* line 38, ../scss/_fancybox.scss */
  .fancybox-skin {
		padding: 10px !important;
  }
}
/* line 43, ../scss/_fancybox.scss */
.fancybox-opened {
	z-index: 8030;
}

/* line 53, ../scss/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
	position: relative;
}

/* line 57, ../scss/_fancybox.scss */
.fancybox-inner {
	overflow: hidden;
}

/* line 61, ../scss/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

/* line 65, ../scss/_fancybox.scss */
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

/* line 73, ../scss/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

/* line 79, ../scss/_fancybox.scss */
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

/* line 84, ../scss/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../js/fancybox/fancybox_sprite.png");
}

/* line 88, ../scss/_fancybox.scss */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

/* line 100, ../scss/_fancybox.scss */
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../js/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 106, ../scss/_fancybox.scss */
.fancybox-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	z-index: 8040;
	background: url(../js/fancybox/btn_modal_close.png) no-repeat;
}

@media (max-width: 767px) {
  /* line 117, ../scss/_fancybox.scss */
  .fancybox-close {
		top: -10px;
		right: -10px;
		width: 20px;
		height: 20px;
		background: url(../js/fancybox/btn_modal_close.png) no-repeat;
		background-size: 20px;
  }
}
/* line 127, ../scss/_fancybox.scss */
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../js/fancybox/blank.gif");
  /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

/* line 139, ../scss/_fancybox.scss */
.fancybox-prev {
	left: 0;
}

/* line 143, ../scss/_fancybox.scss */
.fancybox-next {
	right: 0;
}

/* line 147, ../scss/_fancybox.scss */
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

/* line 158, ../scss/_fancybox.scss */
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

/* line 163, ../scss/_fancybox.scss */
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

/* line 168, ../scss/_fancybox.scss */
.fancybox-nav:hover span {
	visibility: visible;
}

/* line 172, ../scss/_fancybox.scss */
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
/* line 184, ../scss/_fancybox.scss */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

/* line 189, ../scss/_fancybox.scss */
.fancybox-lock body {
	overflow: hidden !important;
}

/* line 193, ../scss/_fancybox.scss */
.fancybox-lock-test {
	overflow-y: hidden !important;
}

/* line 197, ../scss/_fancybox.scss */
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../js/fancybox/fancybox_overlay.png");
}

/* line 207, ../scss/_fancybox.scss */
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* line 213, ../scss/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
/* line 220, ../scss/_fancybox.scss */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

/* line 228, ../scss/_fancybox.scss */
.fancybox-opened .fancybox-title {
	visibility: visible;
}

/* line 232, ../scss/_fancybox.scss */
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

/* line 241, ../scss/_fancybox.scss */
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

/* line 257, ../scss/_fancybox.scss */
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

/* line 263, ../scss/_fancybox.scss */
.fancybox-title-inside-wrap {
	padding-top: 10px;
}

/* line 267, ../scss/_fancybox.scss */
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 282, ../scss/_fancybox.scss */
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
		background-image: url("../js/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 287, ../scss/_fancybox.scss */
  #fancybox-loading div {
		background-image: url("../js/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
