/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

img,
object,
embed {
    max-width: 100%;
}

html {
    overflow-y: scroll;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

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

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select,
input,
textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
}

button,
input,
select,
textarea {
    margin: 0;
}

button,
input[type=button] {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

div#wrapper[role=document],
footer[role=contentinfo]#footer small,
header[role=banner]#header div.header-top,
header[role=banner]#header div.header-bottom {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1390px;
    min-width: 1030px;
}

header.modules--heading--border-heading,
header.modules--heading--emphasis-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header.modules--heading--border-heading>h1 span,
header.modules--heading--emphasis-heading>h1 span,
header.modules--heading--border-heading h2 span,
header.modules--heading--emphasis-heading h2 span,
header.modules--heading--border-heading h3 span,
header.modules--heading--emphasis-heading h3 span {
    display: block;
    position: relative;
    padding-left: 1rem;
}

header.modules--heading--border-heading>h1 span::before,
header.modules--heading--emphasis-heading>h1 span::before,
header.modules--heading--border-heading h2 span::before,
header.modules--heading--emphasis-heading h2 span::before,
header.modules--heading--border-heading h3 span::before,
header.modules--heading--emphasis-heading h3 span::before {
    /*! @override border-left-color:(theme)  */
    border-left-color: #3f96e2;
    /*! /@override */
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-right: .5rem;
    height: calc(100% - .125rem);
    border-left-width: .5rem;
    border-left-style: solid;
}

header.modules--heading--border-heading {
    /*! @override border-bottom-color:(border)  */
    border-bottom-color: #ccc;
    /*! /@override */
    padding-bottom: .625rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

dl.modules--table--form-table,
ul.modules--list--update-list {
    margin: 0;
    list-style-type: none;
}

main[role=main] article[role=article]>header h1,
main[role=main] a.ico-file {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    vertical-align: middle;
}

main[role=main] article[role=article]>header h1 i.ico,
main[role=main] a.ico-file i.ico {
    display: block;
}

main[role=main] article[role=article]>header h1>span,
main[role=main] a.ico-file>span {
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
    display: block;
}

main[role=main] article[role=article]>header h1>i.ico+span:not(:empty),
main[role=main] a.ico-file>i.ico+span:not(:empty) {
    padding-left: .5rem;
}

main[role=main] article[role=article]>header h1>span,
main[role=main] a.ico-file>span {
    /*! @override color:(theme)  */
    color: #3f96e2;
    /*! /@override */
}

main[role=main] article[role=article]>header h1 i.ico {
    width: 1.75rem;
    height: 1.75rem;
}

main[role=main] article[role=article]>header h1 i.ico::before {
    margin: -.875rem;
    width: 3.5rem;
    height: 3.5rem;
}

main[role=main] article[role=article]>header h1 i.ico {
    margin-right: .25rem;
}

main[role=main] article[role=article]>header h1 span {
    display: block;
}

main[role=main] article[role=article]>header h1 i.ico::before,
main[role=main] a.ico-file i.ico::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-interpolation-mode: bicubic;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

form.modules--form--prettified-form input[type=text],
form.modules--form--prettified-form input[type=password],
form.modules--form--prettified-form input[type=email],
form.modules--form--prettified-form input[type=number],
form.modules--form--prettified-form input[type=tel],
form.modules--form--prettified-form textarea {
    /*! @override border-color:(border)  */
    border-color: #ccc;
    /*! /@override */
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5rem;
    max-width: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: .25rem;
}

form.modules--form--prettified-form input[type=submit],
form.modules--form--prettified-form input[type=reset],
form.modules--form--prettified-form input[type=button] {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5rem 1rem;
    max-width: 100%;
    min-width: 13rem;
    border: 0;
    border-radius: .25rem;
    text-align: center;
    font-weight: 700;
}

form.modules--form--prettified-form input[type=submit].color-theme,
form.modules--form--prettified-form input[type=reset].color-theme,
form.modules--form--prettified-form input[type=button].color-theme {
    /*! @override background-color:(theme)  */
    background-color: #3f96e2;
    /*! /@override */
    /*! @override color:(theme_text)  */
    color: #fff;
    /*! /@override */
}

form.modules--form--prettified-form input[type=submit].color-theme2,
form.modules--form--prettified-form input[type=reset].color-theme2,
form.modules--form--prettified-form input[type=button].color-theme2 {
    /*! @override background-color:(theme2)  */
    background-color: #1b5c95;
    /*! /@override */
    /*! @override color:(theme2_text)  */
    color: #fff;
    /*! /@override */
}

form.modules--form--prettified-form input[type=submit].color-theme3,
form.modules--form--prettified-form input[type=reset].color-theme3,
form.modules--form--prettified-form input[type=button].color-theme3 {
    /*! @override background-color:(theme3)  */
    background-color: #d8303d;
    /*! /@override */
    /*! @override color:(theme3_text)  */
    color: #fff;
    /*! /@override */
}

form.modules--form--prettified-form input[type=submit].color-menu,
form.modules--form--prettified-form input[type=reset].color-menu,
form.modules--form--prettified-form input[type=button].color-menu {
    /*! @override background-color:(menu)  */
    background-color: #edf2f4;
    /*! /@override */
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
}

form.modules--form--prettified-form input[type=submit].size-wide,
form.modules--form--prettified-form input[type=reset].size-wide,
form.modules--form--prettified-form input[type=button].size-wide {
    min-width: 18rem;
}

form.modules--form--prettified-form input[type=submit].size-narrow,
form.modules--form--prettified-form input[type=reset].size-narrow,
form.modules--form--prettified-form input[type=button].size-narrow {
    min-width: 5rem;
}

form.modules--form--prettified-form input[type=submit]:hover,
form.modules--form--prettified-form input[type=submit]:active,
form.modules--form--prettified-form input[type=submit]:focus,
form.modules--form--prettified-form input[type=reset]:hover,
form.modules--form--prettified-form input[type=reset]:active,
form.modules--form--prettified-form input[type=reset]:focus,
form.modules--form--prettified-form input[type=button]:hover,
form.modules--form--prettified-form input[type=button]:active,
form.modules--form--prettified-form input[type=button]:focus {
    opacity: .88;
}

form.modules--form--prettified-form input[type=submit] {
    /*! @override background-color:(theme)  */
    background-color: #3f96e2;
    /*! /@override */
    /*! @override color:(theme_text)  */
    color: #fff;
    /*! /@override */
}

form.modules--form--prettified-form input[type=reset],
form.modules--form--prettified-form input[type=button] {
    /*! @override background-color:(menu)  */
    background-color: #edf2f4;
    /*! /@override */
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
}

form.modules--form--prettified-form label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form.modules--form--prettified-form label.hidden {
    visibility: hidden;
    pointer-events: none;
}

form.modules--form--prettified-form input[type=checkbox] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin-right: .25rem;
    width: 1rem;
    height: 1rem;
    background: transparent;
    vertical-align: middle;
}

