@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require_tree .
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.basicContents .basicLayout__content .rules .cookiePolicy__text {
  padding: 20px 0;
}
.basicContents .basicLayout__content .rules .cookiePolicy__text p {
  margin-bottom: 0;
}
.basicContents .basicLayout__content .rules .cookiePolicy__table {
  width: 100%;
}
.basicContents .basicLayout__content .rules .cookiePolicy__table td {
  font-size: 14px;
  border: 1px solid #b2b2b2;
  vertical-align: middle;
  padding: 15px;
}
.basicContents .basicLayout__content .rules .cookiePolicy__table td:first-child {
  width: 25%;
  background-color: #e4f5ed;
}
.basicContents .basicLayout__content .rules .cookiePolicy__table td a {
  color: #000;
}
.basicContents .basicLayout__content .rules .cookiePolicy__table__url {
  margin-bottom: 0.5em;
}
.basicContents .basicLayout__content .rules .cookiePolicy__table__url:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 769px) {
  #homeShow .featureArticles {
    width: 100%;
    margin-bottom: 10px;
  }
  #homeShow .featureArticles .featureArticles__inner {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle {
    width: 520px;
    height: 332px;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle:first-child {
    float: left;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle:last-child {
    float: right;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__image {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__image .badges {
    display: none;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 10px;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__data {
    display: table;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__data .editor_icon, #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__data .editor_name, #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__data .badges {
    display: table-cell;
    vertical-align: middle;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__data .editor_name {
    font-size: 12px;
    color: #FFF;
    padding-right: 10px;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__data .badges span {
    display: inline-block;
    font-size: 10px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #homeShow #container {
    display: flex;
    width: 1040px;
    padding: 20px 0;
    margin: 0 auto;
  }
  #homeShow #container #categories {
    width: 139px;
  }
  #homeShow #container #categories ul li {
    font-size: 12px;
  }
  #homeShow #container #categories ul li a {
    display: block;
    color: #999;
    text-decoration: none;
    padding: 8px 5px;
  }
  #homeShow #container #main {
    width: 601px;
    margin-right: 20px;
  }
  #homeShow #container #main .regionArea {
    margin-bottom: 50px;
  }
  #homeShow #container #main .regionArea .title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    border: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px;
    margin: 0 auto 15px;
  }
  #homeShow #container #main .regionArea .title svg {
    font-size: 26px;
    vertical-align: middle;
  }
  #homeShow #container #main .regionArea .title .fa-caret-down {
    vertical-align: bottom;
  }
  #homeShow #container #main .regionArea .regionList {
    display: flex;
    border-bottom: 1px solid #CFC6C6;
    padding: 20px 0;
    margin-bottom: 10px;
  }
  #homeShow #container #main .regionArea .regionList .regionName {
    width: 180px;
    font-size: 18px;
    font-weight: bold;
  }
  #homeShow #container #main .regionArea .regionList ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #homeShow #container #main .regionArea .regionList ul li {
    display: flex;
    align-items: center;
  }
  #homeShow #container #main .regionArea .regionList ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
  }
  #homeShow #container #main article {
    width: 100%;
  }
  #homeShow #container #main article .article__title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #homeShow #container #sub {
    width: 300px;
  }
  #homeShow #container #sub .banner_area {
    margin-bottom: 15px;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .container .rules {
    width: 840px;
    box-sizing: border-box;
    padding: 26px;
    margin: 0 auto;
  }
  .container .rules .rules__header {
    margin-bottom: 40px;
  }
  .container .rules .rules__header h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
  }
  .container .rules .rules__header p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .container .rules .rules__header .pageLink {
    font-size: 24px;
    line-height: 1.5;
  }
  .container .rules .rules__content {
    padding-bottom: 100px;
  }
  .container .rules .rules__content .chapter {
    margin-bottom: 80px;
  }
  .container .rules .rules__content .chapter__content section {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .container .rules .rules__content .chapter__content section h2 {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
  }
  .container .rules .rules__content .chapter__content section h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
  }
  .container .rules .rules__content .chapter__content section p {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .container .rules .rules__content .chapter__content section ul {
    line-height: 1.5;
    list-style: disc;
    padding-left: 1.3em;
    margin-bottom: 40px;
  }
  .container .rules .rules__content .chapter__content section ul li {
    margin-bottom: 10px;
  }
  .container .rules .rules__content .chapter__header h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
  }
  .container .rules .rules__content .changeLog {
    font-size: 18px;
    line-height: 1.5;
  }
  .container .rules .rules__content .changeLog ol {
    list-style: none;
  }
  .basicContents {
    background-color: #F9F9F9;
    padding: 70px 0;
  }
  .basicContents.row {
    padding: 0 14px 40px;
  }
  .basicContents .basicLayout {
    width: 1200px;
    margin: 0 auto;
  }
  .basicContents .basicLayout__header {
    display: flex;
    margin-bottom: 40px;
  }
  .basicContents .basicLayout__header .border {
    width: 6px;
    background-color: #23AC38;
    border-radius: 3px;
    margin-right: 10px;
  }
  .basicContents .basicLayout__header .headline {
    font-size: 26px;
  }
  .basicContents .basicLayout__header .headline h1, .basicContents .basicLayout__header .headline h2 {
    font-weight: bold;
  }
  .basicContents .basicLayout__content {
    background-color: #FFF;
    border-radius: 5px;
    padding: 50px 40px;
  }
  .basicContents .basicLayout__content .rules section {
    word-wrap: break-word;
    margin-bottom: 20px;
  }
  .basicContents .basicLayout__content .rules section.changeLog {
    font-size: 12px;
    text-align: right;
  }
  .basicContents .basicLayout__content .rules h2, .basicContents .basicLayout__content .rules h3 {
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
  }
  .basicContents .basicLayout__content .rules h2 {
    font-size: 20px;
  }
  .basicContents .basicLayout__content .rules h3 {
    font-size: 16px;
  }
  .basicContents .basicLayout__content .rules p, .basicContents .basicLayout__content .rules ul, .basicContents .basicLayout__content .rules ol {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .basicContents .basicLayout__content .rules ul {
    list-style-type: disc;
    list-style-position: inside;
  }
  .basicContents .basicLayout__content .rules ol {
    list-style-type: decimal;
    list-style-position: inside;
  }
  .basicContents .basicLayout__content .rules ul ul, .basicContents .basicLayout__content .rules ul ol, .basicContents .basicLayout__content .rules ol ul, .basicContents .basicLayout__content .rules ol ol {
    margin: 0 0 0 1em;
  }
  .basicContents .basicLayout__content .rules ol.num {
    list-style-type: none;
  }
  .sitePath {
    background-color: #F9F9F9;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    padding: 15px 40px;
  }
  .sitePath ol {
    font-size: 12px;
  }
  .sitePath ol li {
    display: inline-block;
  }
  .sitePath ol li:nth-of-type(n+2)::before {
    content: ">";
    padding: 0 3px;
  }
  .sitePath ol li a {
    color: inherit;
    text-decoration: none;
  }
}
@media all and (max-width: 768px) {
  #homeShow .featureArticles {
    width: 100%;
  }
  #homeShow .featureArticles .featureArticles__inner {
    width: 100%;
    overflow: hidden;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle {
    width: 50%;
    height: 180px;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle:first-child {
    float: left;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle:last-child {
    float: right;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__image {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__image .badges {
    display: table;
    padding: 10px;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__image .badges span {
    font-size: 10px;
    color: #FFF;
    padding: 2px 4px;
    display: table-cell;
    vertical-align: middle;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__image .badges span.new {
    background: #FB380E;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 10px;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__data {
    display: table;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__data .editor_name, #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__data .badges {
    display: table-cell;
    vertical-align: middle;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__data .editor_name {
    font-size: 8px;
    color: #FFF;
    padding-right: 5px;
  }
  #homeShow .featureArticles .featureArticles__inner .featureArticle a .featureArticle__summary .featureArticle__data .badges {
    display: none;
  }
  #homeShow #container {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #homeShow #container #categories {
    display: none;
  }
  #homeShow #container #main {
    width: 100%;
  }
  #homeShow #container #main .popularAreasContent {
    margin-bottom: 0px;
  }
  #homeShow #container #main .regionArea .title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    border: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 15px;
  }
  #homeShow #container #main .regionArea .regionList {
    display: block;
    border-bottom: 1px solid #CFC6C6;
    padding: 20px 0;
    margin-bottom: 10px;
  }
  #homeShow #container #main .regionArea .regionList .regionName {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #homeShow #container #main .regionArea .regionList ul li {
    font-size: 12px;
    margin-right: 6px;
  }
  #homeShow #container #main .regionArea .regionList ul li a {
    margin-right: 6px;
  }
  #homeShow #container #main article .article__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .container .rules {
    padding: 13px;
  }
  .container .rules .rules__header {
    margin-bottom: 20px;
  }
  .container .rules .rules__header h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
  }
  .container .rules .rules__header p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .container .rules .rules__header .pageLink {
    font-size: 12px;
    line-height: 1.5;
  }
  .container .rules .rules__content {
    padding-bottom: 50px;
  }
  .container .rules .rules__content .chapter {
    margin-bottom: 40px;
  }
  .container .rules .rules__content .chapter__content section {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .container .rules .rules__content .chapter__content section h2 {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
  }
  .container .rules .rules__content .chapter__content section h3 {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
  }
  .container .rules .rules__content .chapter__content section p {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .container .rules .rules__content .chapter__content section ul {
    line-height: 1.5;
    list-style: disc;
    padding-left: 1.3em;
    margin-bottom: 20px;
  }
  .container .rules .rules__content .chapter__content section ul li {
    margin-bottom: 5px;
  }
  .container .rules .rules__content .chapter__header h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
  }
  .container .rules .rules__content .changeLog {
    font-size: 14px;
    line-height: 1.5;
  }
  .container .rules .rules__content .changeLog ol {
    list-style: none;
  }
  .basicContents {
    background-color: #FFF;
    padding: 29px 14px 40px;
  }
  .basicContents.row {
    padding: 0 14px 40px;
  }
  .basicContents .basicLayout__header {
    display: flex;
    margin-bottom: 20px;
  }
  .basicContents .basicLayout__header .border {
    width: 6px;
    background-color: #23AC38;
    border-radius: 3px;
    margin-right: 10px;
  }
  .basicContents .basicLayout__header .headline {
    font-size: 18px;
  }
  .basicContents .basicLayout__header .headline h1, .basicContents .basicLayout__header .headline h2 {
    font-weight: bold;
  }
  .basicContents .basicLayout__content .rules section {
    word-wrap: break-word;
    margin-bottom: 10px;
  }
  .basicContents .basicLayout__content .rules section.changeLog {
    font-size: 12px;
    text-align: right;
  }
  .basicContents .basicLayout__content .rules .cookiePolicy__table {
    display: block;
    overflow-x: auto;
  }
  .basicContents .basicLayout__content .rules h2, .basicContents .basicLayout__content .rules h3 {
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
  }
  .basicContents .basicLayout__content .rules h2 {
    font-size: 20px;
  }
  .basicContents .basicLayout__content .rules h3 {
    font-size: 16px;
  }
  .basicContents .basicLayout__content .rules p, .basicContents .basicLayout__content .rules ul, .basicContents .basicLayout__content .rules ol {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .basicContents .basicLayout__content .rules ul {
    list-style-type: disc;
    list-style-position: inside;
  }
  .basicContents .basicLayout__content .rules ol {
    list-style-type: decimal;
    list-style-position: inside;
  }
  .basicContents .basicLayout__content .rules ul ul, .basicContents .basicLayout__content .rules ul ol, .basicContents .basicLayout__content .rules ol ul, .basicContents .basicLayout__content .rules ol ol {
    margin: 0 0 0 1em;
  }
  .basicContents .basicLayout__content .rules ol.num {
    list-style-type: none;
  }
  .sitePath {
    background-color: #F9F9F9;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 14px;
  }
  .sitePath ol {
    font-size: 12px;
  }
  .sitePath ol li {
    display: inline-block;
  }
  .sitePath ol li:nth-of-type(n+2)::before {
    content: ">";
    padding: 0 3px;
  }
  .sitePath ol li a {
    color: inherit;
    text-decoration: none;
  }
}
header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
header #header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
header #header__inner .contents__col {
  width: 1040px;
  margin: 0 auto;
  position: relative;
}
header #header__inner .contents__col img {
  width: 280px;
}
header #header__inner .newArticleArea {
  display: none;
}

@media all and (min-width: 769px) {
  header #header__inner .newArticleArea {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
  }
  header #header__inner .newArticleArea a {
    font-size: 13px;
    color: #333;
    text-decoration: none;
  }
  header #header__inner .newArticleArea a:first-child {
    margin-right: 10px;
  }
}
.commonFooter__content .links p {
  display: none;
}
.commonFooter__content .links dl dt {
  font-size: 14px;
  font-weight: bold;
  background-color: #DDD;
  border-bottom: 1px solid #FFF;
  padding: 7px 9px;
}
.commonFooter__content .links dl dt a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
.commonFooter__content .links dl dd {
  font-size: 13px;
  color: #666;
  background: #EEE;
}
.commonFooter__content .links dl dd ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.commonFooter__content .links dl dd ul li {
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #FFF;
}
.commonFooter__content .links dl dd ul li:nth-child(odd) {
  border-right: 1px solid #FFF;
}
.commonFooter__content .links dl dd ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 9px;
}
.commonFooter__copy {
  background-color: #AAA;
}
.commonFooter__copy .copyWrite {
  color: #FFF;
  font-size: 12px;
  padding: 7.5px 0 5px;
}
.commonFooter__copy .copyWrite p {
  display: none;
}
.commonFooter__copy .copyWrite address {
  text-align: center;
}

