@charset "UTF-8";
@import url(fontawesome-all.min.css);
/* Reset */
html,body,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;
}

html,body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

table {
	border-spacing: 0; 
	border-collapse: collapse;
}

caption,th,td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

q,blockquote {
	quotes: none;
}
q:before,q:after,blockquote:before,blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}

/* CSS Document */
html,body {
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	line-height: 1.25;

	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

/*a:link,a:visited {*/
a:link {
	color: #00F;
}

#main {
	margin: 40px 0;
}

#main_block {
	width: 1200px;
	margin: auto;
}

.footnote-list > li {
	padding-left: 1em;
}
.footnote-list > li::before {
	display: inline-block;
	width: 0;
	text-indent: -1em;
	content: "※";
}
.footnote-list2 > li::before {
    text-indent: -2em;
    content: "注）";
}
.footnote-list > li + li {
	margin-top: .3rem;
}
.footnote-list.is--numbering {
	counter-reset: numbering;
}
.footnote-list.is--numbering > li {
	padding-left: 3em; 
	counter-increment: numbering;
}
.footnote-list.is--numbering > li::before {
	display: inline-block;
	text-indent: -3em; 
	content: "※" counter(numbering) "：";
}

.backtotop {
    display: table;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 64px;
    height: 64px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 8px;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: rgba(42, 164, 227, .8);
    opacity: 1;
    text-decoration: none;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: opacity .5s ease-in;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: opacity .5s ease-in 0s;
    transition: opacity .5s ease-in 0s;
    -webkit-transition-delay: 0s;
    /* Content for ie 8.
  Min version: 11.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */

    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}