form.modules--form--prettified-form input[type=checkbox]::before {
    /*! @override border-color:(border)  */
    border-color: #ccc;
    /*! /@override */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 1.25rem;
    height: 1.25rem;
    border-width: 2px;
    border-style: solid;
    border-radius: .25rem;
}

form.modules--form--prettified-form input[type=checkbox]::after {
    /*! @override border-color:(theme)  */
    border-color: #3f96e2;
    /*! /@override */
    display: none;
    content: "";
    position: absolute;
    top: .125rem;
    left: 50%;
    width: .25rem;
    height: .5rem;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form.modules--form--prettified-form input[type=checkbox]:checked::after {
    display: block;
}

form.modules--form--prettified-form input:hover,
form.modules--form--prettified-form input:active,
form.modules--form--prettified-form input:focus,
form.modules--form--prettified-form textarea:hover,
form.modules--form--prettified-form textarea:active,
form.modules--form--prettified-form textarea:focus {
    /*! @override border-color:(table_border)  */
    border-color: #b9b9b9;
    /*! /@override */
    outline: none;
}

form.modules--form--prettified-form input:focus,
form.modules--form--prettified-form textarea:focus {
    /*! @override border-color:(theme)  */
    border-color: #3f96e2;
    /*! /@override */
}

form.modules--form--prettified-form input+span.error,
form.modules--form--prettified-form textarea+span.error {
    display: block;
    font-size: .93rem;
    color: #a91b0e;
}

a[data-fancybox]:after {
    display: block;
    content: "";
    clear: both;
}

dl.modules--table--form-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

dl.modules--table--form-table>dt,
dl.modules--table--form-table>dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.15rem;
}

dl.modules--table--form-table>dt:last-of-type,
dl.modules--table--form-table>dd:last-of-type {
    margin-bottom: 0;
}

dl.modules--table--form-table>dt {
    padding-right: 15px;
    width: 215px;
}

dl.modules--table--form-table>dt>label {
    /*! @override color:(title)  */
    color: #1a1a1a;
    /*! /@override */
    display: block;
    padding: .5rem;
    font-weight: 500;
}

dl.modules--table--form-table>dt>label .req {
    font-size: .88rem;
    color: #a91b0e;
}

dl.modules--table--form-table>dd {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 215px);
}

dl.modules--table--form-table>dd>* {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

dl.modules--table--form-table>dd>div.button-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

dl.modules--table--form-table>dd>div.button-line>*:not(:last-child) {
    margin-right: 1rem;
}

dl.modules--table--form-table>dd>span.error {
    margin-top: .5rem;
    width: 100%;
}

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    font-size: 15px;
    font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

body {
    /*! @override background-color:(bg)  */
    background-color: #fff;
    /*! /@override */
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
}

body * {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    text-align: justify;
}

a {
    /*! @override color:(link)  */
    color: #3f96e2;
    /*! /@override */
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    opacity: .78;
}

p {
    margin-bottom: .5rem;
}

p:last-of-type {
    margin-bottom: 0;
}

img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
}

main {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

body>#root {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

div[role=document]#wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

footer[role=contentinfo]#footer small {
    display: block;
    text-align: center;
}

nav#global-nav {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    width: 280px;
    max-width: 280px;
}

nav#global-nav>ul {
    padding-bottom: 5rem;
}

header[role=banner]#header div.header-top,
header[role=banner]#header div.header-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header[role=banner]#header aside[role=form].header-auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

header[role=banner]#header dl.header-trial-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

header[role=banner]#header dl.header-trial-name dt,
header[role=banner]#header dl.header-trial-name dd {
    display: block;
}

header[role=banner]#header dl.header-trial-name dt::after {
    content: "：";
}

