@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

time.sub_info_date2{
	margin-top:10px;
}
/*============= 【base】 ==============*/
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-size: calc(1.4rem + ((1vw - 0.48rem) * 0.1389));
  font-size: 1.4rem;
  line-height: 1.8;
  color: #1c1c1c;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: "palt";
  letter-spacing: 0.08rem;
}

* {
  margin: 0 auto;
  padding: 0;
  word-break: break-all;
  list-style-type: none;
  border-style: none;
  font-style: normal;
}

*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  /*color: inherit;*/
}

.inner-box a{
	color: inherit;
}

.button-camp{
	display:block;
	padding:10px;
	background-color:#ff1515;
	text-align:center;
	color:#fff;
	margin-bottom:12px;
	font-size:12px;
	font-weight:900;
}

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

b,
strong {
  font-weight: bolder;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#wrap {
  width: 100%;
  border-left: 0;
  border-right: 0;
  background-color: #fff;
}
.inner-wrap .wants-price{
	font-size: 120%;
  color: #c90000;
  font-weight: 700;
}
.postform{
	background-color:#fff;
	padding:10px;
	border:1px solid #000;
	border-radius:4px;
}

.content-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 5px 15px;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.d-flex2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.col-2 {
  width: 100%;
}

.col-3 {
  width: 100%;
}

.col-4 {
  width: 100%;
}

.col-6 {
  width: 100%;
}

.col-8 {
  width: 100%;
}

.col-9 {
  width: 100%;
}

.col-10 {
  width: 100%;
}

.col_smt-2 {
  width: 16%;
}

.col_smt-3 {
  width: 25%;
}

.col_smt-4 {
  width: 33%;
}

.col_smt-6 {
  width: 50%;
}

.col_smt-8 {
  width: 67%;
}

.col_smt-9 {
  width: 75%;
}

.col_smt-10 {
  width: 84%;
}

.inner-box {
  padding: 5px;
}

.wrap-inner {
  padding: 10px;
  margin-bottom: 8px;
}

.blog_title {
  width: 100%;
  position: relative;
  /*background-color: #393939;*/
  padding: 4px 0px;
  /*border-radius: 4px;*/
  border-bottom: 1px solid #000;
  margin-bottom: 16px;

}

.blog_title__inner {
  padding: 14px 5px 5px;
}

.blog_title .blog_title__inner h1 {
  font-size: 18px;
  font-style: italic;
  text-align: left;
  /*color: #fff;*/
  margin: 0;
}

.inner-wrap{
	padding:0 16px;
}

.main_wrap {
  padding: 10px 0px;
}

.main_wrap p {
  margin-bottom: 14px;
}

.main_wrap h1 {
    line-height: 140%;
}

.main_wrap h2 {
    line-height: 140%;
}

.main_wrap h3 {
    line-height: 140%;
}

.main_wrap h4 {
    line-height: 140%;
}

.main_wrap h5 {
    line-height: 140%;	
}

.topics_title {
  width: 100%;
	margin-bottom:20px;
}

.topics_title h2 {
  font-size: 24px;
	line-height:130%;
  font-style: italic;
  font-weight: 900;
  padding-bottom: 3px;
  border-bottom: 1px solid #565656;
}

time.sub_info_date {
  font-size: 12px;
  /*color: #fff;*/
  font-weight: 600;
}

time.sub_info_date2 {
  position: relative;
  font-size: 12px;
  text-align: right;
  display: block;
}

.headline {
  position: relative;
  padding-top: 30px;
  font-size: 26px;
  border-bottom: 1px solid rgba(5, 62, 98, 1);
  margin-bottom: 20px;
}

.topics_box {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.topics_box figure {
  margin: 0 !important;
}

.topics_box--h1 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 14px;
	line-height:normal;
}

.topics_box--lead {
  font-size: 12px;
  font-weight: 300;
  color: #6C6C6C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.box-text {
  width: 100%;
	padding:14px;
}

.box-picture{
	width:100%;
}

.disp-pc {
  display: none !important;
}

