@charset "UTF-8";
/* =================================================
reset setting
================================================= */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=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 {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

progress {
  display: inline-block;
  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-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, select, textarea {
  line-height: inherit;
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/* =================================================
base setting
================================================= */
html {
  height: 100%;
  font-size: 62.5%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto','Noto Sans JP',"游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #131313;
  line-height: 1.8;
  text-align: left;
  min-width: 1000px;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  /*word-break:break-all;*/
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
}

p, figure {
  margin: 0;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a, a:link {
  text-decoration: none;
  color: #131313;
  font-weight: 400;
  transition: all .4s;
}

a.link_txt {
  color: #003a94;
  text-decoration: underline;
}

a:hover, a.link_txt:hover {
  color: #ccc;
}

a:hover:not(.bnrLink) img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a.blank:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  vertical-align: middle;
  background: url(../images/common/blank.svg) no-repeat;
  background-size: 10px 10px;
}

a.map-link {
  display: inline-block;
  color: #e4007f;
  font-size: 1.1em;
  margin-top: .25em;
  padding: 2px 0 2px 22px;
  background: url(../images/common/icon_map.svg) no-repeat left center;
  background-size: 16px auto;
}

a.map-link:hover {
  text-decoration: underline;
}

.img-wrap img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: initial;
  }
}

/* iframe */
video {
  width: 100%;
  outline: none;
}

.ggmap {
  position: relative;
  padding-top: 36.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .ggmap {
    padding-top: 65%;
  }
}

.indoor {
  position: relative;
  padding-top: 32.25%;
  height: 0;
  overflow: hidden;
}

.indoor iframe,
.indoor object,
.indoor embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .indoor {
    padding-top: 56%;
  }
}

.youtube {
  position: relative;
  padding-top: 54.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* img */
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

@media screen and (max-width: 992px) {
  .img-wrap img {
    width: 100%;
    height: auto;
  }
}

.flex-inTxt {
  flex: 1;
}

@media screen and (max-width: 992px) {
  .w90, .w80, .w75 {
    width: 100%;
  }
  .w60 {
    width: 90%;
  }
  .w50 {
    width: 80%;
  }
}

/* font */
.min {
  font-family: 'Noto Serif JP';
}

.eng {
  font-family: 'Roboto';
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

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

.text-inline span {
  display: inline-block;
}

.small {
  font-size: 0.85em;
}

.large {
  font-size: 1.3em;
}

@media screen and (max-width: 992px) {
  .large {
    font-size: 1.1em;
  }
}

.xlarge {
  font-size: 1.8em;
  line-height: 1.4;
}

@media screen and (max-width: 992px) {
  .xlarge {
    font-size: 1.3em;
  }
}

.super {
  font-size: 0.75em;
  vertical-align: super;
  margin-left: 5px;
}

.bold {
  font-weight: 600;
}

.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fsize24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fsize20 {
  font-size: 20px;
  font-size: 2rem;
}

.fsize18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fsize16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.white {
  color: white;
}

.gray {
  color: #2f302d;
}

.blue {
  color: #003a94;
}

.green {
  color: #0b823b;
}

.red {
  color: #d23d3d;
}

.orange {
  color: #d74919;
}

.brown {
  color: #835220;
}

.gold {
  color: #ab8c1e;
}

.pink {
  color: #e4007f;
}

@media screen and (max-width: 992px) {
  .fsize24 {
    font-size: 20px;
    font-size: 2rem;
  }
  .fsize20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .fsize18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fsize16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .fsize24 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fsize20 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .fsize18 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fsize16 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* padding,margin */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt05 {
  margin-top: .5em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt15 {
  margin-top: 1.5em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt25 {
  margin-top: 2.5em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.mt6 {
  margin-top: 6em !important;
}

.mb05 {
  margin-bottom: .5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb15 {
  margin-bottom: 1.5em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb25 {
  margin-bottom: 2.5em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}

/* =================================================
 block setting
================================================= */
#wrapper {
  position: relative;
  padding-top: 78px;
}

#wrapper ._sp {
  display: none;
}

@media screen and (max-width: 992px) {
  #wrapper {
    padding-top: 48px;
  }
  #wrapper ._pc {
    display: none;
  }
  #wrapper ._sp {
    display: block;
  }
}

#top-indexcontents {
  padding-bottom: 5em;
}

@media screen and (max-width: 767px) {
  #top-indexcontents {
    padding-bottom: 3em;
  }
  #top-indexcontents .sect {
    padding: 4em 0;
  }
}