header[role=banner]#header nav[role=navigation] ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

main[role=main]#main {
    display: block;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: calc(100% - 280px);
    -ms-flex-preferred-size: calc(100% - 280px);
    flex-basis: calc(100% - 280px);
    width: calc(100% - 280px);
    max-width: calc(100% - 280px);
}

main[role=main]#main article[role=article] {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    margin-left: 2.5rem;
}

footer[role=contentinfo]#footer {
    /*! @override background-color:(title)  */
    background-color: #1a1a1a;
    /*! /@override */
}

footer[role=contentinfo]#footer small {
    /*! @override color:(theme_text)  */
    color: #fff;
    /*! /@override */
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .88rem;
    font-weight: 700;
}

nav#global-nav ul {
    /*! @override background-color:(menu)  */
    background-color: #edf2f4;
    /*! /@override */
    padding-top: 1.5rem;
    height: 100%;
}

nav#global-nav ul li {
    margin: .75rem 0;
}

nav#global-nav ul li:first-child {
    margin-top: 0;
}

nav#global-nav ul li:last-child {
    margin-bottom: 0;
}

nav#global-nav ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.35rem;
    height: 3rem;
}

nav#global-nav ul li a i.ico[data-icon] {
    display: block;
    margin-right: .75rem;
    width: 1.33rem;
    height: 1.33rem;
}

nav#global-nav ul li a i.ico[data-icon]::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-interpolation-mode: bicubic;
    display: block;
    content: "";
    margin: -.665rem;
    width: 2.66rem;
    height: 2.66rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

nav#global-nav ul li a span {
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
    display: block;
    font-weight: 500;
}

nav#global-nav ul li:hover,
nav#global-nav ul li:active,
nav#global-nav ul li:focus,
nav#global-nav ul li.current {
    position: relative;
}

nav#global-nav ul li:hover::before,
nav#global-nav ul li:active::before,
nav#global-nav ul li:focus::before,
nav#global-nav ul li.current::before,
nav#global-nav ul li:hover::after,
nav#global-nav ul li:active::after,
nav#global-nav ul li:focus::after,
nav#global-nav ul li.current::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}

nav#global-nav ul li:hover::before,
nav#global-nav ul li:active::before,
nav#global-nav ul li:focus::before,
nav#global-nav ul li.current::before {
    /*! @override border-right-color:(theme2)  */
    border-right-color: #1b5c95;
    /*! /@override */
    left: -7px;
    border-width: 0 7px 7px 0;
    opacity: .56;
}

nav#global-nav ul li:hover::after,
nav#global-nav ul li:active::after,
nav#global-nav ul li:focus::after,
nav#global-nav ul li.current::after {
    /*! @override border-top-color:(theme2)  */
    border-top-color: #1b5c95;
    /*! /@override */
    right: -7px;
    border-width: 7px 7px 0 0;
    opacity: .56;
}

nav#global-nav ul li:hover a,
nav#global-nav ul li:active a,
nav#global-nav ul li:focus a,
nav#global-nav ul li.current a {
    /*! @override background-color:(theme)  */
    background-color: #3f96e2;
    /*! /@override */
    position: relative;
    opacity: .65;
}

nav#global-nav ul li:hover a span,
nav#global-nav ul li:active a span,
nav#global-nav ul li:focus a span,
nav#global-nav ul li.current a span {
    /*! @override color:(theme_text)  */
    color: #fff;
    /*! /@override */
}

nav#global-nav ul li:hover a::before,
nav#global-nav ul li:active a::before,
nav#global-nav ul li:focus a::before,
nav#global-nav ul li.current a::before,
nav#global-nav ul li:hover a::after,
nav#global-nav ul li:active a::after,
nav#global-nav ul li:focus a::after,
nav#global-nav ul li.current a::after {
    /*! @override background-color:(theme)  */
    background-color: #3f96e2;
    /*! /@override */
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 7px;
    height: 3rem;
    z-index: 10;
    opacity: .78;
}

nav#global-nav ul li:hover a::before,
nav#global-nav ul li:active a::before,
nav#global-nav ul li:focus a::before,
nav#global-nav ul li.current a::before {
    left: -7px;
}

nav#global-nav ul li:hover a::after,
nav#global-nav ul li:active a::after,
nav#global-nav ul li:focus a::after,
nav#global-nav ul li.current a::after {
    right: -7px;
}

nav#global-nav ul li a:hover i.ico[data-icon=schedule]::before,
nav#global-nav ul li a:active i.ico[data-icon=schedule]::before,
nav#global-nav ul li a:focus i.ico[data-icon=schedule]::before {
    background-image: url("../images/common/ico_schedule_white.svg");
}

nav#global-nav ul li a i.ico[data-icon=schedule]::before {
    background-image: url("../images/common/ico_schedule.svg");
}

nav#global-nav ul li.current a i.ico[data-icon=schedule]::before {
    background-image: url("../images/common/ico_schedule_white.svg");
}

nav#global-nav ul li a:hover i.ico[data-icon=registration]::before,
nav#global-nav ul li a:active i.ico[data-icon=registration]::before,
nav#global-nav ul li a:focus i.ico[data-icon=registration]::before {
    background-image: url("../images/common/ico_registration_white.svg");
}