@media all and (min-width: 769px) {
  .commonFooter {
    background-color: #231815;
  }
  .commonFooter__content {
    border-bottom: 1px solid #FFF;
    padding: 60px 0;
  }
  .commonFooter__content .links {
    display: flex;
    flex-wrap: wrap;
    width: 1040px;
    margin: 0 auto;
  }
  .commonFooter__content .links p {
    display: block;
    align-self: center;
    width: 220px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin-right: 30px;
  }
  .commonFooter__content .links p img {
    display: inline-block;
    width: 280px;
    vertical-align: middle;
  }
  .commonFooter__content .links dl {
    flex: 1 1 25%;
    box-sizing: border-box;
    padding-bottom: 50px;
  }
  .commonFooter__content .links dl:last-child {
    flex: 0 0 75%;
    margin-left: auto;
    padding-bottom: 0;
  }
  .commonFooter__content .links dl dt, .commonFooter__content .links dl dd {
    color: #FFF;
    text-align-last: left;
    background-color: #231815;
  }
  .commonFooter__content .links dl dt {
    font-size: 16px;
    border-bottom: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .commonFooter__content .links dl dd {
    font-size: 14px;
  }
  .commonFooter__content .links dl dd ul {
    text-align: center;
    line-height: 1.8;
  }
  .commonFooter__content .links dl dd ul li {
    width: 380px;
    border-bottom: none;
  }
  .commonFooter__content .links dl dd ul li:nth-child(odd) {
    border-right: none;
  }
  .commonFooter__content .links dl dd ul li a {
    display: inline;
    padding: 0;
  }
  .commonFooter__copy {
    background-color: transparent;
  }
  .commonFooter__copy .copyWrite {
    display: table;
    width: 1040px;
    padding: 15px 0 10px;
    margin: 0 auto;
  }
  .commonFooter__copy .copyWrite p, .commonFooter__copy .copyWrite address {
    display: table-cell;
  }
  .commonFooter__copy .copyWrite address {
    text-align: right;
  }
}
@media all and (min-width: 769px) {
  article#contentArticle #sub .newOrder {
    border: 2px solid #E7E7E7;
    padding: 13px;
    margin-bottom: 15px;
  }
  article#contentArticle #sub .newOrder h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  article#contentArticle #sub .newOrder .element {
    margin-bottom: 15px;
  }
  article#contentArticle #sub .newOrder .element:last-child {
    margin-bottom: 0;
  }
  article#contentArticle #sub .newOrder .element a {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-decoration: none;
  }
  article#contentArticle #sub .newOrder .element a .image_area {
    display: table-cell;
    width: 70px;
    vertical-align: top;
    position: relative;
  }
  article#contentArticle #sub .newOrder .element a .image_area img {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
  article#contentArticle #sub .newOrder .element a .image_area span {
    display: block;
    width: 16px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
    position: absolute;
    top: 0;
    left: 0;
  }
  article#contentArticle #sub .newOrder .element a .article_summary {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
  }
  article#contentArticle #sub .newOrder .element a .article_summary h2 {
    font-size: 14px;
    color: #333;
    line-height: 120%;
  }
  article#contentArticle #sub .newOrder .element a .article_summary .other_data {
    display: table;
    color: #999;
  }
  article#contentArticle #sub .newOrder .element a .article_summary .other_data .editor {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px;
  }
  #sub {
    width: 300px;
  }
  #sub #access_ranking, #sub #category_ranking {
    border: 2px solid #E7E7E7;
    padding: 13px;
    margin-bottom: 15px;
  }
  #sub #access_ranking h2, #sub #category_ranking h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #sub #access_ranking h2 a, #sub #category_ranking h2 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #sub #access_ranking .element, #sub #category_ranking .element {
    margin-bottom: 15px;
  }
  #sub #access_ranking .element:last-child, #sub #category_ranking .element:last-child {
    margin-bottom: 0;
  }
  #sub #access_ranking .element a, #sub #category_ranking .element a {
    display: flex;
    width: 100%;
    text-decoration: none;
  }
  #sub #access_ranking .element a .image_area, #sub #category_ranking .element a .image_area {
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  #sub #access_ranking .element a .image_area img, #sub #category_ranking .element a .image_area img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #sub #access_ranking .element a .image_area span, #sub #category_ranking .element a .image_area span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
  }
  #sub #access_ranking .element a .article_summary, #sub #category_ranking .element a .article_summary {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
  }
  #sub #access_ranking .element a .article_summary h3, #sub #category_ranking .element a .article_summary h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 120%;
  }
  #sub #access_ranking .element a .article_summary p, #sub #category_ranking .element a .article_summary p {
    font-size: 10px;
    color: #ACACAC;
  }
  #sub #access_ranking .element a .article_summary .other_data, #sub #category_ranking .element a .article_summary .other_data {
    display: table;
    color: #999;
  }
  #sub #access_ranking .element a .article_summary .other_data .editor, #sub #access_ranking .element a .article_summary .other_data .views, #sub #category_ranking .element a .article_summary .other_data .editor, #sub #category_ranking .element a .article_summary .other_data .views {
    display: table-cell;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px;
  }
  #sub #access_ranking .element a .article_summary .other_data .views, #sub #category_ranking .element a .article_summary .other_data .views {
    display: none;
  }
  #sub #writer_intro_pc {
    border: 2px solid #E7E7E7;
    padding: 14px 13px;
    margin-bottom: 15px;
    display: block;
    align-items: center;
  }
  #sub #writer_intro_pc a {
    text-decoration: none;
  }
  #sub #writer_intro_pc .writer_info {
    display: flex;
    align-items: center;
  }
  #sub #writer_intro_pc .image_area {
    margin-right: 10px;
  }
  #sub #writer_intro_pc .image_area img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
  #sub #writer_intro_pc h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }
  #sub #writer_intro_pc h2 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #sub #writer_intro_pc p {
    font-size: 13px;
    color: #ACACAC;
  }
  #sub #writer_intro_pc .socials {
    padding: 5px 0;
  }
  #sub #writer_intro_pc .socials a {
    align-items: center;
    text-decoration: none;
  }
  #sub #writer_intro_pc .socials a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  #writer_intro_sp {
    display: none;
  }
}
@media all and (max-width: 768px) {
  article#contentArticle #sub .newOrder > h1 {
    font-size: 14px;
    font-weight: bold;
    background-color: #DDD;
    padding: 7px 9px;
  }
  article#contentArticle #sub .newOrder > h1 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  article#contentArticle #sub .newOrder .element {
    border-bottom: 1px solid #DDD;
  }
  article#contentArticle #sub .newOrder .element a {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-decoration: none;
  }
  article#contentArticle #sub .newOrder .element a .image_area {
    display: table-cell;
    width: 70px;
    vertical-align: top;
    position: relative;
  }
  article#contentArticle #sub .newOrder .element a .image_area img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }
  article#contentArticle #sub .newOrder .element a .image_area span {
    display: block;
    width: 15px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
    position: absolute;
    top: 0;
    left: 0;
  }
  article#contentArticle #sub .newOrder .element a .article_summary {
    display: table-cell;
    vertical-align: top;
    padding: 9px;
  }
  article#contentArticle #sub .newOrder .element a .article_summary h2 {
    font-size: 14px;
    color: #000;
    line-height: 120%;
    margin-bottom: 2.5px;
    overflow: hidden;
  }
  article#contentArticle #sub .newOrder .element a .article_summary .other_data {
    display: table;
    table-layout: fixed;
    width: 100%;
    font-size: 10px;
    color: #999;
    overflow: hidden;
  }
  article#contentArticle #sub .newOrder .element a .article_summary .other_data .editor {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
  }
  #sub #access_ranking h2, #sub #category_ranking h2 {
    font-size: 14px;
    font-weight: bold;
    background-color: #DDD;
    padding: 7px 9px;
  }
  #sub #access_ranking h2 a, #sub #category_ranking h2 a {
    display: block;
    color: inherit;
    font-weight: bold;
    text-decoration: none;
    padding-top: 2px;
  }
  #sub #access_ranking .element, #sub #category_ranking .element {
    border-bottom: 1px solid #DDD;
  }
  #sub #access_ranking .element a, #sub #category_ranking .element a {
    display: flex;
    width: 100%;
    text-decoration: none;
  }
  #sub #access_ranking .element a .image_area, #sub #category_ranking .element a .image_area {
    position: relative;
    width: 70px;
    height: 70px;
  }
  #sub #access_ranking .element a .image_area img, #sub #category_ranking .element a .image_area img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  #sub #access_ranking .element a .image_area span, #sub #category_ranking .element a .image_area span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background-color: #E85A3C;
  }
  #sub #access_ranking .element a .article_summary, #sub #category_ranking .element a .article_summary {
    padding: 9px;
  }
  #sub #access_ranking .element a .article_summary h3, #sub #category_ranking .element a .article_summary h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 2.5px;
  }
  #sub #access_ranking .element a .article_summary p, #sub #category_ranking .element a .article_summary p {
    font-size: 10px;
    color: #999;
  }
  #sub #access_ranking .element a .article_summary .other_data, #sub #category_ranking .element a .article_summary .other_data {
    font-size: 10px;
    color: #999;
  }
  #sub #access_ranking .element a .article_summary .other_data .editor, #sub #access_ranking .element a .article_summary .other_data .views, #sub #category_ranking .element a .article_summary .other_data .editor, #sub #category_ranking .element a .article_summary .other_data .views {
    padding-right: 5px;
  }
  #sub #writer_intro_pc {
    display: none;
  }
  #writer_intro_sp {
    padding-top: 5px;
  }
  #writer_intro_sp a {
    text-decoration: none;
  }
  #writer_intro_sp .writer_info {
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    padding: 2px 10px;
  }
  #writer_intro_sp .writer_info .image_area {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
  }
  #writer_intro_sp .writer_info .image_area img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
  }
  #writer_intro_sp .writer_info .intro_area {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
  }
  #writer_intro_sp .writer_info .intro_area h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
  }
  #writer_intro_sp .writer_info .intro_area p {
    font-size: 12px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #writer_intro_sp .writer_info .intro_area .socials {
    display: block !important;
    padding-top: 5px !important;
  }
  #writer_intro_sp .writer_info .intro_area .socials img {
    margin-right: 6px;
  }
}
body #draftviewBanner {
  position: fixed;
  z-index: 100;
  width: 100%;
  font-size: 32px;
  text-align: center;
  background-color: rgba(255, 39, 0, 0.8);
  border-bottom: 1px solid #ff2700;
  box-sizing: border-box;
  padding: 10px;
}
body #draftviewBanner p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
body #draftviewBanner p span {
  font-size: 12px;
}
body #draftviewBanner a {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
}
body #contentArticle .editLink {
  display: none;
}
body #contentArticle #main table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
body #contentArticle #main table th,
body #contentArticle #main table td {
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
}
body #contentArticle #main table th {
  font-weight: normal;
  background-color: #eee;
}
body #contentArticle #main #articleSummary {
  background-color: #F8F8F8;
}
body #contentArticle #main #articleSummary #articleSummaryInner {
  margin-bottom: 30px;
}
body #contentArticle #main #articleSummary #articleSummaryInner #summaryHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
  font-size: 10px;
  border-bottom: 2px solid #eee;
  padding: 10px;
  overflow: hidden;
}
body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent {
  table-layout: fixed;
  width: 100%;
  padding-bottom: 5px;
}
body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent #imageArea {
  width: 100%;
  vertical-align: top;
  margin-bottom: 12px;
}
body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent #imageArea .articleImage {
  width: 100%;
  height: 200px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent .summaryItem {
  padding: 0 10px;
}
body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent .summaryItem #descriptionArea {
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent .summaryItem #descriptionArea h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin-bottom: 6px;
}
body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent .summaryItem #descriptionArea h1 span.pr {
  font-size: 12px;
}
body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent .summaryItem #descriptionArea p {
  font-size: 13px;
  color: #999;
  line-height: 1.4;
  margin-bottom: 0;
}
body #contentArticle #main #articleSummary #articleSummaryInner .addFavorite {
  width: 100%;
  box-sizing: border-box;
  background-color: #eee;
  padding: 10px;
}
body #contentArticle #main #articleSummary #articleSummaryInner .addFavorite #fbLike {
  display: flex;
}
body #contentArticle #main #articleSummary #articleSummaryInner .addFavorite #fbLike span {
  color: #999;
  font-size: 13px;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons {
  display: flex;
  justify-content: space-between;
  background-color: #eee;
  padding: 10px;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button {
  width: 31%;
  font-size: 11px;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a span {
  display: block;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a span.icon {
  width: 33px;
  height: 33px;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a span.text {
  text-align: center;
  flex: 1;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a.twitter {
  background-color: #000;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a.twitter span.icon {
  background-image: url("/assets/x_logo-f630c86ea0cf4884289f48f85c13955a4f009a22.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 6px;
  background-position-x: 7px;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a.facebook {
  background-color: #1877f2;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a.facebook span.icon {
  background-image: url("/assets/fb_logo-0251cfc22f4f86c8dfe2d33f498533a6b08b1bfb.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position-y: 6px;
  background-position-x: 7px;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a.line {
  background-color: #06c755;
}
body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a.line span.icon {
  background-image: url("/assets/line_logo-59132b89127c2f612a3c4fc1051966b887ed35f8.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: 6px;
  background-position-x: 7px;
}
body #contentArticle #main #articleSummary #articleSummaryInner .socials {
  display: flex;
  gap: 12px;
  padding: 10px 0 5px 0;
}
body #contentArticle #main #articleSummary #articleSummaryInner .socials a {
  align-items: center;
  text-decoration: none;
}
body #contentArticle #main #articleSummary #articleSummaryInner .socials a img {
  width: 20px;
  height: 20px;
}
body #contentArticle #main #articleContents {
  padding: 10px;
}
body #contentArticle #main #articleContents .article-heading {
  word-break: break-all;
  border-bottom: 3px solid #ddd;
  margin-bottom: 5px;
}
body #contentArticle #main #articleContents .article-heading h2 {
  font-size: 18px;
  font-weight: bold;
}
body #contentArticle #main #articleContents .article-middle-heading {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
body #contentArticle #main #articleContents .article-middle-heading h3 {
  font-size: 16px;
  font-weight: bold;
}
body #contentArticle #main #articleContents .article-text {
  font-size: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 30px;
}
body #contentArticle #main #articleContents .article-image-file,
body #contentArticle #main #articleContents .article-image-url {
  margin-bottom: 30px;
}
body #contentArticle #main #articleContents .article-image-file figure,
body #contentArticle #main #articleContents .article-image-url figure {
  word-wrap: normal;
  margin-bottom: 5px;
}
body #contentArticle #main #articleContents .article-image-file figure img,
body #contentArticle #main #articleContents .article-image-url figure img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
body #contentArticle #main #articleContents .article-image-file .content,
body #contentArticle #main #articleContents .article-image-url .content {
  font-size: 16px;
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body #contentArticle #main #articleContents .article-image-file q,
body #contentArticle #main #articleContents .article-image-url q {
  display: block;
  font-size: 10px;
  color: #999;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
body #contentArticle #main #articleContents .article-image-file q a,
body #contentArticle #main #articleContents .article-image-url q a {
  color: inherit;
}
body #contentArticle #main #articleContents .article-reference {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
body #contentArticle #main #articleContents .article-reference blockquote {
  overflow-wrap: break-word;
  border-left: 6px solid #ddd;
  padding-left: 12px;
}
body #contentArticle #main #articleContents .article-reference blockquote p {
  font-size: 18px;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body #contentArticle #main #articleContents .article-reference blockquote p .fa {
  display: inline-block;
  color: #ddd;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
body #contentArticle #main #articleContents .article-reference blockquote q {
  font-size: 10px;
  color: #999;
}
body #contentArticle #main #articleContents .article-reference blockquote q a {
  color: inherit;
}
body #contentArticle #main #articleContents .article-link-button {
  padding: 10px 20px;
  margin-bottom: 30px;
}
body #contentArticle #main #articleContents .article-link-button a {
  display: block;
  width: 280px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 130%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #00833e;
  border: 1px solid #00833e;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto;
  cursor: pointer;
}
body #contentArticle #main #articleContents .article-link {
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 30px;
}
body #contentArticle #main #articleContents .article-link a {
  font-size: 20px;
  font-weight: bold;
  color: #00a3d9;
}
body #contentArticle #main #articleContents .article-embed {
  font-size: 18px;
}
body #contentArticle #main #articleContents .article-embed iframe {
  max-width: 100%;
}
body #contentArticle #main #articleContents .article-embed .embed-youtube iframe {
  width: 100%;
  height: 220px;
}
body #contentArticle #main #articleContents .recipe-overview {
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  background-color: #fafafa;
  padding: 10px;
  margin-bottom: 20px;
}
body #contentArticle #main #articleContents .recipe-overview table {
  width: 100%;
}
body #contentArticle #main #articleContents .recipe-overview table th {
  width: 50%;
  font-weight: bold;
}
body #contentArticle #main #articleContents .recipe-overview table th,
body #contentArticle #main #articleContents .recipe-overview table td {
  padding: 5px 10px;
  text-align: left;
  border: none !important;
  background-color: transparent;
}
body #contentArticle #main #articleContents .recipe-step {
  display: flex;
  margin-bottom: 15px;
}
body #contentArticle #main #articleContents .recipe-step__number {
  width: 10%;
  text-align: center;
}
body #contentArticle #main #articleContents .recipe-step__number p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
body #contentArticle #main #articleContents .recipe-step__content {
  width: 90%;
  font-size: 16px;
}
body #contentArticle #main #articleContents .recipe-step__content p {
  margin-bottom: 10px;
}
body #contentArticle #main #articleContents .recipe-step__content img {
  width: 90%;
  height: 300px;
  object-fit: contain;
}
body #contentArticle #main #articleContents .recipe-ingredient {
  margin-bottom: 15px;
}
body #contentArticle #main #articleContents .recipe-ingredient table {
  width: 100%;
  border-collapse: collapse;
}
body #contentArticle #main #articleContents .recipe-ingredient table tr:nth-child(odd) {
  background-color: #e6e6e6;
}
body #contentArticle #main #articleContents .recipe-ingredient table tr:nth-child(even) {
  background-color: #fafafa;
}
body #contentArticle #main #articleContents .recipe-ingredient table td {
  text-align: left;
  border: none !important;
}
body #contentArticle #main #articleContents .recipe-ingredient table td:nth-child(odd) {
  width: 60%;
}
body #contentArticle #main #share_unit {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  padding: 5px 10px 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
body #contentArticle #main #share_unit p {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 5px;
}
body #contentArticle #main #share_unit #share_twitter,
body #contentArticle #main #share_unit #share_facebook {
  width: 48%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