.container {
  max-width: 1000px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 992px) {
  .container {
    width: 88%;
  }
}

.container._sm {
  max-width: 760px;
}

.sect {
  padding: 4em 0;
}

@media screen and (max-width: 767px) {
  .sect {
    padding: 2em 0;
  }
}

/* =================================================
 form setting
================================================= */
.eq,
.any {
  font-size: 0.7em;
  font-weight: 500;
  padding: 4px 8px 5px;
  line-height: 1;
  color: white;
  border-radius: 4px;
  position: absolute;
  top: 2.75rem;
  right: 0;
}

@media screen and (max-width: 992px) {
  .eq,
  .any {
    top: 1.65rem;
    left: 1rem;
    right: auto;
  }
}

.any {
  background-color: #0b823b;
}

.eq {
  background-color: #e4007f;
}

.err {
  font-size: 0.9em;
  color: #d23d3d;
}

input[type="checkbox"],
input[type="radio"] {
  margin-left: 20px;
}

input[type="checkbox"]:nth-of-type(1),
input[type="radio"]:nth-of-type(1) {
  margin-left: 0;
}

.mw_wp_form_confirm .confirm_none {
  display: none !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  padding: 8px 10px;
  margin: 0 6px;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: #efefef;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.2s;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #fffd3e;
  background-color: #fafafa;
}

.add-nub {
  margin-bottom: 1em;
}

.add-nub input[type="text"] {
  margin: 0 10px;
  width: 30%;
}

select {
  width: 20%;
  padding: 6px 5px 9px;
  margin: 0 65x;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  border: 1px solid #dfdfdf;
  background-color: #fcfcfc;
  border-radius: 5px;
}

.radio {
  line-height: 1.2;
}

.radio input[type="radio"] {
  margin: 0 5px 0 15px;
}

.radio input[type="radio"]:first-child {
  margin-left: 0;
}

textarea {
  height: 12em;
  border-radius: 5px;
}

textarea:focus {
  background-color: #fafafa;
}

textarea:placeholder-shown, textarea::-webkit-input-placeholder {
  color: #fafafa;
}

.submits {
  margin-top: 1em;
  text-align: center;
}

.submits .submit,
.submits button {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
  line-height: 1.2;
  position: relative;
  transition: all 0.3s;
  padding: 16px 0;
  line-height: 1;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: white;
  text-align: center;
  border: none;
  border-radius: 0;
  background: #0b823b;
}

.submits .submit:hover,
.submits button:hover {
  background-color: #d74919;
  color: white;
}

.submits .submit:nth-of-type(2),
.submits button:nth-of-type(2) {
  margin-left: 15px;
}

.submits .submit.backbtn,
.submits button.backbtn {
  background-color: #aaa;
}

.submits .submit span,
.submits button span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
}

.submits.col2-button .submit,
.submits.col2-button button {
  width: 44%;
}

.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
  width: 20%;
}

.privacy {
  margin: 1em 0 2em;
}

.privacy h4 {
  font-size: 1.15em;
  font-weight: 600;
  text-align: center;
  margin-bottom: .5em;
}

.privacy .inner {
  padding: 2.5% 2.5% 1.5%;
  border: 1px solid #ddd;
  height: 200px;
  overflow-y: scroll;
  font-size: 14px;
  font-size: 1.4rem;
}

.privacy .inner dl {
  margin-bottom: 0;
}

.privacy .inner dl dt {
  margin-top: 1em;
}

.ws {
  width: 20%;
}

.wm {
  width: 60%;
}