nav#global-nav ul li a i.ico[data-icon=registration]::before {
    background-image: url("../images/common/ico_registration.svg");
}

nav#global-nav ul li.current a i.ico[data-icon=registration]::before {
    background-image: url("../images/common/ico_registration_white.svg");
}

nav#global-nav ul li a:hover i.ico[data-icon=report]::before,
nav#global-nav ul li a:active i.ico[data-icon=report]::before,
nav#global-nav ul li a:focus i.ico[data-icon=report]::before {
    background-image: url("../images/common/ico_report_white.svg");
}

nav#global-nav ul li a i.ico[data-icon=report]::before {
    background-image: url("../images/common/ico_report.svg");
}

nav#global-nav ul li.current a i.ico[data-icon=report]::before {
    background-image: url("../images/common/ico_report_white.svg");
}

nav#global-nav ul li a:hover i.ico[data-icon=document]::before,
nav#global-nav ul li a:active i.ico[data-icon=document]::before,
nav#global-nav ul li a:focus i.ico[data-icon=document]::before {
    background-image: url("../images/common/ico_document_white.svg");
}

nav#global-nav ul li a i.ico[data-icon=document]::before {
    background-image: url("../images/common/ico_document.svg");
}

nav#global-nav ul li.current a i.ico[data-icon=document]::before {
    background-image: url("../images/common/ico_document_white.svg");
}

nav#global-nav ul li a:hover i.ico[data-icon=tool]::before,
nav#global-nav ul li a:active i.ico[data-icon=tool]::before,
nav#global-nav ul li a:focus i.ico[data-icon=tool]::before {
    background-image: url("../images/common/ico_tool_white.svg");
}

nav#global-nav ul li a i.ico[data-icon=tool]::before {
    background-image: url("../images/common/ico_tool.svg");
}

nav#global-nav ul li.current a i.ico[data-icon=tool]::before {
    background-image: url("../images/common/ico_tool_white.svg");
}

nav#global-nav ul li a:hover i.ico[data-icon=dlt]::before,
nav#global-nav ul li a:active i.ico[data-icon=dlt]::before,
nav#global-nav ul li a:focus i.ico[data-icon=dlt]::before {
    background-image: url("../images/common/ico_dlt_white.svg");
}

nav#global-nav ul li a i.ico[data-icon=dlt]::before {
    background-image: url("../images/common/ico_dlt.svg");
}

nav#global-nav ul li.current a i.ico[data-icon=dlt]::before {
    background-image: url("../images/common/ico_dlt_white.svg");
}

nav#global-nav ul li a:hover i.ico[data-icon=safety]::before,
nav#global-nav ul li a:active i.ico[data-icon=safety]::before,
nav#global-nav ul li a:focus i.ico[data-icon=safety]::before {
    background-image: url("../images/common/ico_safety_white.svg");
}

nav#global-nav ul li a i.ico[data-icon=safety]::before {
    background-image: url("../images/common/ico_safety.svg");
}

nav#global-nav ul li.current a i.ico[data-icon=safety]::before {
    background-image: url("../images/common/ico_safety_white.svg");
}

nav#global-nav ul li a:hover i.ico[data-icon=procedure]::before,
nav#global-nav ul li a:active i.ico[data-icon=procedure]::before,
nav#global-nav ul li a:focus i.ico[data-icon=procedure]::before {
    background-image: url("../images/common/ico_procedure_white.svg");
}

nav#global-nav ul li a i.ico[data-icon=procedure]::before {
    background-image: url("../images/common/ico_procedure.svg");
}

nav#global-nav ul li.current a i.ico[data-icon=procedure]::before {
    background-image: url("../images/common/ico_procedure_white.svg");
}

nav#global-nav ul li a:hover i.ico[data-icon=qa]::before,
nav#global-nav ul li a:active i.ico[data-icon=qa]::before,
nav#global-nav ul li a:focus i.ico[data-icon=qa]::before {
    background-image: url("../images/common/ico_qa_white.svg");
}

nav#global-nav ul li a i.ico[data-icon=qa]::before {
    background-image: url("../images/common/ico_qa.svg");
}

nav#global-nav ul li.current a i.ico[data-icon=qa]::before {
    background-image: url("../images/common/ico_qa_white.svg");
}

nav#global-nav ul li a:hover i.ico[data-icon=meeting]::before,
nav#global-nav ul li a:active i.ico[data-icon=meeting]::before,
nav#global-nav ul li a:focus i.ico[data-icon=meeting]::before {
    background-image: url("../images/common/ico_meeting_white.svg");
}

nav#global-nav ul li a i.ico[data-icon=meeting]::before {
    background-image: url("../images/common/ico_meeting.svg");
}

nav#global-nav ul li.current a i.ico[data-icon=meeting]::before {
    background-image: url("../images/common/ico_meeting_white.svg");
}

nav#global-nav ul li a:hover i.ico[data-icon=service]::before,
nav#global-nav ul li a:active i.ico[data-icon=service]::before,
nav#global-nav ul li a:focus i.ico[data-icon=service]::before {
    background-image: url("../images/common/ico_service_white.svg");
}

nav#global-nav ul li a i.ico[data-icon=service]::before {
    background-image: url("../images/common/ico_service.svg");
}

nav#global-nav ul li.current a i.ico[data-icon=service]::before {
    background-image: url("../images/common/ico_service_white.svg");
}