body #contentArticle #main #share_unit #share_twitter svg,
body #contentArticle #main #share_unit #share_facebook svg {
  position: static;
}
body #contentArticle #main #share_unit #share_twitter span,
body #contentArticle #main #share_unit #share_facebook span {
  display: flex;
  max-width: 720px;
  justify-content: space-around;
  margin: 0 auto;
}
body #contentArticle #main #share_unit #share_twitter span.count,
body #contentArticle #main #share_unit #share_facebook span.count {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 3px;
  padding: 0.1em 0.4em;
  margin: 0 0 0 5px;
  position: relative;
}
body #contentArticle #main #share_unit #share_twitter span.count:before, body #contentArticle #main #share_unit #share_twitter span.count:after,
body #contentArticle #main #share_unit #share_facebook span.count:before,
body #contentArticle #main #share_unit #share_facebook span.count:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body #contentArticle #main #share_unit #share_twitter span.count:before,
body #contentArticle #main #share_unit #share_facebook span.count:before {
  border-width: 2px;
  margin-top: -2px;
}
body #contentArticle #main #share_unit #share_twitter span.count:after,
body #contentArticle #main #share_unit #share_facebook span.count:after {
  border-width: 1px;
  margin-top: -1px;
}
body #contentArticle #main #share_unit #share_twitter span.name,
body #contentArticle #main #share_unit #share_facebook span.name {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 0 10px 11px;
}
body #contentArticle #main #share_unit #share_twitter {
  background-color: #000;
  float: left;
}
body #contentArticle #main #share_unit #share_twitter svg {
  font-size: 16px;
  vertical-align: middle;
}
body #contentArticle #main #share_unit #share_twitter span.count {
  color: #000;
}
body #contentArticle #main #share_unit #share_facebook {
  background-color: #1877f2;
  float: right;
}
body #contentArticle #main #share_unit #share_facebook svg {
  font-size: 16px;
  vertical-align: middle;
}
body #contentArticle #main #share_unit #share_facebook span.count {
  color: #1877f2;
}
body #contentArticle #main #related_articles > h3,
body #contentArticle #main #related_keywords > h3 {
  font-size: 14px;
  font-weight: bold;
  background-color: #ddd;
  padding: 7.5px;
}
body #contentArticle #main #related_articles .article_element,
body #contentArticle #main #related_keywords .article_element {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
body #contentArticle #main #related_articles .article_element .article_element_inner,
body #contentArticle #main #related_keywords .article_element .article_element_inner {
  display: table;
  width: 100%;
}
body #contentArticle #main #related_articles .article_element .article_element_inner .image_area,
body #contentArticle #main #related_keywords .article_element .article_element_inner .image_area {
  display: table-cell;
  width: 70px;
  vertical-align: top;
}
body #contentArticle #main #related_articles .article_element .article_element_inner .image_area .eyecatch,
body #contentArticle #main #related_keywords .article_element .article_element_inner .image_area .eyecatch {
  width: 70px;
  height: 70px;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body #contentArticle #main #related_articles .article_element .article_element_inner a,
body #contentArticle #main #related_keywords .article_element .article_element_inner a {
  display: block;
  text-decoration: none;
}
body #contentArticle #main #related_articles .article_element .article_element_inner a h4,
body #contentArticle #main #related_keywords .article_element .article_element_inner a h4 {
  font-size: 14px;
  color: #333;
  line-height: 120%;
  margin-bottom: 2.5px;
}
body #contentArticle #main #related_articles .article_element .article_element_inner a .editor,
body #contentArticle #main #related_keywords .article_element .article_element_inner a .editor {
  font-size: 10px;
  color: #999;
}
body #contentArticle #main #related_articles ul,
body #contentArticle #main #related_keywords ul {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px;
}
body #contentArticle #main #related_articles ul li,
body #contentArticle #main #related_keywords ul li {
  background-color: #f9f9f9;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  float: left;
}
body #contentArticle #main #related_articles ul li a,
body #contentArticle #main #related_keywords ul li a {
  display: block;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  padding: 8px;
}
body #contentArticle #main .shareThis {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #e7e7e7;
  padding: 10px;
}
body #contentArticle #main .shareThis .imageArea {
  display: table-cell;
  width: 110px;
  vertical-align: top;
}
body #contentArticle #main .shareThis .imageArea img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
body #contentArticle #main .shareThis .btnArea {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
body #contentArticle #main .shareThis .btnArea p {
  font-size: 14px;
  color: #333;
  line-height: 120%;
}
body #contentArticle #main .shareThis .btnArea h4 {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}

@media all and (min-width: 769px) {
  body #draftviewBanner {
    font-size: 18px;
    padding: 10px 0;
  }
  body #draftviewBanner p span {
    font-size: 16px;
  }
  body #contentArticle {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    padding: 0 0 100px 0;
    margin: 30px auto;
    position: relative;
  }
  body #contentArticle .editLink {
    display: block;
    position: absolute;
    top: -27px;
    left: 0;
  }
  body #contentArticle .editLink a {
    display: block;
    width: 100px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 130%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #00833e;
    border: 1px solid #00833e;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 3px;
    margin: 0 auto;
    cursor: pointer;
  }
  body #contentArticle #main {
    width: 720px;
  }
  body #contentArticle #main table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  body #contentArticle #main table th,
  body #contentArticle #main table td {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
  }
  body #contentArticle #main table th {
    font-weight: normal;
    background-color: #eee;
  }
  body #contentArticle #main #articleSummary {
    background-color: #f8f8f8;
    margin-bottom: 10px;
    table-layout: fixed;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner {
    border: 1px solid #eee;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner #summaryHeader {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    padding: 10px 19px;
    overflow: hidden;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner #summaryHeader .pubdate span {
    display: block;
    font-size: 10px;
    color: #999;
    padding-top: 8px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent {
    display: flex;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent #imageArea {
    width: 150px;
    height: 150px;
    margin-right: 20px;
    padding: 19px 0 19px 19px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent #imageArea .articleImage {
    width: 150px;
    height: 150px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent .summaryItem {
    padding: 19px 0;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent .summaryItem #descriptionArea {
    display: table-cell;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent .summaryItem #descriptionArea h1 {
    font-size: 35px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent .summaryItem #descriptionArea h1 span.pr {
    font-size: 16px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner #summaryContent .summaryItem #descriptionArea p {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .addFavorite {
    width: 100%;
    box-sizing: border-box;
    background-color: #eee;
    padding: 12px 19px 0 19px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .addFavorite #fbLike {
    padding-top: 10px;
    display: flex;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .addFavorite #fbLike span {
    color: #999;
    font-size: 13px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons {
    padding: 5px 19px 15px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button {
    width: 32%;
    font-size: 12px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a {
    padding: 10px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a span.icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position-x: 0px;
    background-position-y: 0px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a span.text {
    flex: 1;
    text-align: center;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a.twitter span.icon {
    background-image: url("/assets/x_logo-f630c86ea0cf4884289f48f85c13955a4f009a22.png");
    background-position-x: 0px;
    background-position-y: 0px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a.facebook span.icon {
    background-image: url("/assets/fb_logo-0251cfc22f4f86c8dfe2d33f498533a6b08b1bfb.png");
    background-position-x: 0px;
    background-position-y: 0px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .share_buttons__button a.line span.icon {
    background-image: url("/assets/line_logo-59132b89127c2f612a3c4fc1051966b887ed35f8.png");
    background-position-x: 0px;
    background-position-y: 0px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .socials {
    display: flex;
    gap: 15px;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .socials a {
    align-items: center;
    text-decoration: none;
  }
  body #contentArticle #main #articleSummary #articleSummaryInner .socials a img {
    width: 22px;
    height: 22px;
  }
  body #contentArticle #main #articleContents #CVbutton {
    display: block;
    width: 280px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 130%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #00833e;
    border: 1px solid #00833e;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px;
    margin: 20px auto 20px;
    cursor: pointer;
  }
  body #contentArticle #main #articleContents .article-heading {
    font-weight: bold;
    border-bottom: 5px solid #ddd;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  body #contentArticle #main #articleContents .article-heading h2 {
    font-size: 24px;
  }
  body #contentArticle #main #articleContents .article-middle-heading {
    font-weight: bold;
    word-break: break-all;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  body #contentArticle #main #articleContents .article-middle-heading h3 {
    font-size: 18px;
  }
  body #contentArticle #main #articleContents .article-text {
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  body #contentArticle #main #articleContents .article-image-file,
  body #contentArticle #main #articleContents .article-image-url {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  body #contentArticle #main #articleContents .article-image-file figure,
  body #contentArticle #main #articleContents .article-image-url figure {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  body #contentArticle #main #articleContents .article-image-file figure img,
  body #contentArticle #main #articleContents .article-image-url figure img {
    max-width: 680px;
  }
  body #contentArticle #main #articleContents .article-reference {
    padding: 0 20px;
  }
  body #contentArticle #main #articleContents .article-reference blockquote p {
    font-size: 20px;
  }
  body #contentArticle #main #articleContents .article-reference blockquote p i {
    color: #ddd;
  }
  body #contentArticle #main #articleContents .article-embed {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  body #contentArticle #main #articleContents .article-embed .embed-youtube iframe {
    width: 100%;
    height: 390px;
  }
  body #contentArticle #main #articleContents .recipe-overview__table th {
    width: 30%;
  }
  body #contentArticle #main #share_unit {
    border-top: none;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  body #contentArticle #main #share_unit p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body #contentArticle #main #share_unit #share_twitter,
  body #contentArticle #main #share_unit #share_facebook {
    width: 330px;
    padding: 15px;
    border-radius: 10px;
  }
  body #contentArticle #main #share_unit #share_twitter svg,
  body #contentArticle #main #share_unit #share_facebook svg {
    position: absolute;
    top: 17px;
  }
  body #contentArticle #main #share_unit #share_twitter span.count,
  body #contentArticle #main #share_unit #share_facebook span.count {
    border-radius: 5px;
    padding: 0.3em 0.5em;
    margin: 0 0 0 30px;
  }
  body #contentArticle #main #share_unit #share_twitter span.name,
  body #contentArticle #main #share_unit #share_facebook span.name {
    font-size: 16px;
    padding: 0;
  }
  body #contentArticle #main #share_unit #share_twitter svg {
    font-size: 24px;
    left: 14px;
    top: 16px;
  }
  body #contentArticle #main #share_unit #share_twitter span.count {
    color: #000;
  }
  body #contentArticle #main #share_unit #share_facebook svg {
    font-size: 20px;
    left: 18px;
  }
  body #contentArticle #main #share_unit #share_facebook span.count {
    color: #1877f2;
  }
  body #contentArticle #main #related_articles,
  body #contentArticle #main #related_keywords {
    margin-bottom: 15px;
  }
  body #contentArticle #main #related_articles > h3,
  body #contentArticle #main #related_keywords > h3 {
    font-size: 24px;
    background-color: transparent;
    border-bottom: 5px solid #ddd;
    padding: 0 20px 10px 20px;
    margin-bottom: 12px;
  }
  body #contentArticle #main #related_articles .article_element,
  body #contentArticle #main #related_keywords .article_element {
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
  }
  body #contentArticle #main #related_articles .article_element .article_element_inner,
  body #contentArticle #main #related_keywords .article_element .article_element_inner {
    display: table;
    width: 100%;
  }
  body #contentArticle #main #related_articles .article_element .article_element_inner .image_area,
  body #contentArticle #main #related_keywords .article_element .article_element_inner .image_area {
    width: 70px;
    display: table-cell;
    vertical-align: top;
  }
  body #contentArticle #main #related_articles .article_element .article_element_inner .image_area .eyecatch,
  body #contentArticle #main #related_keywords .article_element .article_element_inner .image_area .eyecatch {
    width: 60px;
    height: 60px;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body #contentArticle #main #related_articles .article_element .article_element_inner a h4,
  body #contentArticle #main #related_keywords .article_element .article_element_inner a h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 120%;
    margin-bottom: 5px;
  }
  body #contentArticle #main #related_articles .article_element .article_element_inner a .editor,
  body #contentArticle #main #related_keywords .article_element .article_element_inner a .editor {
    font-size: 12px;
    color: #999;
  }
  body #contentArticle #main #related_articles ul,
  body #contentArticle #main #related_keywords ul {
    padding: 0 20px;
  }
  body #contentArticle #main #related_articles ul li a,
  body #contentArticle #main #related_keywords ul li a {
    padding: 5px;
  }
  body #contentArticle #main #related_articles .article_element:last-child {
    border-bottom: none;
  }
  body #contentArticle #main .shareThis {
    border: 5px solid #e7e7e7;
    padding: 18px;
    margin-bottom: 18px;
  }
  body #contentArticle #main .shareThis .imageArea {
    display: table-cell;
    vertical-align: top;
  }
  body #contentArticle #main .shareThis .imageArea img {
    width: 320px;
    height: 200px;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "object-fit: cover;";
  }
  body #contentArticle #main .shareThis .btnArea {
    text-align: center;
    vertical-align: middle;
  }
  body #contentArticle #main .shareThis .btnArea p {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  body #contentArticle #main .shareThis .btnArea h4 {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
  }
  body #contentArticle #sub {
    width: 300px;
  }
}
@media all and (min-width: 769px) {
  #breadcrumbs {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 30px 0;
  }
  #breadcrumbs ol {
    width: 1040px;
    display: flex;
    margin: 0 auto;
  }
  #breadcrumbs ol li {
    display: inline;
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-right: 5px;
  }
  #breadcrumbs ol li a {
    color: inherit;
    text-decoration: none;
  }
  .pagination {
    text-align: center;
    padding: 10px 0;
  }
  .pagination a.prev, .pagination a.next {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px;
  }
  .pagination span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    border: 1px solid #eee;
    margin-right: 10px;
  }
  .pagination span.page.gap {
    border: none;
  }
  .pagination span.page.current {
    background-color: #231815;
    border-color: #231815;
    padding: 5px 10px;
  }
  .pagination span.page a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px;
  }
  .pagination span.first a, .pagination span.last a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px;
  }
  .pagination span.first a span, .pagination span.last a span {
    border: none;
  }
  .popularAreasContent {
    margin-bottom: 30px;
  }
  .popularAreasContent .popularAreas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .popularAreasContent .popularAreas .popularArea {
    display: block;
    width: 140px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 25px 0;
    margin: 0 15px 20px 0;
  }
  .popularAreasContent .popularAreas .popularArea:nth-child(4n) {
    margin-right: 0px;
  }
  .popularAreasContent .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .popularAreasContent a {
    color: #000;
  }
  #footerAd #div-gpt-ad-1720583578221-0 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 320px;
    min-height: 50px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
  }
}
@media all and (max-width: 768px) {
  #breadcrumbs {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 9px 13px;
  }
  #breadcrumbs ol li {
    display: inline;
    color: #333;
    font-size: 8px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #breadcrumbs ol li a {
    color: inherit;
    text-decoration: none;
  }
  .pagination {
    text-align: center;
    padding: 10px 0;
  }
  .pagination a.prev, .pagination a.next {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px;
  }
  .pagination span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    border: 1px solid #eee;
    margin-right: 10px;
  }
  .pagination span.page.gap {
    border: none;
  }
  .pagination span.page.current {
    background-color: #231815;
    border-color: #231815;
    padding: 5px 10px;
  }
  .pagination span.page a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px;
  }
  .pagination span.first a, .pagination span.last a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 5px 10px;
  }
  .pagination span.first a span, .pagination span.last a span {
    border: none;
  }
  .popularAreasContent {
    margin-bottom: 30px;
  }
  .popularAreasContent .popularAreas {
    display: flex;
    flex-wrap: wrap;
  }
  .popularAreasContent .popularAreas .popularArea {
    display: block;
    width: 30%;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 25px 0;
    margin: 0 2% 20px 0;
  }
  .popularAreasContent .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .popularAreasContent a {
    color: #000;
  }
  #footerAd #div-gpt-ad-1720583578221-0 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
  }
}
.articleArea .article {
  display: flex;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #CFC6C6;
}
.articleArea .article:first-child {
  padding-top: 0;
}
.articleArea .article .imgArea {
  margin-right: 8px;
}
.articleArea .article .imgArea img,
.articleArea .article .imgArea .eyecatch {
  width: 70px;
  height: 70px;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
  margin-bottom: 6px;
}
.articleArea .article .articleInfo {
  width: 78%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 8px 8px 0;
}
.articleArea .article .articleInfo .title {
  margin-bottom: 8px;
}
.articleArea .article .articleInfo .title a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.articleArea .article .articleInfo .description {
  display: none;
}
.articleArea .article .articleInfo .detailInfo .categories {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.articleArea .article .articleInfo .detailInfo .categories::-webkit-scrollbar {
  display: none;
}
.articleArea .article .articleInfo .detailInfo .categories li {
  display: block;
  background-color: #F9F9F9;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}
.articleArea .article .articleInfo .detailInfo .categories li a {
  display: block;
  font-size: 11px;
  color: #666;
  text-decoration: none;
  padding: 5px;
}
.articleArea .article .articleInfo .detailInfo .writerInfo {
  color: #777;
  font-size: 14px;
  font-weight: bold;
}
.articleArea .article .articleInfo .detailInfo .writerInfo a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .articleArea .heading {
    font-size: 18px;
    font-weight: bold;
  }
  .articleArea .article {
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .articleArea .article .imgArea {
    margin-right: 10px;
  }
  .articleArea .article .imgArea img,
  .articleArea .article .imgArea .eyecatch {
    width: 100px;
    height: 100px;
  }
  .articleArea .article .articleInfo {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }
  .articleArea .article .articleInfo .title a {
    color: #000;
    font-size: 18px;
  }
  .articleArea .article .articleInfo .description {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #777;
  }
  .articleArea .article .articleInfo .detailInfo .categories li a {
    font-size: 12px;
  }
}
@media all and (min-width: 769px) {
  #areaIndex .signboards {
    background-color: #D9D9D9;
    padding: 30px 120px;
  }
  #areaIndex .signboards h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
  }
  #areaIndex #main {
    padding: 20px 110px;
  }
  #areaIndex #main .regionArea {
    background-color: #D9D9D9;
    padding: 10px 20px;
  }
  #areaIndex #main .regionArea .regionList {
    margin-bottom: 10px;
  }
  #areaIndex #main .regionArea .regionList .regionName {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  #areaIndex #main .regionArea .regionList ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #areaIndex #main .regionArea .regionList ul li {
    display: flex;
    align-items: center;
  }
  #areaIndex #main .regionArea .regionList ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
  }
  #areaShow .signboards {
    height: 110px;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
  }
  #areaShow .signboards h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #areaShow .signboards .description {
    width: 70%;
    margin: 0 auto;
  }
  #areaShow .signboards .description p {
    font-size: 16px;
    font-weight: bold;
  }
  #areaShow article {
    display: flex;
    width: 80%;
    padding: 30px 0;
    margin: 0 auto;
  }
  #areaShow article section#main {
    width: 70%;
  }
  #areaShow article section#main .stationAreasContent {
    margin-bottom: 30px;
  }
  #areaShow article section#main .stationAreasContent .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #areaShow article section#main .stationAreasContent .stationAreas {
    display: flex;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList {
    width: 48%;
    margin-right: 2%;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList .areaName {
    margin-bottom: 10px;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList .areaName a {
    font-size: 16px;
    font-weight: bold;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList .stationGroupList {
    display: flex;
    flex-wrap: wrap;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station {
    display: flex;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station a {
    text-decoration: none;
  }
  #areaShow article section#main .stationAreasContent a {
    color: #000;
  }
  #areaShow article section#sub {
    width: 25%;
  }
}
@media all and (max-width: 768px) {
  #areaIndex .signboards {
    background-color: #D9D9D9;
    padding: 30px 20px;
  }
  #areaIndex .signboards h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }
  #areaIndex #main {
    padding: 20px 10px;
  }
  #areaIndex #main .regionArea {
    background-color: #D9D9D9;
    padding: 10px 20px;
  }
  #areaIndex #main .regionArea .regionList {
    margin-bottom: 10px;
  }
  #areaIndex #main .regionArea .regionList .regionName {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  #areaIndex #main .regionArea .regionList ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #areaIndex #main .regionArea .regionList ul li {
    display: flex;
    align-items: center;
  }
  #areaIndex #main .regionArea .regionList ul li a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
  }
  #areaShow .signboards {
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
  }
  #areaShow .signboards h1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #areaShow .signboards .description p {
    font-size: 14px;
    font-weight: bold;
  }
  #areaShow article {
    padding: 10px;
  }
  #areaShow article section#main .stationAreasContent {
    margin-bottom: 30px;
  }
  #areaShow article section#main .stationAreasContent .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList {
    margin-bottom: 15px;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList .areaName {
    margin-bottom: 10px;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList .areaName a {
    font-size: 16px;
    font-weight: bold;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList .stationGroupList {
    display: flex;
    flex-wrap: wrap;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station {
    display: flex;
  }
  #areaShow article section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station a {
    text-decoration: none;
  }
  #areaShow article section#main .stationAreasContent a {
    color: #000;
  }
  #areaShow article section#sub {
    width: 25%;
  }
}
body #container.edit_password,
body .sign_in {
  padding: 100px 0;
}
body #container.edit_password #main,
body .sign_in #main {
  margin: 0 auto;
}
body #container.edit_password #main h1,
body .sign_in #main h1 {
  text-align: center;
  margin-bottom: 40px;
}
body #container.edit_password #main h1 img,
body .sign_in #main h1 img {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}
body #container.edit_password #main h2,
body .sign_in #main h2 {
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
}
body #container.edit_password #main #form,
body .sign_in #main #form {
  width: 30%;
  margin: 20px auto;
}
body #container.edit_password #main #form label,
body .sign_in #main #form label {
  font-size: 14px;
  color: #555;
}
body #container.edit_password #main #form .field #writer_password,
body .sign_in #main #form .field #writer_password {
  margin-bottom: 0;
}
body #container.edit_password #main #form .field span,
body .sign_in #main #form .field span {
  font-size: 12px;
  color: #555;
}
body #container.edit_password #main #form input,
body .sign_in #main #form input {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 8px 10px;
  margin-bottom: 15px;
}
body #container.edit_password #main #form input[type=checkbox],
body .sign_in #main #form input[type=checkbox] {
  display: inline-block;
  width: auto;
}
body #container.edit_password #main #form .form-actions,
body .sign_in #main #form .form-actions {
  margin-top: 20px;
}
body #container.edit_password #main #form .form-actions input,
body .sign_in #main #form .form-actions input {
  width: 80%;
  color: #fff;
  background-color: #23ac38;
  border: 1px solid #23ac38;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px;
  margin: 0 auto;
}
body #container.edit_password #main #form .form-actions input:disabled, body #container.edit_password #main #form .form-actions input.disabled,
body .sign_in #main #form .form-actions input:disabled,
body .sign_in #main #form .form-actions input.disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}
body .field_with_errors input,
body .field_with_errors textarea,
body .field_with_errors .form-control {
  border: 1px solid #f00 !important;
  margin-bottom: 5px;
}
body .field_with_errors .error {
  color: #f00;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.writerLayout__summary {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 13px 15px;
}
.writerLayout__content {
  display: flex;
  gap: 15px;
  width: 100%;
}
.writerLayout__image-area {
  flex: 0 0 70px;
}
.writerLayout__image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.writerLayout__details {
  flex: 1;
}
.writerLayout__description {
  overflow-wrap: break-word;
}
.writerLayout__description h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin-bottom: 6px;
}
.writerLayout__description h1 span.pr {
  font-size: 12px;
}
.writerLayout__description p {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
}
.writerLayout__headline {
  font-size: 14px;
  font-weight: bold;
  background-color: #ddd;
  padding: 7px 9px;
}
.writerLayout .socials {
  display: flex;
  gap: 12px;
  padding: 10px 0 5px 0;
}
.writerLayout .socials a {
  align-items: center;
  text-decoration: none;
}
.writerLayout .socials a img {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .writerLayout__summary {
    margin-bottom: 10px;
  }
  .writerLayout__image-area {
    margin-bottom: 0;
  }
  .writerLayout__image {
    width: 150px;
    height: 150px;
  }
  .writerLayout__description h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .writerLayout__description h1 span.pr {
    font-size: 16px;
  }
  .writerLayout__description p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .writerLayout__headline {
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    padding: 0;
  }
}
.alert, alert-message, alert-popup, alert-info {
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  position: fixed;
  top: 0;
  z-index: 9999;
  animation: fadein-keyframes 1s ease 3s 1 forwards;
}
.alert p, alert-message p, alert-popup p, alert-info p {
  font-size: 15px;
  text-align: center;
  color: #FFF;
}