.backtotop:hover {
    opacity: .5;
    /* Content for ie 8.
    Min version: 11.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.backtotop__in {
    display: table-cell;
    color: white;
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.backtotop__in::before {
    display: block;
    width: 8px;
    height: 8px;
    margin: 4px auto;
    border-top: 1px solid white;
    border-right: 1px solid white;
    content: "";
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: rotate(-45deg);
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: rotate(-45deg);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* ----------------------------------------
table
---------------------------------------- */
.result {
	margin-bottom: 56px;
}
.result__header {
	/* Capability css3-boxsizing is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability css3-boxsizing is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	-webkit-box-sizing: border-box;
	/* Capability css3-boxsizing is prefixed with -moz because 2.61085% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -moz context. */
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin-bottom: 1.5rem;
	padding: 16px 24px;
	border: 2px solid #2AA4E3;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 8px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 1.4rem;
	font-weight: bold;
}
.result__table {
	border-spacing: 0; 
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #000;
}
.result__table th,.result__table td {
	padding: 4px;
	border: solid 1px #84CBEF;
	text-align: center;
}
.result__table tr:nth-child(2) > th {
	background-color: #F5FBFE;
}
.result__table th {
	border-color: #2AA4E3;
	background-color: #DEF1FB;
	color: black;
	font-weight: normal;
	font-weight: bold; 
	text-align: center;
	vertical-align: top;
}
.result__table th > .tate {
	text-align: left;
}
.result__table th.name {
	padding: 8px 16px; 
	text-align: left;
	vertical-align: bottom;
}
.result__table th.chemical {
	text-align: center;
}
.result__table td.place {
	padding: 8px 16px; 
	text-align: left;
    word-break: break-all;
}
.result__table td.place > span {
	font-weight: bold;
}
.result__table.corporate td {
	padding: 8px; 
	text-align: left;
    word-break: break-all;
}

.chack-list > li {
	text-align: center;
	white-space: nowrap;
}
.chack-list > li + li {
	margin: .2rem 0;
}
.chack-list > li + li:last-child {
	margin-bottom: 0;
}

.tate {
	display: inline-block; 
	position: relative;
	width: 1.4rem;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	-ms-writing-mode: tb-rl;
	zoom: 1;

	font-feature-settings: "pkna";
	text-combine-upright: digits 2;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.tate_s{
    font-size: 75%;
}
.tb-center {
	text-align: center !important;
}

/* 企業情報 */
.place__com {
	margin-bottom: 1rem;
	font-size: 90%; 
	font-weight: bold;
}

.ds-table-list {
	display: table;
	border-spacing: 0; 
	border-collapse: collapse;
}
.ds-table-list:not(:last-child) {
	margin-bottom: .2rem;
}
.ds-table-list > * {
	display: table-cell;
	font-size: 90%;
}
.ds-table-list .fas {
	color: #666;
}
.ds-table-list__hd {
	white-space: nowrap;
}
.ds-table-list__hd::after {
	content: "：";
}
.ds-table-list > dd:not(:last-child)::after {
	margin-right: .8em; 
	content: "、";
}

/* ----------------------------------------
common style
---------------------------------------- */
.main_block__header {
	padding: 1rem;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 8px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 8px;
	border-radius: 8px; 
	/* Content for ie 9.
  Min version: 11.
  User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhYTRlMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzNjg5NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
     Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #2AA4E3 0%, #136894 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #2AA4E3 0%, #136894 100%);
	background: linear-gradient(to bottom, #2AA4E3 0%, #136894 100%);
	background-color: #2AA4E3;
	text-shadow: .1rem .1rem .2rem rgba(8, 40, 57, .6);
}
.main_block__header.is--active {
	/* Content for ie 9.
    Min version: 11.
    User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2MWUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwMGYwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
       Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #C61E00 0%, #600F00 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #C61E00 0%, #600F00 100%);
	background: linear-gradient(to bottom, #C61E00 0%, #600F00 100%);
	text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .6);
}
.main_block__header.is--passive {
	/* Content for ie 9.
    Min version: 11.
    User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0MzdjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmMjA3MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
       Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #3437C3 0%, #1F2072 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #3437C3 0%, #1F2072 100%);
	background: linear-gradient(to bottom, #3437C3 0%, #1F2072 100%);
	text-shadow: .1rem .1rem .2rem rgba(9, 10, 34, .6);
}
.main_block__header.is--building {
	/* Content for ie 9.
    Min version: 11.
    User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyOGUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdjNGUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
       Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #E28E00 0%, #7C4E00 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #E28E00 0%, #7C4E00 100%);
	background: linear-gradient(to bottom, #E28E00 0%, #7C4E00 100%);
	text-shadow: .1rem .1rem .2rem rgba(22, 14, 0, .6);
}
.main_block__header.is--residence {
	/* Content for ie 9.
    Min version: 11.
    User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjU0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGYyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
       Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #00B54D 0%, #004F22 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #00B54D 0%, #004F22 100%);
	background: linear-gradient(to bottom, #00B54D 0%, #004F22 100%);
	text-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .6);
}
.main_block__ttl {
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
}
.main_block__explain {
	margin: 24px 8px;
}
.main_block__explain > p {
	font-size: .95rem;
	line-height: 1.8;
    /*text-indent: 1rem;*/
}

sup {
	margin-left: .4rem;
	font-size: 75%;
	vertical-align: text-top;
}

.form {
	width: 100%;
	margin: 32px 0;
	border: 1px solid #EEE;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 16px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 16px;
	border-radius: 16px;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: .05rem .05rem .2rem rgba(0, 0, 0, .3);
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: .05rem .05rem .2rem rgba(0, 0, 0, .3);
	box-shadow: .05rem .05rem .2rem rgba(0, 0, 0, .3);
}
.form__main {
	margin: 16px 24px;
}
.form__ttl {
	padding: 16px 24px;
	border-bottom: solid #2AA4E3 4px; 
	color: #2AA4E3;
	font-size: 1.2rem;
	font-weight: bold;
}
.form__ttl__area {
	/* Capability flexbox is not prefixed with -moz because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is prefixed with -webkit because 9.47897% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
.form__ttl__area:not(:last-child) {
	margin-right: 2rem;
}
.form__insection {
	width: 100%;
}
.form__area:not(:last-child) {
	margin-right: 40px; 

	flex: 1;
}
.form__area:not(:last-child) + .form__area {
	flex: 4;
}
.form__area_range {
	/* Capability flexbox is not prefixed with -moz because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is prefixed with -webkit because 9.47897% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: stretch;
	align-items: stretch;
}
.form__area_range:not(:last-child) {
	margin-bottom: 2rem;
}
.form__area_range__input {
	margin-bottom: 24px;
	padding-top: 16px;
	border-top: 1px solid #EEE;
	text-align: center;
}
.form__inputtext {
	display: table;
	table-layout: fixed; 
	width: 100%;
	margin: auto;
}
.form__inputtext > .filter__txtbox {
	display: table-cell;
	/* Capability css3-boxsizing is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability css3-boxsizing is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	-webkit-box-sizing: border-box;
	/* Capability css3-boxsizing is prefixed with -moz because 2.61085% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -moz context. */
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	padding: 16px;
}
.form__inputtext > label {
	width: 10%;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 8px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	/* Content for ie 9.
      Min version: 11.
      User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhYTRlMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5ODhjMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
         Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #2AA4E3 0%, #1988C1 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #2AA4E3 0%, #1988C1 100%);
	background: linear-gradient(to bottom, #2AA4E3 0%, #1988C1 100%);
	background-color: #2AA4E3;
	text-shadow: -.05rem -.05rem .05rem #136894; 
	color: white;
	font-weight: bold;
	text-align: center;
}
.form__inputtext > input {
	width: 100%;
	height: 100%;
	border: 1px solid #CCC;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 0;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0; 

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form_item__sub_ttl {
	margin-bottom: 1rem;
	padding: 8px 16px;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 8px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 8px;
	border-radius: 8px; 
	background-color: #2AA4E3;
	color: white;
	font-weight: bold;
}
.form_item__area.flex-box {
	/* Capability flexbox is not prefixed with -moz because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is prefixed with -webkit because 9.47897% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: stretch;
	align-items: stretch;
}
.form_item__area.flex-box .form_item__conts {
	margin: 0;
}
.form__type-check {
	/* Capability flexbox is not prefixed with -moz because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is prefixed with -webkit because 9.47897% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	display: -webkit-flex;
	display: flex;

	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
}

.filter {
	margin-bottom: 1.5rem;
}
.filter__radio[name="mode"] {
	display: block;
	overflow: hidden; 
	width: 0;
	height: 0;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.filter__radio[name="mode"] + label {
	display: block;
	/* Capability flexbox is not prefixed with -moz because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is prefixed with -webkit because 9.47897% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	display: -webkit-flex;
	display: flex;
	/* Capability css3-boxsizing is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability css3-boxsizing is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	-webkit-box-sizing: border-box;
	/* Capability css3-boxsizing is prefixed with -moz because 2.61085% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -moz context. */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 272px;
	height: 100%;
	margin: 0 .5rem;
	padding: .5rem;
	border: 2px solid #2AA4E3;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 8px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: white;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 .3rem 0 #2AA4E3;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 .3rem 0 #2AA4E3;
	box-shadow: 0 .3rem 0 #2AA4E3;
	color: #0B3850;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	/* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-transition: color .18s ease-in-out 0s, background-color .18s ease-in-out 0s, -webkit-transform .18s ease-in-out 0s, box-shadow .18s ease-in-out 0s;
	/* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-transition: color .18s ease-in-out 0s, background-color .18s ease-in-out 0s, -moz-transform .18s ease-in-out 0s, box-shadow .18s ease-in-out 0s;
	transition: color .18s ease-in-out 0s, background-color .18s ease-in-out 0s, transform .18s ease-in-out 0s, box-shadow .18s ease-in-out 0s;

	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.filter__radio[name="mode"] + label.is--active {
	border: 2px solid #C61E00;
	background-color: #FFCFC6;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 .3rem 0 #C61E00;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 .3rem 0 #C61E00;
	box-shadow: 0 .3rem 0 #C61E00; 
	color: #140300;
}
.filter__radio[name="mode"] + label.is--passive {
	border: 2px solid #3437C3;
	background-color: #F9F9FD;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 .3rem 0 #3437C3;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 .3rem 0 #3437C3;
	box-shadow: 0 .3rem 0 #3437C3; 
	color: #0E0F36;
}
.filter__radio[name="mode"] + label.is--building {
	border: 2px solid #E28E00;
	background-color: #FFF4E2;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 .3rem 0 #E28E00;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 .3rem 0 #E28E00;
	box-shadow: 0 .3rem 0 #E28E00; 
	color: #301E00;
}
.filter__radio[name="mode"] + label.is--residence {
	border: 2px solid #00B54D;
	background-color: #B5FFD4;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 .3rem 0 #00B54D;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 .3rem 0 #00B54D;
	box-shadow: 0 .3rem 0 #00B54D; 
	color: #000301;
}
.filter__radio[name="mode"]:checked + label {
	background-color: #2AA4E3;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 -.1rem 0 #1678AA;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 -.1rem 0 #1678AA;
	box-shadow: 0 -.1rem 0 #1678AA; 
	color: white;
	/* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-transform: translateY(.3rem);
	/* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-transform: translateY(.3rem);
	/* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -ms context. */
	-ms-transform: translateY(.3rem);
	transform: translateY(.3rem);
}
.filter__radio[name="mode"]:checked + label.is--active {
	background-color: #C61E00;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 -.1rem 0 #7A1200;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 -.1rem 0 #7A1200;
	box-shadow: 0 -.1rem 0 #7A1200;
}
.filter__radio[name="mode"]:checked + label.is--passive {
	background-color: #3437C3;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 -.1rem 0 #242687;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 -.1rem 0 #242687;
	box-shadow: 0 -.1rem 0 #242687;
}
.filter__radio[name="mode"]:checked + label.is--building {
	background-color: #E28E00;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 -.1rem 0 #965E00;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 -.1rem 0 #965E00;
	box-shadow: 0 -.1rem 0 #965E00;
}
.filter__radio[name="mode"]:checked + label.is--residence {
	background-color: #00B54D;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 -.1rem 0 #00692C;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 -.1rem 0 #00692C;
	box-shadow: 0 -.1rem 0 #00692C;
}
.filter__ttl {
	margin-bottom: 1.2rem;
	padding-top: .1rem;
	padding-bottom: .3rem;
	padding-left: .6rem;
	border-bottom: 1px solid #2AA4E3; 
	border-left: 3px solid #2AA4E3;
	color: #0D4867;
	font-weight: bold;
}
.filter__sub-ttl {
	margin-bottom: .5rem;
	text-align: center;
}
.filter__sub-ttl::before {
	margin-right: .5rem; 
	content: "\00250c";
}
.filter__sub-ttl::after {
	margin-left: .5rem; 
	content: "\002510";
}
.filter__select {
	width: 14rem;
	height: 2rem;
	font-size: 1rem;
}
.filter__notes {
	margin-top: 1rem;
	font-size: .8rem;
	/*li {
    			line-height: 1rem;
    
    			& + li {
    				margin-top: 1rem;
    			}
    		}*/
}
.filter__submit {
	display: block;
	margin: 0 auto .3rem;
	padding: .4rem 2rem;
	border: none;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 8px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* Content for ie 9.
    Min version: 11.
    User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhYTRlMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5ODhjMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
       Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #2AA4E3 0%, #1988C1 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #2AA4E3 0%, #1988C1 100%);
	background: linear-gradient(to bottom, #2AA4E3 0%, #1988C1 100%);
	background-color: #2AA4E3;
	outline: none;
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 .3rem 0 #136894;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 .3rem 0 #136894;
	box-shadow: 0 .3rem 0 #136894;
	text-shadow: -.05rem -.05rem .05rem #136894; 
	color: white;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.filter__submit:active {
	/* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-box-shadow: 0 -.05rem 0 #136894;
	/* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-box-shadow: 0 -.05rem 0 #136894;
	box-shadow: 0 -.05rem 0 #136894; 
	/* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-transform: translateY(.3rem);
	/* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-transform: translateY(.3rem);
	/* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -ms context. */
	-ms-transform: translateY(.3rem);
	transform: translateY(.3rem);
}
.filter__txtbox {
	width: 14rem;
	height: 2rem;
	font-size: 1rem;
}
.filter__list--box {
	letter-spacing: -.4rem;
}
.filter__list--box > li {
	display: inline-block;
	width: 33.333%;
	vertical-align: top; 
	letter-spacing: 0;
}
.filter__list--checks > li {
	/* Capability css3-boxsizing is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability css3-boxsizing is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	-webkit-box-sizing: border-box;
	/* Capability css3-boxsizing is prefixed with -moz because 2.61085% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -moz context. */
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin-bottom: .2rem;
	padding-right: 1em;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.filter__list--checks > li > label {
	vertical-align: middle;
}
.filter__list--checks > li input[type="checkbox"] {
	width: 1em;
	height: 1em;
	vertical-align: middle;
}
.filter__link {
	text-decoration: none;
}
.filter__link:hover {
	border-bottom: solid 1px;
}

.notes_required::after {
	display: inline-block;
	margin-left: 8px;
	padding: 4px 8px;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 4px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 4px;
	border-radius: 4px; 
	background-color: #F00;
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
	vertical-align: middle;
	content: "必須";
}

label {
	vertical-align: middle;
}

.check--type {
	/* Capability flexbox is not prefixed with -moz because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is prefixed with -webkit because 9.47897% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	display: -webkit-flex;
	display: flex;
	font-size: 1rem;

	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.check--type > li {
	min-height: 48px;
	text-align: center;
}

/* ----------------------------------------
other style
---------------------------------------- */
.legend {
	margin-top: 40px;
	padding: 16px;
	border: 1px solid #CCC;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 8px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 8px;
	border-radius: 8px; 
	background-color: white;
}
.legend__ttl {
	margin-bottom: 1.5rem;
	padding: 4px 16px;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 8px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 8px;
	border-radius: 8px; 
	background-color: #999;
	color: white;
	font-size: 1.3rem;
}
.legend-area {
	margin: 0 16px 1rem;
}
.legend-area__name {
	margin-bottom: .2rem;
	font-weight: bold;
}
.legend-area__name::before {
	margin-right: .3rem; 
	content: "●";
}
.legend-area__main {
	margin-left: 2rem;
}
.legend-area__table {
	display: table;
	font-size: 90%;
}
.legend-area__table > * {
	display: table-row;
}
.legend-area__table > * > * {
	display: table-cell; 
	padding: .2rem 0;
}
.legend-area__table > * > dd:not(:last-child) {
	padding-right: 1rem;
}
.legend-area__table > * > .legend-area__table--hd {
	font-weight: bold; 
	text-align: center;
}
.legend-area__table > * > .legend-area__table--hd::after {
	content: "：";
}

.legend_area {
	margin-top: 1rem;
}

.legend_area__list {
	padding-left: 1rem;
	line-height: 1.3rem;
}
.legend_area__list li:first-child {
	margin-top: 10px;
}

.legend_area__name {
	font-weight: normal;
}

.reference {
	max-width: 800px;
	margin: 40px auto;
}
.reference__header {
	margin-bottom: 1rem;
}
.reference__ttl {
	margin-bottom: .5rem; 
	color: #2AA4E3;
	font-size: 1.8rem;
}
.reference__subtitle {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #666; 
	font-size: 1.1rem;
	font-weight: bold;
}
.reference__foots {
	padding-left: 3em;
}
.reference__foots > span {
	display: inline-block;
	width: 0;
	text-indent: -3em;
}

.flowchart {
	/* Capability flexbox is not prefixed with -moz because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is prefixed with -webkit because 9.47897% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	display: -webkit-flex;
	display: flex;
	/* Capability css3-boxsizing is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability css3-boxsizing is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	-webkit-box-sizing: border-box;
	/* Capability css3-boxsizing is prefixed with -moz because 2.61085% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -moz context. */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border: 1px solid #CCC;
	background-color: #FFF;

	-webkit-align-items: start;
	align-items: start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flowchart-txt {
	margin-top: 1rem;
}
.flowchart__block.fc-arr {
	margin: 16px 0;
}

.fc-table {
	table-layout: fixed; 
	border-spacing: 8px;
	border-collapse: separate;
	max-width: 48%;
}
.fc-table:last-child .fc-item {
	background-color: #2AA4E3;
	color: white;
}
.fc-table td {
	/* Capability css3-boxsizing is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability css3-boxsizing is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	-webkit-box-sizing: border-box;
	/* Capability css3-boxsizing is prefixed with -moz because 2.61085% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -moz context. */
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	padding: 8px;
	word-wrap: break-word;
}
.fc-item {
	/* Capability css3-boxsizing is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability css3-boxsizing is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	-webkit-box-sizing: border-box;
	/* Capability css3-boxsizing is prefixed with -moz because 2.61085% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -moz context. */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #2AA4E3; 
	background-color: #DEF1FB;
	color: #082839;
}
.fc-action {
	font-size: 1.2rem;
	font-weight: bold; 
	text-align: center;
}
.fc-arr {
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	/*&::before {
  	@extend %arr;
  	width: 16px;
  	height: 16px;
  	background-color: #CCC;
  }*/
}
.fc-arr::after {
	display: block;
	margin: auto; 
	content: "";
}
.fc-arr::after {
	width: 24px;
	height: 24px;
	border: 2px solid #CCC;
	border-top: none;
	border-left: none;
	/* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-transform: rotate(-45deg) translate(-25%, -25%);
	/* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-transform: rotate(-45deg) translate(-25%, -25%);
	/* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -ms context. */
	-ms-transform: rotate(-45deg) translate(-25%, -25%);
	transform: rotate(-45deg) translate(-25%, -25%);
}
.fc-txt > .nums {
	padding-left: 1em; 
	text-indent: -1em;
}

.types-list > li {
	padding-left: 1em;
}
.types-list > li::before {
	display: inline-block;
	width: 0;
	text-indent: -1em; 
	content: "・";
}

.substance {
	border-spacing: 0; 
	border-collapse: collapse;
}
.substance th,.substance td {
	padding: 8px;
	border: 1px solid #CCC;
	font-size: 95%; 
	vertical-align: middle;
}
.substance th {
	background-color: #EEE;
	font-weight: bold; 
	text-align: center;
	white-space: nowrap;
}
.substance td:first-child {
	white-space: nowrap;
}
.substance td:nth-child(2) {
	white-space: nowrap;
}
.substance td:last-child {
	text-align: center;
}
.substance td > .footnote-list {
	margin-top: .5rem;
}

.footnote.footnote-list {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 80%;
}

.word-index {
	margin-bottom: 1rem;
}
.word-index:last-child {
	margin-bottom: 0;
}
.word-index__ttl {
	margin-bottom: .5rem;
	font-size: 1.1rem;
	font-weight: bold;
}
.word-index__ttl::before {
	content: "●";
}
.word-index__type {
	display: table;
	margin-left: 1.5rem;
}
.word-type {
	display: table-row;
}
.word-type__name {
	white-space: nowrap;
}
.word-type__name::before {
	content: "・";
}
.word-type > * {
	display: table-cell;
	padding: .3rem; 
	vertical-align: top;
}
.word-type__desc {
	padding-left: .6rem;
}

.able-area {
	display: inline-block;
	/* Capability css3-boxsizing is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability css3-boxsizing is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	-webkit-box-sizing: border-box;
	/* Capability css3-boxsizing is prefixed with -moz because 2.61085% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -moz context. */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 120px;
	height: 120px;
	padding: 8px;
	border: 2px solid #EEE;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 8px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 8px;
	border-radius: 8px; 
	color: #CCC;
	vertical-align: top;
	letter-spacing: 0;
}
.able-area.current {
	border-color: #FFB600; 
	color: #FFB600;
}
.able-area.current.is--active {
	border-color: #C61E00; 
	color: #C61E00;
}
.able-area.current.is--passive {
	border-color: #3437C3; 
	color: #3437C3;
}
.able-area.current.is--building {
	border-color: #E28E00; 
	color: #E28E00;
}
.able-area.current.is--residence {
	border-color: #00B54D; 
	color: #00B54D;
}
.able-area > .flx {
	/* Capability flexbox is not prefixed with -moz because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability flexbox is prefixed with -webkit because 9.47897% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	display: -webkit-flex;
	display: flex;
	height: 100%; 
	text-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.able-area > .flx > p {
	font-size: 1.1rem;
	font-weight: bold;
}
.able-area > .flx > p > span {
	display: block;
	font-size: .8rem;
	font-weight: normal;
}
.able-area + .able-area {
	margin-left: 8px;
}

.authority-detail {
	position: relative;
	margin: 24px 8px;
}
.authority-detail__ttl {
	margin-bottom: 1rem;
	padding-bottom: .6rem;
	border-bottom: solid #2AA4E3 2px; 
	font-size: 1.8rem;
	font-weight: bold;
}
.authority-detail__ttl ruby {
    display: block;
}
.authority-detail__area {
	width: 672px;
}
.authority-detail__able {
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: -.4rem;
}
.authority-detail__phonetic {
	margin-left: .5rem; 
	font-size: 1rem;
}
.authority-function {
	margin-top: 16px;
}
.authority-function__tab {
	margin-bottom: 16px; 
	border-bottom: solid #2AA4E3 2px;
	letter-spacing: -.4rem;
}
.authority-function__tab.is--active {
	border-color: #931600;
}
.authority-function__tab.is--active > .active {
	/* Content for ie 9.
        Min version: 11.
        User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2MWUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkzMTYwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
           Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #C61E00 0%, #931600 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #C61E00 0%, #931600 100%);
	background: linear-gradient(to bottom, #C61E00 0%, #931600 100%);
	background-color: #C61E00 !important;
	text-shadow: -.05rem -.05rem .05rem #600F00;
}
.authority-function__tab > .active {
	background-color: #ECB1A6;
}
.authority-function__tab.is--passive {
	border-color: #292C9B;
}
.authority-function__tab.is--passive > .passive {
	/* Content for ie 9.
        Min version: 11.
        User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0MzdjMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI5MmM5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
           Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #3437C3 0%, #292C9B 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #3437C3 0%, #292C9B 100%);
	background: linear-gradient(to bottom, #3437C3 0%, #292C9B 100%);
	background-color: #3437C3 !important;
	text-shadow: -.05rem -.05rem .05rem #1F2072;
}
.authority-function__tab > .passive {
	background-color: #DBDBE8;
}
.authority-function__tab.is--building {
	border-color: #AF6E00;
}
.authority-function__tab.is--building > .building {
	/* Content for ie 9.
        Min version: 11.
        User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyOGUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FmNmUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
           Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #E28E00 0%, #AF6E00 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #E28E00 0%, #AF6E00 100%);
	background: linear-gradient(to bottom, #E28E00 0%, #AF6E00 100%);
	background-color: #E28E00 !important;
	text-shadow: -.05rem -.05rem .05rem #7C4E00;
}
.authority-function__tab > .building {
	background-color: #F1DEBD;
}
.authority-function__tab.is--residence {
	border-color: #008237;
}
.authority-function__tab.is--residence > .residence {
	/* Content for ie 9.
        Min version: 11.
        User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjU0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODIzNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
           Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #00B54D 0%, #008237 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #00B54D 0%, #008237 100%);
	background: linear-gradient(to bottom, #00B54D 0%, #008237 100%);
	background-color: #00B54D !important;
	text-shadow: -.05rem -.05rem .05rem #004F22;
}
.authority-function__tab > .residence {
	background-color: #98E9BA;
}
.authority-function__tab > li {
	display: inline-block;
	/* Capability css3-boxsizing is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.01. */
	/* Capability css3-boxsizing is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -webkit context. */
	-webkit-box-sizing: border-box;
	/* Capability css3-boxsizing is prefixed with -moz because 2.61085% of users need it which is more than the threshold of 0.01%. */
	/* Creating new -moz context. */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 120px;
	padding: 13px;
	/* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	-webkit-border-radius: 8px;
	/* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0; 
	background-color: #C1DBE8;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0;
	cursor: pointer;
    white-space: nowrap;
}
.authority-function__tab > li + li {
	margin-left: 8px;
}
.authority-function__tab .select {
	/* Content for ie 9.
      Min version: 11.
      User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
	/* Creating new -svg context. */
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhYTRlMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5ODhjMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
	/* Content for android 2.1 - 3 omitted.
         Not allowed in the current scope: android is not listed as a supported browser. */
	/* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -moz context. */
	background: -moz-linear-gradient(top, #2AA4E3 0%, #1988C1 100%);
	/* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
	/* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
	/* Creating new -webkit context. */
	background: -webkit-linear-gradient(top, #2AA4E3 0%, #1988C1 100%);
	background: linear-gradient(to bottom, #2AA4E3 0%, #1988C1 100%);
	background-color: #2AA4E3 !important;
	text-shadow: -.05rem -.05rem .05rem #136894; 
	cursor: auto;
}


/* Add by.koba */
.tel, .fax {
    white-space: nowrap;
}
.mail {
    vertical-align: middle;
}
sub {
    font-size: smaller;
}
.tab_target {
    display:none;
}

.breadcrumb {
    margin: 20px auto 0;
    width: 1200px;
    font-size: .95rem;
}
.breadcrumb a {
    color: #000;
}

.data_count {
    margin-bottom: 25px;
}

.reference .date {
    text-align: right;
    font-size: .9rem;
    margin-bottom: 2px;
}

.tooltip {
    color: #931600;
}

div.header {
    width: 1200px;
    margin: auto;
    position: relative;
    background: url("../img/head_bg_2.gif") repeat-x scroll 0 0 transparent;
    height: 61px;
    border-top: 4px solid #2AA4E3;
}
div.header h1 {
    margin: 10px 0 0 10px;
}
div.header h4 {
    position: absolute;
    top: 24px;
    right: 12px;
}

div.footer {
    width: 1200px;
    margin: auto;
    font-size: 70%;
    border-top: 3px solid #2AA4E3;
    padding: 10px 0;
}
div.footer .copyright {

}
div.footer .license {
    float: right;
    margin-bottom: 10px;
}

.manual {
    float: right;
    margin-top: 80px;
}
.manual a {
    color: #000;
}

span.sup {
    vertical-align: top;
    position: relative;
    top: -0.2em;
    font-size: 0.8em;
}