header[role=banner]#header {
    position: relative;
}

header[role=banner]#header div.header-top,
header[role=banner]#header div.header-bottom {
    position: relative;
    z-index: 10;
}

header[role=banner]#header div.header-top {
    padding-top: .5rem;
    height: 5.5rem;
}

header[role=banner]#header div.header-bottom {
    height: 3rem;
}

header[role=banner]#header h1.header-logo {
    white-space: nowrap;
}

header[role=banner]#header h1.header-logo span {
    /*! @override color:(title)  */
    color: #1a1a1a;
    /*! /@override */
    font-size: 2rem;
    font-weight: 700;
}

header[role=banner]#header dl.header-trial-name dt,
header[role=banner]#header dl.header-trial-name dd {
    /*! @override color:(theme_text)  */
    color: #fff;
    /*! /@override */
    font-size: 1.15rem;
    font-weight: 700;
}

header[role=banner]#header::before {
    /*! @override background-color:(theme)  */
    background-color: #3f96e2;
    /*! /@override */
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    z-index: 0;
}

header[role=banner]#header nav[role=navigation] {
    /*! @override background-color:(menu)  */
    background-color: #edf2f4;
    /*! /@override */
}

header[role=banner]#header nav[role=navigation]>ul a {
    /*! @override background-color:(theme2)  */
    background-color: #1b5c95;
    /*! /@override */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 3rem;
}

header[role=banner]#header nav[role=navigation]>ul a:hover,
header[role=banner]#header nav[role=navigation]>ul a:active,
header[role=banner]#header nav[role=navigation]>ul a:focus {
    opacity: .8;
}

header[role=banner]#header nav[role=navigation]>ul a span {
    /*! @override color:(theme2_text)  */
    color: #fff;
    /*! /@override */
    display: block;
    margin: 0 1rem;
}

header[role=banner]#header nav[role=navigation]>ul li:first-child a::after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - .8rem);
    right: 0;
    height: 1.6rem;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 0.8);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(0, 0, 0, 0.8);
    opacity: .2;
}

header[role=banner]#header aside[role=form].header-auth figure.header-current-user span {
    display: block;
    padding-left: 1.35rem;
    background-size: contain;
    background-position: left center;
    background-image: url("../images/common/ico_member.svg");
    background-repeat: no-repeat;
}

header[role=banner]#header aside[role=form].header-auth a[role=button].header-logout-button {
    display: block;
    margin-left: .5rem;
}

header[role=banner]#header aside[role=form].header-auth a[role=button].header-logout-button:hover span,
header[role=banner]#header aside[role=form].header-auth a[role=button].header-logout-button:active span,
header[role=banner]#header aside[role=form].header-auth a[role=button].header-logout-button:focus span {
    /*! @override color:(red)  */
    color: #a91b0e;
    /*! /@override */
}

header[role=banner]#header aside[role=form].header-auth a[role=button].header-logout-button span {
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
}

header[role=banner]#header aside[role=form].header-auth a[role=button].header-logout-button span::before {
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
    content: "[";
    margin-right: .25rem;
}

header[role=banner]#header aside[role=form].header-auth a[role=button].header-logout-button span::after {
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
    content: "]";
    margin-left: .25rem;
}

main[role=main] article[role=article]>header h1 {
    margin-bottom: 2.2rem;
}

main[role=main] article[role=article]>header h1 span {
    /*! @override color:(theme)  */
    color: #3f96e2;
    /*! /@override */
    font-size: 2.35rem;
    font-weight: 500;
}

main[role=main] {
    line-height: 1.48;
}

main[role=main] a.ico-file i.ico {
    width: 1.5rem;
    height: 1.5rem;
}

main[role=main] a.ico-file i.ico::before {
    margin: -.75rem;
    width: 3rem;
    height: 3rem;
}

main[role=main] a.ico-file i.ico::before {
    background-image: url("../images/common/ico_other.svg");
}

main[role=main] a.ico-file.ico-large i.ico {
    width: 1.75rem;
    height: 1.75rem;
}

main[role=main] a.ico-file.ico-large i.ico::before {
    margin: -.875rem;
    width: 3.5rem;
    height: 3.5rem;
}

main[role=main] a.ico-file>em {
    padding-left: .25rem;
    font-style: normal;
}

main[role=main] a.ico-file>em:empty {
    padding-left: 0;
}

main[role=main] a.ico-file>span {
    font-size: .8rem;
}

main[role=main] a.ico-file>i.ico+span:not(:empty) {
    padding-left: .25rem;
}

main[role=main] a.ico-file i.ico[data-icon=pdf]::before {
    background-image: url("../images/common/ico_pdf.svg");
}

main[role=main] a.ico-file i.ico[data-icon=doc]::before {
    background-image: url("../images/common/ico_doc.svg");
}

main[role=main] a.ico-file i.ico[data-icon=docx]::before {
    background-image: url("../images/common/ico_docx.svg");
}

main[role=main] a.ico-file i.ico[data-icon=xls]::before {
    background-image: url("../images/common/ico_xls.svg");
}

main[role=main] a.ico-file i.ico[data-icon=xlsx]::before {
    background-image: url("../images/common/ico_xlsx.svg");
}

main[role=main] a.ico-file i.ico[data-icon=ppt]::before {
    background-image: url("../images/common/ico_ppt.svg");
}