.alert-popup .close {
  display: none;
}

.alert-warning {
  background-color: rgba(248, 58, 34, 0.5);
}

@keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -10;
  }
}
@media all and (min-width: 769px) {
  #category_info {
    background-color: #F8F8F8;
    border-bottom: 1px solid #EEEEEE;
    padding: 29px 0;
    margin-bottom: 30px;
  }
  #category_info #category_info_inner {
    display: table;
    table-layout: fixed;
    width: 1040px;
    margin: 0 auto;
  }
  #category_info #category_info_inner #image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
  }
  #category_info #category_info_inner #image_area .article_image {
    width: 150px;
    height: 150px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #category_info #category_info_inner #description_area {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #category_info #category_info_inner #description_area h1 {
    font-size: 36px;
    font-weight: bold;
  }
  #category_info #category_info_inner #description_area h1 span {
    font-size: 18px;
  }
  #category_info #category_info_inner #description_area dt {
    font-size: 36px;
    font-weight: bold;
  }
  #category_info #category_info_inner #description_area dd {
    font-size: 14px;
    color: #999;
  }
  .article_element {
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
    position: relative;
  }
  .article_element .article_element_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #333;
    text-decoration: none;
  }
  .article_element .article_element_inner .image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
    position: relative;
  }
  .article_element .article_element_inner .image_area .eyecatch {
    width: 150px;
    height: 150px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .article_element .article_element_inner .article_summary {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .article_element .article_element_inner .article_summary h1 {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 5px;
  }
  .article_element .article_element_inner .article_summary h1 a {
    display: block;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  .article_element .article_element_inner .article_summary h1 span {
    font-size: 14px;
    font-weight: normal;
    color: #00833E;
  }
  .article_element .article_element_inner .article_summary h1 span.close {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    background-color: #808080;
    padding: 0 5px;
  }
  .article_element .article_element_inner .article_summary p {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
  }
  .article_element .article_element_inner .article_summary .other_data {
    width: 100%;
    font-size: 12px;
    color: #999;
    overflow: hidden;
  }
  .article_element .article_element_inner .article_summary .other_data .editor {
    float: left;
    padding-right: 10px;
  }
  .article_element .article_element_inner .article_summary .other_data .editor a {
    color: inherit;
    text-decoration: none;
  }
  .article_element .article_element_inner .article_summary .other_data .editor img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
  }
  .article_element .article_element_inner .article_summary .other_data .badges span {
    display: inline-block;
    font-size: 10px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #content_top {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
  }
  #content_top #col_wrap {
    width: 901px;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
  }
  #content_top #col_wrap #main {
    width: 601px;
    float: left;
  }
  #content_top #col_wrap #main #main_inner {
    border-left: 1px solid #DDD;
    padding: 0 20px;
  }
  #content_top #col_wrap #main #main_inner #headline {
    display: flex;
  }
  #content_top #col_wrap #main #main_inner #headline h1 {
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #content_top #col_wrap #main #main_inner #headline a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
  }
  #content_top #col_wrap #main #main_inner #headline a i {
    color: #777;
  }
  #content_top #col_wrap #sub {
    width: 300px;
    float: right;
  }
  #content_top #categories {
    width: 139px;
    float: left;
  }
  #content_top #categories ul li {
    font-size: 12px;
  }
  #content_top #categories ul li a {
    display: block;
    color: #999;
    text-decoration: none;
    padding: 8px 5px;
  }
  .categoryBlock {
    display: block;
    width: 1040px;
    margin: 0 auto 50px auto;
  }
  .categoryBlock ul.categoryBlock__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .categoryBlock ul.categoryBlock__items li {
    width: 20%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-right: 10px;
    margin-bottom: 25px;
  }
  .categoryBlock ul.categoryBlock__items li a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  .categoryBlock ul.categoryBlock__items li a svg, .categoryBlock ul.categoryBlock__items li a i {
    color: #00833E;
  }
  .categoryBlock .initials {
    background-color: #F5F5F5;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .categoryBlock .initials__items {
    font-size: 16px;
    color: #333;
  }
  .categoryBlock .initials__items li {
    display: inline-block;
    color: #AAA;
  }
  .categoryBlock .initials__items li a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 0 5px;
  }
}
@media all and (max-width: 768px) {
  #category_info {
    background-color: #F8F8F8;
    padding: 10px;
  }
  #category_info #category_info_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #category_info #category_info_inner #image_area {
    display: table-cell;
    width: 80px;
    vertical-align: top;
  }
  #category_info #category_info_inner #image_area .article_image {
    width: 70px;
    height: 70px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #category_info #category_info_inner #description_area {
    display: table-cell;
    vertical-align: top;
  }
  #category_info #category_info_inner #description_area h1 {
    font-size: 20px;
    font-weight: bold;
  }
  #category_info #category_info_inner #description_area h1 span {
    font-size: 10px;
  }
  #category_info #category_info_inner #description_area dt {
    font-size: 20px;
    font-weight: bold;
  }
  #category_info #category_info_inner #description_area dd {
    font-size: 10px;
    color: #999;
  }
  .article_element {
    border-bottom: 1px solid #EEE;
  }
  .article_element .article_element_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #333;
    text-decoration: none;
  }
  .article_element .article_element_inner .image_area {
    display: table-cell;
    width: 80px;
    vertical-align: top;
    position: relative;
  }
  .article_element .article_element_inner .image_area .eyecatch {
    width: 70px;
    height: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .article_element .article_element_inner .article_summary {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 9px;
  }
  .article_element .article_element_inner .article_summary h1 {
    font-size: 14px;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 2.5px;
  }
  .article_element .article_element_inner .article_summary h1 a {
    color: inherit;
    text-decoration: none;
  }
  .article_element .article_element_inner .article_summary p {
    display: none;
  }
  .article_element .article_element_inner .article_summary .other_data {
    width: 100%;
    font-size: 14px;
    color: #999;
    overflow: hidden;
  }
  .article_element .article_element_inner .article_summary .other_data .editor {
    float: left;
    padding-right: 5px;
  }
  .article_element .article_element_inner .article_summary .other_data .editor a {
    color: inherit;
    text-decoration: none;
  }
  .article_element .article_element_inner .article_summary .other_data .badges span {
    display: inline-block;
    font-size: 8px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #content_top {
    display: block;
  }
  #content_top #col_wrap #main {
    display: block;
  }
  #content_top #col_wrap #main #main_inner #headline {
    display: flex;
    background-color: #DDD;
    padding: 7px 9px;
  }
  #content_top #col_wrap #main #main_inner #headline h1 {
    font-size: 14px;
    font-weight: bold;
  }
  #content_top #col_wrap #main #main_inner #headline a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
  }
  #content_top #col_wrap #main #main_inner #headline a i {
    color: #777;
  }
  #content_top #categories {
    display: none;
  }
  .categoryBlock {
    width: 100%;
  }
  .categoryBlock ul.categoryBlock__items li {
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #EEE;
  }
  .categoryBlock ul.categoryBlock__items li a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 12.5px 10px;
  }
  .categoryBlock ul.categoryBlock__items li a svg, .categoryBlock ul.categoryBlock__items li a i {
    color: #00833E;
  }
  .categoryBlock .initials {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDD;
    padding: 10px;
  }
  .categoryBlock .initials__items {
    font-size: 10px;
    color: #333;
  }
  .categoryBlock .initials__items li {
    display: inline-block;
    color: #AAA;
  }
  .categoryBlock .initials__items li a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 0 2.5px;
  }
}
@media all and (max-width: 768px) {
  #recipe-show {
    padding: 0 15px;
  }
  #recipe-show #main #headline {
    width: 38%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto;
  }
  #recipe-show #main #headline .title h1 {
    font-size: 20px;
    font-weight: bold;
  }
  #recipe-show #main #headline .title p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  #recipe-show #main .recipe-category__featured {
    position: relative;
    margin-bottom: 20px;
  }
  #recipe-show #main .recipe-category__featured .recipe-category__featured-wrapper .recipe-category__featured-image {
    width: 100%;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  #recipe-show #main .recipe-category__featured .recipe-category__featured-wrapper .recipe-category__featured-title {
    width: 100%;
    height: 20%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    bottom: 0;
  }
  #recipe-show #main #main_inner .recipe-category__more-link {
    display: block;
    width: 80%;
    max-width: 300px;
    background-color: #f5f5f5;
    color: #eab14f;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
  }
  #recipe-show #main #main_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eab14f;
    color: #333;
  }
  #recipe-show #main #main_inner h2 svg {
    margin-right: 8px;
    flex-shrink: 0;
  }
  #recipe-show #main #main_inner h2 span {
    font-size: 18px;
    font-weight: bold;
  }
  #recipe-show #main #main_inner h2 span {
    font-size: 16px;
  }
  #recipe-show #main #main_inner .recipe-category__article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #recipe-show #main #main_inner .recipe-category__article-list .recipe-category__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  #recipe-show #main #main_inner .recipe-category__article-list .recipe-category__item {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
  }
  #recipe-show #main #main_inner .recipe-category__article-list .recipe-category__item a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  #recipe-show #main #main_inner .recipe-category__article-list .recipe-category__item .recipe-category__image {
    width: 100%;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  #recipe-show #main #main_inner .recipe-category__article-list .recipe-category__item .recipe-category__item-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    padding: 12px;
  }
  #recipe-show #main #main_inner .recipe-category__section {
    margin: 30px 0;
  }
  #recipe-show #main #main_inner .recipe-category__section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #recipe-show #main #main_inner .recipe-category__section--times .recipe-category__list-item {
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 20px;
  }
  #recipe-show #main #main_inner .recipe-category__section--times .recipe-category__list-item a {
    justify-content: center;
  }
  #recipe-show #main #main_inner .recipe-category__section--times .recipe-category__list-item a svg {
    margin-right: 8px;
    flex-shrink: 0;
  }
  #recipe-show #main #main_inner .recipe-category__section--times .recipe-category__list-item a .time-value {
    font-size: 14px;
    font-weight: bold;
  }
  #recipe-show #main #main_inner .recipe-category__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  #recipe-show #main #main_inner .recipe-category__list-item {
    margin: 0 10px 20px;
  }
  #recipe-show #main #main_inner .recipe-category__list-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 10px;
  }
  #recipe-show #main #main_inner .recipe-category__list-item a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
  }
  #recipe-show #main #main_inner .recipe-category__list-item {
    width: calc(50% - 20px);
  }
  #recipe-show #main #main_inner .recipe-category__list-item a span {
    font-size: 14px;
    font-weight: bold;
  }
}
@media all and (min-width: 769px) {
  #recipe-show {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    margin: 30px auto;
    position: relative;
  }
  #recipe-show #main {
    width: 720px;
  }
  #recipe-show #main #headline {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 15px;
  }
  #recipe-show #main #headline .title h1 {
    font-size: 26px;
    font-weight: bold;
  }
  #recipe-show #main #headline .title p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  #recipe-show #main .recipe-category__featured {
    position: relative;
    margin-bottom: 40px;
  }
  #recipe-show #main .recipe-category__featured .recipe-category__featured-wrapper .recipe-category__featured-image {
    width: 100%;
    height: 420px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  #recipe-show #main .recipe-category__featured .recipe-category__featured-wrapper .recipe-category__featured-title {
    width: 100%;
    height: 20%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    bottom: 0;
  }
  #recipe-show #main #main_inner .recipe-category__more-link {
    display: block;
    width: 80%;
    max-width: 300px;
    background-color: #f5f5f5;
    color: #eab14f;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
  }
  #recipe-show #main #main_inner h2 {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eab14f;
    color: #333;
  }
  #recipe-show #main #main_inner h2 svg {
    margin-right: 8px;
    flex-shrink: 0;
  }
  #recipe-show #main #main_inner h2 span {
    font-size: 18px;
    font-weight: bold;
  }
  #recipe-show #main #main_inner .recipe-category__article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #recipe-show #main #main_inner .recipe-category__article-list .recipe-category__row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  #recipe-show #main #main_inner .recipe-category__article-list .recipe-category__item {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
  }
  #recipe-show #main #main_inner .recipe-category__article-list .recipe-category__item a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  #recipe-show #main #main_inner .recipe-category__article-list .recipe-category__item .recipe-category__image {
    width: 100%;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  #recipe-show #main #main_inner .recipe-category__article-list .recipe-category__item .recipe-category__item-title {
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  #recipe-show #main #main_inner .recipe-category__section {
    margin-top: 30px;
    box-sizing: border-box;
  }
  #recipe-show #main #main_inner .recipe-category__section__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #recipe-show #main #main_inner .recipe-category__section--times .recipe-category__list-item {
    width: calc(33.33% - 20px);
    background-color: #f5f5f5;
    border-radius: 20px;
  }
  #recipe-show #main #main_inner .recipe-category__section--times .recipe-category__list-item a {
    justify-content: center;
  }
  #recipe-show #main #main_inner .recipe-category__section--times .recipe-category__list-item a svg {
    margin-right: 8px;
    flex-shrink: 0;
  }
  #recipe-show #main #main_inner .recipe-category__section--times .recipe-category__list-item a .time-value {
    font-size: 14px;
    font-weight: bold;
  }
  #recipe-show #main #main_inner .recipe-category__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  #recipe-show #main #main_inner .recipe-category__list-item {
    margin: 0 10px 20px;
  }
  #recipe-show #main #main_inner .recipe-category__list-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 10px;
  }
  #recipe-show #main #main_inner .recipe-category__list-item a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
  }
  #recipe-show #main #main_inner .recipe-category__list-item {
    width: calc(50% - 20px);
  }
  #recipe-show #main #main_inner .recipe-category__list-item a span {
    font-size: 16px;
    font-weight: bold;
  }
  #recipe-show #sub {
    width: 300px;
  }
}
@media all and (min-width: 769px) {
  #content_article {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    margin: 30px auto;
  }
  #content_article #main {
    width: 720px;
  }
  #content_article #main #articles_summary {
    background-color: #F8F8F8;
    border: 1px solid #EEEEEE;
    padding: 19px;
    margin-bottom: 30px;
  }
  #content_article #main #articles_summary_inner {
    display: table;
    width: 100%;
  }
  #content_article #main #articles_summary_inner #image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
  }
  #content_article #main #articles_summary_inner #image_area .article_image {
    width: 150px;
    height: 150px;
    background-color: #CCC;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #content_article #main #articles_summary_inner #description_area {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
  }
  #content_article #main #articles_summary_inner #description_area dl dt {
    font-size: 36px;
    font-weight: bold;
  }
  #content_article #main #articles_summary_inner #description_area dl dd {
    font-size: 14px;
    color: #999;
  }
  #content_article #main #headline {
    font-size: 18px;
    font-weight: bold;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #content_article #main #headline a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
  }
  #content_article #main #headline a i {
    color: #777;
  }
}
@media all and (max-width: 768px) {
  #content_article #main #articles_summary {
    display: none;
  }
  #content_article #main #headline {
    font-size: 14px;
    font-weight: bold;
    background-color: #DDD;
    padding: 7px 9px;
  }
  #content_article #main #headline a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
  }
  #content_article #main #headline a i {
    color: #777;
  }
}
@media all and (min-width: 769px) {
  #features {
    width: 100%;
    background-color: #F8F8F8;
    border-bottom: 1px solid #EEE;
  }
  #features #features_inner {
    width: 1040px;
    background-color: #F8F8F8;
    padding: 29px 0 20px 0;
    margin: 0 auto;
    overflow: hidden;
  }
  #features #features_inner .ranking_ttl {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
  }
  #features #features_inner .element {
    width: 320px;
    margin-right: 40px;
    float: left;
  }
  #features #features_inner .element a {
    display: block;
    text-decoration: none;
  }
  #features #features_inner .element a .image_area {
    position: relative;
  }
  #features #features_inner .element a .image_area .rank_icon {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #FFD24D url("/assets/bg_icon_ranking-446503c71087ffd0d1ae6f2b5be1d3048ddbe1ed.png") no-repeat 50% 3px;
    padding-top: 28px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #features #features_inner .element a .image_area .eyecatch {
    width: 320px;
    height: 185px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
  }
  #features #features_inner .element a .article_summary {
    margin-bottom: 10px;
  }
  #features #features_inner .element a .article_summary h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
  }
  #features #features_inner .element a .article_summary p {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #features #features_inner .element a .article_summary .other_data {
    display: table;
    font-size: 12px;
    color: #999;
  }
  #features #features_inner .element a .article_summary .other_data .editor_icon, #features #features_inner .element a .article_summary .other_data .editor_name, #features #features_inner .element a .article_summary .other_data .views, #features #features_inner .element a .article_summary .other_data .badges {
    display: table-cell;
    vertical-align: middle;
  }
  #features #features_inner .element a .article_summary .other_data .editor_name {
    text-align: left;
    padding-right: 10px;
  }
  #features #features_inner .element a .article_summary .other_data .badges {
    white-space: nowrap;
  }
  #features #features_inner .element a .article_summary .other_data .badges span {
    display: inline-block;
    font-size: 10px;
    color: #999;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #features #features_inner .element:nth-last-child(2) a .image_area .rank_icon {
    background-color: #AAA;
  }
  #features #features_inner .element:last-child {
    margin-right: 0;
  }
  #features #features_inner .element:last-child a .image_area .rank_icon {
    background-color: #D96D00;
  }
  #content_top {
    margin-top: 30px;
  }
  #content_top #col_wrap #main #main_inner .headline {
    color: #333;
    font-size: 22px;
    margin-bottom: 15px;
  }
  #content_top #col_wrap #main #main_inner .article_element {
    border-bottom: 1px solid #EEE;
    padding: 15px 0;
    position: relative;
  }
  #content_top #col_wrap #main #main_inner .article_element.ranking {
    margin-bottom: 20px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #333;
    text-decoration: none;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .rank_num {
    display: table-cell;
    width: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    vertical-align: top;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .rank_num span {
    padding-left: 10px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .image_area {
    display: table-cell;
    width: 170px;
    vertical-align: top;
    position: relative;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .image_area .eyecatch {
    width: 150px;
    height: 150px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .image_area .number {
    width: 2em;
    color: #FFF;
    text-align: center;
    background-color: #e85a3c;
    padding: 0.3em 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary {
    display: table-cell;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary h2 {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 5px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary h2 a {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary h2 span {
    font-size: 14px;
    font-weight: normal;
    color: #F83F26;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary h2 span.close {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    vertical-align: middle;
    background-color: #808080;
    padding: 0 5px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary p {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary .other_data {
    width: 100%;
    font-size: 12px;
    color: #999;
    overflow: hidden;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary .other_data .editor {
    float: left;
    padding-right: 10px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary .other_data .editor a {
    color: inherit;
    text-decoration: none;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary .other_data .editor img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary .other_data .badges span {
    display: inline-block;
    font-size: 10px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
}
@media all and (max-width: 768px) {
  #features #features_inner .ranking_ttl {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: #DDD;
    padding: 7px 9px;
  }
  #features #features_inner .element a {
    display: block;
    width: 100%;
    height: 160px;
    text-decoration: none;
    position: relative;
  }
  #features #features_inner .element a .image_area {
    width: 100%;
    height: 160px;
    position: relative;
  }
  #features #features_inner .element a .image_area .rank_icon {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #FFD24D url("/assets/bg_icon_ranking-446503c71087ffd0d1ae6f2b5be1d3048ddbe1ed.png") no-repeat 50% 3px/16px 13px;
    padding-top: 14px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #features #features_inner .element a .image_area .eyecatch {
    width: 100%;
    height: 160px;
    background-color: #CCC;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #features #features_inner .element a .article_summary {
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 8px;
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
  #features #features_inner .element a .article_summary h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
    color: #FFF;
    text-shadow: 1px 1px #000;
    margin-bottom: 5px;
  }
  #features #features_inner .element a .article_summary p {
    display: none;
  }
  #features #features_inner .element a .article_summary .other_data {
    display: table;
    color: #FFF;
  }
  #features #features_inner .element a .article_summary .other_data .editor_icon, #features #features_inner .element a .article_summary .other_data .editor_name, #features #features_inner .element a .article_summary .other_data .views, #features #features_inner .element a .article_summary .other_data .badges {
    display: table-cell;
    font-size: 10px;
    vertical-align: middle;
  }
  #features #features_inner .element a .article_summary .other_data .editor_icon img, #features #features_inner .element a .article_summary .other_data .editor_name img, #features #features_inner .element a .article_summary .other_data .views img, #features #features_inner .element a .article_summary .other_data .badges img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: #CCC;
    border-radius: 50%;
    margin-right: 3px;
  }
  #features #features_inner .element a .article_summary .other_data .editor_icon i, #features #features_inner .element a .article_summary .other_data .editor_name i, #features #features_inner .element a .article_summary .other_data .views i, #features #features_inner .element a .article_summary .other_data .badges i {
    font-size: 10px;
    margin-left: 10px;
  }
  #features #features_inner .element a .article_summary .other_data .badges {
    white-space: nowrap;
    padding-left: 5px;
  }
  #features #features_inner .element a .article_summary .other_data .badges span {
    display: inline-block;
    font-size: 8px;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 2px;
    padding: 0 0.5em;
  }
  #content_top #col_wrap #main #main_inner .headline {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #DDD;
    padding: 7px 9px;
  }
  #content_top #col_wrap #main #main_inner .article_element {
    border-bottom: 1px solid #EEE;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .rank_num {
    display: table-cell;
    width: 30px;
    font-size: 10px;
    font-weight: bold;
    color: #666;
    text-align: center;
    vertical-align: top;
    padding-top: 5px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .image_area {
    width: 80px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .image_area .eyecatch {
    width: 70px;
    height: 70px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .image_area .number {
    width: 2em;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background-color: #e85a3c;
    padding: 0.3em 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary {
    padding: 9px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary a {
    color: #333;
    text-decoration: none;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary h2 {
    font-size: 14px;
    margin-bottom: 2.5px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary h2 span {
    font-size: 10px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary h2 span.close {
    padding: 2px 5px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary p {
    display: none;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary .other_data {
    font-size: 14px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary .other_data .editor {
    padding-right: 5px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary .other_data .editor img {
    width: 15px;
    height: 15px;
  }
  #content_top #col_wrap #main #main_inner .article_element .article_element_inner .article_summary .other_data .badges span {
    display: inline-block;
    font-size: 8px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 0.5em;
  }
}
@media all and (min-width: 769px) {
  #stationAreaShow .signboards, #stationGroupShow .signboards {
    display: flex;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #CFC6C6;
    padding: 20px 100px;
  }
  #stationAreaShow .signboards img, #stationGroupShow .signboards img {
    width: 120px;
    object-fit: contain;
    margin-right: 40px;
  }
  #stationAreaShow .signboards h1, #stationGroupShow .signboards h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #stationAreaShow .signboards .description p, #stationGroupShow .signboards .description p {
    font-size: 16px;
    font-weight: bold;
  }
  #stationAreaShow .detailAreas, #stationGroupShow .detailAreas {
    display: flex;
    border-bottom: 1px solid #CFC6C6;
    padding: 10px 100px;
  }
  #stationAreaShow .detailAreas a, #stationGroupShow .detailAreas a {
    color: #000;
  }
  #stationAreaShow .detailAreas .title, #stationGroupShow .detailAreas .title {
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
  }
  #stationAreaShow .detailAreas ul, #stationGroupShow .detailAreas ul {
    display: flex;
  }
  #stationAreaShow .detailAreas ul li, #stationGroupShow .detailAreas ul li {
    margin-right: 30px;
  }
  #stationAreaShow #main, #stationGroupShow #main {
    display: flex;
    padding: 0 100px;
    margin: 0 auto;
  }
  #stationAreaShow #main .leftArea, #stationGroupShow #main .leftArea {
    width: 15%;
    border-right: 1px solid #CFC6C6;
    padding: 30px 10px 30px 0;
  }
  #stationAreaShow #main .leftArea a, #stationGroupShow #main .leftArea a {
    color: #000;
  }
  #stationAreaShow #main .leftArea .prefAreas, #stationAreaShow #main .leftArea .nearAreas, #stationGroupShow #main .leftArea .prefAreas, #stationGroupShow #main .leftArea .nearAreas {
    margin-bottom: 20px;
  }
  #stationAreaShow #main .leftArea .prefAreas .title, #stationAreaShow #main .leftArea .nearAreas .title, #stationGroupShow #main .leftArea .prefAreas .title, #stationGroupShow #main .leftArea .nearAreas .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #stationAreaShow #main .leftArea .prefAreas ul li, #stationAreaShow #main .leftArea .nearAreas ul li, #stationGroupShow #main .leftArea .prefAreas ul li, #stationGroupShow #main .leftArea .nearAreas ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #stationAreaShow #main .leftArea .prefLink, #stationGroupShow #main .leftArea .prefLink {
    font-size: 16px;
  }
  #stationAreaShow #main .centerArea, #stationGroupShow #main .centerArea {
    width: 70%;
    padding: 30px 15px;
  }
  #stationAreaShow #main .rightArea, #stationGroupShow #main .rightArea {
    width: 15%;
  }
  #stationAreaShow #main section#main, #stationGroupShow #main section#main {
    width: 600px;
  }
  #stationAreaShow #main section#main .popularAreasContent, #stationAreaShow #main section#main .stationAreasContent, #stationGroupShow #main section#main .popularAreasContent, #stationGroupShow #main section#main .stationAreasContent {
    margin-bottom: 30px;
  }
  #stationAreaShow #main section#main .popularAreasContent .title, #stationAreaShow #main section#main .stationAreasContent .title, #stationGroupShow #main section#main .popularAreasContent .title, #stationGroupShow #main section#main .stationAreasContent .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas, #stationAreaShow #main section#main .stationAreasContent .stationAreas, #stationGroupShow #main section#main .popularAreasContent .stationAreas, #stationGroupShow #main section#main .stationAreasContent .stationAreas {
    display: flex;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList {
    width: 48%;
    margin-right: 2%;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList .areaName, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList .areaName, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList .areaName, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList .areaName {
    margin-bottom: 10px;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList .areaName a, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList .areaName a, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList .areaName a, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList .areaName a {
    font-size: 16px;
    font-weight: bold;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList {
    display: flex;
    flex-wrap: wrap;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList .station, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList .station, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station {
    display: flex;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList .station a, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station a, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList .station a, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station a {
    text-decoration: none;
  }
  #stationAreaShow #main section#main .popularAreasContent a, #stationAreaShow #main section#main .stationAreasContent a, #stationGroupShow #main section#main .popularAreasContent a, #stationGroupShow #main section#main .stationAreasContent a {
    color: #000;
  }
}
@media all and (max-width: 768px) {
  #stationAreaShow .signboards, #stationGroupShow .signboards {
    display: flex;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #CFC6C6;
    padding: 10px;
  }
  #stationAreaShow .signboards img, #stationGroupShow .signboards img {
    width: 50px;
    object-fit: contain;
    margin-right: 20px;
  }
  #stationAreaShow .signboards h1, #stationGroupShow .signboards h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 7px;
  }
  #stationAreaShow .signboards .description p, #stationGroupShow .signboards .description p {
    font-size: 14px;
    font-weight: bold;
  }
  #stationAreaShow .detailAreas, #stationGroupShow .detailAreas {
    border-bottom: 1px solid #CFC6C6;
    padding: 10px;
  }
  #stationAreaShow .detailAreas a, #stationGroupShow .detailAreas a {
    color: #000;
  }
  #stationAreaShow .detailAreas .title, #stationGroupShow .detailAreas .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #stationAreaShow .detailAreas ul, #stationGroupShow .detailAreas ul {
    display: flex;
  }
  #stationAreaShow .detailAreas ul li, #stationGroupShow .detailAreas ul li {
    font-size: 14px;
    margin-right: 30px;
  }
  #stationAreaShow #main .leftArea, #stationGroupShow #main .leftArea {
    border-bottom: 1px solid #CFC6C6;
    padding: 10px;
  }
  #stationAreaShow #main .leftArea a, #stationGroupShow #main .leftArea a {
    color: #000;
  }
  #stationAreaShow #main .leftArea .prefAreas .title, #stationAreaShow #main .leftArea .nearAreas .title, #stationGroupShow #main .leftArea .prefAreas .title, #stationGroupShow #main .leftArea .nearAreas .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #stationAreaShow #main .leftArea .prefAreas ul, #stationAreaShow #main .leftArea .nearAreas ul, #stationGroupShow #main .leftArea .prefAreas ul, #stationGroupShow #main .leftArea .nearAreas ul {
    display: flex;
    flex-wrap: wrap;
  }
  #stationAreaShow #main .leftArea .prefAreas ul li, #stationAreaShow #main .leftArea .nearAreas ul li, #stationGroupShow #main .leftArea .prefAreas ul li, #stationGroupShow #main .leftArea .nearAreas ul li {
    font-size: 14px;
    margin: 0 7px 7px 0;
  }
  #stationAreaShow #main .leftArea .prefLink, #stationGroupShow #main .leftArea .prefLink {
    font-size: 14px;
  }
  #stationAreaShow #main section#main, #stationGroupShow #main section#main {
    width: 600px;
  }
  #stationAreaShow #main section#main .popularAreasContent, #stationAreaShow #main section#main .stationAreasContent, #stationGroupShow #main section#main .popularAreasContent, #stationGroupShow #main section#main .stationAreasContent {
    margin-bottom: 30px;
  }
  #stationAreaShow #main section#main .popularAreasContent .title, #stationAreaShow #main section#main .stationAreasContent .title, #stationGroupShow #main section#main .popularAreasContent .title, #stationGroupShow #main section#main .stationAreasContent .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas, #stationAreaShow #main section#main .stationAreasContent .stationAreas, #stationGroupShow #main section#main .popularAreasContent .stationAreas, #stationGroupShow #main section#main .stationAreasContent .stationAreas {
    display: flex;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList {
    width: 48%;
    margin-right: 2%;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList .areaName, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList .areaName, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList .areaName, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList .areaName {
    margin-bottom: 10px;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList .areaName a, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList .areaName a, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList .areaName a, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList .areaName a {
    font-size: 16px;
    font-weight: bold;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList {
    display: flex;
    flex-wrap: wrap;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList .station, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList .station, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station {
    display: flex;
  }
  #stationAreaShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList .station a, #stationAreaShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station a, #stationGroupShow #main section#main .popularAreasContent .stationAreas .areaList .stationGroupList .station a, #stationGroupShow #main section#main .stationAreasContent .stationAreas .areaList .stationGroupList .station a {
    text-decoration: none;
  }
  #stationAreaShow #main section#main .popularAreasContent a, #stationAreaShow #main section#main .stationAreasContent a, #stationGroupShow #main section#main .popularAreasContent a, #stationGroupShow #main section#main .stationAreasContent a {
    color: #000;
  }
}
html {
  height: 100%;
}

body #container__controlPanel {
  display: flex;
  height: 100%;
}
body #container__controlPanel #sideColumn {
  flex-shrink: 0;
  width: 230px;
  background-color: #f8f8f8;
  border-right: 1px solid #ccc;
  padding-top: 20px;
}
body #container__controlPanel #sideColumn .navbar ul li a {
  display: block;
  text-decoration: none;
  color: #777;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  margin: 0 15px;
}
body #container__controlPanel #sideColumn .navbar ul li.separator {
  color: #fff;
  border-bottom: 1px solid #e8e8e8;
  background-color: #555;
  padding: 10px 15px;
}
body #container__controlPanel #main {
  flex: 1;
  padding: 30px;
}
body #container__controlPanel #main .returnButton a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  background-color: #eee;
  border-radius: 5px;
  padding: 8px;
}
body #container__controlPanel #main .pagination {
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
body #container__controlPanel #main .pagination a {
  color: inherit;
  text-decoration: none;
}
body #container__controlPanel #main .pagination a.prev {
  padding-right: 0.5em;
}
body #container__controlPanel #main .pagination a.next {
  padding-left: 0.5em;
}
body #container__controlPanel #main .pagination span {
  display: inline-block;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  padding: 0.2em 0.5em;
}
body #container__controlPanel #main .pagination span.page.current {
  border: none;
}
body #container__controlPanel #main .pagination span.translation_missing {
  border: none;
}
body #container__controlPanel #main h1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body #container__controlPanel #main h1.noMarginBottom {
  margin-bottom: 0;
}
body #container__controlPanel #main h1 span.status {
  font-size: 16px;
}
body #container__controlPanel #main h1 span.status a {
  color: #00833e;
  font-weight: bold;
  text-decoration: none;
}
body #container__controlPanel #main h1 span.checkStatus {
  font-size: 14px;
  color: #e74531;
  font-weight: bold;
}
body #container__controlPanel #main .buttons {
  text-align: right;
  margin-bottom: 10px;
}
body #container__controlPanel #main .buttons a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background-color: #007eff;
  border-radius: 5px;
  padding: 8px 15px;
}
body #container__controlPanel table {
  width: 100%;
}
body #container__controlPanel table tr td {
  font-size: 14px;
}
body #container__controlPanel table tr td a {
  color: #00abff;
}
body #container__controlPanel table tr td ul li {
  font-size: 12px;
}
body #container__controlPanel table tr td #new_pickup {
  display: flex;
  width: 190px;
}
body #container__controlPanel table tr td #new_pickup input {
  font-size: 12px;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 5px;
}
body #container__controlPanel table tr td #new_pickup input[type=submit] {
  font-size: 10px;
  background-color: #ccc;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 3px;
  margin: 1px 0 0 5px;
  cursor: pointer;
  -webkit-appearance: none;
}
body #container__controlPanel table tr td .quickSetButtons {
  width: 190px;
  margin-bottom: 5px;
}
body #container__controlPanel table tr td .quickSetButtons span {
  display: inline-block;
  font-size: 10px;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 0 3px;
  cursor: pointer;
}
body #container__controlPanel form button {
  cursor: pointer;
}
body #container__controlPanel form .saveButtons {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
  position: sticky;
  top: 0;
  z-index: 99;
}
body #container__controlPanel form .saveButtons .saveButtons__inner {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
body #container__controlPanel form .saveButtons .saveButtons__inner input,
body #container__controlPanel form .saveButtons .saveButtons__inner a {
  display: block;
  width: 122px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