.disp-smt {
  display: block !important;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wants-price{
	font-size:100%;
	color:#c90000;
	font-weight:700;
}

.wants-price span{
	font-size:160%;
}

input[name="ofsearch"] {
  border: 1px solid #333;
  padding: 12px;
  width: 197px;
  border-radius: 5px;
}

input[type="submit"][value="検索"] {
  background-color: #333;
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


/*============= 【パンくずリスト】 ==============*/
.breadcrumbs {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 4.8rem auto 0rem;
}

.breadcrumbs>ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 143rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.breadcrumbs>ol>li {
    color: #000;
    font-size: 1.2rem;
    letter-spacing: .07em;
    line-height: 1.1667;
    margin: 0 0 0 1.5rem;
    padding-right: 1rem;
    position: relative;
    white-space: nowrap;
    list-style-type:none;
}
.breadcrumbs>ol>li a {
    display: inline-block;
    text-decoration: none;
	color:#000;
}

.breadcrumbs>ol>li::after {
    width: .935rem;
    height: .93rem;
    background-image: url(https://www.ikebe-gakki.com/Contents/ImagesPkg/common/common_breadcrumb_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    padding: 0 .5em;
    vertical-align: text-bottom;
}
.breadcrumbs>ol>li:nth-last-of-type(1)::after {
    display: none
}
.breadcrumbs>ol {
        flex-wrap: nowrap;
        padding: 0 0 .7rem;
        overflow-x: auto
    }
/*============= 【header】 ==============*/
.main_h {
  position: sticky;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: 65px;
  padding: 0px 0;
  overflow: hidden;
  color: #FDFDFD;
  background: #000000;
  font-size: 0.9rem;
}

.open-nav {
  max-height: 400px !important;
}

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.logo {
  width: 6.5rem;
  display: block;
  margin: 0px;
  line-height: 1;
}

/* overlay-styles.css */
.hamburger-overlay {
    position: fixed;
    top: 5px;
    right: 20px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }

.nav-overlay__link {
    display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: color .3s;
}

.nav-overlay__link:hover {
  color: #4a90e2;
}

/*============= 【button】 ==============*/
.button-01 {
  display: block;
  margin: 0 3px 8px 0;
}


.button-01 a {
  max-width: 26rem;
  font-size: 14px;
  background: #0e6cc9;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  height: 5.4rem;
  padding: 10px 42px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  font-style: italic;
}

.button-01 a:hover {
  background: #af0000;
}

.button-02,
.button-03 {
  display: inline-block;
  margin: 0 3px 8px 0;
}

.button-02 a,
.button-03 a{
	border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 600px;
  padding: 3px 15px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 10px;
}

.button-02 a {
  background: #e75400;
}

.button-03 a{
	 background:#e60012;
}

.button-02 a:hover,
.button-03 a:hover{
  background: #af0000;
  color: #fff;
}


a.btn-sns {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
}

a.btn-sns:hover {
  color: #fff;
}

a.btn-sns--facebook {
  background: #1877f2;
}

a.btn-sns--twitter {
  background: #1da1f2;
}

a.btn-sns--instagram {
  background: #d6249f;
  background: -webkit-linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

a.btn-sns--line {
  background: #00b900;
}

.button-join {
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6rem;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  border-radius: 2em;
  padding: 0 1.2rem;
  background: rgb(191 39 45) 100%;
  background: linear-gradient(90deg, rgb(191 39 45) 0%, rgb(191 39 45) 100%);
    background-size: auto;
  background-size: auto;
  background-size: 200% 100%;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, .3);
  border: none;
  margin: 1rem 0rem 1.8rem;
}

@media (hover: hover) and (pointer: fine) {
  .button-Base {
    transition: all var(--transition-default);
  }
}

.button-type--shadow {
  box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.16);
}

.button-type--rounded {
  border-radius: 0.6rem;
}

.button-size--L {
  max-width: 30rem;
}

.button-Base {
  display: grid;
  place-content: center;
  width: 100%;
  height: 5.4rem;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  margin: 0 auto;
}

/*============= 【SNS】 ==============*/

.share-sns {}

.share-sns__icons {
  width: 145px;
}

.share-sns__eyebrow {
  font-size: 14px;
  text-align: center;
}

.share-sns__icon {
  width: 40px;
  margin: 4px;
}

.l-img-link {
  display: block;
}

/*============= 【CATEGORY】 ==============*/

.categoryPanel .categoryList * {
  pointer-events: all;
}

.categoryPanel .gridUnit-categoryList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: unset;
  grid-auto-columns: 1fr;
  gap: 0.8rem 0.2rem;
  grid-auto-flow: row;
  grid-template-areas: unset;
}

.griditem-category_Detail {
  position: static;
  inset: 0;
  z-index: 3;
  display: flex;
  color: var(--font-color);
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  pointer-events: all;
  opacity: 1;
}

.griditem-category {
  position: static;
  width: 100%;
  overflow: inherit;
}

.griditem-category img {
  object-fit: cover;
  aspect-ratio: 1;
  position: static;
}

.griditem-category_bg {
  position: static;
  width: 100%;
  aspect-ratio: inherit;
}

.category_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  margin: 0 auto;
}

.category_info h3 {
  display: none;
}

.category_info p {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.6rem;
}


/*============= 【page_top】 ==============*/
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #1e1e1e;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 999;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*============= 【top cap】 ==============*/
.top-cap {
  font-size: 14px;
  color: #444;
  font-weight: 500;
  text-align: center;
}

/*============= 【copyright】 ==============*/
.copyright {
  line-height: 20px;
  text-align: center;
  padding: 20px 0 20px;
  font-size: 10px;
  background-color: #222222;
  color: #DFDFDF;
}

.copyright a img {
  margin-bottom: 4px;
}

.copyright p {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}



h1 {
	font-size: 32px;
	line-height:130%;
	position: relative;
	border-bottom: 3px solid #ddd;
	padding: .3em 0;
 }
h1::before{
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 30%;
  height: 3px;
  background-color: #e75400;
}


/* ページネーションの汎用スタイル */
.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 220px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}
.nav-links li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #000000;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}
.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #000000;
}