main[role=main] a.ico-file i.ico[data-icon=pptx]::before {
    background-image: url("../images/common/ico_pptx.svg");
}

main[role=main] a.ico-file i.ico[data-icon=zip]::before {
    background-image: url("../images/common/ico_zip.svg");
}

main[role=main] a.ico-file i.ico[data-icon=txt]::before {
    background-image: url("../images/common/ico_txt.svg");
}

main[role=main] a.ico-file i.ico[data-icon=other]::before {
    background-image: url("../images/common/ico_other.svg");
}

body>.page-top-btn {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 3rem;
    height: 3rem;
    pointer-events: auto;
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    -webkit-transition: opacity 0.25s cubic-bezier(0.38, 0, 0.27, 0.93), -webkit-transform 0.5s cubic-bezier(0.38, 0, 0.27, 0.93);
    transition: opacity 0.25s cubic-bezier(0.38, 0, 0.27, 0.93), -webkit-transform 0.5s cubic-bezier(0.38, 0, 0.27, 0.93);
    -o-transition: opacity 0.25s cubic-bezier(0.38, 0, 0.27, 0.93), transform 0.5s cubic-bezier(0.38, 0, 0.27, 0.93);
    transition: opacity 0.25s cubic-bezier(0.38, 0, 0.27, 0.93), transform 0.5s cubic-bezier(0.38, 0, 0.27, 0.93);
    transition: opacity 0.25s cubic-bezier(0.38, 0, 0.27, 0.93), transform 0.5s cubic-bezier(0.38, 0, 0.27, 0.93), -webkit-transform 0.5s cubic-bezier(0.38, 0, 0.27, 0.93);
    background-position: center;
    background-size: cover;
    background-image: url("../images/common/ico_pgtop.svg");
    z-index: 4000;
    opacity: 1;
    cursor: pointer;
}

body>.page-top-btn:hover,
body>.page-top-btn:active,
body>.page-top-btn:focus {
    opacity: .88;
}

body>.page-top-btn.btn-hidden {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    pointer-events: none;
}

main[role=main] a[rel=tag] {
    /*! @override background-color:(theme)  */
    background-color: #3f96e2;
    /*! /@override */
    /*! @override color:(theme_text)  */
    color: #fff;
    /*! /@override */
    display: block;
    min-width: 8rem;
}

main[role=main] a[rel=tag] span {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 2px 7px;
    font-weight: 700;
    font-size: .78rem;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -.01em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

main[role=main] .with-new>i.is-new {
    /*! @override color:(red)  */
    color: #a91b0e;
    /*! /@override */
    display: inline;
    margin-left: .5rem;
    text-transform: uppercase;
    font-size: .96rem;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: baseline;
}

main[role=main] .with-new>i.is-new::before {
    content: "NEW";
}

main[role=main] .with-pdf>i.is-pdf,
main[role=main] .with-doc>i.is-doc,
main[role=main] .with-docx>i.is-docx,
main[role=main] .with-xls>i.is-xls,
main[role=main] .with-xlsx>i.is-xlsx,
main[role=main] .with-ppt>i.is-ppt,
main[role=main] .with-pptx>i.is-pptx,
main[role=main] .with-zip>i.is-zip,
main[role=main] .with-txt>i.is-txt,
main[role=main] .with-other>i.is-other,
main[role=main] .with-file>i.is-file,
main[role=main] .with-external-link>i.is-external-link {
    display: inline-block;
    overflow: hidden;
    margin-right: .25rem;
    margin-left: .75rem;
    width: 1.33rem;
    height: 1.33rem;
    vertical-align: middle;
}

main[role=main] .with-pdf>i.is-pdf::before,
main[role=main] .with-doc>i.is-doc::before,
main[role=main] .with-docx>i.is-docx::before,
main[role=main] .with-xls>i.is-xls::before,
main[role=main] .with-xlsx>i.is-xlsx::before,
main[role=main] .with-ppt>i.is-ppt::before,
main[role=main] .with-pptx>i.is-pptx::before,
main[role=main] .with-zip>i.is-zip::before,
main[role=main] .with-txt>i.is-txt::before,
main[role=main] .with-other>i.is-other::before,
main[role=main] .with-file>i.is-file::before,
main[role=main] .with-external-link>i.is-external-link::before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-interpolation-mode: bicubic;
    display: block;
    content: "";
    margin: -1.995rem;
    width: 5.32rem;
    height: 5.32rem;
    line-height: 1.33rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
}

main[role=main] .with-pdf>i.is-pdf::before {
    background-image: url("../images/common/ico_pdf.svg");
}

main[role=main] .with-doc>i.is-doc::before {
    background-image: url("../images/common/ico_doc.svg");
}

main[role=main] .with-docx>i.is-docx::before {
    background-image: url("../images/common/ico_docx.svg");
}

main[role=main] .with-xls>i.is-xls::before {
    background-image: url("../images/common/ico_xls.svg");
}

main[role=main] .with-xlsx>i.is-xlsx::before {
    background-image: url("../images/common/ico_xlsx.svg");
}

main[role=main] .with-ppt>i.is-ppt::before {
    background-image: url("../images/common/ico_ppt.svg");
}

main[role=main] .with-pptx>i.is-pptx::before {
    background-image: url("../images/common/ico_pptx.svg");
}