body #container__controlPanel form .saveButtons .saveButtons__inner .draft {
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  margin-right: 20px;
}
body #container__controlPanel form .saveButtons .saveButtons__inner .check {
  color: #fff;
  background-color: #333;
}
body #container__controlPanel form .saveButtons .saveButtons__inner .checked {
  color: #000;
  border: 1px solid #eaf7ec;
  background-color: #eaf7ec;
}
body #container__controlPanel form .saveButtons .saveButtons__inner a {
  text-decoration: none;
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  margin-right: 20px;
}
body #container__controlPanel form .saveButtons .saveButtons__inner .noClickable {
  color: #fff;
  background-color: #ccc !important;
  background-image: none;
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}
body #container__controlPanel form .saveButtons .saveButtons__inner .published {
  color: #fff;
  background-color: #00833e;
}
body #container__controlPanel form .saveButtons .saveButtons__inner .published p {
  text-align: center;
  color: #555;
  font-size: 12px;
  margin-top: 5px;
}
body #container__controlPanel form .saveButtons .saveButtons__inner a:hover {
  background-color: #e4e4e4;
}
body #container__controlPanel form .saveButtons .saveButtons__inner .checkButton {
  display: flex;
  text-align: right;
  position: absolute;
  right: 0;
}
body #container__controlPanel form .saveButtons .saveButtons__inner .checkButton input[type=submit] {
  margin-left: auto;
  padding: 12px 0;
}
body #container__controlPanel form .saveButtons .saveButtons__inner .checkButton input[type=submit]:first-child {
  margin-right: 10px;
}
body #container__controlPanel form .saveButtons .saveButtons__inner .checkButton .invalid-message {
  color: #e74531;
  font-size: 13px;
  font-weight: bold;
}
body #container__controlPanel form .saveButtons .saveButtons__inner .checkButton .hidden {
  display: none;
}
body #container__controlPanel form .inputArea {
  display: flex;
  justify-content: space-between;
  width: 1040px;
  margin: 30px auto;
}
body #container__controlPanel form .inputArea #formMain {
  width: 720px;
}
body #container__controlPanel form .inputArea #sub {
  width: 280px;
  height: 100%;
  position: sticky;
  top: 100px;
}
body #container__controlPanel form .inputArea #sub #articleInfo,
body #container__controlPanel form .inputArea #sub #articleCheck {
  background-color: #f8f8f8;
  border: 2px solid #e7e7e7;
  padding: 10px;
}
body #container__controlPanel form .inputArea #sub #articleInfo {
  margin-bottom: 20px;
}
body #container__controlPanel form .inputArea #sub #articleCheck p {
  font-size: 14px;
}
body #container__controlPanel form .inputArea #sub #articleCheck .link-wrapper {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body #container__controlPanel form .inputArea #sub #articleCheck .link-wrapper a {
  font-size: 14px;
  color: #00abff;
}
body #container__controlPanel form .inputArea #sub label {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
body #container__controlPanel form .inputArea #sub input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 8px 5px;
}
body #container__controlPanel form .inputArea #sub #input_tags {
  position: relative;
}
body #container__controlPanel form .inputArea #sub #input_tags .input_if {
  margin-bottom: 5px;
}
body #container__controlPanel form .inputArea #sub #input_tags .fa-circle-info {
  display: block;
  color: #ccc;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 10px;
}
body #container__controlPanel form .inputArea #sub #input_tags p {
  display: none;
  width: 200px;
  font-size: 10px;
  color: #ccc;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px;
  background: #fff;
  position: absolute;
  top: 67px;
  left: 65px;
  padding: 3px 6px;
}
body #container__controlPanel form .inputArea #sub #input_tags p:after {
  position: absolute;
  width: 0;
  height: 0;
  right: 28px;
  top: -20px;
  margin-left: 10px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}
