@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
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;
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-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 {
  scroll-behavior: auto;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #093460;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h3 {
  margin: 1em 0 0;
  font-weight: bold;
}

a {
  color: #093460;
}

.btn a {
  display: inline-block;
  padding: 1em 3em;
  background-color: #af8951;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.btn a[target=_blank] {
  padding-right: 4em;
  background: url(../img/common/ico_external.svg) no-repeat 93% center/20px 20px #af8951;
}
.btn._center {
  text-align: center;
}
.btn._big {
  font-size: 125%;
}

p {
  margin: 2em 0;
}

hr {
  margin: 2em 0;
  border: none;
  border-top: 1px solid #ddd;
}

.note-list {
  padding: 0;
  list-style: none;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.64;
}

.note {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1.64;
}

.basic-dl dt {
  margin: 2em 0 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 110%;
}
.basic-dl dd {
  margin: 1em 0;
  letter-spacing: 0.075em;
  text-align: justify;
}
.basic-dl .numbering {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-list {
  padding: 0 0 0 4em;
  list-style: none;
}
.indent-list > li {
  margin-top: 0.75em;
  text-indent: -2em;
}
.indent-list > li ol {
  text-indent: 0;
}

ol li {
  margin-top: 0.75em;
}

.text-end {
  text-align: right;
}

.wrapper {
  position: relative;
}

.section {
  padding: 100px 0;
}

.inner {
  margin: 0 auto;
  max-width: 1240px;
}

@media screen and (min-width: 1025px) {
  .btn a {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .btn a:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    background-color: #d3b289;
  }
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
  .inner {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1281px) {
  .under1280 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .under1024 {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .under480 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .inner {
    margin: 0 20px;
  }
  .section {
    padding: 12vw 0;
  }
}
@media screen and (max-width: 480px) {
  body {
    letter-spacing: 0.05em;
  }
  .note-list {
    font-size: 10px;
  }
  .note {
    font-size: 10px;
  }
  .indent-list {
    padding: 0 0 0 3em;
  }
  ol {
    padding: 0 0 0 2em;
  }
  .over480 {
    display: none;
  }
}
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 90px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
#header .nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#header .nav-list li {
  margin-left: 2em;
}
#header .nav-list a {
  text-decoration: none;
  color: #fff;
}
#header .siteid {
  width: 150px;
}

.siteid_subpage {
  width: 150px;
  padding: 20px 0 0 30px;
  position: relative;
  z-index: 11;
}

body:not(.home) #header .nav-list a {
  color: #093460;
}

body.category #header .nav-list .nav-archives a {
  border-bottom: 1px solid #093460;
}