main[role=main] .with-zip>i.is-zip::before {
    background-image: url("../images/common/ico_zip.svg");
}

main[role=main] .with-txt>i.is-txt::before {
    background-image: url("../images/common/ico_txt.svg");
}

main[role=main] .with-other>i.is-other::before {
    background-image: url("../images/common/ico_other.svg");
}

main[role=main] .with-external-link>i.is-external-link::before {
    background-image: url("../images/common/ico_popup.svg");
}

.user-edit ul:not(.row):not(.columns) {
    padding-left: 1rem;
}

.user-edit ol:not(.row):not(.columns) {
    padding-left: 1.25rem;
}

.user-edit img,
.user-edit video {
    /*! @override border-color:(border)  */
    border-color: #ccc;
    /*! /@override */
    margin-top: .25em;
    margin-bottom: .25em;
    height: auto !important;
    max-width: 100% !important;
    border-width: 1px;
    border-style: solid;
    border-radius: .25rem;
    vertical-align: middle;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.alignleft {
    margin-right: 1rem;
    margin-bottom: 1rem;
    float: left;
}

.alignright {
    margin-bottom: 1rem;
    margin-left: 1rem;
    float: right;
}

.wp-caption {
    /*! @override background-color:(bg)  */
    background-color: #fff;
    /*! /@override */
    /*! @override border-color:(border)  */
    border-color: #ccc;
    /*! /@override */
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: .25rem;
    padding: .5rem;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: .25rem;
}

.wp-caption img,
.wp-caption video {
    display: block;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    margin: 0 !important;
    padding: .75rem .5rem .25rem .5rem;
    font-size: .88rem;
}

.sp_t5 {
    margin-top: 5px !important;
}

.sp_t10 {
    margin-top: 10px !important;
}

.sp_t15 {
    margin-top: 15px !important;
}

.sp_t20 {
    margin-top: 20px !important;
}

.sp_t25 {
    margin-top: 25px !important;
}

.sp_t30 {
    margin-top: 30px !important;
}

.sp_t35 {
    margin-top: 35px !important;
}

.sp_t40 {
    margin-top: 40px !important;
}

.sp_t45 {
    margin-top: 45px !important;
}

.sp_t50 {
    margin-top: 50px !important;
}

.sp_b5 {
    margin-bottom: 5px !important;
}

.sp_b10 {
    margin-bottom: 10px !important;
}

.sp_b15 {
    margin-bottom: 15px !important;
}

.sp_b20 {
    margin-bottom: 20px !important;
}

.sp_b25 {
    margin-bottom: 25px !important;
}

.sp_b30 {
    margin-bottom: 30px !important;
}

.sp_b35 {
    margin-bottom: 35px !important;
}

.sp_b40 {
    margin-bottom: 40px !important;
}

.sp_b45 {
    margin-bottom: 45px !important;
}

.sp_b50 {
    margin-bottom: 50px !important;
}

.sp_l5 {
    margin-left: 5px !important;
}

.sp_l10 {
    margin-left: 10px !important;
}

.sp_l15 {
    margin-left: 15px !important;
}

.sp_l20 {
    margin-left: 20px !important;
}

.sp_l25 {
    margin-left: 25px !important;
}

.sp_l30 {
    margin-left: 30px !important;
}

.sp_l35 {
    margin-left: 35px !important;
}

.sp_l40 {
    margin-left: 40px !important;
}

.sp_l45 {
    margin-left: 45px !important;
}

.sp_l50 {
    margin-left: 50px !important;
}

.sp_r5 {
    margin-right: 5px !important;
}

.sp_r10 {
    margin-right: 10px !important;
}

.sp_r15 {
    margin-right: 15px !important;
}

.sp_r20 {
    margin-right: 20px !important;
}

.sp_r25 {
    margin-right: 25px !important;
}

.sp_r30 {
    margin-right: 30px !important;
}

.sp_r35 {
    margin-right: 35px !important;
}

.sp_r40 {
    margin-right: 40px !important;
}

.sp_r45 {
    margin-right: 45px !important;
}

.sp_r50 {
    margin-right: 50px !important;
}

body.wp-editor {
    max-width: 700px;
}

header.modules--heading--border-heading {
    margin-bottom: 1rem;
}

header.modules--heading--border-heading h2 span,
header.modules--heading--border-heading h3 span {
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
    font-size: 1.32rem;
    font-weight: 700;
}

header.modules--heading--emphasis-heading {
    margin-bottom: 1rem;
}

header.modules--heading--emphasis-heading h2 span,
header.modules--heading--emphasis-heading h3 span {
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
    font-size: 1.32rem;
    font-weight: 700;
}

header.modules--heading--simple-heading h2 span,
header.modules--heading--simple-heading h3 span {
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
    font-size: 1.32rem;
    font-weight: 700;
}

nav.modules--list--paginate-nav {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

article.modules--list--topic-list>section {
    /*! @override border-bottom-color:(border)  */
    border-bottom-color: #ccc;
    /*! /@override */
    margin-bottom: 1.5rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

article.modules--list--topic-list>section:not(:first-of-type) {
    margin-top: 3rem;
}

article.modules--list--topic-list>section>header span {
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
    font-weight: 700;
    font-size: 1.32rem;
}

article.modules--list--topic-list>section>blockquote {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

article.modules--list--topic-list>section>footer {
    /*! @override border-top-color:(border)  */
    border-top-color: #ccc;
    /*! /@override */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .65rem 0;
    border-top-width: 1px;
    border-top-style: dashed;
}

article.modules--list--topic-list>section>footer a[rel=tag] {
    margin-left: 1rem;
    min-width: 10rem;
}

ul.modules--list--update-list {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

ul.modules--list--update-list>li {
    display: table-row;
}

ul.modules--list--update-list>li>* {
    /*! @override border-bottom-color:(border)  */
    border-bottom-color: #ccc;
    /*! /@override */
    display: table-cell;
    padding: 1rem 0;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

ul.modules--list--update-list>li:first-child>* {
    padding-top: 0;
}

ul.modules--list--update-list>li:last-child>* {
    padding-bottom: 0;
    border-bottom: none;
}

ul.modules--list--update-list>li>time {
    padding-right: .5rem;
    white-space: nowrap;
}

ul.modules--list--update-list>li>aside {
    padding-right: .5rem;
    padding-left: .5rem;
}

ul.modules--list--update-list>li>h2,
ul.modules--list--update-list>li h3 {
    padding-left: .5rem;
    width: 80%;
}

ul.modules--list--update-list>li>h2 span,
ul.modules--list--update-list>li>h3 span {
    /*! @override color:(doc)  */
    color: #333;
    /*! /@override */
}

main[role=main] a.epscsp-file-download-link {
    margin: 0 .35rem;
}

main[role=main] a.epscsp-file-download-link>span::before {
    content: "(" !important;
}

main[role=main] a.epscsp-file-download-link>span::after {
    content: ")" !important;
}

main[role=main] a.epscsp-file-download-link.disabled>span {
    padding: 0;
    background: none;
    opacity: .68;
    cursor: default;
    pointer-events: none;
}

#fancybox-content {
    overflow-y: hidden;
}

span.mwform-tel-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
}

span.mwform-tel-field input[type=text] {
    margin: 0 12px;
}

span.mwform-tel-field input:first-of-type {
    margin-left: 0;
}

span.mwform-tel-field input:last-of-type {
    margin-right: 0;
}

table.modules--table--default-table {
    /*! @override border-color:(border)  */
    border-color: #ccc;
    /*! /@override */
    margin-bottom: 1rem;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-width: 2px;
    border-style: solid;
}

table.modules--table--default-table.table--fixed {
    table-layout: fixed;
}

table.modules--table--default-table.table--cell-top td {
    vertical-align: top;
}

table.modules--table--default-table.table--cell-middle td {
    vertical-align: middle;
}

table.modules--table--default-table th {
    /*! @override border-color:(table_border)  */
    border-color: #b9b9b9;
    /*! /@override */
    /*! @override background-color:(table_th)  */
    background-color: #d8d8d8;
    /*! /@override */
    padding: .5rem;
    width: auto;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    vertical-align: middle;
}

table.modules--table--default-table th.th--expand {
    width: 70%;
}

table.modules--table--default-table th.th--semi-shrink {
    width: 8%;
}

table.modules--table--default-table th.th--shrink {
    width: 1%;
}

table.modules--table--default-table th.th--text-small {
    font-size: .88rem;
}

table.modules--table--default-table td {
    /*! @override border-color:(table_border)  */
    border-color: #b9b9b9;
    /*! /@override */
    padding: .5rem;
    width: auto;
    border-width: 2px;
    border-style: solid;
    vertical-align: middle;
    font-size: .92rem;
}

table.modules--table--default-table td.td--center {
    text-align: center;
    white-space: nowrap;
}

table.modules--table--default-table td.td--left {
    text-align: left;
    white-space: nowrap;
}

table.modules--table--default-table td.td--right {
    text-align: left;
    white-space: nowrap;
}

table.modules--table--default-table tr.tr--disabled td {
    /*! @override background-color:(table_bg_disable)  */
    background-color: #f0f0f0;
    /*! /@override */
    opacity: .5;
}

main[role=main]#main dl.modules--table--inline-agenda-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0 .75rem 0;
}

main[role=main]#main dl.modules--table--inline-agenda-list dt {
    margin-right: .5rem;
}

main[role=main]#main dl.modules--table--inline-agenda-list dt::after {
    content: " :";
}

main[role=main]#main dl.modules--table--inline-agenda-list dd:not(:last-child) {
    margin-right: 1.25rem;
}

#contact-table table tr th:nth-of-type(1) {
}
#contact-table table tr th:nth-of-type(1) {
}
#contact-table table tr th:nth-of-type(1) {
}
#contact-table table tr th:nth-of-type(1) {
}
#contact-table table tr th:nth-of-type(1) {
}

#contact-table table tr td:nth-of-type(1) {
	max-width: 18%;
	width: 18%;
}
#contact-table table tr td:nth-of-type(2) {
	max-width: 11%;
	width: 11%;
}
#contact-table table tr td:nth-of-type(3) {
	max-width: 17%;
	width: 17%;
}
#contact-table table tr td:nth-of-type(4) {
	max-width: 21%;
	width: 21%;
}
#contact-table table tr td:nth-of-type(5) {
	max-width: 18%;
	width: 18%;
}
#contact-table table tr td:nth-of-type(6) {
	max-width: 15%;
	width: 15%;
}