body #container__controlPanel form .inputArea #sub #input_tags .fa-circle-info:hover + p {
  display: block;
}
body #container__controlPanel form .inputArea #sub .field #display_tags {
  margin-bottom: 10px;
}
body #container__controlPanel form .inputArea #sub .field #display_tags span {
  font-size: 10px;
  display: inline-block;
  color: #656565;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 3px 4px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
body #container__controlPanel form .inputArea #sub .field #display_tags span i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
body #container__controlPanel form .inputArea #sub .ghost-writer select {
  width: 100%;
}
body #container__controlPanel form .inputArea input,
body #container__controlPanel form .inputArea textarea {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px 10px;
  box-sizing: border-box;
}
body #container__controlPanel form .inputArea .field {
  margin-bottom: 10px;
}
body #container__controlPanel form .inputArea .field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
body #container__controlPanel form .inputArea .field .thumbnail {
  width: 100%;
  height: 400px;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
}
body #container__controlPanel form .inputArea .field span {
  font-size: 12px;
}
body #container__controlPanel form .inputArea textarea {
  height: 150px;
}
body #container__controlPanel form .inputArea select {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px 10px;
}
body #container__controlPanel form .inputArea .articleFormArea h2.sectionTitle {
  display: block;
  font-size: 16px;
  font-weight: bold;
  background-color: #eee;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
