@charset "UTF-8";
/* ================================================== *
 *
 *    RESET
 *
 * ================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

[hidden], audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

blockquote, dd, dl, figure, p {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:focus {
  outline: dotted thin;
}

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

b, strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

small {
  font-size: .83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, kbd, samp {
  font-family: monospace, sans-serif;
}

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

sub, sup {
  font-size: .83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

html :where(img) {
	max-width: initial;
}

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

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

caption {
  padding: 0;
  text-align: left;
}

td, th {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

button, input {
  line-height: normal;
  vertical-align: inherit;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

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

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

button, input[type=submit], input[type=reset], input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */
html {
  font-size: 10px;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 1200px) {
  body {
    min-width: 1200px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body {
    min-width: 100%;
  }
}

main {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

img,
svg,
picture {
  vertical-align: top;
}

em {
  font-style: normal;
}

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

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

/* text-align */
.aligncenter > figcaption,
.t_c,
p img.aligncenter {
  text-align: center;
}

li p.t_c {
  margin-bottom: 13px;
}

.t_r {
  text-align: right;
}

/* border */
.border_1sg {
  border: 1px solid lightgray;
}

/* ================================================== *
 *
 *    LIBRARY
 *
 * ================================================== */
/* ================================================== *
 *
 *    LAYOUT
 *
 * ================================================== */
/* ------------------------------------------------- *
 *    structure
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *    header
 * ------------------------------------------------- */
#header {
  width: 100%;
  height: 51px;
}

@media (min-width: 768px) {
  #header {
    padding: 8px 0 2px;
    background: #fff;
    border-bottom: 1px solid #D3D3D3;
  }
}

@media (max-width: 767px) {
  #header {
    padding: 12px 0 0;
    background: #fff;
    border-bottom: 1px solid #D3D3D3;
  }
}

@media (max-width: 767px) {
  #header.is-active {
    position: relative;
    z-index: 999;
  }
}

@media (min-width: 1200px) {
  .header__inner {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header__inner {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .header__inner {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  #utility li {
    margin: 0 33px 0 0;
    float: left;
  }
}

@media (max-width: 767px) {
  #utility li {
    width: 82px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  #utility li:nth-child(2) {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  #utility li:nth-child(2) {
    display: none;
  }
}

#utility li#search {
  margin: 0;
  float: right;
}

#utility li#search img,
#utility li#search input {
  vertical-align: top;
}

#utility li#search img {
  margin: 3px 5px 0 0;
}

#utility li#search input.search-box {
  width: 120px;
}

#utility li#search input.search-btn {
  margin: 2px 0 0 5px;
}

@media (max-width: 767px) {
  #utility li img {
    width: 100%;
    height: auto;
  }
}

/*    blog-header
 * ------------------------------------------------- */
.blog-header {
  position: relative;
  background: #f0f0f0;
  border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 768px) {
  .blog-header {
    height: 81px;
  }
}

@media (max-width: 767px) {
  .blog-header {
    height: 41px;
  }
}

@media (max-width: 767px) {
  #header.is-active + .blog-header {
    z-index: 999;
  }
}

.blog-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (min-width: 1200px) {
  .blog-header__inner {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-header__inner {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .blog-header__inner {
    padding: 0 0 0 20px;
  }
}

@media (min-width: 768px) {
  #pagetitle {
    width: 185px;
    margin: 7px auto 0 0;
  }
}

@media (max-width: 767px) {
  #pagetitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 94px;
    margin: 3px auto 0 0;
  }
}

#pagetitle a {
  display: block;
}

@media (min-width: 1200px) {
  #pagetitle a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #pagetitle a:hover {
    opacity: 0.5;
  }
}

#pagetitle img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .blog-header__navbtn {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-header__navbtn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    display: block;
    cursor: pointer;
  }
}

.blog-header__navbtn.is-active {
  background: #ececec;
  border-left: 1px solid #dcdcdc;
}

.blog-header__navbtn.is-active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  display: block;
  width: 39px;
  height: 1px;
  background: #ececec;
}

.blog-header__navbtnbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #999;
}

.blog-header__navbtnbar::before, .blog-header__navbtnbar::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 0 0 -10px;
  border-radius: 2px;
  background: #999;
}

.blog-header__navbtnbar::before {
  top: -7px;
}

.blog-header__navbtnbar::after {
  bottom: -7px;
}

.blog-header__navbtn.is-active .blog-header__navbtnbar {
  background: transparent;
}

.blog-header__navbtn.is-active .blog-header__navbtnbar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.blog-header__navbtn.is-active .blog-header__navbtnbar::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1200px) {
  .blog-header__nav {
    margin: 0 60px 0 auto;
    font-size: 1.4rem;
    font-weight: 700;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .blog-header__nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-header__nav {
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: #ececec;
  }
}

@media (min-width: 1200px) {
  .blog-header__nav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .blog-header__nav_inner {
    padding: 20px;
    background: #ececec;
  }
}

@media (min-width: 1200px) {
  .blog-header__nav_inner li {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .blog-header__nav_inner li + li {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #e2e2e2;
  }
}

@media (min-width: 1200px) {
  .blog-header__nav_inner a {
    display: block;
    padding: 7px 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .blog-header__nav_inner a:hover {
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .blog-header__searchbtn {
    display: none;
  }
}

@media (max-width: 767px) {
  .blog-header__searchbtn {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 auto;
    background: url(../images/icon_search01_01.svg) no-repeat 50% 50%;
    background-size: 18px auto;
    cursor: pointer;
  }
}

.blog-header__searchbtn.is-active {
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  background: #ececec;
}

.blog-header__searchbtn.is-active::before, .blog-header__searchbtn.is-active::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #999;
}

.blog-header__searchbtn.is-active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.blog-header__searchbtn.is-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .blog-header__search {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .blog-header__search {
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: #ececec;
  }
}

@media (max-width: 767px) {
  .blog-header__search::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 41px;
    width: 38px;
    height: 1px;
    background: #ececec;
  }
}

@media (max-width: 767px) {
  .blog-header__search_inner {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .overlay {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
  }
}

/* ------------------------------------------------- *
 *    footer
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *    footer
 * ------------------------------------------------- */
#global__footer {
  background: #403d33;
}

@media (min-width: 1200px) {
  #global__footer {
    padding: 60px 0;
  }
}

@media (max-width: 1199px) {
  #global__footer {
    padding-bottom: 40px;
  }
}

/*    global__footer--category
* ------------------------------------------------- */
@media (min-width: 1200px) {
  #global__footer--category {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  #global__footer--category {
    margin-bottom: 25px;
  }
}

#global__footer--category .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1200px) {
  #global__footer--category .linkList {
    overflow: hidden;
    width: 703px;
    margin-bottom: -20px;
    font-size: 1.4rem;
    line-height: 1;
  }
}

@media (max-width: 1199px) {
  #global__footer--category .linkList {
    border-bottom: 1px solid #6f6e6a;
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  #global__footer--category .linkList li {
    margin: 0 43px 20px 0;
  }
}

@media (max-width: 1199px) {
  #global__footer--category .linkList li {
    width: 50%;
    height: 52px;
    text-align: center;
    margin-bottom: -1px;
    border-bottom: 1px solid #6f6e6a;
  }
}

@media (max-width: 1199px) {
  #global__footer--category .linkList li:nth-child(odd) {
    border-right: 1px solid #6f6e6a;
  }
}

@media (min-width: 1200px) {
  #global__footer--category .linkList li + li {
    position: relative;
    margin-left: -43px;
    padding-left: 43px;
  }
}

@media (min-width: 1200px) {
  #global__footer--category .linkList li + li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    display: block;
    width: 1px;
    height: 100%;
    background: #999;
  }
}

#global__footer--category .linkList li a {
  color: #fff;
}

@media (max-width: 1199px) {
  #global__footer--category .linkList li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px;
  }
}

@media (min-width: 768px) {
  #global__footer--category .linkList li a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1200px) {
  #global__footer--category .bnrlist1 {
    width: 285px;
  }
}

@media (max-width: 1199px) {
  #global__footer--category .bnrlist1 {
    display: none;
  }
}

#global__footer--category .bnrlist1_li a {
  display: block;
  background: #fff;
}

#global__footer--category .bnrlist1_li a.is-border1 {
  display: block;
  border: 1px solid #fff;
}

@media (min-width: 768px) {
  #global__footer--category .bnrlist1_li a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  #global__footer--category .bnrlist1_li a:hover {
    opacity: 0.5;
  }
}

#global__footer--category .bnrlist1_li a img {
  width: 100%;
  height: auto;
}

#global__footer--category .bnrlist1_li.is-cerezo a {
  padding: 15px 20px;
}

#global__footer--category .bnrlist1_li .cap {
  margin-top: 10px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}

/*    global__footer--common
* ------------------------------------------------- */
@media (min-width: 1200px) {
  #global__footer--common {
    padding-top: 30px;
    border-top: 1px solid #6f6e6a;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1199px) {
  #global__footer--common {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  #global__footer--common .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 1050px;
    margin: 0 auto -17px;
    padding-bottom: 35px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

@media (max-width: 1199px) {
  #global__footer--common .linkList {
    margin-bottom: 30px;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  #global__footer--common .linkList li {
    margin: 0 0 17px 0;
  }
}

@media (min-width: 1200px) {
  #global__footer--common .linkList li + li {
    position: relative;
    padding-left: 37px;
  }
}

@media (max-width: 1199px) {
  #global__footer--common .linkList li + li {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  #global__footer--common .linkList li + li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    display: block;
    width: 1px;
    height: 100%;
    background: #999;
  }
}

@media (min-width: 1200px) {
  #global__footer--common .linkList li + li.is-break {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  #global__footer--common .linkList li + li.is-break::before {
    display: none;
  }
}

#global__footer--common .linkList li a {
  color: #fff;
}

@media (min-width: 768px) {
  #global__footer--common .linkList li a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1200px) {
  #global__footer--common .bnrlist1 {
    display: none;
  }
}

@media (max-width: 1199px) {
  #global__footer--common .bnrlist1 {
    display: block;
  }
}

#global__footer--common .bnrlist1_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#global__footer--common .bnrlist1_li a {
  display: block;
  width: 143px;
  background: #fff;
}

#global__footer--common .bnrlist1_li a.is-border1 {
  display: block;
  border: 1px solid #fff;
}

#global__footer--common .bnrlist1_li a img {
  width: 100%;
  height: auto;
}

#global__footer--common .bnrlist1_li .cap {
  margin-left: 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}

#global__footer--common .bnrlist1_li.is-cerezo a {
  padding: 7px 5px;
}