.wl {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .eq,
  .any {
    top: 0;
    left: 0;
  }
  .submits {
    margin-top: 0;
    text-align: center;
  }
  .submits .submit,
  .submits button {
    padding: 10px 0 12px;
    width: 100%;
    line-height: 1.4;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 5px;
  }
  .submits .submit:nth-of-type(2),
  .submits button:nth-of-type(2) {
    margin: 0.5em 5px 0;
  }
  .submits .submit span,
  .submits button span {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    margin-bottom: 0;
  }
  .submits.col2-button .submit,
  .submits.col2-button button {
    font-size: 18px;
    font-size: 1.8rem;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea,
  select {
    margin: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  input[type="text"]:first-child,
  input[type="tel"]:first-child,
  input[type="email"]:first-child,
  textarea:first-child,
  select:first-child {
    margin-left: 0;
  }
  select {
    width: auto;
  }
  textarea {
    height: 6em;
  }
  .privacy {
    margin: .5em 0 2em;
  }
  .privacy h4 {
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    margin-bottom: .5em;
  }
  .privacy .inner {
    padding: 5% 5% 3%;
    border: 1px solid #ddd;
    height: 200px;
    overflow-y: scroll;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .privacy .inner dl {
    margin-bottom: 0;
  }
  .privacy .inner dl dt {
    margin-top: 1em;
  }
  .ws {
    width: 25% !important;
  }
  .wm {
    width: 90%;
  }
  .wl {
    width: 100%;
  }
}

/* =================================================
common setting
================================================= */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.fl-row {
  flex-direction: row-reverse;
}

.flex.jc-end {
  justify-content: flex-end;
}

.flex.jc-cen {
  justify-content: center;
}

.flex.jc-bet {
  justify-content: space-between;
}

.flex.jc-ar {
  justify-content: space-around;
}

.flex.ai-cen {
  align-items: center;
}

.flex.ai-end {
  align-items: flex-end;
}

/* title */
.ttl {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  color: white;
  background-color: #d74919;
  padding: 14px 0 10px;
}

@media screen and (max-width: 767px) {
  .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.lg-ttl {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 992px) {
  .lg-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.md-ttl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  border-left: 5px solid #d74919;
  padding: 2px 0 0 10px;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .md-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.ttl_cen {
  text-align: center;
}

/* img */
.trim {
  overflow: hidden;
  width: 100%;
  height: 250px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .trim {
    height: 150px;
  }
}

.trim.trim-x img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.trim.trim-y img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.img-scale {
  overflow: hidden;
}

.img-scale img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}

a:hover .img-scale img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

/* list */
.disclist > li {
  margin: 1em 0 0 20px;
  list-style: disc outside;
  line-height: 1.4;
}

.disclist02 > li {
  margin: .75em 0;
  padding-left: 20px;
  line-height: 1.4;
  position: relative;
}

.disclist02 > li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 5px;
  left: 0;
}

.taglist > li {
  font-weight: 600;
  padding: 20px 10px;
  border-bottom: 1px dashed #ddd;
}

.taglist > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.taglist > li .tag {
  color: #835220;
  padding: 7px 15px;
  margin-right: 20px;
  font-size: .95em;
  background-color: #e8d8c6;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  .taglist > li {
    padding: 15px 5px;
  }
  .taglist > li span {
    display: block;
    margin-top: .5em;
  }
  .taglist > li span.tag {
    display: inline;
    padding: 6px 10px;
    border-radius: 6px;
    margin-right: 0;
  }
}

.nublist > li {
  margin: 1.5em 0 0 20px;
  list-style: decimal outside;
}

/* table */
.tbl {
  width: 100%;
  border-top: 1px solid #ddd;
}

.tbl tr th, .tbl tr td {
  padding: 1.75rem 2.75rem;
  border-bottom: 1px solid #ddd;
}

.tbl tr th {
  width: 25%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .tbl tr th, .tbl tr td {
    width: 100%;
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .tbl tr th {
    text-align: left;
    font-size: 1.1em;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .tbl tr td {
    padding-top: .75rem;
  }
}

.confirm-tbl {
  width: 100%;
  margin: 1em auto 2em;
}

.confirm-tbl tbody tr th,
.confirm-tbl tbody tr td {
  padding: 2rem 1.75rem;
  border-bottom: 1px dotted #ccc;
}

.confirm-tbl tbody tr th {
  width: 25%;
}

@media screen and (max-width: 992px) {
  .confirm-tbl tbody tr th,
  .confirm-tbl tbody tr td {
    padding: 1rem 1rem;
    display: block;
    width: 100%;
  }
  .confirm-tbl tbody tr th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .confirm-tbl tbody tr td {
    padding-top: 0.5rem;
  }
}

/*# sourceMappingURL=sourcemaps/common.css.map */