body #container__controlPanel form .inputArea .articleFormArea .recipe-overview {
  margin-bottom: 20px;
}
body #container__controlPanel form .inputArea .articleFormArea .recipe-overview .recipe-overview-form {
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  background-color: #fafafa;
  padding: 10px;
  margin-bottom: 20px;
}
body #container__controlPanel form .inputArea .articleFormArea .recipe-overview .recipe-overview-form table {
  width: 100%;
}
body #container__controlPanel form .inputArea .articleFormArea .recipe-overview .recipe-overview-form table th {
  width: 35%;
  font-weight: bold;
}
body #container__controlPanel form .inputArea .articleFormArea .recipe-overview .recipe-overview-form table th,
body #container__controlPanel form .inputArea .articleFormArea .recipe-overview .recipe-overview-form table td {
  padding: 5px 10px;
  text-align: left;
  border: none !important;
  background-color: #fafafa !important;
}
body #container__controlPanel form .inputArea .articleFormArea .recipe-overview .recipe-overview-form table th input,
body #container__controlPanel form .inputArea .articleFormArea .recipe-overview .recipe-overview-form table td input {
  width: 60%;
}
body #container__controlPanel form .inputArea .articleFormArea .addButtons {
  margin-bottom: 20px;
}
body #container__controlPanel form .inputArea .articleFormArea span.error {
  font-size: 12px;
  color: #e74531;
}
body #container__controlPanel form .inputArea .articleFormArea .formErrorBg {
  background-color: #ffd5d4;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary {
  margin-bottom: 20px;
  position: relative;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .validation-warning {
  display: none;
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .validation-warning::before {
  content: "⚠️ ";
  font-size: 1.2em;
  margin-right: 8px;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .validation-warning.hidden {
  display: none !important;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary span {
  display: inline;
  font-weight: bold;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary span.working {
  color: #00833e;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .controls {
  height: 100%;
  margin-bottom: 15px;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .controls #article_title {
  height: 40px;
  resize: none;
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 2px solid #ddd;
  border-radius: 6px;
  padding: 10px 60px 10px 10px;
  margin: 0;
  outline: none;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .controls .title-input-wrapper {
  position: relative;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .controls .title-input-wrapper .character-counter {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 12px;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .controls .description-input-wrapper {
  position: relative;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .controls .description-input-wrapper .character-counter {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  color: #666;
  font-size: 12px;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .controls span.error {
  font-size: 12px;
  color: #e74531;
  display: block;
  margin-top: 5px;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary #editSummary-btm {
  width: 100%;
  display: flex;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary #editSummary-btm #setArticleImage {
  width: 150px;
  height: 150px;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary #editSummary-btm #setArticleImage input[type=file] {
  display: none;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary #editSummary-btm #setArticleImage .thumbnail {
  width: 150px;
  height: 150px;
  background-color: #eee;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary #editSummary-btm #setArticleImage .thumbnail i {
  font-size: 50px;
  color: #bbb;
  position: absolute;
  top: 30px;
  left: 50px;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary #editSummary-btm #setArticleImage .thumbnail p {
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary #editSummary-btm #setArticleImage .thumbnail i.none,
body #container__controlPanel form .inputArea .articleFormArea #editSummary #editSummary-btm #setArticleImage .thumbnail p.none {
  display: none;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary #editSummary-btm #setArticleImage .thumbnail svg {
  color: #bbb;
  font-size: 40px;
  position: absolute;
  top: 25%;
  left: 38%;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary #editSummary-btm #descriptionArea {
  width: 77%;
  position: relative;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary #editSummary-btm #descriptionArea .controls textarea {
  display: block;
  width: 100%;
  height: 150px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  border: 2px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
  margin-left: 10px;
  resize: none;
  outline: none;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .image_upload_explanation {
  margin: 5px 0 25px;
}
body #container__controlPanel form .inputArea .articleFormArea #editSummary .image_upload_explanation ul li {
  font-size: 12px;
}
body #container__controlPanel form .inputArea .articleFormArea .addButtons button {
  display: inline-block;
  width: 150px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #8f8f8f;
  border: 1px solid #8f8f8f;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 8px 0;
  margin: 0;
}
body #container__controlPanel form .inputArea .articleFormArea .addButtons p {
  width: 65%;
  color: #e74531;
  font-weight: bold;
  display: inline-block;
  font-size: 13px;
  background: #ffffff;
  border: 4px solid #e74531;
  border-radius: 6px;
  padding: 10px;
  margin-left: 20px;
  position: relative;
}
body #container__controlPanel form .inputArea .articleFormArea .addButtons p:after, body #container__controlPanel form .inputArea .articleFormArea .addButtons p:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
body #container__controlPanel form .inputArea .articleFormArea .addButtons p:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}
body #container__controlPanel form .inputArea .articleFormArea .addButtons p:before {
  border-color: rgba(223, 72, 52, 0);
  border-right-color: #e74531;
  border-width: 16px;
  margin-top: -16px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem,
body #container__controlPanel form .inputArea .articleItems .recipeItem,
body #container__controlPanel form .inputArea .recipeItems .articleItem,
body #container__controlPanel form .inputArea .recipeItems .recipeItem {
  position: relative;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .formField,
body #container__controlPanel form .inputArea .articleItems .recipeItem .formField,
body #container__controlPanel form .inputArea .recipeItems .articleItem .formField,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .formField {
  border: 1px solid #ccc;
  margin: 10px 0;
  border-radius: 5px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .formField .itemTypeList,
body #container__controlPanel form .inputArea .articleItems .recipeItem .formField .itemTypeList,
body #container__controlPanel form .inputArea .recipeItems .articleItem .formField .itemTypeList,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .formField .itemTypeList {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #ddd;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .formField .itemTypeList .selected,
body #container__controlPanel form .inputArea .articleItems .recipeItem .formField .itemTypeList .selected,
body #container__controlPanel form .inputArea .recipeItems .articleItem .formField .itemTypeList .selected,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .formField .itemTypeList .selected {
  background-color: #eee;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .formField .itemTypeList a,
body #container__controlPanel form .inputArea .articleItems .recipeItem .formField .itemTypeList a,
body #container__controlPanel form .inputArea .recipeItems .articleItem .formField .itemTypeList a,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .formField .itemTypeList a {
  display: table-cell;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 150%;
  border-right: 1px solid #ddd;
  padding: 5px 0 2px 0;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .formField .itemTypeList a svg,
body #container__controlPanel form .inputArea .articleItems .recipeItem .formField .itemTypeList a svg,
body #container__controlPanel form .inputArea .recipeItems .articleItem .formField .itemTypeList a svg,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .formField .itemTypeList a svg {
  font-size: 20px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .inputField,
body #container__controlPanel form .inputArea .articleItems .recipeItem .inputField,
body #container__controlPanel form .inputArea .recipeItems .articleItem .inputField,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .inputField {
  padding-top: 15px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field {
  padding: 0 20px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea {
  display: flex;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .textArea,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea .textArea,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .textArea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .textArea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea .textArea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .textArea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .textArea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea .textArea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .textArea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .textArea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea .textArea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .imageUrl,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .textArea {
  width: 48%;
  margin-right: 2%;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .textArea .image,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea .textArea .image,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .textArea .image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .textArea .image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea .textArea .image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .textArea .image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .textArea .image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea .textArea .image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .textArea .image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .textArea .image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea .textArea .image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .imageUrl .image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .textArea .image {
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .textArea input[type=file],
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea .textArea input[type=file],
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .textArea input[type=file],
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .textArea input[type=file],
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea .textArea input[type=file],
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .textArea input[type=file],
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .textArea input[type=file],
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea .textArea input[type=file],
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .textArea input[type=file],
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .textArea input[type=file],
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea .textArea input[type=file],
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .imageFile input[type=file],
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .imageUrl input[type=file],
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .textArea input[type=file] {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageInfo,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea .imageInfo,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .imageInfo,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageInfo,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea .imageInfo,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .imageInfo,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageInfo,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea .imageInfo,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .imageInfo,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageInfo,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea .imageInfo,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .imageInfo {
  width: 50%;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageInfo input,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .imageForm .imageArea .imageInfo input,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .imageInfo input,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageInfo input,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .imageForm .imageArea .imageInfo input,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .imageInfo input,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageInfo input,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .imageForm .imageArea .imageInfo input,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .imageInfo input,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageInfo input,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .imageForm .imageArea .imageInfo input,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .imageInfo input {
  padding: 10px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .textArea textarea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .textArea textarea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .textArea textarea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .textArea textarea {
  height: 200px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .imageFile .image {
  height: 150px;
  cursor: pointer;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .imageFile .image:hover,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .imageFile .image:hover,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .imageFile .image:hover,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .imageFile .image:hover {
  opacity: 0.8;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .stepForm .imageArea .imageFile .image.has-image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .stepForm .imageArea .imageFile .image.has-image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .stepForm .imageArea .imageFile .image.has-image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .stepForm .imageArea .imageFile .image.has-image {
  height: 200px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea {
  align-items: center;
  height: 180px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageFile,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageFile {
  height: 100%;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageFile .image,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageFile .image {
  height: 75%;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageUrl p,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageUrl p,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageUrl p,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageUrl p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .firstViewImageForm .imageArea .imageUrl button,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .firstViewImageForm .imageArea .imageUrl button,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .firstViewImageForm .imageArea .imageUrl button,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .firstViewImageForm .imageArea .imageUrl button {
  display: block;
  width: 50%;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #8f8f8f;
  border-radius: 6px;
  padding: 6px 8px;
  margin: 0;
  outline: none;
  background: #8f8f8f;
  margin: 10px auto 0;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .image_upload_explanation,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .image_upload_explanation,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .image_upload_explanation,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .image_upload_explanation {
  font-size: 12px;
  margin-top: 10px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field p,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field p,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field p,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field p {
  font-size: 13px;
  margin-bottom: 10px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .buttonCheck,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .buttonCheck,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .buttonCheck,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .buttonCheck {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .buttonCheck input,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .buttonCheck input,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .buttonCheck input,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .buttonCheck input {
  width: auto;
  margin-right: 10px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .buttonCheck span,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .buttonCheck span,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .buttonCheck span,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .buttonCheck span {
  font-size: 14px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .reference_content textarea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .reference_content textarea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .reference_content textarea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .reference_content textarea {
  height: 100px;
  margin-bottom: 20px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .field .link_url,
body #container__controlPanel form .inputArea .articleItems .articleItem .field .link_content,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .link_url,
body #container__controlPanel form .inputArea .articleItems .recipeItem .field .link_content,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .link_url,
body #container__controlPanel form .inputArea .recipeItems .articleItem .field .link_content,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .link_url,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .field .link_content {
  margin-bottom: 20px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .saveButtonsArea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .saveButtonsArea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .saveButtonsArea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .saveButtonsArea {
  width: 80%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 auto;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .saveButtonsArea input,
body #container__controlPanel form .inputArea .articleItems .recipeItem .saveButtonsArea input,
body #container__controlPanel form .inputArea .recipeItems .articleItem .saveButtonsArea input,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .saveButtonsArea input {
  background-color: #00833e;
  display: inline-block;
  width: 120px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border: 1px solid #00833e;
  border-radius: 10px;
  padding: 8px 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .saveButtonsArea button,
body #container__controlPanel form .inputArea .articleItems .recipeItem .saveButtonsArea button,
body #container__controlPanel form .inputArea .recipeItems .articleItem .saveButtonsArea button,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .saveButtonsArea button {
  text-decoration: none;
  background-image: -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f8f8f8));
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  display: inline-block;
  width: 120px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 6px 0;
  margin: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .saveButtonsArea .noClickable,
body #container__controlPanel form .inputArea .articleItems .recipeItem .saveButtonsArea .noClickable,
body #container__controlPanel form .inputArea .recipeItems .articleItem .saveButtonsArea .noClickable,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .saveButtonsArea .noClickable {
  color: #fff;
  background-color: #ccc !important;
  border: 1px solid #ccc;
  background-image: none;
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .itemEditButtonArea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .itemEditButtonArea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .itemEditButtonArea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .itemEditButtonArea {
  display: table;
  width: 100%;
  border-top: 1px solid #ddd;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .itemEditButtonArea .moveAction,
body #container__controlPanel form .inputArea .articleItems .recipeItem .itemEditButtonArea .moveAction,
body #container__controlPanel form .inputArea .recipeItems .articleItem .itemEditButtonArea .moveAction,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .itemEditButtonArea .moveAction {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .itemEditButtonArea .destroyAction,
body #container__controlPanel form .inputArea .articleItems .recipeItem .itemEditButtonArea .destroyAction,
body #container__controlPanel form .inputArea .recipeItems .articleItem .itemEditButtonArea .destroyAction,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .itemEditButtonArea .destroyAction {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding: 5px 20px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .itemEditButtonArea .destroyAction a,
body #container__controlPanel form .inputArea .articleItems .recipeItem .itemEditButtonArea .destroyAction a,
body #container__controlPanel form .inputArea .recipeItems .articleItem .itemEditButtonArea .destroyAction a,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .itemEditButtonArea .destroyAction a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .editButtonsArea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .editButtonsArea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .editButtonsArea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .editButtonsArea {
  text-align: left;
  position: absolute;
  top: 10px;
  right: 0;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .editButtonsArea input,
body #container__controlPanel form .inputArea .articleItems .articleItem .editButtonsArea button,
body #container__controlPanel form .inputArea .articleItems .recipeItem .editButtonsArea input,
body #container__controlPanel form .inputArea .articleItems .recipeItem .editButtonsArea button,
body #container__controlPanel form .inputArea .recipeItems .articleItem .editButtonsArea input,
body #container__controlPanel form .inputArea .recipeItems .articleItem .editButtonsArea button,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .editButtonsArea input,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .editButtonsArea button {
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField {
  margin-bottom: 10px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField:hover,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField:hover,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField:hover,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField:hover {
  background-color: rgba(255, 115, 115, 0.3);
  cursor: pointer;
  position: relative;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField:hover .editButtonsArea,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField:hover .editButtonsArea,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField:hover .editButtonsArea,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField:hover .editButtonsArea {
  display: inline-block;
  width: 200px;
  height: 32px;
  margin: auto 0 auto auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 0;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField:hover .editButtonsArea button,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField:hover .editButtonsArea button,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField:hover .editButtonsArea button,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField:hover .editButtonsArea button {
  display: inline-block;
  width: 80px;
  background-color: #8f8f8f;
  border: 1px solid #8f8f8f;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  margin: 0 5px;
  z-index: 100;
  transition: color, 0.15s, linear;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField:hover .editButtonsArea button i,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField:hover .editButtonsArea button i,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField:hover .editButtonsArea button i,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField:hover .editButtonsArea button i {
  vertical-align: middle;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField:hover .editButtonsArea button.edit-button,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField:hover .editButtonsArea button.edit-button,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField:hover .editButtonsArea button.edit-button,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField:hover .editButtonsArea button.edit-button {
  color: #8f8f8f;
  background-color: #fff;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-heading,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-heading,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-heading,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-heading {
  font-weight: bold;
  word-break: break-all;
  border-bottom: 5px solid #ddd;
  padding: 10px 20px;
  margin-bottom: 15px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-heading h2,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-heading h2,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-heading h2,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-heading h2 {
  font-size: 24px;
  font-weight: bold;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-middle-heading,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-middle-heading,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-middle-heading,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-middle-heading {
  font-weight: bold;
  word-break: break-all;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  margin-bottom: 15px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-middle-heading h3,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-middle-heading h3,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-middle-heading h3,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-middle-heading h3 {
  font-size: 18px;
  font-weight: bold;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-text,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-text,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-text,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-text {
  font-size: 16px;
  color: #333;
  padding: 0 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 30px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-file,
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-url,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-file,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-url,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-file,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-url,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-file,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-url {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 20px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-file figure,
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-url figure,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-file figure,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-url figure,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-file figure,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-url figure,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-file figure,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-url figure {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-file figure img,
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-url figure img,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-file figure img,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-url figure img,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-file figure img,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-url figure img,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-file figure img,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-url figure img {
  display: block;
  max-width: 680px;
  margin-bottom: 5px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-file .content,
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-url .content,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-file .content,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-url .content,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-file .content,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-url .content,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-file .content,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-url .content {
  font-size: 16px;
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-file q,
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-url q,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-file q,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-url q,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-file q,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-url q,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-file q,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-url q {
  display: block;
  font-size: 10px;
  color: #999;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-file q a,
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-image-url q a,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-file q a,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-image-url q a,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-file q a,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-image-url q a,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-file q a,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-image-url q a {
  color: inherit;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-reference,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-reference,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-reference,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-reference {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 30px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-reference blockquote,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-reference blockquote,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-reference blockquote,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-reference blockquote {
  overflow-wrap: break-word;
  border-left: 6px solid #ddd;
  padding-left: 12px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-reference blockquote p,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-reference blockquote p,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-reference blockquote p,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-reference blockquote p {
  font-size: 20px;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-reference blockquote p .fa,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-reference blockquote p .fa,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-reference blockquote p .fa,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-reference blockquote p .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-reference blockquote p i,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-reference blockquote p i,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-reference blockquote p i,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-reference blockquote p i {
  color: #ddd;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-reference blockquote q,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-reference blockquote q,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-reference blockquote q,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-reference blockquote q {
  font-size: 10px;
  color: #999;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-reference blockquote q a,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-reference blockquote q a,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-reference blockquote q a,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-reference blockquote q a {
  color: inherit;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-link-button,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-link-button,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-link-button,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-link-button {
  padding: 10px 20px;
  margin-bottom: 30px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-link-button a,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-link-button a,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-link-button a,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-link-button a {
  display: block;
  width: 280px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 130%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #00833e;
  border: 1px solid #00833e;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto;
  cursor: pointer;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-link,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-link,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-link,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-link {
  height: 30px;
  color: #333;
  padding: 0 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 30px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-link a,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-link a,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-link a,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-link a {
  font-size: 20px;
  font-weight: bold;
  color: #00a3d9;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-embed,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-embed,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-embed,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-embed {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 30px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .article-embed .embed-youtube iframe,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .article-embed .embed-youtube iframe,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .article-embed .embed-youtube iframe,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .article-embed .embed-youtube iframe {
  width: 100%;
  height: 390px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .recipe-step,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .recipe-step,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .recipe-step,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .recipe-step {
  display: flex;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .recipe-step__number,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .recipe-step__number,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .recipe-step__number,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .recipe-step__number {
  width: 10%;
  text-align: center;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .recipe-step__number p,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .recipe-step__number p,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .recipe-step__number p,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .recipe-step__number p {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .recipe-step__content,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .recipe-step__content,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .recipe-step__content,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .recipe-step__content {
  width: 90%;
  font-size: 16px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .recipe-step__content p,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .recipe-step__content p,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .recipe-step__content p,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .recipe-step__content p {
  margin-bottom: 10px;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .recipe-step__content img,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .recipe-step__content img,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .recipe-step__content img,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .recipe-step__content img {
  width: 90%;
  height: 300px;
  object-fit: contain;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .recipe-ingredient table,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .recipe-ingredient table,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .recipe-ingredient table,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .recipe-ingredient table {
  width: 100%;
  border-collapse: collapse;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .recipe-ingredient table tr:nth-child(odd),
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .recipe-ingredient table tr:nth-child(odd),
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .recipe-ingredient table tr:nth-child(odd),
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .recipe-ingredient table tr:nth-child(odd) {
  background-color: #e6e6e6;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .recipe-ingredient table tr:nth-child(even),
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .recipe-ingredient table tr:nth-child(even),
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .recipe-ingredient table tr:nth-child(even),
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .recipe-ingredient table tr:nth-child(even) {
  background-color: #fafafa;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .recipe-ingredient table td,
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .recipe-ingredient table td,
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .recipe-ingredient table td,
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .recipe-ingredient table td {
  border: none !important;
}
body #container__controlPanel form .inputArea .articleItems .articleItem .showField .recipe-ingredient table td:nth-child(odd),
body #container__controlPanel form .inputArea .articleItems .recipeItem .showField .recipe-ingredient table td:nth-child(odd),
body #container__controlPanel form .inputArea .recipeItems .articleItem .showField .recipe-ingredient table td:nth-child(odd),
body #container__controlPanel form .inputArea .recipeItems .recipeItem .showField .recipe-ingredient table td:nth-child(odd) {
  width: 60%;
}
body #container__controlPanel form .inputArea .railwayStationGroups--search {
  display: flex;
  margin-bottom: 8px;
}
body #container__controlPanel form .inputArea .railwayStationGroups--search input {
  width: 70%;
}
body #container__controlPanel form .inputArea .railwayStationGroups--search .searchButton {
  margin-left: 20px;
}
body #container__controlPanel form .inputArea ul.searchResult {
  width: 70%;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 20px;
}
body #container__controlPanel form .inputArea ul.railway_station_groups--list {
  display: flex;
}
body #container__controlPanel form .inputArea ul.railway_station_groups--list li {
  margin-right: 8px;
}
body #container__controlPanel form .inputArea ul.railway_station_groups--list li button {
  cursor: pointer;
}

.text-danger {
  color: #dc3545 !important;
}

body #container__controlPanel #main table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
body #container__controlPanel #main table tr th, body #container__controlPanel #main table tr td {
  border: 1px solid #CCC;
  padding: 10px;
  vertical-align: top;
}
body #container__controlPanel #main table tr th {
  background-color: #EEE;
}
body #container__controlPanel #main table tr td {
  font-size: 14px;
}
body #container__controlPanel #main table tr td button.noButtonStyle {
  color: #00ABFF;
  text-decoration: underline;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
body #container__controlPanel #main table tr td input[type=submit].regularButton {
  font-size: 12px;
  border: 1px solid #DDD;
  border-radius: 5px;
  background-color: #EEE;
  padding: 2px 5px;
  cursor: pointer;
}
body #container__controlPanel #main table tr td #writerAvatar {
  width: 150px;
  height: 150px;
}
body #container__controlPanel #main table tr td #writerAvatar input[type=file] {
  display: none;
}
body #container__controlPanel #main table tr td #writerAvatar .avatar {
  width: 150px;
  height: 150px;
  background-color: #EEE;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
body #container__controlPanel #main table tr td #writerAvatar .avatar i {
  font-size: 50px;
  color: #BBB;
  position: absolute;
  top: 30px;
  left: 50px;
}
body #container__controlPanel #main table tr td #writerAvatar .avatar p {
  width: 100%;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
}
body #container__controlPanel #main table tr td #writerAvatar .avatar i.none, body #container__controlPanel #main table tr td #writerAvatar .avatar p.none {
  display: none;
}
body #container__controlPanel #main table tr td #writerAvatar .avatar svg {
  color: #BBB;
  font-size: 40px;
  position: absolute;
  top: 25%;
  left: 38%;
}
body #container__controlPanel #main table tr .maxWidth {
  width: 500px;
}
body #container__controlPanel #main table tr .long {
  width: 350px;
}
body #container__controlPanel #main table tr .middle {
  width: 200px;
}
body #container__controlPanel #main table tr .short {
  width: 50px;
}
body #container__controlPanel #main .brokenImagesTable td {
  word-break: break-all;
}

body #container__controlPanel #form table td {
  width: 70%;
  font-size: 14px;
}
body #container__controlPanel #form table td .imageInput {
  display: none;
}
body #container__controlPanel #form table td input {
  display: block;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 8px 10px;
  box-sizing: border-box;
}
body #container__controlPanel #form table td input[type=checkbox] {
  width: 5%;
}
body #container__controlPanel #form table td select {
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 8px 10px;
}
body #container__controlPanel #form table td textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 8px 10px;
  box-sizing: border-box;
}
body #container__controlPanel #form table td #set_article_category_image .image_preview {
  width: 100px;
  height: 100px;
  background-color: #EEE;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #DDD;
  position: relative;
  cursor: pointer;
}
body #container__controlPanel #form table td #set_article_category_image .image_preview i {
  font-size: 40px;
  color: #BBB;
  position: absolute;
  top: 17px;
  left: 26px;
}
body #container__controlPanel #form table td #set_article_category_image .image_preview p {
  width: 100%;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
body #container__controlPanel #form table td #set_article_category_image .image_preview i.none, body #container__controlPanel #form table td #set_article_category_image .image_preview p.none {
  display: none;
}
body #container__controlPanel #form .form-actions {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
body #container__controlPanel #form .form-actions a, body #container__controlPanel #form .form-actions input {
  display: inline-block;
  vertical-align: middle;
  padding: 12px;
  margin: 0 5px;
}
body #container__controlPanel #form .form-actions a {
  width: 200px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background-color: #999;
  border-radius: 5px;
}
body #container__controlPanel #form .form-actions input {
  width: 300px;
  border: 1px solid #CCC;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
}

body #container__controlPanel #main .titleArea {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body #container__controlPanel #main .titleArea #left_space a {
  display: block;
  width: 30px;
  height: 30px;
  color: #333;
  text-decoration: none;
  border: 1px solid #DDD;
  border-radius: 5px;
  position: relative;
}
body #container__controlPanel #main .titleArea #left_space a .fa-arrow-left {
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 7px;
}
body #container__controlPanel #main .titleArea #center_space h1 {
  font-size: 20px;
  font-weight: bold;
  border: 0;
  padding: 0;
  margin: 0;
}
body #container__controlPanel #main .actionArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
body #container__controlPanel #main .actionArea #search_elements {
  margin-bottom: 20px;
}
body #container__controlPanel #main .actionArea #search_elements input[type=search] {
  font-size: 12px;
  border: 1px solid #DDD;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  padding: 6px;
}
body #container__controlPanel #main .actionArea #search_elements input[type=checkbox] {
  margin-right: 5px;
  margin-left: 10px;
}
body #container__controlPanel #main .actionArea #search_elements input[type=checkbox]:first-of-type {
  margin-left: 0;
}
body #container__controlPanel #main .actionArea #search_elements input[type=submit] {
  font-size: 12px;
  border: 1px solid #DDD;
  border-radius: 5px;
  background-color: #EEE;
  -webkit-appearance: none;
  padding: 5px;
  cursor: pointer;
}
body #container__controlPanel #main .actionArea #search_elements .checkbox_filters {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
body #container__controlPanel #main .actionArea #search_elements .checkbox_filters label {
  font-size: 12px;
  margin-right: 10px;
}
body #container__controlPanel #main .actionArea .buttons {
  display: flex;
  justify-content: right;
  margin-bottom: 20px;
}
body #container__controlPanel #main .actionArea .buttons a {
  margin-right: 10px;
}
body #container__controlPanel #main .actionArea .buttons a:last-child {
  margin-right: 0;
}

body #container__controlPanel #main p.description {
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
}
body #container__controlPanel #main #upload-area {
  max-width: 600px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  padding: 40px;
  text-align: center;
  background-color: #fafafa;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 20px;
}
body #container__controlPanel #main #upload-area:hover, body #container__controlPanel #main #upload-area.drag-over {
  border-color: #999;
  background-color: #f0f0f0;
}
body #container__controlPanel #main #upload-area .fa-upload {
  font-size: 48px;
  color: #999;
  margin-bottom: 15px;
}
body #container__controlPanel #main #upload-area h3 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  margin-bottom: 10px;
}
body #container__controlPanel #main #upload-area p {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}
body #container__controlPanel #main #upload-area button {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-appearance: none;
}
body #container__controlPanel #main #upload-area button:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}
body #container__controlPanel #main #upload-area ul {
  margin-top: 20px;
  font-size: 12px;
  color: #888;
  list-style: none;
  padding: 0;
}
body #container__controlPanel #main #upload-area ul li {
  margin-bottom: 5px;
}
body #container__controlPanel #main #selected-file {
  max-width: 600px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}
body #container__controlPanel #main #selected-file .file-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
body #container__controlPanel #main #selected-file .file-row .pdf-icon {
  font-size: 24px;
  color: #e74531;
  margin-right: 10px;
}
body #container__controlPanel #main #selected-file .file-row .file-name {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  margin-right: 8px;
}
body #container__controlPanel #main #selected-file .file-row .file-size {
  color: #777;
  font-size: 12px;
  flex: 1;
}
body #container__controlPanel #main #selected-file .file-row .close-btn {
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  margin-left: auto;
}
body #container__controlPanel #main #selected-file .file-row .close-btn .fa-times {
  font-size: 16px;
  color: #777;
}
body #container__controlPanel #main #selected-file .file-row .close-btn:hover .fa-times {
  color: #333;
}
body #container__controlPanel #main #selected-file button.extract-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 12px 16px;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #333;
}
body #container__controlPanel #main #selected-file button.extract-btn svg {
  margin-right: 8px;
  font-size: 14px;
}
body #container__controlPanel #main #upload-progress {
  max-width: 600px;
  text-align: center;
  margin-bottom: 20px;
}
body #container__controlPanel #main #upload-progress .fa-spinner {
  font-size: 32px;
  color: #999;
  margin-bottom: 15px;
}
body #container__controlPanel #main #upload-progress #progress-bar {
  width: 100%;
  height: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
