@charset "utf-8";
* {
  box-sizing: border-box;
}
:root {
  --header-height-pc:120px;
  --header-height-sp:78px;
  --site-max-width:1920px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height-sp);

}
@media (min-width: 641px) {
  html {
    scroll-padding-top: var(--header-height-pc);
  }
}
body{
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 641px) {
  body{
      min-width:1220px;
  }
}
img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}
body {
  font-size: 16px;

}
.header-pc,
body {
  margin-left: auto;
  margin-right: auto;
}

a,
a img {
  transition: all 0.5s;
}
.list-none {
  list-style: none;
}
.list {
  list-style:disc;
}
.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
@media (min-width: 641px) {
  .container {
    max-width: var(--site-max-width);
  }
  .container-swiper{
    max-width:1440px;
  }
  .container-1600{
    max-width:1600px;
  }
  .container-1200{
    max-width:1200px;
  }
  .container-1000{
    max-width:1000px;
  }
  .container-1300{
    max-width:1300px;
  }
  .container-1400{
    max-width:1400px;
  }
}

.top-block {
  padding: 30px 0 0;
}
@media (min-width: 641px) {
  .top-block {
    padding: 100px 0 0;
  }
}
.eb{
  font-family: "EB Garamond", serif;
}

/* headline */
.heading-001{
  background:
    url(../img/banner-top-left-sp.png) no-repeat top left,
    url(../img/banner-top-right-sp.png) no-repeat top right,
    url(../img/banner-bottom-left-sp.png) no-repeat bottom left,
    url(../img/banner-bottom-right-sp.png) no-repeat bottom right,
    url(../img/bg-banner.png) #FFF;
    background-size: 30px 30px, 30px 30px, 30px 30px, 30px 30px, repeat;
  padding: 20px 20px;
  line-height: 1.4;
  color: #AA8251;
  font-weight: bold;
  text-align: center;
  border: 3px solid #AA822D;
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;

}
@media (min-width: 641px) {
  .heading-001{
  background:
    url(../img/banner-top-left.png) no-repeat top left,
    url(../img/banner-top-right.png) no-repeat top right,
    url(../img/banner-bottom-left.png) no-repeat bottom left,
    url(../img/banner-bottom-right.png) no-repeat bottom right,
    url(../img/bg-banner.png) #FFF;
      background-size: 60px 60px, 60px 60px, 60px 60px, 60px 60px, repeat;
     padding: 40px 20px;

  }
}
.heading-002{
  background: url(../img/bg-heading002.png)  #AA822D;
  color: #FFF;
  position: relative;
  padding: 12px 33px;
}
.heading-002::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 7px;
  background:
  linear-gradient(to right, #b38c34, #d9b763, #b38c34);
}
.heading-003{
  border-left: solid 10px #AA822D;
  color: #AA8251;
 display: inline-block;
  position: relative;
  width:100%;
  padding:15px 40px 15px 20px;
}
.heading-003::after{
  content:"";
  position: absolute;
  width: 100%;
  height: 24px;
  background: url(../img/bg-heading003.png) no-repeat right bottom;
  left: 0;
  bottom: -20px;
}