@media screen and (min-width: 1025px) {
  .menu-sp {
    display: none;
  }
  #header._scrolled .nav-list a {
    color: #093460;
  }
}
@media screen and (max-width: 1024px) {
  .menu-sp {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 8px;
    top: 3px;
    border-radius: 50%;
  }
  .menu-sp .menu-btn {
    display: block;
    width: 100%;
    height: 100%;
  }
  .menu-sp .menuline {
    width: 30px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 7px;
    top: 13px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 1;
  }
  .menu-sp .menuline._2 {
    top: 22px;
  }
  .menu-sp .menuline._3 {
    top: 31px;
  }
  #nav {
    width: 100vw;
    height: 100vh;
    padding: 20vw 10vw 10vw;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 0;
    -webkit-transition: max-height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: max-height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }
  #nav .nav-list {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
  }
  #nav .nav-list li {
    margin: 0.5em 0;
  }
  #nav .nav-list li a {
    display: inline-block;
    line-height: 3;
    font-size: 18px;
  }
  #nav .nav-list .btn {
    margin: 3em 0 0;
  }
  #nav .nav-list .btn a {
    border-radius: 40px;
    font-size: 14px;
  }
  #header._open .siteid img {
    opacity: 1;
  }
  #header._open .siteid::after {
    opacity: 0;
  }
  #header._open .menu-btn .menuline._1 {
    -webkit-transform: rotate(45deg) translateY(9px);
        -ms-transform: rotate(45deg) translateY(9px);
            transform: rotate(45deg) translateY(9px);
    -webkit-transform-origin: center 10px;
        -ms-transform-origin: center 10px;
            transform-origin: center 10px;
  }
  #header._open .menu-btn .menuline._2 {
    opacity: 0;
  }
  #header._open .menu-btn .menuline._3 {
    -webkit-transform: rotate(-45deg) translateY(-9px);
        -ms-transform: rotate(-45deg) translateY(-9px);
            transform: rotate(-45deg) translateY(-9px);
    -webkit-transform-origin: center -9px;
        -ms-transform-origin: center -9px;
            transform-origin: center -9px;
  }
  #header._open #nav {
    display: block;
    opacity: 1;
    pointer-events: auto;
    max-height: 100vh;
  }
  #header._open .nav-list li a {
    color: #093460;
  }
}
@media screen and (max-width: 480px) {
  .siteid_subpage {
    width: 90px;
    padding: 10px 0 0 12px;
  }
}
#footer {
  padding: 100px 0;
  background-color: #093460;
  color: #fff;
}
#footer .copyright {
  text-align: center;
  font-size: 12px;
  font-family: "Baskervville", serif;
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 100px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    margin-top: 50px;
    padding: 50px 0;
  }
}
.container {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .sidebar {
  width: 150px;
}
.container .sidebar .tit-alphabet {
  margin: 7.5px 0 1.5em;
  padding: 0 0 7.5px;
  border-bottom: 1px solid #093460;
  text-align: right;
  font-family: "Baskervville", serif;
  line-height: 30px;
}
.container .main {
  width: calc(100vw - 150px);
}
.container .sec-winners .title {
  border-top: 1px solid #093460;
  margin-top: 45px;
  padding-top: 40px;
}
.container .sec-celemony {
  margin: 80px 0 0;
}

.title {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.title .tit-alphabet {
  font-size: 62px;
  font-family: "Baskervville", serif;
  display: block;
}
.title strong {
  font-size: 150%;
  font-weight: 400;
}

.sidebar .category-list {
  list-style: none;
  padding: 0;
}
.sidebar .category-list a {
  display: block;
  padding: 0.2em 1.5em 0.2em 2em;
  text-decoration: none;
  color: #093460;
  text-align: right;
  position: relative;
}
.sidebar .category-list a::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f2f2f2;
  -webkit-transition: 0.15s cubic-bezier(0.48, -0.01, 0.24, 1);
  transition: 0.15s cubic-bezier(0.48, -0.01, 0.24, 1);
}
.sidebar .category-list .current a {
  display: block;
  background-color: #af8951;
  color: #fff;
}
.sidebar .category-list li:not(.current) a:hover::before {
  width: 100%;
  -webkit-transition: 0.25s cubic-bezier(0.48, -0.01, 0.24, 1);
  transition: 0.25s cubic-bezier(0.48, -0.01, 0.24, 1);
}

.page-navi {
  margin: 100px 0 0;
}
.page-navi .inner {
  padding: 50px 0 0;
  border-top: 1px solid #093460;
  height: 1em;
  position: relative;
}
.page-navi span {
  position: absolute;
  bottom: 0;
}
.page-navi a {
  text-decoration: none;
  color: #093460;
  display: inline-block;
}
.page-navi .prev {
  padding-left: 80px;
  background: url(../img/common/arrow_prev.svg) no-repeat left 9px;
  left: 0;
}
.page-navi .next {
  padding-right: 80px;
  background: url(../img/common/arrow_next.svg) no-repeat right 9px;
  right: 0;
}

@media screen and (min-width: 1600px) {
  .container .main {
    padding-right: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1599px) {
  .wrapper > .title .tit-alphabet {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding-top: 30px;
  }
  .container .sidebar {
    width: 100px;
  }
  .container .main {
    width: calc(100vw - 120px);
  }
  .wrapper > .title .tit-alphabet {
    padding-left: 120px;
  }
  .title .tit-alphabet {
    font-size: 50px;
  }
}
@media screen and (max-width: 820px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .container .sidebar {
    margin: 0 20px;
    padding-bottom: calc(1.5em + 7.5px);
    width: auto;
    border-bottom: 1px solid #093460;
  }
  .container .sidebar .tit-alphabet {
    text-align: center;
  }
  .container .sidebar .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .sidebar .category-list li {
    width: 150px;
  }
  .container .sidebar .category-list a {
    text-align: left;
  }
  .container .main {
    width: auto;
  }
  .container .sec-winners .inner {
    margin: 0;
  }
  .container .sec-winners .title {
    border-top: none;
    padding-top: 0;
  }
  .wrapper > .title .tit-alphabet {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 24px;
  }
  .title .tit-alphabet {
    font-size: 36px;
    line-height: 1.3;
  }
  .container .sidebar {
    margin: 0 20px;
  }
  .container .sidebar .category-list li {
    width: 33%;
  }
  .container .sidebar .category-list a {
    padding: 0.2em 1.5em 0.2em 1em;
  }
  .container .sec-winners .title {
    margin-top: 20px;
  }
  .container .sec-winners .winners-list {
    padding: 10px 10px 0;
    background-color: #f2f2f2;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.winners-list {
  margin: 100px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.winners-list li {
  text-align: center;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  background-color: #af8951;
  color: #fff;
  position: relative;
}
.winners-list li::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.3;
}
.winners-list li:last-child::after {
  display: none;
}
.winners-list li .txtbox {
  padding: 20px 15px;
  min-height: 11vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .winners-list li .txtbox {
    height: 11vw;
  }
}
.winners-list li .post {
  margin: 0 0 0.5em;
  line-height: 1.3;
  font-size: 15px;
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.winners-list li .name {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
.winners-list li .name small {
  margin-left: 0.5em;
  font-size: 15px;
}
.winners-list li a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .winners-list .thumb {
    overflow: hidden;
  }
  .winners-list .thumb img {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .winners-list a:hover .thumb img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .winners-list li {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
  .winners-list li .post {
    letter-spacing: 0;
    font-size: 12px;
  }
  .winners-list li .name {
    font-size: 20px;
  }
  .winners-list li .name small {
    margin: 0;
    display: block;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .winners-list li {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
@media screen and (max-width: 700px) {
  .winners-list li {
    margin: 30px 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 480px) {
  .winners-list {
    margin: 50px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .winners-list li {
    margin: 0 0 10px;
    width: 50%;
  }
  .winners-list li .thumb img {
    height: 90vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .winners-list li .txtbox {
    padding: 15px 10px;
  }
}
.winners-list.slick-slider {
  margin-bottom: 20px;
}
.winners-list.slick-slider .slick-list {
  padding-left: 10vw;
  padding-right: 38vw;
}
.winners-list.slick-slider li {
  width: 40vw;
}
.slick-dots {
  margin: 0 0 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  list-style: none;
  line-height: 0;
}
.slick-dots li button {
  background: transparent;
  outline: none;
  color: transparent;
  border: none;
  line-height: 0;
}
.slick-dots li button:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #999;
  border-radius: 5px;
  display: block;
  border: 1px solid #fff;
}
.slick-dots .slick-active button:before {
  background-color: #af8951;
  border-color: #af8951;
}

.celemony-newspaper {
  margin: 40px 0 0;
  text-align: center;
}
.celemony-newspaper img {
  padding: 20px;
  border: 1px solid #ccc;
  width: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .celemony-newspaper {
    margin: 40px 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .celemony-newspaper {
    margin: 30px 16px 0;
  }
}
.outline-dl {
  margin: 0 auto;
  max-width: 1000px;
}
.outline-dl dt, .outline-dl dd {
  border-top: 1px solid #b3b3b3;
  padding: 20px 0;
}
.outline-dl dt:first-of-type, .outline-dl dd:first-of-type {
  border-top: none;
}
.outline-dl dt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 120%;
}
.outline-dl dd {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.outline-dl dd a[target=_blank] {
  padding-right: 20px;
  background: url(../img/common/ico_external_navy.svg) no-repeat right center/20px;
}
.outline-dl dd a:hover {
  text-decoration: underline;
}
.outline-dl .selectors-dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.outline-dl ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.outline-dl .selectors {
  font-weight: normal;
  font-size: 85%;
}
.outline-dl .selectors:first-of-type {
  margin-right: 60px;
}
.outline-dl .selectors strong {
  display: inline-block;
  min-width: 5.5em;
  font-size: 118%;
}
.outline-dl .flat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.outline-dl .flat-list li {
  margin-right: 1em;
}

@media screen and (min-width: 1025px) {
  .outline-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .outline-dl dt {
    width: 150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
  }
  .outline-dl dd {
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 30px;
    width: calc(100% - 150px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .outline-dl dt {
    padding-bottom: 0;
  }
  .outline-dl dd {
    border-top: none;
    padding-top: 0;
  }
  .outline-dl .selectors-dd {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .outline-dl dt {
    padding-top: 15px;
  }
  .outline-dl dd {
    padding-bottom: 15px;
  }
  .outline-dl .selectors-dd {
    display: block;
  }
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.sec-outline {
  margin: 100px 0;
}

@media screen and (max-width: 480px) {
  .sec-outline {
    margin: 50px 0;
  }
}
#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
}
/*# sourceMappingURL=archive.css.map */