@media screen and (min-width: 320px) {
	
  .header_inner {
        padding: 0 10px;
        max-width: 146rem;
    }
	h1 {
		font-size: 18px;
	}
	.inner-wrap {
	  padding: 10px 5px;
	}
.inner-box {
    padding: 4px;
    width: 50%;
    margin: 0;
  }
	.wants-price {
	  font-size: 70%;
	line-height:130%;
		margin:8px 0;
	  }
	.topics_box--h1 {
	  margin-bottom: 0px;
	 }
}

@media screen and (min-width: 768px) {
	.wants-price {
    font-size: 100%;
   }
.breadcrumbs[data-breadcrumbs-type="scroll"] {
        max-width: none;
        width: 100%;
        padding: 1rem 0 0;
        margin: 0;
    }

	h1 {
		font-size: 18px;
	}
  .content-wrap {
      max-width: 1100px;
      padding: 10px 30px 30px;
    }

  .content-wrap2 {
    max-width: 1000px;
    padding: 32px 32px;
  }

  .content-wrap3 {
    padding: 64px 0 64px;
    12px;
  }
	.inner-wrap {
    padding: 10px 16px;
  }
  .blog-block-txt {
    padding: 10px;
    font-size: 22px;
  }

  .blog-block-txt a span {
    font-size: 15px;
  }

  .blog-block-txt2 {
    padding: 10px;
    font-size: 14px;
  }

  .blog-block-txt2 a span {
    font-size: 12px;
  }

  .categoryPanel .gridUnit-categoryList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 4px 4px;
    grid-auto-flow: row;
    grid-template-areas:
      ". . . . .     .    "
      ". . . . .     .    "
      ". . . . searchBox searchBox";
  }

  .griditem-category {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
  }

  .griditem-category img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .griditem-category_Detail {
    position: absolute;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
    pointer-events: none;
    margin: auto;
    opacity: 0;
  }

  .griditem-category_bg {
    position: absolute;
    width: 100%;
    aspect-ratio: 1;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .categoryList * {
    pointer-events: none;
  }

  .category_info h3 {
    display: block;
    font-family: var(--font-en);
    text-transform: uppercase;
    font-style: italic;
    word-break: break-word;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }

  .category_info p {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 0.2rem;
  }

  .blog_title .blog_title__inner h1 {
    font-size: 24px;
  }

  .blog_title__inner {
    padding: 4px 8px;
  }

  @media (hover: hover) and (pointer: fine) {
    .triger-categoryAnime:hover {
      opacity: 1;
    }

    .triger-categoryAnime:hover img.upImg {
      transform: scale(1.1, 1.1);
      opacity: 1;
    }

    .triger-categoryAnime img.upImg {
      transition: 0.6s all;
      opacity: 1;
    }

    .triger-categoryAnime:hover .griditem-category_bg::after,
    .triger-categoryAnime:hover .griditem-category_Detail {
      opacity: 1;
    }

    .triger-categoryAnime .griditem-category_bg::after,
    .triger-categoryAnime .griditem-category_Detail {
      transition: opacity 0.6s;
    }

    .griditem-category[data-category="all"] .triger-categoryAnime:hover .griditem-category_Detail {
      color: #fff;
    }

  }

  .triger-categoryAnime img.upImg {
    transition: 1s all;
  }

  .triger-categoryAnime .griditem-category_bg::after {
    display: none;
  }

  .griditem-category[data-category="all"] .griditem-category_Detail {
    color: var(--font-color);
  }

  .griditem-category[data-category="all"] {
    background: #F7F7F7;
  }

  .triger-categoryAnime .griditem-category_bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: rgb(175, 0, 0);
    opacity: 0;
  }
	
}

@media screen and (min-width: 950px) {
	h1 {
	font-size: 22px;
 }
	
  a.btn-sns {
    font-size: 3.5rem;
    width: 60px;
    height: 60px;
    padding: 13px;
  }

  .address-btn {
    font-size: 16px;
  }

  .col_smt-4 {
    margin: 0;
  }

  .store_address {
    font-size: 15px;
  }

   .inner-box {
    padding: 4px;
    width: 25%;
    margin: 0;
  }

  .store_name {
    font-size: 20px;
  }

  .blog_title .blog_title__inner h1 {
    font-size: 22px;
  }

  .disp-pc {
    display: block !important;
  }

  .disp-smt {
    display: none !important;
  }

  .col-2 {
    width: 16%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33%;
  }

  .col-6 {
    width: 50%;
  }

  .col-8 {
    width: 67%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 84%;
  }

  .main_wrap h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 18px;
  }

  .main_wrap h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
  }

  .main_wrap h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .main_wrap h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .main_wrap h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
  }

  time.sub_info_date2 {
    font-size: 12px;
  }

  div#ez-toc-container {
    width: 500px;
    margin: 0;
  }

  .topics_box--h1 {
    font-size: 22px;
  }

  .button-01 a {
    font-size: 18px;
  }

  .topics_title h2 {
    font-size: 24px;
	  margin-bottom:12px;
  }

}

@media screen and (min-width: 1600px) {
  .header_inner {
    max-width: 160rem;
  }
}


p.postid{
	text-align:right;
	font-size:1rem;
}