.sidebar-heading{
  background: linear-gradient(to right, #b38c34, #d9b763, #b38c34);
  color: #FFF;
  padding:5px 15px;
  font-weight: 500;
  box-shadow: 0 0px 20px rgba(0, 0, 0,0.16);
}
.sidebar-heading002{
  background: #3C3C3C;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
}

.sidebar-list ul{
  margin: 0;
  list-style: none;
  padding:0 10px 10px;
  background-color: #FFF;
  box-shadow: 0 0px 5px rgba(0, 0, 0,0.16);
}
.sidebar-list ul li a{
  color: #3C3C3C;
  text-decoration: none;
  display: block;
  border-bottom: solid 1px #D9D9D9;
  text-align: center;
  padding: 10px 15px;
}
.sidebar-list ul li:last-child a{
  border-bottom: none;
}
.sidebar-list ul li a:hover{
  background: #AA8251;
  color: #FFF;
}

/* color --------------------------------- */
.c-gold{
  color: #AA8251;
}
.c-white{
  color: #FFF;
}

/* background --------------------------------- */

.bg-White{
  background: #FFF;
}
.bg-color{
  background: #FAFAFA;
}
.bg-main{
  background: url(../img/bg-main.png) ;
}

/* font-size --------------------------------- */
.fs-001 {
  font-size: 24px;
}
.fs-002 {
  font-size: 20px;
}
.fs-003 {
  font-size: 18px;
}
.fs-004 {
  font-size: 20px;
}
.fs-005 {
  font-size: 18px;
}
.fs-006 {
  font-size: 16px;
}
.fs-007 {
  font-size: 15px;
}
@media (min-width: 641px) {
  .fs-001 {
    font-size: 36px;
  }
  .fs-002 {
    font-size: 26px;
  }
  .fs-003 {
    font-size: 24px;
  }
  .fs-004 {
    font-size: 21px;
  }
}


/* radius --------------------------------- */
.radius-15{
  border-radius: 15px;
}

/* link --------------------------------- */
.link-001 {
  background: url(../img/bg-link01.png) #FFF;
  color: #AA8251;
  display: block;
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  border: #AA822D 3px solid;
  padding: 20px 60px 25px 15px;
  position: relative;
}
.link-001::before {
  content: " ";
  background: url(../img/link01-icon.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
  top: 50%;
  position: absolute;
  right: 25px;
  transform: translateY(-50%) translateX(0);
  transition: all 0.5s;
}
.link-001:hover::before {
  transform: translateY(-50%) translateX(-10px);
}
@media (min-width:641px) {
  .link-001 {
    width: 639px;
    padding: 20px 40px 25px 20px;
  }
  .link-001::before {
    width: 38px;
    height: 38px;
  }
}

.link-002 {
  border:solid 1px #C9C28C;
  display: block;
  background: url(../img/bg-link02.png) ;
  background-size: cover;
  color: #FFF;
  text-decoration: none;
  padding:15px 25px;
  position: relative;
  margin-bottom: 35px;
}
.link-002::after{
  content: "";
  background: url(../img/link02-arrow.svg);
  width: 13px;
  height: 10px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  right: 15px;
  transition: all 0.5s;
}
.link-002:hover::after{
  transform: translateY(-50%) translateX(-5px);
}

/* button --------------------------------- */
.button-001{
  background:#aa812c;
  border:solid 1px #aa812c;
  color: #FFF;
  text-decoration: none;
  padding: 8px 30px;
  display: inline-block;
}
.button-001:hover{
  background:#FFF;
  border:solid 1px #aa812c;
  color: #aa812c;
}

/* header-sp-001 ------------------------ */

.header-sp-001 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  background-color: #000;
  z-index: 7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-sp-001-space {
  height: 78px;
}
.header-sp-001-logo {
  padding-left: 10px;
  text-decoration: none;
  color: #3C3C3C;
  width: calc(100% - 70px);
}
.header-sp-001-logo img{
  max-width: 230px;

}

.header-sp-001-icon {
  width: 50px;
  height: 50px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header-sp-001-button {
  position: relative;
  background: #000;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.header-sp-001-button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 45%;
}
.header-sp-001-button span:nth-of-type(1) {
  top: 24px;
}
.header-sp-001-button span:nth-of-type(2) {
  top: 32px;
}
.header-sp-001-button span:nth-of-type(3) {
  top: 40px;
}
.header-sp-001-button span:nth-of-type(1)::before {
  content: "Menu";
  position: absolute;
  top: -19px;
  left: -2px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.header-sp-001-button.active span:nth-of-type(1) {
  top: 24px;
  left: 14px;
  transform: translateY(8px) rotate(-45deg);
  width: 45%;
}
.header-sp-001-button.active span:nth-of-type(1)::before {
  content: none;
}
.header-sp-001-button.active span:nth-of-type(2) {
  opacity: 0;
}
.header-sp-001-button.active span:nth-of-type(3) {
  top: 40px;
  left: 14px;
  transform: translateY(-8px) rotate(45deg);
  width: 45%;
}
.header-sp-001-button.active span:nth-of-type(3)::after {
  content: "Close";
  position: absolute;
  top: -22px;
  left: -18px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
  transform: rotate(-45deg) translateY(0) !important;
  z-index: 1;
  white-space: nowrap;
}
.header-sp-001-right {
  height: 100%;
  display: flex;
  align-items: center;
}


/* header-sp-001 end */

/* header-nav-sp-001 */
.header-nav-sp-001 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 78px;
  left: 0;
  z-index: 7;
  background: #000;
  color: #FFF;
/* background: linear-gradient(180deg, rgba(249,248,242,1) 0%, rgba(249,248,242,1) 10%, rgba(251,222,225,1) 45%, rgba(253,200,210,1) 100%); */
}
.header-nav-sp-001 > ul {
  height: calc(100% - 78px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header-nav-sp-001 ul {
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 0;
  list-style: none;
  padding-left:0;
}
.header-nav-sp-001 li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  
}
.header-nav-sp-001 a {
  display: block;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
  width: 100%;
}

/* header-nav-sp-001 end */
/* header-pc-001 */

.header-pc-001 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
}
.header-pc-001-inner {
  width: 100%;
  min-width: 1200px;
  height:var(--header-height-pc);
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.header-pc-001 {
  width: 100%;

}
.header-pc-001-logo {
  transition: opacity 0.5s ease;
  text-decoration: none;
  line-height: 1;
  color: #3C3C3C;
  width: 484px;
}
.header-pc-001-logo:hover {
  opacity: 0.7;
}
.nav-pc-003 ul {
  margin: 0;
  padding-left: 0;
  display: flex;
}
.nav-pc-003 li {
  list-style: none;
  padding: 0 15px;
  text-align: center;
  line-height: 1.2;
}
.nav-pc-003 li a {
  font-size: 16px;
  padding: 2px 5px;
  font-weight: 600;
  transition: all 0.5s;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.nav-pc-003 li a::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #aa812c;
  bottom: 20px;
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
}
.nav-pc-003 li a:hover::after{
  visibility: visible;
  bottom:-5px;
  opacity: 1;
}
.nav-pc-003 li.link-item a{
  border:solid 1px #707070;
  position: relative;
  padding: 20px 35px 20px 26px;
  display: block;
}
.nav-pc-003 li.link-item a::after{
  content: "";
  background: url(../img/header-link-arrow.svg) no-repeat center;
  background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%) translateX(0);
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}
.nav-pc-003 li.link-item a:hover::after{
  transform: translateY(-50%) translateX(-5px);
}


.header-pc-001 {
  position: fixed;
  background-color: #000;
}
.home .header-pc-001{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.68));

}
.home .header-pc-001.header-scrolled {
  background-color: #000;
  transition: background-color 0.3s ease;
}

.header-pc-001-space {
  height:var(--header-height-pc);
}
.header-pc-001-nav ul.menu li span {
  font-weight: normal;
  font-size: 10px;
}

.header-pc-001-nav ul.menu li span::before {
  content: "\A";
  white-space: pre;
}

.header-pc-001-nav a {
  padding: 0 32px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.header-pc-001-nav a span {
  color: #444;
}
@media (min-width: 992px) {
  .header-pc-001-nav a {
    font-size: 16px;
  }
}
.header-pc-001-nav a:hover {
  opacity: 0.7;
}


/* header-pc-001 end */
/* top */
.hero-block{
  background: url(../img/top-main-sp.png) no-repeat center top;
  padding: 40px 0 80px;
  background-size:cover;
  min-height: 400px;
}

@media (min-width: 641px) {
  .hero-block{
      background: url(../img/top-main.png) no-repeat center center;
      padding: 80px 0 200px;
      min-height: 815px;
        background-size: cover;
  }

}

.bg-top-main{
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
@media (min-width: 641px) {
  .bg-top-main{
    padding: 0;
  }
}
.top-main-block{
  position: relative;
  top: -50px;
  z-index: 2;
  padding:50px 30px;
  background-color: #FAFAFA;
  box-shadow:  0 0px 20px rgba(0, 0, 0,0.16);
}
.top-main-block::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height:7px;
  background: linear-gradient(to right, #b38c34, #d9b763, #b38c34);
}
@media (min-width: 641px) {
  .top-main-block{
    padding:70px 100px;
    top: -100px;
  }
}
.news-box{
  width: 100%;
  padding: 5px 0;
}
@media (min-width: 641px) {
  .news-box{
      width: calc(100% - 300px);
      color: #3C3C3C;
  }
}
.news-box a{
  color: #3C3C3C;
  text-decoration: none;
}
.news-box a:hover{
  text-decoration: underline;
}
.news-item{
  border-top: solid 1px #BEBEBE;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.news-item:last-child{
  border-bottom: solid 1px #BEBEBE;
}
.news-time{
  width: 100px;
  display: block;
}
.news-001-text{
  width: calc(100% - 100px);
  display: block;
}

.feature-block{
  position: relative;
  padding-bottom: 60px;
}
.feature-inner {
  gap: 40px;
  position: relative;
}
.feature-image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 641px) {
  .feature-block{
    padding-bottom: 120px;
  }
  .feature-image img {
      max-width: 840px;
  }
}
.feature-text {
  background: #fff;
  padding: 40px;
    box-shadow:  0 0px 20px rgba(0, 0, 0,0.16);
  /* box-shadow: 0 10px 30px rgba(0,0,0,0.15); */
  position:relative;
  width:80%;
  top: -50px;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 641px) {
  .feature-text {
      width:35%;
      top: 50%;
      right: 10%;
      transform: translateY(-50%);
        position: absolute;
  }
}
.feature-text::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height:7px;
  background: linear-gradient(to right, #b38c34, #d9b763, #b38c34);
}
.feature-desc {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 30px;
}

.btn-more {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #3C3C3C;
  text-decoration: none;
  color: #3C3C3C;
  transition: all 0.3s;
}
.btn-more::after {
  content: "→";
  display: inline-block;
  margin-left: 10px;
  color: #3C3C3C;
  transition: transform 0.3s;
}
.btn-more:hover::after {
  transform: translateX(4px);
}

.site-block{
  padding-bottom: 110px;
}
.site-block a img{
  margin: 0 auto 30px;
  width: 80%;
  box-shadow:  0 0px 20px rgba(0, 0, 0,0.16);
  display: block;
}
@media (min-width: 641px) {
  .site-block a img{
    margin: 0 50px 50px auto;
    width: calc(100% - 50px);
  }
}

.site-block a:hover img{
  box-shadow:  0 0px 0 rgba(0, 0, 0,0.16);
}

.table{
  border-collapse: collapse;
  width: 100%;

}
.outline-table{
  background: #FFF;
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .outline-table{
      margin-bottom: 80px;
  }
}
.outline-table th{
  background: #F7F7F7;
  color: #AA8251;
  padding: 25px;
  width: 25%;
  text-align: left;
  font-size: 20px;
}
.outline-table td{
  color: #3C3C3C;
  font-size: 18px;
}

.outline-table th,
.outline-table td{
  padding: 25px;
  border-bottom: solid 1px #D9D9D9;
}
@media (max-width: 641px) {
  .outline-table th{
    text-align: center;
  }
  .outline-table th,
  .outline-table td{
    display: block;
    width: 100%;
    padding: 15px;
  }
}
.judging-list dd{
  margin: 0;
  /* padding: 0; */
}


.prize-list{
  margin: 0;
  padding: 0;
}
.prize-list li{
  margin: 0;
  padding: 0;
  width: 100%;
}
.prize-list li a{
  margin-right:15px;
  display: block;
  width: calc(100% - 15px);
}
.prize-list li:nth-of-type(3n) a{
  margin-right:0;
}

@media (min-width: 641px) {
  .prize-list li{
    width: 33.3%;
  }
  .prize-list li a{
    margin-right:30px;
      width: calc(100% - 30px);
  }
}

.relative {
  position: relative;
  overflow: hidden;
}




/* footer */
.footer{
  background: #0F0F0F;
  color: #FFF;;
  padding: 30px 0 30px;
}
.footer-logo{
  width:230px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 641px) {
  .footer-logo{
      width:300px;
  }
}
.bg-footer-navi{
  background: #262626;
}
.bg-footer-navi ul{
  margin: 0;
}
.bg-footer-navi li{
  list-style: none;
  padding: 5px 15px ;
  margin: 0;
}
.bg-footer-navi a{
  color: #FFF;
  text-decoration: none;

}

.bg-copyright{
  background: #EBEBEB;
  color: #3C3C3C;
  font-size: 11px;
  text-align: center;
  padding: 15px 0;
}
.copy-right{
  font-size: 11px;
}
.pagetop-btn {
  position: fixed;
  z-index: 4;
  text-decoration: none;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 15px;
  text-align: center;
  border: solid 1px #aa812c;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.pagetop-btn:hover {
  opacity: 0.5;
}
.pagetop-btn img{
  width: 30px;
}


/* 下層ページ　--------------------------------- */
.new-line span {
  display: inline-block;
}

.bg-page-main{
  padding: 30px 15px;
}
.main-block{
  position: relative;
  z-index: 2;
  padding:10px 30px 30px;
  background-color: #FFF;
  box-shadow:  0 0px 20px rgba(0, 0, 0,0.16);
  color: #FFF;
}
.main-block::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height:7px;
  background: linear-gradient(to right, #b38c34, #d9b763, #b38c34);
}
@media (min-width: 641px) {
  .main-block{
    padding:0px 100px;
  }
}

.single-block,
.page-block{
  padding: 30px 10px;
  color: #3C3C3C;
}
@media (min-width: 641px) {
  .single-block,
  .page-block{
    padding:30px 10px 80px;
    min-height: 100vh;
  }
}
.page-main-block{
  position: relative;
  padding:10px 30px 30px;
  background-color: #FFF;
  box-shadow:  0 0px 20px rgba(0, 0, 0,0.16);
}
.page-main-block::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height:7px;
  background: linear-gradient(to right, #b38c34, #d9b763, #b38c34);
}
@media (min-width: 641px) {
  .page-main-block{
      padding:30px 15px 80px;
      min-height: 100vh;
  }
}
.icon-txt{
  margin-left: 1em;
  text-indent: -1em;
}
.icon-txt002{
  margin-left: 2em;
  text-indent: -2em;
}
.icon-txt003{
  margin-left: 3em;
  text-indent: -3em;
}
/* single */
.headline-post {
	line-height: 1.2;
	margin: 0 0 30px;
	color: #3C3C3C;
  padding-bottom:10px;
	font-size: 25px;
  position: relative;
}
.headline-post::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background:url(../img/bg-heading003.png) no-repeat right bottom;
  left: 0;
  bottom: -20px;
}
.info-list-time,
.headline-post .time {
	font-size: 14px;
    color: #3C3C3C;
}
.single-content{
	overflow: hidden;

}
@media (min-width: 641px) {
	.single-content{
		min-height:350px;
	}
}
.single-content .article-info{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
.single-content a{
  color: #aa812c;
}
.single-content a.button-001{
  color: #FFF;
}
.single-content a.button-001:hover{
  color: #aa812c;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
	font-weight: 600;
	margin-bottom: 15px;
	color:#aa812c;
}

.single-content .article-img{
	margin-bottom: 15px;
}

.single-content h2{
	background:#aa812c;
	color: #FFF;
	border-radius: 12px;
	padding: 5px 20px 7px;
	font-size: 18px;
}
.single-content h3 {
	padding: 0 5px;
	margin-bottom: 0;
	font-size: 20px;
	border-bottom: solid 3px #aa812c;
}
.single-content h4{
  margin-bottom: 5px;
}
.single-content h4,
.single-content h5 {
	font-size: 18px;
}
.single-content h6 {
	font-size: 16px;
}
.single-content blockquote {
	position: relative;
	margin: 5px 0 15px 0;
	padding: 40px 15px 8px 15px;
	box-sizing: border-box;
	font-style: italic;
	font-size: 18px;
	background:#f6f2e9;
}

.single-content blockquote::before {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 3px;
	content:"“";
	color: #aa812c;
	font-size: 90px;
	line-height: 1;
}

.single-content blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

.single-content blockquote cite {
	display: block;
	text-align: right;
	color:#FFF;
	font-size:1em;
}
.single-content table{
	border:solid 1px #717171;
	border-collapse: collapse;
}
.single-content table thead th{
		background:#f6f2e9;
	padding: 5px;
	border: solid 1px #CCC;
}
.single-content table tbody th{
		background:#f6f2e9;
}
.single-content table tbody th,
.single-content table tbody td {
	padding:15px;
	border: solid 1px #CCC;
}
.single-content ul,
.single-content ol{
	margin: 15px 0 15px 15px;
  padding-left: 0;
}
.single-content ul {
	list-style: disc;
}
.single-content ol {
	list-style: decimal;
}
.single-content img{
	margin-bottom: 15px;
}
.single-content .wp-caption .wp-caption-text{
	font-size: 14px;
	margin-top: -15px;
}
.single-content .aligncenter{
	margin-top: 15px;
}
pre {
  background:rgba(76, 100, 165, 0.6);
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow:
auto;
  padding:
1.6em;
}
ins {
  background:rgba(76, 100, 165, 0.6);
  text-decoration:none;
}
/* archive */
.archive-block{
  border-bottom: solid 1px #95918A;
  padding:15px 10px;
}
.archive-time{
  margin-right: 15px;
}
.archive-title{
  width: 100%;
}

@media (min-width: 641px) {
  .archive-title{
    width: calc(100% - 100px);
  }
}

.archive-block a{
  color: #3C3C3C;
  text-decoration: none;
}
.archive-block a:hover{
  text-decoration: none;
}
.paginate{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.paginate span{
  line-height: 36px;
}
.paginate a.page-numbers,
.paginate span.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color:#aa812c;

  border:1px solid #aa812c;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.paginate a.page-numbers:hover{
  background-color: #FFF;
  color: #aa812c;
}

.paginate .page-numbers.dots{
  background: none;
  color:  #FFF;
  border: none;
}



/* form */
.form-box{
  box-sizing: border-box;
  max-width: 840px;
  margin: 0 auto 30px;
}
.form-block{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.form-block dt{
  font-weight: 600;
  margin: 0 0 7px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.form-block dd{
  margin: 0 0 20px 0;
}

.form-must{
	background:#CF1020;
	color: #FFF;
	font-size: 11px;
	padding: 1px 5px 2px;
	margin-left: 5px;
	display: inline-block;
  border-radius: 4px;
}
.form-block .form-xsmall{
	width: 80%;
}
.form-block .form-small,
.form-block .form-medium,
.form-block .form-large {
  box-sizing:border-box;
	width: 100%;
}
@media (min-width:641px) {
  .form-block dt,
  .form-block dd{
    margin-bottom: 15px;
  }
	.form-block .form-xsmall {
		width: 40%;
	}
	.form-block .form-small {
		width: 60%;
	}
	.form-block .form-medium {
		width: 70%;
	}
	.form-block .form-large {
		width: 100%;
	}
}

.form-block .form-txt,
.form-block .form-textarea{
	/* background:#F4F5F6; */
	border: solid 2px #BEBEBE;
	font-size: 16px;
	padding: 5px 15px;
  transition: all 0.5s;
  color: #111;
}
.form-block .form-txt:focus,
.form-block .form-textarea:focus{
	border: solid 2px #aa812c;
  outline: none;
}

.btn-box .button-002{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: 15px;
  border: none;
  border-radius: 0;
  background-color:#aa812c;
	border: solid 2px #aa812c;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
.btn-box .button-002:hover {
  /* opacity: 0.8; */
	border: solid 2px #aa812c;
  background: #FFF;
  color: #aa812c;
}

.btn-box .button-002.return-btn{
  margin-top: 10px;
}

