/* style for small 20190302 edit by kaori */
small {
    font-size: 80%;
    color: #999;
}

/* addCSS 2018.06.21 - edit by Harada*/

.entrylist__title, .pickup-entrylist__title {
    margin-bottom: 8px;
    font-size: 114%;
}

.entrylist__title::before, .pickup-entrylist__title::before {
  content:"■";
  margin-right:4px;
  color: #B2B551;
}

.entrylist__list , .pickup-entrylist__list {
padding: 20px 0 0px 0;
margin-bottom: 40px;
border-top: 2px solid #b2b551;
}

.pickup-entrylist__list li {
    margin: 0 4% 20px 0;
}


/* entry-threeline */
/* addCSS 2019.02.21 - edit by Harada*/
.entry-threeline {
  width: 460px;
  height: auto;
  display: block;
  border: 1px solid #BBBE5B;
  position: relative;
  margin-bottom: 32px;
}

.entry-threeline h3 {
  width: 160px;
  font-size: 12px;
  line-height: 28px;
  display: block;
  background-color: #BBBE5B;
  background-size: 12px 12px;
  background-image: linear-gradient(45deg, #C4C670 25%, transparent 25%,
                    transparent 50%, #C4C670 50%, #C4C670 75%,
                    transparent 75%, transparent);
  background-color: #BBBE5B;
  position: relative;
  margin: 0;
  padding: 0 0 0 16px;
  top: 0;
  left: 0;
}

.entry-threeline__list {
  list-style-type: none;
  margin: 16px 20px 16px;
}

.entry-threeline__list li {
  position: relative;
  border-bottom: 1px dashed #EEEEEE;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

.entry-threeline__list li:last-of-type {
  border-bottom: none;
}

.entry-threeline__list li::before {
  content: "";
  font-weight: bold;
  width: 22px;
  height: 22px;
  position: absolute;
  display: inline-block;
  border-radius: 20px;
  background-color: #BBBE5B;
  margin-right: 8px;
}
.entry-threeline__list li::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 5px;
  top: 3px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}

.entry-threeline__list li p {
  display: block;
  margin: 0 0 0 30px;
}

@media (max-width: 768px){
.entry-threeline {
  width: 100%;
}
}


/* ------------------------------------------
            Search
------------------------------------------ */
/* addCSS 2019.07.03 - edit by Harada*/
.mt-site-search-form {
  max-width: 100%;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  .mt-site-search-form {
    max-width: 300px;
  }
}

.mt-site-search-form__query {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  font-size: 16px;
  box-sizing: inherit;
  margin-bottom: 30px;
  padding: 0 40px 0 8px;
  border: 1px solid #D8D8D8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::placeholder {
  color: #8D9092;
}
    
.mt-site-search-form__button {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 42px;
  height: 32px;
  display: block;
  padding: 0;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  background: url(https://omdemo.movabletype.io/common/images/search.svg) 50% no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px;
  cursor: pointer;
}

.mt-site-search-form__button:focus {
  border: 0;
  outline: 0;
}

.entrylist .mt-site-search-result-container .mt-site-search-pagination-item {
  width: auto;
  float: none;
  margin: 0 0;
}



.entry .entry-content ol li {
    margin-bottom: 0.5em;
}

/* 2021.03.31 */
.mt-site-search-result__message {
	margin-bottom: 2rem;
}

.mt-site-search-result-item {
    float: none;
    margin: 0 0 1.5rem 0;
}

.mt-site-search-result-item__label {
    text-decoration: underline;
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.mt-site-search-result-item__url, a .mt-site-search-result-item__url, a:hover .mt-site-search-result-item__url {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.mt-site-search-result-item__thumbnail {
	float: left;
    padding: 0;
    margin-right: 1rem;
    margin-left: 0;
    text-align: center;
    width: 160px;
    height: 100px;
    display: block;
}

.mt-site-search-result-item__thumbnail-image {
    max-width: 160px;
    max-height: 100px;
    border: 1px solid #cccccc;
}

.mt-site-search-result-item__excerpt {
	font-size: 93%;
    min-height: 100px;
}

/* mailmagazine_20211018 - saori */
.mailmagazine_20211018 {
    border: none;
    padding: 0;
    background: none;
}

/* form_20211112 - saori */
.form_wrap {
    padding: 40px;
    background-color: #f5f4f2;
}

@media (max-width: 768px) {
.mt-site-search-result-item__thumbnail {
    float: none;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.5rem;
    text-align: center;
    width: 100%;
    height: auto;
}

.mt-site-search-result-item__thumbnail-image {
    max-width: 100%;
    max-height: 140px;
}
}