@media (min-width: 1200px) {
  .footer_copyright {
    width: 137px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .footer_copyright {
    width: 115px;
    margin-bottom: 15px;
  }
}

.footer_copyright a {
  display: block;
}

@media (min-width: 1200px) {
  .footer_copyright a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .footer_copyright a:hover {
    opacity: 0.5;
  }
}

.footer_copyright img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------- *
 *    main
 * ------------------------------------------------- */
@media (min-width: 857px) {
  .l-main {
    width: 800px;
	margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .l-aside {
    width: 340px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .l-aside {
    margin: 80px 0 0;
  }
}

@media (max-width: 767px) {
  .l-aside {
    margin: 40px 0 0;
  }
}

/*    c-container
 * ------------------------------------------------- */
@media (min-width: 1200px) {
  .l-container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0 80px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .l-container {
    padding: 40px 20px 80px;
  }
}

@media (max-width: 767px) {
  .l-container {
    padding: 20px 20px 30px;
  }
}

/* ------------------------------------------------- *
 *    aside
 * ------------------------------------------------- */
/*    corpPageAsideNavi
 * ------------------------------------------------- */
#corpPageAsideNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dcdcdc;
  background: #f0f0f0;
}

@media (min-width: 768px) {
  #corpPageAsideNavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #corpPageAsideNavi {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.corp-page-footer-navi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item + .corp-page-footer-navi-item {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #dcdcdc;
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item + .corp-page-footer-navi-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 4.47761%;
    padding-left: 4.47761%;
    border-left: 1px solid #dcdcdc;
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .link {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .link {
    font-size: 0.9rem;
  }
}

.corp-page-footer-navi-item .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #515353;
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .link a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .corp-page-footer-navi-item .link a:hover {
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .link .ttl {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .link .ttl {
    margin-left: 7px;
  }
}

.corp-page-footer-navi-item .list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .list-sns li + li {
    margin-left: 40px;
  }
}

.corp-page-footer-navi-item .list-sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .list-sns a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .corp-page-footer-navi-item .list-sns a:hover {
    opacity: 0.5;
  }
}

.corp-page-footer-navi-item .list-sns .ttl {
  display: none;
}

.corp-page-footer-navi-item .icon {
  position: relative;
  display: block;
}

.corp-page-footer-navi-item .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_cocoromembers {
    width: 34px;
    height: 47px;
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_cocoromembers {
    width: 20px;
    height: 28px;
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_cocoromembers::before {
    -webkit-transform: translate(-50%, -50%) scale(0.86);
            transform: translate(-50%, -50%) scale(0.86);
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_cocoromembers::before {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_twitter {
    width: 30px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_twitter {
    width: 26px;
    height: 18px;
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_twitter::before {
    -webkit-transform: translate(-50%, -50%) scale(0.66667);
            transform: translate(-50%, -50%) scale(0.66667);
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_twitter::before {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_facebook {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_facebook {
    width: 23px;
    height: 23px;
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_facebook::before {
    -webkit-transform: translate(-50%, -50%) scale(0.66667);
            transform: translate(-50%, -50%) scale(0.66667);
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_facebook::before {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_youtube {
    width: 30px;
    height: 23px;
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_youtube {
    width: 23px;
    height: 18px;
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_youtube::before {
    -webkit-transform: translate(-50%, -50%) scale(0.66667);
            transform: translate(-50%, -50%) scale(0.66667);
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_youtube::before {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_instagram {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_instagram {
    width: 23px;
    height: 23px;
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_instagram::before {
    -webkit-transform: translate(-50%, -50%) scale(0.66667);
            transform: translate(-50%, -50%) scale(0.66667);
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_instagram::before {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_line {
    width: 30px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_line {
    width: 23px;
    height: 22px;
  }
}

@media (min-width: 768px) {
  .corp-page-footer-navi-item .icon.icon_line::before {
    -webkit-transform: translate(-50%, -50%) scale(0.66667);
            transform: translate(-50%, -50%) scale(0.66667);
  }
}

@media (max-width: 767px) {
  .corp-page-footer-navi-item .icon.icon_line::before {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
}

/* ================================================== *
 *
 *    COMMON STYLE
 *
 * ================================================== */
/* ------------------------------------------------- *
 *    button
 * ------------------------------------------------- */
/* ------------------------------------------------- *
*    effect
* ------------------------------------------------- */
/*    effect01
* ------------------------------------------------- */
.js-effect.c-effect01 {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.js-effect.c-effect01.is-effectActive {
  opacity: 1;
}

.js-effectChildren.c-effect01 > * {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.js-effectChildren.c-effect01 > *.is-effectActive {
  opacity: 1;
}

.js-effectStart.c-effect01 {
  opacity: 0;
}

.js-effectStart.c-effect01.is-effectActive {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 1;
}

/*    effect02
* ------------------------------------------------- */
.js-effect.c-effect02 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.js-effect.c-effect02.is-effectActive {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-effectChildren.c-effect02 > * {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.js-effectChildren.c-effect02 > *.is-effectActive {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-effectStart.c-effect02 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.js-effectStart.c-effect02.is-effectActive {
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, -webkit-transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease;
  transition: opacity 0.5s linear, transform 0.5s ease, -webkit-transform 0.5s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ------------------------------------------------- *
 *    Form
 * ------------------------------------------------- */
/*    searchform
 * ------------------------------------------------- */
.searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .searchform > div {
    width: 100%;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .searchform > div {
    width: 100%;
    height: 40px;
  }
}

.searchform input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 20px 0 19px;
  border-top: 1px solid #dcdcdc;
  border-right: none;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  background: #f0f0f0;
}

@media (min-width: 768px) {
  .searchform input[type="text"] {
    display: block;
    width: calc(100% - 36px);
    height: 100%;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .searchform input[type="text"] {
    display: block;
    width: calc(100% - 40px);
    height: 100%;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .blog-header__search .searchform input[type="text"] {
    background: #fff;
  }
}

.searchform input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 768px) {
  .searchform input[type="submit"] {
    display: block;
    width: 36px;
    height: 100%;
    border: none;
    border-radius: none;
    background: #ccc url(../images/icon_search01_02.svg) no-repeat 50% 50%;
    background-size: 20px auto;
  }
}

@media (max-width: 767px) {
  .searchform input[type="submit"] {
    display: block;
    width: 40px;
    height: 100%;
    border: none;
    border-radius: none;
    background: #ccc url(../images/icon_search01_02.svg) no-repeat 50% 50%;
    background-size: 18px auto;
  }
}

@media (min-width: 1200px) {
  .searchform input[type="submit"] {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .searchform input[type="submit"]:hover {
    opacity: 0.5;
  }
}

/* ------------------------------------------------- *
 *    Frame
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *    grid
 * ------------------------------------------------- */
.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-grid.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .c-grid.is-reverse-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .c-grid.is-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.c-grid.is-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .c-grid.is-center-pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .c-grid.is-center-sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-grid.is-vCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .c-grid.is-vCenter-pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .c-grid.is-vCenter-sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .c-grid-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-grid-pc.is-reverse-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-grid-pc.is-center-pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-grid-pc.is-vCenter-pc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .c-grid-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-grid-sp.is-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-grid-sp.is-center-sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-grid-sp.is-vCenter-sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.is-col1 > .c-grid_unit {
  width: 100%;
}

@media (min-width: 768px) {
  .is-col1-pc > .c-grid_unit {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .is-col1-sp > .c-grid_unit {
    width: 100%;
  }
}

.is-col2 > .c-grid_unit {
  width: 50%;
}

@media (min-width: 768px) {
  .is-col2-pc > .c-grid_unit {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .is-col2-sp > .c-grid_unit {
    width: 50%;
  }
}

.is-col3 > .c-grid_unit {
  width: 33.33333%;
}

@media (min-width: 768px) {
  .is-col3-pc > .c-grid_unit {
    width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .is-col3-sp > .c-grid_unit {
    width: 33.33333%;
  }
}

.is-col4 > .c-grid_unit {
  width: 25%;
}

@media (min-width: 768px) {
  .is-col4-pc > .c-grid_unit {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .is-col4-sp > .c-grid_unit {
    width: 25%;
  }
}

.is-col5 > .c-grid_unit {
  width: 20%;
}

@media (min-width: 768px) {
  .is-col5-pc > .c-grid_unit {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .is-col5-sp > .c-grid_unit {
    width: 20%;
  }
}

.is-col6 > .c-grid_unit {
  width: 16.66667%;
}

@media (min-width: 768px) {
  .is-col6-pc > .c-grid_unit {
    width: 16.66667%;
  }
}

@media (max-width: 767px) {
  .is-col6-sp > .c-grid_unit {
    width: 16.66667%;
  }
}

.is-gutter10 {
  margin-right: -5px;
  margin-left: -5px;
}

.is-gutter10 > * {
  padding-right: 5px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .is-gutter10-pc {
    margin-right: -5px;
    margin-left: -5px;
  }
  .is-gutter10-pc > * {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .is-gutter10-sp {
    margin-right: -5px;
    margin-left: -5px;
  }
  .is-gutter10-sp > * {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.is-gutter20 {
  margin-right: -10px;
  margin-left: -10px;
}

.is-gutter20 > * {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .is-gutter20-pc {
    margin-right: -10px;
    margin-left: -10px;
  }
  .is-gutter20-pc > * {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .is-gutter20-sp {
    margin-right: -10px;
    margin-left: -10px;
  }
  .is-gutter20-sp > * {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.is-gutter30 {
  margin-right: -15px;
  margin-left: -15px;
}

.is-gutter30 > * {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .is-gutter30-pc {
    margin-right: -15px;
    margin-left: -15px;
  }
  .is-gutter30-pc > * {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .is-gutter30-sp {
    margin-right: -15px;
    margin-left: -15px;
  }
  .is-gutter30-sp > * {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.is-gutter40 {
  margin-right: -20px;
  margin-left: -20px;
}

.is-gutter40 > * {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .is-gutter40-pc {
    margin-right: -20px;
    margin-left: -20px;
  }
  .is-gutter40-pc > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .is-gutter40-sp {
    margin-right: -20px;
    margin-left: -20px;
  }
  .is-gutter40-sp > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.is-gutter50 {
  margin-right: -25px;
  margin-left: -25px;
}

.is-gutter50 > * {
  padding-right: 25px;
  padding-left: 25px;
}

@media (min-width: 768px) {
  .is-gutter50-pc {
    margin-right: -25px;
    margin-left: -25px;
  }
  .is-gutter50-pc > * {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .is-gutter50-sp {
    margin-right: -25px;
    margin-left: -25px;
  }
  .is-gutter50-sp > * {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.is-gutter60 {
  margin-right: -30px;
  margin-left: -30px;
}

.is-gutter60 > * {
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 768px) {
  .is-gutter60-pc {
    margin-right: -30px;
    margin-left: -30px;
  }
  .is-gutter60-pc > * {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .is-gutter60-sp {
    margin-right: -30px;
    margin-left: -30px;
  }
  .is-gutter60-sp > * {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.is-gutter70 {
  margin-right: -35px;
  margin-left: -35px;
}

.is-gutter70 > * {
  padding-right: 35px;
  padding-left: 35px;
}

@media (min-width: 768px) {
  .is-gutter70-pc {
    margin-right: -35px;
    margin-left: -35px;
  }
  .is-gutter70-pc > * {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .is-gutter70-sp {
    margin-right: -35px;
    margin-left: -35px;
  }
  .is-gutter70-sp > * {
    padding-right: 35px;
    padding-left: 35px;
  }
}

.is-gutter80 {
  margin-right: -40px;
  margin-left: -40px;
}

.is-gutter80 > * {
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 768px) {
  .is-gutter80-pc {
    margin-right: -40px;
    margin-left: -40px;
  }
  .is-gutter80-pc > * {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .is-gutter80-sp {
    margin-right: -40px;
    margin-left: -40px;
  }
  .is-gutter80-sp > * {
    padding-right: 40px;
    padding-left: 40px;
  }
}

/* ------------------------------------------------- *
 *    icons
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *    link
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *    media
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *    nav
 * ------------------------------------------------- */
/*    .wp-pagenavi
 * ------------------------------------------------- */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: arial, sans-serif;
}

@media (min-width: 768px) {
  .wp-pagenavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px 0 0;
    color: #999;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .wp-pagenavi {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 25px 0 -5px;
    font-size: 1.4rem;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 0;
  margin: 0;
}

.wp-pagenavi a {
  color: #999;
}

@media (min-width: 1200px) {
  .wp-pagenavi a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .wp-pagenavi a:hover {
    opacity: 0.5;
  }
}

@media (min-width: 1200px) {
  .wp-pagenavi a:hover {
    border-color: #dcdcdc;
  }
}

@media (min-width: 768px) {
  .wp-pagenavi .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 36px;
    height: 36px;
    margin: 0 3px;
    border: 1px solid #dcdcdc;
    background: #f0f0f0;
  }
}

@media (max-width: 767px) {
  .wp-pagenavi .page {
    display: none;
  }
}

@media (min-width: 768px) {
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75px;
    height: 36px;
    margin: 0 3px;
    border: 1px solid #dcdcdc;
    background: #f0f0f0;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

@media (max-width: 767px) {
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: none;
  }
}

@media (min-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 36px;
    height: 36px;
    margin: 0 3px;
    border: 1px solid #dcdcdc;
    background: #f0f0f0;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    overflow: hidden;
    display: block;
    width: 20px;
    height: 30px;
    text-indent: -999px;
    background: url(../images/icon_arrow01_01.svg) no-repeat 100% 50%;
    background-size: 10px 15px;
  }
}

@media (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin: 0 auto 0 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin: 0 0 0 auto;
  }
}

@media (min-width: 768px) {
  .wp-pagenavi .current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 36px;
    height: 36px;
    margin: 0 3px;
    background: #e6000d;
    color: #fff;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .wp-pagenavi .current {
    display: none;
  }
}

@media (min-width: 768px) {
  .wp-pagenavi .pages {
    margin: 0 17px 0 0;
  }
}

@media (max-width: 767px) {
  .wp-pagenavi .pages {
    position: absolute;
    top: 0;
    left: 50%;
    line-height: 30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .wp-pagenavi .extend {
    margin: 0 12px;
  }
}

@media (max-width: 767px) {
  .wp-pagenavi .extend {
    display: none;
  }
}

/* ------------------------------------------------- *
 *    section
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *    sns
 * ------------------------------------------------- */
/*    sns_buttons
 * ------------------------------------------------- */
@media (min-width: 768px) {
  .sns_buttons {
    min-width: 305px;
    height: 25px;
  }
}

@media (max-width: 767px) {
  .sns_buttons {
    display: none;
  }
}

.sns_buttons li {
  display: inline-block;
  height: 21px;
  margin: 1px 2px;
  max-width: 120px;
  overflow: hidden;
}

.sns_buttons li.fb {
  min-width: 100px;
}

.sns_buttons li.twitter {
  min-width: 90px;
}

.sns_buttons li.g_plus {
  width: 70px;
}

.sns_buttons li a {
  font-size: 1px;
  color: #eee;
}

#main .entry .entry_head .sns_buttons {
  left: auto;
  position: absolute;
  left: 400px;
  bottom: 0;
  _height: 23px;
  _overflow: hidden;
}

@media (max-width: 767px) {
  #main.is-under .entry_head .sns_buttons {
    display: block;
    position: static;
    margin: -27px 0 0 0;
  }
}

#header .sns_buttons {
  position: static;
  float: right;
  min-width: inherit;
  margin: 7px 0 0 0;
  height: 21px;
}

#corpPageAside .sns_buttons {
  display: none;
}

@media (max-width: 767px) {
  #corpPageAside .sns_buttons {
    display: block;
    position: static;
    padding: 20px 0;
    background: #f0f0f0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #corpPageAside .sns_buttons li {
    text-align: left;
  }
}

.sns_buttons {
  min-height: 1px;
}

.sns_buttons:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

* html .sns_buttons {
  height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

@media (min-width: 768px) {
  .bottom_sns {
    margin: 90px 0 0;
  }
}

@media (max-width: 767px) {
  .bottom_sns {
    margin: 40px 0 0;
  }
}

.sns_buttons_tall {
  margin: 0 auto;
  width: auto;
  padding: 30px 109px;
  background: #eee;
}

@media (max-width: 767px) {
  .sns_buttons_tall {
    width: 100%;
    padding: 30px 0 30px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.sns_buttons_tall li {
  float: left;
  height: 66px;
  margin: 5px;
}

.sns_buttons_tall li.please_share {
  height: auto;
}

.sns_buttons_tall li.twitter {
  padding-top: 0;
  height: auto;
}

.sns_buttons_tall li.twitter .twitter_list {
  display: block;
}

.sns_buttons_tall::after {
  clear: both;
  content: "";
  display: block;
}

.twitter_list_button {
  display: block;
  background: #fff;
  border: 1px solid #9197a3;
  border-radius: 2px;
  color: #4e5665;
  font-size: 13px;
  height: 24px;
  margin: 0;
  min-width: 35px;
  padding: 6px 1px 2px 3px;
  text-align: center;
  white-space: nowrap;
}

.twitter_list_after {
  bottom: 1px;
  height: 7px;
  left: 7px;
  position: relative;
  width: 0;
  z-index: 2;
}

.twitter_list_after s,
.twitter_list_after i {
  border-color: #9197a3 transparent transparent;
  border-right: 5px solid transparent;
  border-style: solid;
  border-width: 5px;
  display: block;
  position: relative;
}

.twitter_list_after i {
  border-top-color: #fff;
  left: 0;
  top: -12px;
}

.please_share {
  border: 1px solid #f8f8c8;
  padding: 12px 5px 12px 10px;
  width: 60px;
  color: #cc4;
  border-radius: 28px;
  font-weight: bold;
  text-indent: -.4em;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,ffffcc+100 */
  background: #fefcea;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fefcea), to(#ffffcc));
  background: linear-gradient(to bottom, #fefcea 0%, #ffffcc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ffffcc',GradientType=0 );
  /* IE6-9 */
}

.ic_announce, .ic_arw01b, .ic_arw01lg, .ic_arw01w, .ic_arw02g, .ic_arw02r, .ic_arw02w, .ic_cocoroplus, .corp-page-footer-navi-item .icon.icon_cocoromembers::before, .ic_facebook, .corp-page-footer-navi-item .icon.icon_facebook::before, .ic_iclub, .ic_instagram, .corp-page-footer-navi-item .icon.icon_instagram::before, .ic_line, .corp-page-footer-navi-item .icon.icon_line::before, .ic_search, .ic_twitter, .corp-page-footer-navi-item .icon.icon_twitter::before, .ic_youtube, .corp-page-footer-navi-item .icon.icon_youtube::before {
  background: url("../images/sprite.svg") no-repeat;
}

.ic_announce {
  background-position: 0 0;
}

.ic_announce-dims {
  width: 20px;
  height: 32.48px;
}

.ic_arw01b {
  background-position: 4.484304932735426% 6.573705179282869%;
}

.ic_arw01b-dims {
  width: 18px;
  height: 30px;
}

.ic_arw01lg {
  background-position: 8.52017937219731% 12.549800796812749%;
}

.ic_arw01lg-dims {
  width: 18px;
  height: 30px;
}

.ic_arw01w {
  background-position: 12.556053811659194% 18.52589641434263%;
}

.ic_arw01w-dims {
  width: 18px;
  height: 30px;
}

.ic_arw02g {
  background-position: 16.517857142857142% 24.212598425196852%;
}

.ic_arw02g-dims {
  width: 16px;
  height: 24px;
}

.ic_arw02r {
  background-position: 20.089285714285715% 28.937007874015748%;
}

.ic_arw02r-dims {
  width: 16px;
  height: 24px;
}

.ic_arw02w {
  background-position: 23.660714285714285% 33.661417322834644%;
}

.ic_arw02w-dims {
  width: 16px;
  height: 24px;
}

.ic_cocoroplus, .corp-page-footer-navi-item .icon.icon_cocoromembers::before {
  background-position: 28.77358490566038% 40.905372238887374%;
}

.ic_cocoroplus-dims, .corp-page-footer-navi-item .icon.icon_cocoromembers::before {
  width: 40px;
  height: 55.29px;
}

.ic_facebook, .corp-page-footer-navi-item .icon.icon_facebook::before {
  background-position: 38.66348448687351% 51.540041067761805%;
}

.ic_facebook-dims, .corp-page-footer-navi-item .icon.icon_facebook::before {
  width: 45px;
  height: 45px;
}

.ic_iclub {
  background-position: 48.59154929577465% 59.91902834008097%;
}

.ic_iclub-dims {
  width: 38px;
  height: 38px;
}

.ic_instagram, .corp-page-footer-navi-item .icon.icon_instagram::before {
  background-position: 58.472553699284006% 68.58175396809101%;
}

.ic_instagram-dims, .corp-page-footer-navi-item .icon.icon_instagram::before {
  width: 45px;
  height: 44.99px;
}

.ic_line, .corp-page-footer-navi-item .icon.icon_line::before {
  background-position: 69.21241050119332% 77.48768170759134%;
}

.ic_line-dims, .corp-page-footer-navi-item .icon.icon_line::before {
  width: 45px;
  height: 42.89px;
}

.ic_search {
  background-position: 78.82352941176471% 85.4251012145749%;
}

.ic_search-dims {
  width: 39px;
  height: 38px;
}

.ic_twitter, .corp-page-footer-navi-item .icon.icon_twitter::before {
  background-position: 89.26014319809069% 92.8580079938633%;
}

.ic_twitter-dims, .corp-page-footer-navi-item .icon.icon_twitter::before {
  width: 45px;
  height: 36.62px;
}

.ic_youtube, .corp-page-footer-navi-item .icon.icon_youtube::before {
  background-position: 100% 99.85534035200514%;
}

.ic_youtube-dims, .corp-page-footer-navi-item .icon.icon_youtube::before {
  width: 45px;
  height: 34.28px;
}

/* ------------------------------------------------- *
 *    table
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *    title
 * ------------------------------------------------- */
/*    title01
 * ------------------------------------------------- */
.title01 {
  border-top: 2px solid #e6000d;
  font-weight: 700;
}

@media (min-width: 768px) {
  .title01 {
    margin: 0 0 20px;
    padding: 20px 0 0;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .title01 {
    margin: 0 0 40px;
    padding: 10px 0 0;
    font-size: 2rem;
  }
}

/*    title02
 * ------------------------------------------------- */
.title02 {
  border-top: 2px solid #e6000d;
}

@media (min-width: 768px) {
  .title02 {
    padding: 0 0 50px;
  }
}

@media (max-width: 767px) {
  .title02 {
    padding: 0 0 30px;
  }
}

.title02_image img {
  width: 100%;
  height: auto;
}

.title02_text {
  display: block;
  margin: 1em 0 0;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .title02_text {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .title02_text {
    font-size: 1.4rem;
  }
}

/*    title03
 * ------------------------------------------------- */
@media (min-width: 768px) {
  .title03 {
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .title03 {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------- *
 *    typography
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *    widget
 * ------------------------------------------------- */
/*    widgettitle
 * ------------------------------------------------- */
.widgettitle {
  font-weight: 700;
}

@media (min-width: 768px) {
  .widgettitle {
    padding: 18px 0;
    border-top: 2px solid #e6000d;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .widgettitle {
    padding: 10px 20px;
    background: #b4b4b4;
    color: #fff;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .blog-header__nav .widgettitle {
    padding: 0 0 10px;
    background: transparent;
    color: #000;
  }
}

@media (max-width: 767px) {
  .widget_addrecent .widgettitle {
    padding: 10px 20px;
    background: transparent;
    border-top: 2px solid #e6000d;
    color: #000;
  }
}

/*    widget_media_image
 * ------------------------------------------------- */
.widget_media_image {
  margin: 0 0 40px;
}

.widget_media_image a {
  display: block;
}

@media (min-width: 1200px) {
  .widget_media_image a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .widget_media_image a:hover {
    opacity: 0.5;
  }
}

.widget_media_image img {
  width: 100%;
  height: auto;
}

/*    widget_categories, widget_addarchive
 * ------------------------------------------------- */
@media (min-width: 768px) {
  .widget_categories,
  .widget_addarchive {
    margin: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .widget_categories,
  .widget_addarchive {
    margin: 0 -20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .widget_categories > ul,
  .widget_addarchive > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .widget_categories > ul > .cat-item,
  .widget_addarchive > ul > .cat-item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .blog-header__nav .widget_categories, .blog-header__nav
  .widget_addarchive {
    margin: 0 0 25px;
  }
}

@media (max-width: 767px) {
  .blog-header__nav .widget_categories > ul, .blog-header__nav
  .widget_addarchive > ul {
    border: 1px solid #dcdcdc;
    background: #fff;
  }
}

.cat-item {
  border-top: 1px solid #dcdcdc;
  font-weight: 700;
}

@media (min-width: 768px) {
  .cat-item {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .cat-item {
    border-top: none;
    border-bottom: 1px solid #dcdcdc;
  }
}

@media (max-width: 767px) {
  .cat-item {
    font-size: 1.4rem;
  }
}

.cat-item:first-child {
  border-top: none;
}

.cat-item:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.cat-item > a {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .cat-item > a {
    padding: 20px 0 20px 30px;
  }
}

@media (max-width: 767px) {
  .cat-item > a {
    padding: 15px 40px 15px 20px;
  }
}

@media (min-width: 1200px) {
  .cat-item > a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .cat-item > a:hover {
    opacity: 0.5;
  }
}

.cat-item > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icon_arrow01_01.svg) no-repeat 0 0;
}

@media (min-width: 768px) {
  .cat-item > a::before {
    left: 0;
    width: 7px;
    height: 10px;
    background-size: 7px 10px;
  }
}

@media (max-width: 767px) {
  .cat-item > a::before {
    right: 15px;
    width: 8px;
    height: 11px;
    background-size: 8px 11px;
  }
}

.cat-item.is-haschildren > a::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  width: 20px;
  height: 20px;
  border-top: 9px solid #b4b4b4;
  border-right: 4px solid #b4b4b4;
  border-bottom: 9px solid #b4b4b4;
  border-left: 4px solid #b4b4b4;
}

@media (max-width: 767px) {
  .cat-item.is-haschildren > a::before {
    right: 10px;
  }
}

.cat-item.is-haschildren > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 12px;
  margin: auto;
  background: #fff;
}

@media (min-width: 768px) {
  .cat-item.is-haschildren > a::after {
    left: 9px;
  }
}

@media (max-width: 767px) {
  .cat-item.is-haschildren > a::after {
    right: 19px;
  }
}

.cat-item.is-haschildren.is-active > a::after {
  display: none;
}

.cat-item .children {
  display: none;
}

@media (min-width: 768px) {
  .cat-item .children {
    margin: 0 0 10px 30px;
  }
}

@media (max-width: 767px) {
  .cat-item .children {
    border-top: 1px solid #dcdcdc;
    padding: 0 0 0 60px;
    background: #ececec;
  }
}

.children .cat-item {
  font-weight: 400;
}

@media (min-width: 768px) {
  .children .cat-item {
    border-top: none;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .children .cat-item {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .children .cat-item {
    font-size: 1.2rem;
  }
}

.children .cat-item:last-child {
  border-bottom: none;
}

.children .cat-item a {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .children .cat-item a {
    padding: 5px 0 5px 15px;
  }
}

@media (max-width: 767px) {
  .children .cat-item a {
    padding: 12px 40px 12px 0;
  }
}

.children .cat-item a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icon_arrow01_01.svg) no-repeat 0 0;
}

@media (min-width: 768px) {
  .children .cat-item a::before {
    left: 0;
    width: 7px;
    height: 10px;
    background-size: 7px 10px;
  }
}

@media (max-width: 767px) {
  .children .cat-item a::before {
    right: 15px;
    width: 8px;
    height: 11px;
    background-size: 8px 11px;
  }
}

.blog-header__nav .cat-item:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .blog-header__nav .cat-item .children {
    background: #fff;
  }
}

/*    widget_addrecent
 * ------------------------------------------------- */
@media (min-width: 768px) {
  .widget_addrecent {
    margin: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .widget_addrecent {
    margin: 0 -20px 40px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .widget_addrecent > ul {
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .widget_addrecent > ul {
    margin: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .widget_addrecent > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .widget_addrecent > ul > .addrecent_item {
    width: calc(50% - 10px);
  }
}

.addrecent_item {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .addrecent_item {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1200px) {
  .addrecent_item:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .addrecent_item:first-child {
    margin-top: 10px;
  }
}

.addrecent_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 1200px) {
  .addrecent_item a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .addrecent_item a:hover {
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .widget_addrecent.is-simple .addrecent_item {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
  }
}

@media (max-width: 767px) {
  .widget_addrecent.is-simple .addrecent_item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
  }
}

.addrecent_image {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 20px 0 0;
}

@media (min-width: 768px) {
  .addrecent_image {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .addrecent_image {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
  }
}

.addrecent_image img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.widget_addrecent.is-simple .addrecent_image {
  display: none;
}

.addrecent_title {
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  .addrecent_title {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .addrecent_title {
    font-size: 1.2rem;
  }
}

.addrecent_date {
  display: block;
  margin: 1em 0 0;
}

@media (min-width: 768px) {
  .addrecent_date {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .addrecent_date {
    font-size: 1rem;
  }
}

/*    widget_search
 * ------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
  .widget_search {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .widget_search {
    margin: 30px 0 0;
  }
}

/* ------------------------------------------------- *
 *    entrydetail
 * ------------------------------------------------- */
/*    .entrydetail
 * ------------------------------------------------- */
.entrydetail .post-categories {
  overflow: hidden;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .entrydetail .post-categories {
    margin: 0;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .entrydetail .post-categories {
    width: 100%;
    margin: 5px 0 0;
    padding: 0 1px;
    font-size: 1rem;
  }
}

.entrydetail .post-categories li {
  float: left;
  display: block;
}

@media (min-width: 768px) {
  .entrydetail .post-categories li {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #d0d0d0;
  }
}

@media (max-width: 767px) {
  .entrydetail .post-categories li {
    margin: 5px 0 0 -1px;
    padding: 0 10px;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
  }
}

@media (min-width: 768px) {
  .entrydetail .post-categories li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.entrydetail .post-categories a {
  color: #030099;
}

.entrydetail_head {
  border-top: 2px solid #e6000d;
  background: #f0f0f0;
  border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 768px) {
  .entrydetail_head {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .entrydetail_head {
    margin: -20px -20px 0;
  }
}

.entrydetail_kv img {
  width: 100%;
  height: auto;
}

.entrydetail_title {
  padding: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .entrydetail_title {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_title {
    font-size: 1.8rem;
  }
}

.entrydetail_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #dcdcdc;
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .entrydetail_info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 20px;
  }
}

@media (max-width: 767px) {
  .entrydetail_info {
    padding: 10px 20px;
  }
}

.entrydetail_date {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .entrydetail_date {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_date {
    font-size: 1rem;
  }
}

.entrydetail_author {
  border-left: 1px solid #d0d0d0;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 768px) {
  .entrydetail_author {
    margin: 0 auto 0 10px;
    padding: 0 0 0 10px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_author {
    margin: 0 auto 0 10px;
    padding: 0 0 0 10px;
    font-size: 1rem;
  }
}

.entrydetail_author a {
  color: #030099;
  font-weight: 400;
}

@media (min-width: 768px) {
  .entrydetail_body {
    margin: 20px 0 0;
  }
}

@media (max-width: 767px) {
  .entrydetail_body {
    margin: 30px 0 0;
  }
}

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

@media (min-width: 768px) {
  .entrydetail_body .addthis_sharing_toolbox.at_page_top {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .entrydetail_body .addthis_sharing_toolbox.at_page_top {
    display: none;
  }
}

@media (min-width: 768px) {
  .entrydetail_body_inner {
    margin: 40px 0 0;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_body_inner {
    font-size: 1.4rem;
  }
}

.entrydetail_body_inner h1 {
  border-left: 4px solid #e6000d;
  color: #e6000d;
  font-weight: 700;
}

@media (min-width: 768px) {
  .entrydetail_body_inner h1 {
    margin: 40px 0 0;
    padding: 0 0 0 20px;
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_body_inner h1 {
    margin: 30px 0 0;
    padding: 0 0 0 15px;
    font-size: 1.6rem;
  }
}

.entrydetail_body_inner h1:first-child {
  margin-top: 0;
}

.entrydetail_body_inner h2 {
  position: relative;
  font-weight: 700;
}

@media (min-width: 768px) {
  .entrydetail_body_inner h2 {
    margin: 40px 0 0;
    padding: 20px 0 0 23px;
    border-top: 1px solid #e2e2e2;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_body_inner h2 {
    margin: 30px 0 0;
    padding: 0 0 0 15px;
    font-size: 1.6rem;
  }
}

.entrydetail_body_inner h2::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0.75em 0 0;
  background: #e6000d;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .entrydetail_body_inner h2::before {
    top: 20px;
  }
}

.entrydetail_body_inner p {
  padding-top: 1em;
  line-height: 1.8;
}

.entrydetail_body_inner p:first-child {
  padding-top: 0;
}

.entrydetail_body_inner p img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.entrydetail_body_inner img.aligncenter, .entrydetail_body_inner img.alignnone {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entrydetail_body_inner img.alignleft {
  margin-left: 0;
}

.entrydetail_body_inner img.alignright {
  margin-right: 0;
}

.entrydetail_body_inner img + span {
  display: block;
}

.entrydetail_body_inner a {
  color: #030099;
  text-decoration: underline;
}

.entrydetail_body_inner del {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #e7e7e7));
  background: linear-gradient(transparent 60%, #e7e7e7 0%);
  text-decoration: none;
}

.entrydetail_body_inner .wp-caption,
.entrydetail_body_inner .gallery-caption {
  max-width: 100%;
}

.entrydetail_body_inner div {
  padding-top: 1em;
  line-height: 1.8;
}

.entrydetail_body_inner div.alignnone,
.entrydetail_body_inner div.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.entrydetail_body_inner .entrydetail_notes {
  color: #999;
  text-align: center;
}

@media (min-width: 768px) {
  .entrydetail_body_inner .entrydetail_notes {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_body_inner .entrydetail_notes {
    font-size: 1.1rem;
  }
}

.entrydetail_body_inner .entrydetail_listnotes {
  color: #999;
}

@media (min-width: 768px) {
  .entrydetail_body_inner .entrydetail_listnotes {
    margin: 40px 0 0;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_body_inner .entrydetail_listnotes {
    margin: 30px 0 0;
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .entrydetail_body_inner .entrydetail_listnotes li {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_body_inner .entrydetail_listnotes li {
    font-size: 1.1rem;
  }
}

.entrydetail_body_inner .entrydetail_listnotes.is-num {
  position: relative;
  text-indent: -2.5em;
  margin-left: 2.5em;
}

.entrydetail_body_inner .entrydetail_listnotes.is-num li {
  margin: .5em 0;
  padding-left: 2em;
}

.entrydetail_body_inner .entrydetail_listnotes.is-num li span {
  position: absolute;
  left: 0;
}

.entrydetail_body_inner .entrydetail_interview_title {
  margin-top: 0.5em;
  margin-left: 1em;
  text-indent: -1em;
  font-weight: 700;
}

.entrydetail_body_inner .entrydetail_interview_title::before {
  content: "—";
}

.entrydetail_body_inner .entrydetail_interview_text_label {
  font-weight: 700;
}

.entrydetail_body_inner .entrydetail_interview_text_label.is-type1 {
  color: #03a9f4;
}

.entrydetail_body_inner .entrydetail_interview_text_label.is-type2 {
  color: #f44336;
}

.entrydetail_body_inner .entrydetail_interview_text_label.is-type3 {
  color: #4caf50;
}

.entrydetail_body_inner .entrydetail_interview_text_label.is-type4 {
  color: #ab47bc;
}

.entrydetail_body_inner .entrydetail_interview_text_label.is-type5 {
  color: #a27c5b;
}

.entrydetail_body_inner .entrydetail_interview_text_label.is-type6 {
  color: #4db6ac;
}

.entrydetail_body_inner .entrydetail_button {
  position: relative;
  display: inline-block;
  height: auto;
  margin: 20px 0 0;
  padding: 10px 30px;
  background: #b4b4b4;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 768px) {
  .entrydetail_body_inner .entrydetail_button {
    min-width: 360px;
  }
}

@media (max-width: 767px) {
  .entrydetail_body_inner .entrydetail_button {
    width: 100%;
  }
}

.entrydetail_body_inner .entrydetail_button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 7px;
  height: 10px;
  margin: auto;
  background: url(../images/icon_arrow01_02.svg) no-repeat 0 0;
  background-size: 7px 10px;
}

@media (min-width: 768px) {
  .entrydetail_body_inner .entrydetail_button::after {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .entrydetail_body_inner .entrydetail_button::after {
    right: 7px;
  }
}

@media (min-width: 1200px) {
  .entrydetail_body_inner .entrydetail_button {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .entrydetail_body_inner .entrydetail_button:hover {
    opacity: 0.5;
  }
}

.entrydetail_body_inner .entrydetail_supplement {
  border-top: 1px solid #dcdcdc;
}

@media (min-width: 768px) {
  .entrydetail_body_inner .entrydetail_supplement {
    margin: 60px 0 0;
  }
}

@media (max-width: 767px) {
  .entrydetail_body_inner .entrydetail_supplement {
    margin: 40px 0 0;
  }
}

.csw-search-container {
	box-sizing: content-box;
}
input.csw-text-box[type=search]  {
	box-sizing: border-box;
}

.entrydetail_return {
  border-top: 1px solid #dcdcdc;
}

.like-arti-button {
	box-sizing: content-box;
}

@media (min-width: 768px) {
  .entrydetail_return {
    margin: 20px 0 0;
  }
}

@media (max-width: 767px) {
  .entrydetail_return {
    margin: 40px -20px 0;
  }
}

@media (min-width: 768px) {
  .entrydetail_return_inner {
    margin: 20px 0 0;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_return_inner {
    margin: 15px 20px 0;
    font-size: 1.1rem;
  }
}

.entrydetail_return_inner a {
  position: relative;
  color: #030099;
}

@media (min-width: 768px) {
  .entrydetail_return_inner a {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .entrydetail_return_inner a {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .entrydetail_return_inner a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .entrydetail_return_inner a:hover {
    opacity: 0.5;
  }
}

.entrydetail_return_inner a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icon_arrow01_01.svg) no-repeat 0 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 768px) {
  .entrydetail_return_inner a::before {
    width: 7px;
    height: 10px;
    background-size: 7px 10px;
  }
}

@media (max-width: 767px) {
  .entrydetail_return_inner a::before {
    width: 5px;
    height: 7px;
    background-size: 5px 7px;
  }
}

.entrydetail_relationlink {
  background: #f0f0f0;
}

@media (min-width: 768px) {
  .entrydetail_relationlink {
    margin: 30px 0 0;
    padding: 20px 40px 40px;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationlink {
    margin: 40px -20px 0;
    padding: 20px 20px 40px;
  }
}

.entrydetail_relationlink_title {
  color: #999;
  font-weight: 700;
}

@media (min-width: 768px) {
  .entrydetail_relationlink_title {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationlink_title {
    font-size: 1.6rem;
  }
}

.entrydetail_relationlink_list li {
  margin: 20px 0 0;
}

.entrydetail_relationlink_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #030099;
}

@media (min-width: 1200px) {
  .entrydetail_relationlink_list a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .entrydetail_relationlink_list a:hover {
    opacity: 0.5;
  }
}

.entrydetail_relationlink_list_image {
  position: relative;
  background: #fff;
}

@media (min-width: 768px) {
  .entrydetail_relationlink_list_image {
    width: 160px;
    max-width: 160px;
    min-width: 160px;
    height: 120px;
    margin: 0 20px 0 0;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationlink_list_image {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    height: 90px;
    margin: 0 15px 0 0;
  }
}

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

.entrydetail_relationlink_list_text {
  position: relative;
  font-weight: 700;
}

@media (min-width: 768px) {
  .entrydetail_relationlink_list_text {
    padding: 0 0 0 15px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationlink_list_text {
    padding: 0 0 0 12px;
    font-size: 1.4rem;
  }
}

.entrydetail_relationlink_list_text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/icon_arrow01_01.svg) no-repeat 0 0;
}

@media (min-width: 768px) {
  .entrydetail_relationlink_list_text::before {
    width: 7px;
    height: 10px;
    background-size: 7px 10px;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationlink_list_text::before {
    width: 5px;
    height: 7px;
    background-size: 5px 7px;
  }
}

@media (min-width: 768px) {
  .entrydetail_relationentry {
    margin: 60px 0 40px;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationentry {
    margin: 0 -20px 40px;
  }
}

.entrydetail_relationentry_title {
  font-weight: 700;
}

@media (min-width: 768px) {
  .entrydetail_relationentry_title {
    padding: 18px 0;
    border-top: 2px solid #e6000d;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationentry_title {
    padding: 10px 20px;
    border-top: 2px solid #e6000d;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .entrydetail_relationentry_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationentry_list {
    margin: 0 20px;
  }
}

@media (min-width: 768px) {
  .entrydetail_relationentry_item {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationentry_item {
    margin: 20px 0 0;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationentry_item:first-child {
    margin-top: 10px;
  }
}

.entrydetail_relationentry_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 1200px) {
  .entrydetail_relationentry_item a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .entrydetail_relationentry_item a:hover {
    opacity: 0.5;
  }
}

.entrydetail_relationentry_image {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 20px 0 0;
}

@media (min-width: 768px) {
  .entrydetail_relationentry_image {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationentry_image {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
    height: 90px;
  }
}

.entrydetail_relationentry_image img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.entrydetail_relationentry_text {
  display: block;
  font-weight: 700;
}

@media (min-width: 768px) {
  .entrydetail_relationentry_text {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationentry_text {
    font-size: 1.2rem;
  }
}

.entrydetail_relationentry_date {
  display: block;
  margin: 1em 0 0;
}

@media (min-width: 768px) {
  .entrydetail_relationentry_date {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .entrydetail_relationentry_date {
    font-size: 1rem;
  }
}

/* ------------------------------------------------- *
 *    entrylist
 * ------------------------------------------------- */
/*    .kv
 * ------------------------------------------------- */
.kv {
  background: #f5f5f5;
}

@media (min-width: 1200px) {
  .kv_inner {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .kv_inner {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .kv_inner {
    padding: 20px;
  }
}

/*    .entrylist
 * ------------------------------------------------- */
@media (min-width: 1200px) {
  .entrylist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -40px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .entrylist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px -10px 0;
  }
}

@media (max-width: 767px) {
  .entrylist {
    margin: -20px 0 0;
  }
}

@media (min-width: 1200px) {
  .entrylist__item {
    width: 380px;
    margin: 40px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .entrylist__item {
    width: 50%;
    margin: 20px 0 0;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .entrylist__item {
    margin: 20px 0 0;
  }
}

/*    .entry
 * ------------------------------------------------- */
.entry {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

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

@media (max-width: 767px) {
  .entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 122px;
    border-top: 2px solid #e6000d;
  }
}

.entry.is-new {
  border-top: 2px solid #e6000d;
}

@media (min-width: 1200px) {
  .entry.is-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .entry.is-new {
    display: block;
    height: auto;
  }
}

.entry.is-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e6000d transparent transparent transparent;
}

@media (min-width: 768px) {
  .entry.is-new::before {
    border-width: 70px 70px 0 0;
  }
}

@media (max-width: 767px) {
  .entry.is-new::before {
    border-width: 50px 50px 0 0;
  }
}

.entry.is-new::after {
  content: "New";
  position: absolute;
  z-index: 9;
  color: #fff;
  font-family: arial, sans-serif;
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .entry.is-new::after {
    top: 10px;
    left: 8px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .entry.is-new::after {
    top: 8px;
    left: 6px;
    font-size: 1.1rem;
  }
}

.entry.is-pickup {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .entry.is-pickup {
    display: block;
    border-top: none;
    height: auto;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .entry.is-pickup .post-categories {
    display: block;
  }
}

@media (min-width: 1200px) {
  .entry a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .entry a:hover {
    opacity: 0.5;
  }
}

.entry .post-categories {
  overflow: hidden;
  margin: 5px 0 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .entry .post-categories {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .entry .post-categories {
    display: none;
    font-size: 1rem;
  }
}

.entry .post-categories li {
  float: left;
  display: block;
  margin: 5px -1px 0 0;
  padding: 0 9px;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}

.entry .post-categories a {
  color: #030099;
}

@media (min-width: 768px) {
  .entry_head {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 56.31579%;
  }
}

@media (max-width: 767px) {
  .entry_head {
    overflow: hidden;
    position: relative;
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .entry.is-new .entry_head {
    position: relative;
    width: 760px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .entry.is-new .entry_head {
    width: auto;
    max-width: inherit;
    min-width: inherit;
    padding-top: 60.44776%;
  }
}

.entry.is-pickup .entry_head {
  width: 100%;
  max-width: inherit;
  min-width: inherit;
  height: auto;
}

.entry_image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.entry_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .entry_image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .entry_image img {
    width: auto;
    height: 120px;
  }
}

@media (min-width: 1200px) {
  .entry.is-new .entry_image,
  .entry.is-pickup .entry_image {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .entry.is-new .entry_image,
  .entry.is-pickup .entry_image {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 1200px) {
  .entry.is-new .entry_image img,
  .entry.is-pickup .entry_image img {
    display: block;
    width: auto;
    height: 100%;
	/*
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
	*/
  }
}

@media (max-width: 767px) {
  .entry.is-new .entry_image img,
  .entry.is-pickup .entry_image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .entry.is-new .entry_image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 768px) {
  .entry_body {
    padding: 28px 20px;
  }
}

@media (max-width: 767px) {
  .entry_body {
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .entry.is-new .entry_body {
    width: 440px;
    padding: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .entry.is-new .entry_body {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .entry.is-new .entry_body {
    padding: 18px 20px;
  }
}

@media (min-width: 768px) {
  .entry.is-pickup .entry_body {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .entry.is-pickup .entry_body {
    padding-top: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}

.entry_title {
  overflow: hidden;
  width: 100%;
  font-weight: 700;
}

@media (min-width: 768px) {
  .entry_title {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .entry_title {
    font-size: 1.4rem;
  }
}

.entry_title a {
  display: block;
  position: relative;
  height: calc(1em * 3);
}

.entry_title a:before, .entry_title a:after {
  background: #fff;
  position: absolute;
}

.entry_title a:before {
  content: "...";
  top: calc(1em * 1.5);
  right: 0;
}

.entry_title a:after {
  content: "";
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .entry.is-new .entry_title {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .entry.is-new .entry_title {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .entry_date {
    margin: 20px 0 0;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .entry_date {
    margin: 10px 0 0;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .entry_text {
    margin: 20px 0 0;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .entry_text {
    display: none;
  }
}

.entry.is-pickup .entry_text {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .entry.is-pickup .entry_text {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .entry.is-pickup .entry_text {
    display: block;
    margin: 20px 0 0;
    font-size: 1.2rem;
  }
}

.entry_detail {
  position: absolute;
}

@media (min-width: 768px) {
  .entry_detail {
    overflow: hidden;
    right: 0;
    bottom: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: #b4b4b4;
    text-indent: -999px;
  }
}

@media (max-width: 767px) {
  .entry_detail {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999px;
  }
}

@media (max-width: 767px) {
  .entry_detail::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: #b4b4b4;
  }
}

.entry_detail::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  background: url(../images/icon_arrow01_02.svg) no-repeat 0 0;
}

@media (min-width: 768px) {
  .entry_detail::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 10px;
    background-size: 7px 10px;
  }
}

@media (max-width: 767px) {
  .entry_detail::after {
    right: 7px;
    bottom: 6px;
    width: 6px;
    height: 8px;
    background-size: 6px 8px;
  }
}

@media (min-width: 768px) {
  .entry.is-new .entry_detail,
  .entry.is-pickup .entry_detail {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-indent: 0;
  }
}

@media (min-width: 768px) {
  .entry.is-new .entry_detail::after,
  .entry.is-pickup .entry_detail::after {
    right: 10px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .entry.is-pickup .entry_detail {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 20px 0 0;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    background: #b4b4b4;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-indent: 0;
  }
}

@media (max-width: 767px) {
  .entry.is-pickup .entry_detail::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .entry.is-pickup .entry_detail::after {
    top: 0;
    bottom: 0;
    right: 10px;
    left: auto;
    margin: auto;
  }
}

/* ------------------------------------------------- *
 *    pickuplist
 * ------------------------------------------------- */
/*    pickuplist
 * ------------------------------------------------- */
@media (min-width: 768px) {
  .pickuplist {
    padding: 0 0 80px;
  }
}

@media (max-width: 767px) {
  .pickuplist {
    padding: 0 0 40px;
  }
}

@media (min-width: 768px) {
  .pickuplist_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -50px 0 0;
  }
}

@media (max-width: 767px) {
  .pickuplist_inner {
    margin: -30px 0 0;
  }
}

@media (min-width: 768px) {
  .pickuplist_item {
    width: calc(50%-20px);
    margin: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .pickuplist_item {
    margin: 30px 0 0;
  }
}

.pickuplist_item a {
  display: block;
}

@media (min-width: 1200px) {
  .pickuplist_item a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .pickuplist_item a:hover {
    opacity: 0.5;
  }
}

.pickuplist_image {
  display: block;
}

.pickuplist_image img {
  width: 100%;
  height: auto;
}

.pickuplist_text {
  display: block;
  margin: 0.5em 0 0;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .pickuplist_text {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .pickuplist_text {
    font-size: 1.4rem;
  }
}

/* ================================================== *
 *
 *    Utility
 *
 * ================================================== */
/* ------------------------------------------------- *
 *        align
 * ------------------------------------------------- */
.u-alignL {
  text-align: left !important;
}

@media (min-width: 1200px) {
  .u-alignL-pc {
    text-align: left !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-alignL-tb {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .u-alignL-sp {
    text-align: left !important;
  }
}

.u-alignC {
  text-align: center !important;
}

@media (min-width: 1200px) {
  .u-alignC-pc {
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-alignC-tb {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .u-alignC-sp {
    text-align: center !important;
  }
}

.u-alignR {
  text-align: right !important;
}

@media (min-width: 1200px) {
  .u-alignR-pc {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-alignR-tb {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .u-alignR-sp {
    text-align: right !important;
  }
}

.u-vAlignT {
  vertical-align: top !important;
}

@media (min-width: 1200px) {
  .u-vAlignT-pc {
    vertical-align: top !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-vAlignT-tb {
    vertical-align: top !important;
  }
}

@media (max-width: 767px) {
  .u-vAlignT-sp {
    vertical-align: top !important;
  }
}

.u-vAlignM {
  vertical-align: middle !important;
}

@media (min-width: 1200px) {
  .u-vAlignM-pc {
    vertical-align: middle !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-vAlignM-tb {
    vertical-align: middle !important;
  }
}

@media (max-width: 767px) {
  .u-vAlignM-sp {
    vertical-align: middle !important;
  }
}

.u-vAlignB {
  vertical-align: bottom !important;
}

@media (min-width: 1200px) {
  .u-vAlignB-pc {
    vertical-align: bottom !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-vAlignB-tb {
    vertical-align: bottom !important;
  }
}

@media (max-width: 767px) {
  .u-vAlignB-sp {
    vertical-align: bottom !important;
  }
}

/* ------------------------------------------------- *
 *        float & clear
 * ------------------------------------------------- */
.u-floatL {
  float: left !important;
}

@media (min-width: 1200px) {
  .u-floatL-pc {
    float: left !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-floatL-tb {
    float: left !important;
  }
}

@media (max-width: 767px) {
  .u-floatL-sp {
    float: left !important;
  }
}

.u-floatR {
  float: right !important;
}

@media (min-width: 1200px) {
  .u-floatR-pc {
    float: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-floatR-tb {
    float: right !important;
  }
}

@media (max-width: 767px) {
  .u-floatR-sp {
    float: right !important;
  }
}

.u-clearL {
  clear: left !important;
}

@media (min-width: 1200px) {
  .u-clearL-pc {
    clear: left !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-clearL-tb {
    clear: left !important;
  }
}

@media (max-width: 767px) {
  .u-clearL-sp {
    clear: left !important;
  }
}

.u-clearR {
  clear: right !important;
}

@media (min-width: 1200px) {
  .u-clearR-pc {
    clear: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-clearR-tb {
    clear: right !important;
  }
}

@media (max-width: 767px) {
  .u-clearR-sp {
    clear: right !important;
  }
}

.u-clearB {
  clear: both !important;
}

@media (min-width: 1200px) {
  .u-clearB-pc {
    clear: both !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-clearB-tb {
    clear: both !important;
  }
}

@media (max-width: 767px) {
  .u-clearB-sp {
    clear: both !important;
  }
}

.u-clear:before, .u-clear:after {
  content: " ";
  display: table;
}

.u-clear:after {
  clear: both;
}

@media (min-width: 1200px) {
  .u-clear-pc:before, .u-clear-pc:after {
    content: " ";
    display: table;
  }
  .u-clear-pc:after {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-clear-tb:before, .u-clear-tb:after {
    content: " ";
    display: table;
  }
  .u-clear-tb:after {
    clear: both;
  }
}

@media (max-width: 767px) {
  .u-clear-sp:before, .u-clear-sp:after {
    content: " ";
    display: table;
  }
  .u-clear-sp:after {
    clear: both;
  }
}

/* ------------------------------------------------- *
 *        display
 * ------------------------------------------------- */
.u-show {
  display: block !important;
}

@media (min-width: 1200px) {
  .u-show-pc {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-show-tb {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .u-show-sp {
    display: block !important;
  }
}

.u-hidden {
  display: none !important;
}

@media (min-width: 1200px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-hidden-tb {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

/* ------------------------------------------------- *
 *        overflow
 * ------------------------------------------------- */
.u-ofHidden {
  overflow: hidden !important;
}

@media (min-width: 1200px) {
  .u-ofHidden-pc {
    overflow: hidden !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ofHidden-tb {
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  .u-ofHidden-sp {
    overflow: hidden !important;
  }
}

/* ------------------------------------------------- *
 *        margin & padding
 * ------------------------------------------------- */
.u-mt0 {
  margin-top: 0px !important;
}

@media (min-width: 1200px) {
  .u-mt0-pc {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt0-tb {
    margin-top: 0px !important;
  }
}

@media (max-width: 767px) {
  .u-mt0-sp {
    margin-top: 0px !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}

@media (min-width: 1200px) {
  .u-pt0-pc {
    padding-top: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt0-tb {
    padding-top: 0px !important;
  }
}

@media (max-width: 767px) {
  .u-pt0-sp {
    padding-top: 0px !important;
  }
}

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

@media (min-width: 1200px) {
  .u-mt5-pc {
    margin-top: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt5-tb {
    margin-top: 5px !important;
  }
}

@media (max-width: 767px) {
  .u-mt5-sp {
    margin-top: 5px !important;
  }
}

.u-pt5 {
  padding-top: 5px !important;
}

@media (min-width: 1200px) {
  .u-pt5-pc {
    padding-top: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt5-tb {
    padding-top: 5px !important;
  }
}

@media (max-width: 767px) {
  .u-pt5-sp {
    padding-top: 5px !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}

@media (min-width: 1200px) {
  .u-mt10-pc {
    margin-top: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt10-tb {
    margin-top: 10px !important;
  }
}

@media (max-width: 767px) {
  .u-mt10-sp {
    margin-top: 10px !important;
  }
}

.u-pt10 {
  padding-top: 10px !important;
}

@media (min-width: 1200px) {
  .u-pt10-pc {
    padding-top: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt10-tb {
    padding-top: 10px !important;
  }
}

@media (max-width: 767px) {
  .u-pt10-sp {
    padding-top: 10px !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}

@media (min-width: 1200px) {
  .u-mt15-pc {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt15-tb {
    margin-top: 15px !important;
  }
}

@media (max-width: 767px) {
  .u-mt15-sp {
    margin-top: 15px !important;
  }
}

.u-pt15 {
  padding-top: 15px !important;
}

@media (min-width: 1200px) {
  .u-pt15-pc {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt15-tb {
    padding-top: 15px !important;
  }
}

@media (max-width: 767px) {
  .u-pt15-sp {
    padding-top: 15px !important;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}

@media (min-width: 1200px) {
  .u-mt20-pc {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt20-tb {
    margin-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .u-mt20-sp {
    margin-top: 20px !important;
  }
}

.u-pt20 {
  padding-top: 20px !important;
}

@media (min-width: 1200px) {
  .u-pt20-pc {
    padding-top: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt20-tb {
    padding-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .u-pt20-sp {
    padding-top: 20px !important;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}

@media (min-width: 1200px) {
  .u-mt25-pc {
    margin-top: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt25-tb {
    margin-top: 25px !important;
  }
}

@media (max-width: 767px) {
  .u-mt25-sp {
    margin-top: 25px !important;
  }
}

.u-pt25 {
  padding-top: 25px !important;
}

@media (min-width: 1200px) {
  .u-pt25-pc {
    padding-top: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt25-tb {
    padding-top: 25px !important;
  }
}

@media (max-width: 767px) {
  .u-pt25-sp {
    padding-top: 25px !important;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}

@media (min-width: 1200px) {
  .u-mt30-pc {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt30-tb {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .u-mt30-sp {
    margin-top: 30px !important;
  }
}

.u-pt30 {
  padding-top: 30px !important;
}

@media (min-width: 1200px) {
  .u-pt30-pc {
    padding-top: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt30-tb {
    padding-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .u-pt30-sp {
    padding-top: 30px !important;
  }
}

.u-mt35 {
  margin-top: 35px !important;
}

@media (min-width: 1200px) {
  .u-mt35-pc {
    margin-top: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt35-tb {
    margin-top: 35px !important;
  }
}

@media (max-width: 767px) {
  .u-mt35-sp {
    margin-top: 35px !important;
  }
}

.u-pt35 {
  padding-top: 35px !important;
}

@media (min-width: 1200px) {
  .u-pt35-pc {
    padding-top: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt35-tb {
    padding-top: 35px !important;
  }
}

@media (max-width: 767px) {
  .u-pt35-sp {
    padding-top: 35px !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}

@media (min-width: 1200px) {
  .u-mt40-pc {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt40-tb {
    margin-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .u-mt40-sp {
    margin-top: 40px !important;
  }
}

.u-pt40 {
  padding-top: 40px !important;
}

@media (min-width: 1200px) {
  .u-pt40-pc {
    padding-top: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt40-tb {
    padding-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .u-pt40-sp {
    padding-top: 40px !important;
  }
}

.u-mt45 {
  margin-top: 45px !important;
}

@media (min-width: 1200px) {
  .u-mt45-pc {
    margin-top: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt45-tb {
    margin-top: 45px !important;
  }
}

@media (max-width: 767px) {
  .u-mt45-sp {
    margin-top: 45px !important;
  }
}

.u-pt45 {
  padding-top: 45px !important;
}

@media (min-width: 1200px) {
  .u-pt45-pc {
    padding-top: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt45-tb {
    padding-top: 45px !important;
  }
}

@media (max-width: 767px) {
  .u-pt45-sp {
    padding-top: 45px !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}

@media (min-width: 1200px) {
  .u-mt50-pc {
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt50-tb {
    margin-top: 50px !important;
  }
}

@media (max-width: 767px) {
  .u-mt50-sp {
    margin-top: 50px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

@media (min-width: 1200px) {
  .u-pt50-pc {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt50-tb {
    padding-top: 50px !important;
  }
}

@media (max-width: 767px) {
  .u-pt50-sp {
    padding-top: 50px !important;
  }
}

.u-mt55 {
  margin-top: 55px !important;
}

@media (min-width: 1200px) {
  .u-mt55-pc {
    margin-top: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt55-tb {
    margin-top: 55px !important;
  }
}

@media (max-width: 767px) {
  .u-mt55-sp {
    margin-top: 55px !important;
  }
}

.u-pt55 {
  padding-top: 55px !important;
}

@media (min-width: 1200px) {
  .u-pt55-pc {
    padding-top: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt55-tb {
    padding-top: 55px !important;
  }
}

@media (max-width: 767px) {
  .u-pt55-sp {
    padding-top: 55px !important;
  }
}

.u-mt60 {
  margin-top: 60px !important;
}

@media (min-width: 1200px) {
  .u-mt60-pc {
    margin-top: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mt60-tb {
    margin-top: 60px !important;
  }
}

@media (max-width: 767px) {
  .u-mt60-sp {
    margin-top: 60px !important;
  }
}

.u-pt60 {
  padding-top: 60px !important;
}

@media (min-width: 1200px) {
  .u-pt60-pc {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pt60-tb {
    padding-top: 60px !important;
  }
}

@media (max-width: 767px) {
  .u-pt60-sp {
    padding-top: 60px !important;
  }
}

.u-mr0 {
  margin-right: 0px !important;
}

@media (min-width: 1200px) {
  .u-mr0-pc {
    margin-right: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr0-tb {
    margin-right: 0px !important;
  }
}

@media (max-width: 767px) {
  .u-mr0-sp {
    margin-right: 0px !important;
  }
}

.u-pr0 {
  padding-right: 0px !important;
}

@media (min-width: 1200px) {
  .u-pr0-pc {
    padding-right: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr0-tb {
    padding-right: 0px !important;
  }
}

@media (max-width: 767px) {
  .u-pr0-sp {
    padding-right: 0px !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}

@media (min-width: 1200px) {
  .u-mr5-pc {
    margin-right: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr5-tb {
    margin-right: 5px !important;
  }
}

@media (max-width: 767px) {
  .u-mr5-sp {
    margin-right: 5px !important;
  }
}

.u-pr5 {
  padding-right: 5px !important;
}

@media (min-width: 1200px) {
  .u-pr5-pc {
    padding-right: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr5-tb {
    padding-right: 5px !important;
  }
}

@media (max-width: 767px) {
  .u-pr5-sp {
    padding-right: 5px !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}

@media (min-width: 1200px) {
  .u-mr10-pc {
    margin-right: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr10-tb {
    margin-right: 10px !important;
  }
}

@media (max-width: 767px) {
  .u-mr10-sp {
    margin-right: 10px !important;
  }
}

.u-pr10 {
  padding-right: 10px !important;
}

@media (min-width: 1200px) {
  .u-pr10-pc {
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr10-tb {
    padding-right: 10px !important;
  }
}

@media (max-width: 767px) {
  .u-pr10-sp {
    padding-right: 10px !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}

@media (min-width: 1200px) {
  .u-mr15-pc {
    margin-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr15-tb {
    margin-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .u-mr15-sp {
    margin-right: 15px !important;
  }
}

.u-pr15 {
  padding-right: 15px !important;
}

@media (min-width: 1200px) {
  .u-pr15-pc {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr15-tb {
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  .u-pr15-sp {
    padding-right: 15px !important;
  }
}

.u-mr20 {
  margin-right: 20px !important;
}

@media (min-width: 1200px) {
  .u-mr20-pc {
    margin-right: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr20-tb {
    margin-right: 20px !important;
  }
}

@media (max-width: 767px) {
  .u-mr20-sp {
    margin-right: 20px !important;
  }
}

.u-pr20 {
  padding-right: 20px !important;
}

@media (min-width: 1200px) {
  .u-pr20-pc {
    padding-right: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr20-tb {
    padding-right: 20px !important;
  }
}

@media (max-width: 767px) {
  .u-pr20-sp {
    padding-right: 20px !important;
  }
}

.u-mr25 {
  margin-right: 25px !important;
}

@media (min-width: 1200px) {
  .u-mr25-pc {
    margin-right: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr25-tb {
    margin-right: 25px !important;
  }
}

@media (max-width: 767px) {
  .u-mr25-sp {
    margin-right: 25px !important;
  }
}

.u-pr25 {
  padding-right: 25px !important;
}

@media (min-width: 1200px) {
  .u-pr25-pc {
    padding-right: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr25-tb {
    padding-right: 25px !important;
  }
}

@media (max-width: 767px) {
  .u-pr25-sp {
    padding-right: 25px !important;
  }
}

.u-mr30 {
  margin-right: 30px !important;
}

@media (min-width: 1200px) {
  .u-mr30-pc {
    margin-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr30-tb {
    margin-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .u-mr30-sp {
    margin-right: 30px !important;
  }
}

.u-pr30 {
  padding-right: 30px !important;
}

@media (min-width: 1200px) {
  .u-pr30-pc {
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr30-tb {
    padding-right: 30px !important;
  }
}

@media (max-width: 767px) {
  .u-pr30-sp {
    padding-right: 30px !important;
  }
}

.u-mr35 {
  margin-right: 35px !important;
}

@media (min-width: 1200px) {
  .u-mr35-pc {
    margin-right: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr35-tb {
    margin-right: 35px !important;
  }
}

@media (max-width: 767px) {
  .u-mr35-sp {
    margin-right: 35px !important;
  }
}

.u-pr35 {
  padding-right: 35px !important;
}

@media (min-width: 1200px) {
  .u-pr35-pc {
    padding-right: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr35-tb {
    padding-right: 35px !important;
  }
}

@media (max-width: 767px) {
  .u-pr35-sp {
    padding-right: 35px !important;
  }
}

.u-mr40 {
  margin-right: 40px !important;
}

@media (min-width: 1200px) {
  .u-mr40-pc {
    margin-right: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr40-tb {
    margin-right: 40px !important;
  }
}

@media (max-width: 767px) {
  .u-mr40-sp {
    margin-right: 40px !important;
  }
}

.u-pr40 {
  padding-right: 40px !important;
}

@media (min-width: 1200px) {
  .u-pr40-pc {
    padding-right: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr40-tb {
    padding-right: 40px !important;
  }
}

@media (max-width: 767px) {
  .u-pr40-sp {
    padding-right: 40px !important;
  }
}

.u-mr45 {
  margin-right: 45px !important;
}

@media (min-width: 1200px) {
  .u-mr45-pc {
    margin-right: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr45-tb {
    margin-right: 45px !important;
  }
}

@media (max-width: 767px) {
  .u-mr45-sp {
    margin-right: 45px !important;
  }
}

.u-pr45 {
  padding-right: 45px !important;
}

@media (min-width: 1200px) {
  .u-pr45-pc {
    padding-right: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr45-tb {
    padding-right: 45px !important;
  }
}

@media (max-width: 767px) {
  .u-pr45-sp {
    padding-right: 45px !important;
  }
}

.u-mr50 {
  margin-right: 50px !important;
}

@media (min-width: 1200px) {
  .u-mr50-pc {
    margin-right: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr50-tb {
    margin-right: 50px !important;
  }
}

@media (max-width: 767px) {
  .u-mr50-sp {
    margin-right: 50px !important;
  }
}

.u-pr50 {
  padding-right: 50px !important;
}

@media (min-width: 1200px) {
  .u-pr50-pc {
    padding-right: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr50-tb {
    padding-right: 50px !important;
  }
}

@media (max-width: 767px) {
  .u-pr50-sp {
    padding-right: 50px !important;
  }
}

.u-mr55 {
  margin-right: 55px !important;
}

@media (min-width: 1200px) {
  .u-mr55-pc {
    margin-right: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr55-tb {
    margin-right: 55px !important;
  }
}

@media (max-width: 767px) {
  .u-mr55-sp {
    margin-right: 55px !important;
  }
}

.u-pr55 {
  padding-right: 55px !important;
}

@media (min-width: 1200px) {
  .u-pr55-pc {
    padding-right: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr55-tb {
    padding-right: 55px !important;
  }
}

@media (max-width: 767px) {
  .u-pr55-sp {
    padding-right: 55px !important;
  }
}

.u-mr60 {
  margin-right: 60px !important;
}

@media (min-width: 1200px) {
  .u-mr60-pc {
    margin-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mr60-tb {
    margin-right: 60px !important;
  }
}

@media (max-width: 767px) {
  .u-mr60-sp {
    margin-right: 60px !important;
  }
}

.u-pr60 {
  padding-right: 60px !important;
}

@media (min-width: 1200px) {
  .u-pr60-pc {
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pr60-tb {
    padding-right: 60px !important;
  }
}

@media (max-width: 767px) {
  .u-pr60-sp {
    padding-right: 60px !important;
  }
}

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

@media (min-width: 1200px) {
  .u-mb0-pc {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb0-tb {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .u-mb0-sp {
    margin-bottom: 0px !important;
  }
}

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

@media (min-width: 1200px) {
  .u-pb0-pc {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb0-tb {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  .u-pb0-sp {
    padding-bottom: 0px !important;
  }
}

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

@media (min-width: 1200px) {
  .u-mb5-pc {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb5-tb {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 767px) {
  .u-mb5-sp {
    margin-bottom: 5px !important;
  }
}

.u-pb5 {
  padding-bottom: 5px !important;
}

@media (min-width: 1200px) {
  .u-pb5-pc {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb5-tb {
    padding-bottom: 5px !important;
  }
}

@media (max-width: 767px) {
  .u-pb5-sp {
    padding-bottom: 5px !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}

@media (min-width: 1200px) {
  .u-mb10-pc {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb10-tb {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .u-mb10-sp {
    margin-bottom: 10px !important;
  }
}

.u-pb10 {
  padding-bottom: 10px !important;
}

@media (min-width: 1200px) {
  .u-pb10-pc {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb10-tb {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .u-pb10-sp {
    padding-bottom: 10px !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}

@media (min-width: 1200px) {
  .u-mb15-pc {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb15-tb {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .u-mb15-sp {
    margin-bottom: 15px !important;
  }
}

.u-pb15 {
  padding-bottom: 15px !important;
}

@media (min-width: 1200px) {
  .u-pb15-pc {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb15-tb {
    padding-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .u-pb15-sp {
    padding-bottom: 15px !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}

@media (min-width: 1200px) {
  .u-mb20-pc {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb20-tb {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .u-mb20-sp {
    margin-bottom: 20px !important;
  }
}

.u-pb20 {
  padding-bottom: 20px !important;
}

@media (min-width: 1200px) {
  .u-pb20-pc {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb20-tb {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .u-pb20-sp {
    padding-bottom: 20px !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}

@media (min-width: 1200px) {
  .u-mb25-pc {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb25-tb {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 767px) {
  .u-mb25-sp {
    margin-bottom: 25px !important;
  }
}

.u-pb25 {
  padding-bottom: 25px !important;
}

@media (min-width: 1200px) {
  .u-pb25-pc {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb25-tb {
    padding-bottom: 25px !important;
  }
}

@media (max-width: 767px) {
  .u-pb25-sp {
    padding-bottom: 25px !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}

@media (min-width: 1200px) {
  .u-mb30-pc {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb30-tb {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .u-mb30-sp {
    margin-bottom: 30px !important;
  }
}

.u-pb30 {
  padding-bottom: 30px !important;
}

@media (min-width: 1200px) {
  .u-pb30-pc {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb30-tb {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .u-pb30-sp {
    padding-bottom: 30px !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}

@media (min-width: 1200px) {
  .u-mb35-pc {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb35-tb {
    margin-bottom: 35px !important;
  }
}

@media (max-width: 767px) {
  .u-mb35-sp {
    margin-bottom: 35px !important;
  }
}

.u-pb35 {
  padding-bottom: 35px !important;
}

@media (min-width: 1200px) {
  .u-pb35-pc {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb35-tb {
    padding-bottom: 35px !important;
  }
}

@media (max-width: 767px) {
  .u-pb35-sp {
    padding-bottom: 35px !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}

@media (min-width: 1200px) {
  .u-mb40-pc {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb40-tb {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .u-mb40-sp {
    margin-bottom: 40px !important;
  }
}

.u-pb40 {
  padding-bottom: 40px !important;
}

@media (min-width: 1200px) {
  .u-pb40-pc {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb40-tb {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  .u-pb40-sp {
    padding-bottom: 40px !important;
  }
}

.u-mb45 {
  margin-bottom: 45px !important;
}

@media (min-width: 1200px) {
  .u-mb45-pc {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb45-tb {
    margin-bottom: 45px !important;
  }
}

@media (max-width: 767px) {
  .u-mb45-sp {
    margin-bottom: 45px !important;
  }
}

.u-pb45 {
  padding-bottom: 45px !important;
}

@media (min-width: 1200px) {
  .u-pb45-pc {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb45-tb {
    padding-bottom: 45px !important;
  }
}

@media (max-width: 767px) {
  .u-pb45-sp {
    padding-bottom: 45px !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}

@media (min-width: 1200px) {
  .u-mb50-pc {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb50-tb {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 767px) {
  .u-mb50-sp {
    margin-bottom: 50px !important;
  }
}

.u-pb50 {
  padding-bottom: 50px !important;
}

@media (min-width: 1200px) {
  .u-pb50-pc {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb50-tb {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 767px) {
  .u-pb50-sp {
    padding-bottom: 50px !important;
  }
}

.u-mb55 {
  margin-bottom: 55px !important;
}

@media (min-width: 1200px) {
  .u-mb55-pc {
    margin-bottom: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb55-tb {
    margin-bottom: 55px !important;
  }
}

@media (max-width: 767px) {
  .u-mb55-sp {
    margin-bottom: 55px !important;
  }
}

.u-pb55 {
  padding-bottom: 55px !important;
}

@media (min-width: 1200px) {
  .u-pb55-pc {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb55-tb {
    padding-bottom: 55px !important;
  }
}

@media (max-width: 767px) {
  .u-pb55-sp {
    padding-bottom: 55px !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}

@media (min-width: 1200px) {
  .u-mb60-pc {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-mb60-tb {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .u-mb60-sp {
    margin-bottom: 60px !important;
  }
}

.u-pb60 {
  padding-bottom: 60px !important;
}

@media (min-width: 1200px) {
  .u-pb60-pc {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pb60-tb {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 767px) {
  .u-pb60-sp {
    padding-bottom: 60px !important;
  }
}

.u-ml0 {
  margin-left: 0px !important;
}

@media (min-width: 1200px) {
  .u-ml0-pc {
    margin-left: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml0-tb {
    margin-left: 0px !important;
  }
}

@media (max-width: 767px) {
  .u-ml0-sp {
    margin-left: 0px !important;
  }
}

.u-pl0 {
  padding-left: 0px !important;
}

@media (min-width: 1200px) {
  .u-pl0-pc {
    padding-left: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl0-tb {
    padding-left: 0px !important;
  }
}

@media (max-width: 767px) {
  .u-pl0-sp {
    padding-left: 0px !important;
  }
}

.u-ml5 {
  margin-left: 5px !important;
}

@media (min-width: 1200px) {
  .u-ml5-pc {
    margin-left: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml5-tb {
    margin-left: 5px !important;
  }
}

@media (max-width: 767px) {
  .u-ml5-sp {
    margin-left: 5px !important;
  }
}

.u-pl5 {
  padding-left: 5px !important;
}

@media (min-width: 1200px) {
  .u-pl5-pc {
    padding-left: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl5-tb {
    padding-left: 5px !important;
  }
}

@media (max-width: 767px) {
  .u-pl5-sp {
    padding-left: 5px !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}

@media (min-width: 1200px) {
  .u-ml10-pc {
    margin-left: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml10-tb {
    margin-left: 10px !important;
  }
}

@media (max-width: 767px) {
  .u-ml10-sp {
    margin-left: 10px !important;
  }
}

.u-pl10 {
  padding-left: 10px !important;
}

@media (min-width: 1200px) {
  .u-pl10-pc {
    padding-left: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl10-tb {
    padding-left: 10px !important;
  }
}

@media (max-width: 767px) {
  .u-pl10-sp {
    padding-left: 10px !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}

@media (min-width: 1200px) {
  .u-ml15-pc {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml15-tb {
    margin-left: 15px !important;
  }
}

@media (max-width: 767px) {
  .u-ml15-sp {
    margin-left: 15px !important;
  }
}

.u-pl15 {
  padding-left: 15px !important;
}

@media (min-width: 1200px) {
  .u-pl15-pc {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl15-tb {
    padding-left: 15px !important;
  }
}

@media (max-width: 767px) {
  .u-pl15-sp {
    padding-left: 15px !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}

@media (min-width: 1200px) {
  .u-ml20-pc {
    margin-left: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml20-tb {
    margin-left: 20px !important;
  }
}

@media (max-width: 767px) {
  .u-ml20-sp {
    margin-left: 20px !important;
  }
}

.u-pl20 {
  padding-left: 20px !important;
}

@media (min-width: 1200px) {
  .u-pl20-pc {
    padding-left: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl20-tb {
    padding-left: 20px !important;
  }
}

@media (max-width: 767px) {
  .u-pl20-sp {
    padding-left: 20px !important;
  }
}

.u-ml25 {
  margin-left: 25px !important;
}

@media (min-width: 1200px) {
  .u-ml25-pc {
    margin-left: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml25-tb {
    margin-left: 25px !important;
  }
}

@media (max-width: 767px) {
  .u-ml25-sp {
    margin-left: 25px !important;
  }
}

.u-pl25 {
  padding-left: 25px !important;
}

@media (min-width: 1200px) {
  .u-pl25-pc {
    padding-left: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl25-tb {
    padding-left: 25px !important;
  }
}

@media (max-width: 767px) {
  .u-pl25-sp {
    padding-left: 25px !important;
  }
}

.u-ml30 {
  margin-left: 30px !important;
}

@media (min-width: 1200px) {
  .u-ml30-pc {
    margin-left: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml30-tb {
    margin-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .u-ml30-sp {
    margin-left: 30px !important;
  }
}

.u-pl30 {
  padding-left: 30px !important;
}

@media (min-width: 1200px) {
  .u-pl30-pc {
    padding-left: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl30-tb {
    padding-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .u-pl30-sp {
    padding-left: 30px !important;
  }
}

.u-ml35 {
  margin-left: 35px !important;
}

@media (min-width: 1200px) {
  .u-ml35-pc {
    margin-left: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml35-tb {
    margin-left: 35px !important;
  }
}

@media (max-width: 767px) {
  .u-ml35-sp {
    margin-left: 35px !important;
  }
}

.u-pl35 {
  padding-left: 35px !important;
}

@media (min-width: 1200px) {
  .u-pl35-pc {
    padding-left: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl35-tb {
    padding-left: 35px !important;
  }
}

@media (max-width: 767px) {
  .u-pl35-sp {
    padding-left: 35px !important;
  }
}

.u-ml40 {
  margin-left: 40px !important;
}

@media (min-width: 1200px) {
  .u-ml40-pc {
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml40-tb {
    margin-left: 40px !important;
  }
}

@media (max-width: 767px) {
  .u-ml40-sp {
    margin-left: 40px !important;
  }
}

.u-pl40 {
  padding-left: 40px !important;
}

@media (min-width: 1200px) {
  .u-pl40-pc {
    padding-left: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl40-tb {
    padding-left: 40px !important;
  }
}

@media (max-width: 767px) {
  .u-pl40-sp {
    padding-left: 40px !important;
  }
}

.u-ml45 {
  margin-left: 45px !important;
}

@media (min-width: 1200px) {
  .u-ml45-pc {
    margin-left: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml45-tb {
    margin-left: 45px !important;
  }
}

@media (max-width: 767px) {
  .u-ml45-sp {
    margin-left: 45px !important;
  }
}

.u-pl45 {
  padding-left: 45px !important;
}

@media (min-width: 1200px) {
  .u-pl45-pc {
    padding-left: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl45-tb {
    padding-left: 45px !important;
  }
}

@media (max-width: 767px) {
  .u-pl45-sp {
    padding-left: 45px !important;
  }
}

.u-ml50 {
  margin-left: 50px !important;
}

@media (min-width: 1200px) {
  .u-ml50-pc {
    margin-left: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml50-tb {
    margin-left: 50px !important;
  }
}

@media (max-width: 767px) {
  .u-ml50-sp {
    margin-left: 50px !important;
  }
}

.u-pl50 {
  padding-left: 50px !important;
}

@media (min-width: 1200px) {
  .u-pl50-pc {
    padding-left: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl50-tb {
    padding-left: 50px !important;
  }
}

@media (max-width: 767px) {
  .u-pl50-sp {
    padding-left: 50px !important;
  }
}

.u-ml55 {
  margin-left: 55px !important;
}

@media (min-width: 1200px) {
  .u-ml55-pc {
    margin-left: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml55-tb {
    margin-left: 55px !important;
  }
}

@media (max-width: 767px) {
  .u-ml55-sp {
    margin-left: 55px !important;
  }
}

.u-pl55 {
  padding-left: 55px !important;
}

@media (min-width: 1200px) {
  .u-pl55-pc {
    padding-left: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl55-tb {
    padding-left: 55px !important;
  }
}

@media (max-width: 767px) {
  .u-pl55-sp {
    padding-left: 55px !important;
  }
}

.u-ml60 {
  margin-left: 60px !important;
}

@media (min-width: 1200px) {
  .u-ml60-pc {
    margin-left: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-ml60-tb {
    margin-left: 60px !important;
  }
}

@media (max-width: 767px) {
  .u-ml60-sp {
    margin-left: 60px !important;
  }
}

.u-pl60 {
  padding-left: 60px !important;
}

@media (min-width: 1200px) {
  .u-pl60-pc {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-pl60-tb {
    padding-left: 60px !important;
  }
}

@media (max-width: 767px) {
  .u-pl60-sp {
    padding-left: 60px !important;
  }
}

/* ------------------------------------------------- *
 *        position
 * ------------------------------------------------- */
.u-positionS {
  position: static !important;
}

@media (min-width: 1200px) {
  .u-positionS-pc {
    position: static !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-positionS-tb {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .u-positionS-sp {
    position: static !important;
  }
}

.u-positionR {
  position: relative !important;
}

@media (min-width: 1200px) {
  .u-positionR-pc {
    position: relative !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-positionR-tb {
    position: relative !important;
  }
}

@media (max-width: 767px) {
  .u-positionR-sp {
    position: relative !important;
  }
}

.u-positionA {
  position: absolute !important;
}

@media (min-width: 1200px) {
  .u-positionA-pc {
    position: absolute !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-positionA-tb {
    position: absolute !important;
  }
}

@media (max-width: 767px) {
  .u-positionA-sp {
    position: absolute !important;
  }
}

/* ------------------------------------------------- *
 *        font-size
 * ------------------------------------------------- */
.u-fs10 {
  font-size: 1rem !important;
}

@media (min-width: 1200px) {
  .u-fs10-pc {
    font-size: 1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs10-tb {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs10-sp {
    font-size: 1rem !important;
  }
}

.u-fs12 {
  font-size: 1.2rem !important;
}

@media (min-width: 1200px) {
  .u-fs12-pc {
    font-size: 1.2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs12-tb {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs12-sp {
    font-size: 1.2rem !important;
  }
}

.u-fs14 {
  font-size: 1.4rem !important;
}

@media (min-width: 1200px) {
  .u-fs14-pc {
    font-size: 1.4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs14-tb {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs14-sp {
    font-size: 1.4rem !important;
  }
}

.u-fs16 {
  font-size: 1.6rem !important;
}

@media (min-width: 1200px) {
  .u-fs16-pc {
    font-size: 1.6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs16-tb {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs16-sp {
    font-size: 1.6rem !important;
  }
}

.u-fs18 {
  font-size: 1.8rem !important;
}

@media (min-width: 1200px) {
  .u-fs18-pc {
    font-size: 1.8rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs18-tb {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs18-sp {
    font-size: 1.8rem !important;
  }
}

.u-fs20 {
  font-size: 2rem !important;
}

@media (min-width: 1200px) {
  .u-fs20-pc {
    font-size: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs20-tb {
    font-size: 2rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs20-sp {
    font-size: 2rem !important;
  }
}

.u-fs22 {
  font-size: 2.2rem !important;
}

@media (min-width: 1200px) {
  .u-fs22-pc {
    font-size: 2.2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs22-tb {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs22-sp {
    font-size: 2.2rem !important;
  }
}

.u-fs24 {
  font-size: 2.4rem !important;
}

@media (min-width: 1200px) {
  .u-fs24-pc {
    font-size: 2.4rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs24-tb {
    font-size: 2.4rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs24-sp {
    font-size: 2.4rem !important;
  }
}

.u-fs26 {
  font-size: 2.6rem !important;
}

@media (min-width: 1200px) {
  .u-fs26-pc {
    font-size: 2.6rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs26-tb {
    font-size: 2.6rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs26-sp {
    font-size: 2.6rem !important;
  }
}

.u-fs28 {
  font-size: 2.8rem !important;
}

@media (min-width: 1200px) {
  .u-fs28-pc {
    font-size: 2.8rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs28-tb {
    font-size: 2.8rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs28-sp {
    font-size: 2.8rem !important;
  }
}

.u-fs30 {
  font-size: 3rem !important;
}

@media (min-width: 1200px) {
  .u-fs30-pc {
    font-size: 3rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs30-tb {
    font-size: 3rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs30-sp {
    font-size: 3rem !important;
  }
}

.u-fs32 {
  font-size: 3.2rem !important;
}

@media (min-width: 1200px) {
  .u-fs32-pc {
    font-size: 3.2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fs32-tb {
    font-size: 3.2rem !important;
  }
}

@media (max-width: 767px) {
  .u-fs32-sp {
    font-size: 3.2rem !important;
  }
}

/* ------------------------------------------------- *
 *        width
 * ------------------------------------------------- */
.u-w0p {
  width: 0%!important;
}

@media (min-width: 1200px) {
  .u-w0p-pc {
    width: 0%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w0p-tb {
    width: 0%!important;
  }
}

@media (max-width: 767px) {
  .u-w0p-sp {
    width: 0%!important;
  }
}

.u-w5p {
  width: 5%!important;
}

@media (min-width: 1200px) {
  .u-w5p-pc {
    width: 5%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w5p-tb {
    width: 5%!important;
  }
}

@media (max-width: 767px) {
  .u-w5p-sp {
    width: 5%!important;
  }
}

.u-w10p {
  width: 10%!important;
}

@media (min-width: 1200px) {
  .u-w10p-pc {
    width: 10%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w10p-tb {
    width: 10%!important;
  }
}

@media (max-width: 767px) {
  .u-w10p-sp {
    width: 10%!important;
  }
}

.u-w15p {
  width: 15%!important;
}

@media (min-width: 1200px) {
  .u-w15p-pc {
    width: 15%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w15p-tb {
    width: 15%!important;
  }
}

@media (max-width: 767px) {
  .u-w15p-sp {
    width: 15%!important;
  }
}

.u-w20p {
  width: 20%!important;
}

@media (min-width: 1200px) {
  .u-w20p-pc {
    width: 20%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w20p-tb {
    width: 20%!important;
  }
}

@media (max-width: 767px) {
  .u-w20p-sp {
    width: 20%!important;
  }
}

.u-w25p {
  width: 25%!important;
}

@media (min-width: 1200px) {
  .u-w25p-pc {
    width: 25%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w25p-tb {
    width: 25%!important;
  }
}

@media (max-width: 767px) {
  .u-w25p-sp {
    width: 25%!important;
  }
}

.u-w30p {
  width: 30%!important;
}

@media (min-width: 1200px) {
  .u-w30p-pc {
    width: 30%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w30p-tb {
    width: 30%!important;
  }
}

@media (max-width: 767px) {
  .u-w30p-sp {
    width: 30%!important;
  }
}

.u-w35p {
  width: 35%!important;
}

@media (min-width: 1200px) {
  .u-w35p-pc {
    width: 35%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w35p-tb {
    width: 35%!important;
  }
}

@media (max-width: 767px) {
  .u-w35p-sp {
    width: 35%!important;
  }
}

.u-w40p {
  width: 40%!important;
}

@media (min-width: 1200px) {
  .u-w40p-pc {
    width: 40%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w40p-tb {
    width: 40%!important;
  }
}

@media (max-width: 767px) {
  .u-w40p-sp {
    width: 40%!important;
  }
}

.u-w45p {
  width: 45%!important;
}

@media (min-width: 1200px) {
  .u-w45p-pc {
    width: 45%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w45p-tb {
    width: 45%!important;
  }
}

@media (max-width: 767px) {
  .u-w45p-sp {
    width: 45%!important;
  }
}

.u-w50p {
  width: 50%!important;
}

@media (min-width: 1200px) {
  .u-w50p-pc {
    width: 50%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w50p-tb {
    width: 50%!important;
  }
}

@media (max-width: 767px) {
  .u-w50p-sp {
    width: 50%!important;
  }
}

.u-w55p {
  width: 55%!important;
}

@media (min-width: 1200px) {
  .u-w55p-pc {
    width: 55%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w55p-tb {
    width: 55%!important;
  }
}

@media (max-width: 767px) {
  .u-w55p-sp {
    width: 55%!important;
  }
}

.u-w60p {
  width: 60%!important;
}

@media (min-width: 1200px) {
  .u-w60p-pc {
    width: 60%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w60p-tb {
    width: 60%!important;
  }
}

@media (max-width: 767px) {
  .u-w60p-sp {
    width: 60%!important;
  }
}

.u-w65p {
  width: 65%!important;
}

@media (min-width: 1200px) {
  .u-w65p-pc {
    width: 65%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w65p-tb {
    width: 65%!important;
  }
}

@media (max-width: 767px) {
  .u-w65p-sp {
    width: 65%!important;
  }
}

.u-w70p {
  width: 70%!important;
}

@media (min-width: 1200px) {
  .u-w70p-pc {
    width: 70%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w70p-tb {
    width: 70%!important;
  }
}

@media (max-width: 767px) {
  .u-w70p-sp {
    width: 70%!important;
  }
}

.u-w75p {
  width: 75%!important;
}

@media (min-width: 1200px) {
  .u-w75p-pc {
    width: 75%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w75p-tb {
    width: 75%!important;
  }
}

@media (max-width: 767px) {
  .u-w75p-sp {
    width: 75%!important;
  }
}

.u-w80p {
  width: 80%!important;
}

@media (min-width: 1200px) {
  .u-w80p-pc {
    width: 80%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w80p-tb {
    width: 80%!important;
  }
}

@media (max-width: 767px) {
  .u-w80p-sp {
    width: 80%!important;
  }
}

.u-w85p {
  width: 85%!important;
}

@media (min-width: 1200px) {
  .u-w85p-pc {
    width: 85%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w85p-tb {
    width: 85%!important;
  }
}

@media (max-width: 767px) {
  .u-w85p-sp {
    width: 85%!important;
  }
}

.u-w90p {
  width: 90%!important;
}

@media (min-width: 1200px) {
  .u-w90p-pc {
    width: 90%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w90p-tb {
    width: 90%!important;
  }
}

@media (max-width: 767px) {
  .u-w90p-sp {
    width: 90%!important;
  }
}

.u-w95p {
  width: 95%!important;
}

@media (min-width: 1200px) {
  .u-w95p-pc {
    width: 95%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w95p-tb {
    width: 95%!important;
  }
}

@media (max-width: 767px) {
  .u-w95p-sp {
    width: 95%!important;
  }
}

.u-w100p {
  width: 100%!important;
}

@media (min-width: 1200px) {
  .u-w100p-pc {
    width: 100%!important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-w100p-tb {
    width: 100%!important;
  }
}

@media (max-width: 767px) {
  .u-w100p-sp {
    width: 100%!important;
  }
}

/* ------------------------------------------------- *
 *        text
 * ------------------------------------------------- */
.u-fNormal {
  font-weight: 400 !important;
}

@media (min-width: 1200px) {
  .u-fNormal-pc {
    font-weight: 400 !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fNormal-tb {
    font-weight: 400 !important;
  }
}

@media (max-width: 767px) {
  .u-fNormal-sp {
    font-weight: 400 !important;
  }
}

.u-fBold {
  font-weight: 700 !important;
}

@media (min-width: 1200px) {
  .u-fBold-pc {
    font-weight: 700 !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fBold-tb {
    font-weight: 700 !important;
  }
}

@media (max-width: 767px) {
  .u-fBold-sp {
    font-weight: 700 !important;
  }
}

.u-fColorBase {
  color: #000 !important;
}

@media (min-width: 1200px) {
  .u-fColorBase-pc {
    color: #000 !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fColorBase-tb {
    color: #000 !important;
  }
}

@media (max-width: 767px) {
  .u-fColorBase-sp {
    color: #000 !important;
  }
}

.u-fColorRed {
  color: #b40000 !important;
}

@media (min-width: 1200px) {
  .u-fColorRed-pc {
    color: #b40000 !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fColorRed-tb {
    color: #b40000 !important;
  }
}

@media (max-width: 767px) {
  .u-fColorRed-sp {
    color: #b40000 !important;
  }
}

.u-tUpper {
  text-transform: uppercase !important;
}

@media (min-width: 1200px) {
  .u-tUpper-pc {
    text-transform: uppercase !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-tUpper-tb {
    text-transform: uppercase !important;
  }
}

@media (max-width: 767px) {
  .u-tUpper-sp {
    text-transform: uppercase !important;
  }
}

.u-tTnone {
  text-transform: none !important;
}

@media (min-width: 1200px) {
  .u-tTnone-pc {
    text-transform: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-tTnone-tb {
    text-transform: none !important;
  }
}

@media (max-width: 767px) {
  .u-tTnone-sp {
    text-transform: none !important;
  }
}

.u-fontJp {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

@media (min-width: 1200px) {
  .u-fontJp-pc {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fontJp-tb {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  }
}

@media (max-width: 767px) {
  .u-fontJp-sp {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  }
}

.u-fontEn {
  font-family: arial, sans-serif !important;
}

@media (min-width: 1200px) {
  .u-fontEn-pc {
    font-family: arial, sans-serif !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .u-fontEn-tb {
    font-family: arial, sans-serif !important;
  }
}

@media (max-width: 767px) {
  .u-fontEn-sp {
    font-family: arial, sans-serif !important;
  }
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.entrydetail_body_inner div.wp-block-image.no-margin {
	padding-top: 0;
	margin-bottom: 0;
}

.wp-block-embed {
	max-width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.entrydetail_body_inner .wp-block-embed div {padding:0;}
.entrydetail_body_inner .wp-block-embed div.wp-embed{padding:16px;font-size:14px;font-weight:400;line-height:1.5;color:#8c8f94;background:#fff;border:1px solid #dcdcde;box-shadow:0 1px 1px rgba(0,0,0,.05);overflow:auto;zoom:1;text-align:left;}
.wp-embed a{color:#8c8f94;text-decoration:none}
.wp-embed a:hover{text-decoration:underline}
.wp-embed-featured-image{margin-bottom:15px}
.wp-embed-featured-image img{width:100%;height:auto;border:none}
.wp-embed-featured-image.square{float:left;max-width:160px;margin-right:20px}
.wp-embed p{margin:0}
.entrydetail_body_inner p.wp-embed-heading{margin:0 0 15px;font-weight:600;font-size:13px;line-height:1.3;padding:0;}
.wp-embed-heading a{color:#2c3338}
.wp-embed .wp-embed-more{color:#c3c4c7}
.entrydetail_body_inner div.wp-embed-excerpt {font-size:12px;padding:0;}
.entrydetail_body_inner .wp-embed-excerpt p {line-height:1.5;}

_:-ms-lang(x)::-ms-backdrop, .wp-block-image .aligncenter {
	table-layout: fixed;
	width: 100%;
	text-align: center;
}

@media (max-width: 767px) {
  .entrydetail_body_inner p iframe,
  .wp-block-preformatted iframe {
	max-width: 100%;
	height: auto;
  }
}

.author-description {
	font-size: 16px;
	margin: 0 0 60px;
}