body #container__controlPanel #main #upload-progress #progress-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #999;
  transition: width 0.3s ease;
  width: var(--width, 0%);
}
body #container__controlPanel #main #upload-progress .progress-text {
  font-size: 14px;
  color: #777;
}
body #container__controlPanel #main #error-message {
  max-width: 600px;
  color: #e74531;
  background-color: #ffe6e6;
  border: 1px solid #ffcccc;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
body #container__controlPanel #main #success-message {
  max-width: 600px;
  border: 1px solid #d4edda;
  border-radius: 5px;
  padding: 30px;
  background-color: #d4edda;
  text-align: center;
}
body #container__controlPanel #main #success-message .fa-check-circle {
  font-size: 48px;
  color: #28a745;
  margin-bottom: 15px;
}
body #container__controlPanel #main #success-message h3 {
  font-size: 18px;
  font-weight: bold;
  color: #155724;
  margin-bottom: 10px;
}
body #container__controlPanel #main #success-message p {
  font-size: 14px;
  color: #155724;
  margin-bottom: 20px;
}
body #container__controlPanel #main #success-message a {
  display: inline-block;
  width: 200px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #333;
  border-radius: 5px;
  padding: 12px 0;
}
body #container__controlPanel #main #success-message a:hover {
  background-color: #555;
}

body #container__controlPanel #main .search-form-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body #container__controlPanel #main .search-form-container form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1;
}
body #container__controlPanel #main .search-form-container form input[type=date] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px 8px;
  font-size: 13px;
  background-color: #fff;
  cursor: pointer;
}
body #container__controlPanel #main .search-form-container form input[type=date]:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}
body #container__controlPanel #main .search-form-container form select {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px 8px;
  font-size: 13px;
  background-color: #fff;
  cursor: pointer;
  min-width: 110px;
}
body #container__controlPanel #main .search-form-container form select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}
body #container__controlPanel #main .search-form-container form input[type=submit] {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background-color: #007bff;
  border: 1px solid #007bff;
  border-radius: 3px;
  padding: 6px 16px;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.2s ease;
}
body #container__controlPanel #main .search-form-container form input[type=submit]:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}
body #container__controlPanel #main .search-form-container form a.button {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}
body #container__controlPanel #main .search-form-container form a.button:hover {
  background-color: #f0f0f0;
  border-color: #999;
}

.error_pages {
  background-color: #F6F6F6;
  border: 1px solid #EEE;
  padding: 30px;
}
.error_pages .error_pages_inner {
  text-align: center;
  color: #333;
}
.error_pages .error_pages_inner h1 {
  font-size: 30px;
  font-weight: bold;
}
.error_pages .error_pages_inner p {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
.error_pages .error_pages_inner p.summary {
  font-size: 15px;
  font-weight: normal;
}
.error_pages .error_pages_inner a.search {
  display: block;
  width: 128px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  background-color: #EDEDED;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 5px 0;
  margin: 0 auto 10px auto;
}
.error_pages .error_pages_inner a.return {
  display: inline-block;
  font-size: 14px;
  color: #369BFF;
}

@media all and (min-width: 769px) {
  .error_pages .error_pages_inner {
    padding: 100px 0;
    margin: 0 auto;
  }
  .error_pages .error_pages_inner h1 {
    font-size: 54px;
  }
  .error_pages .error_pages_inner p {
    font-size: 32px;
  }
  .error_pages .error_pages_inner p.summary {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .error_pages .error_pages_inner a.return {
    font-size: 20px;
  }
}
.validation-errors .error-message {
  color: #f00;
  font-size: 12px;
  display: block;
  margin: 5px 0 10px 0;
  background-color: #ffe6e6;
  border: 1px solid #ffcccc;
  padding: 8px 12px;
  border-radius: 4px;
  line-height: 1.4;
}
