@charset "UTF-8";
body, html {
  width: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}

html {
  height: 100%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  background-color: #fff;
  word-wrap: break-word;
  color: #333;
  font-size: 1.0rem;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spItem {
  display: none;
}

.pcItem {
  display: inline-block;
}

/* link */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.5rem;
}
a:link, a:visited {
  color: #ff7200;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
  color: #ff7200;
}

.header__left a:hover, .header__access a:hover, .footer__logo a:hover, .index-wrap-link__item a:hover, .pageTop a:hover, .btn01 a:hover {
  opacity: .8;
}

p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
}
p:not(:first-of-type) {
  margin-top: 1em;
}

strong,
b,
em {
  font-style: normal;
  font-weight: bold;
}

/* List */
ul > li > ul, ul > li > ol, ul > li > dl {
  margin-top: 0 !important;
}

ol > li > ul, ol > li > ol, ol > li > dl {
  margin-top: 0 !important;
}

dl dd ul, dl dd ol {
  margin-top: 0 !important;
}

/* cleafix */
.container, .ticket__header {
  min-height: 1%;
}

.container::after, .ticket__header::after {
  content: "";
  display: table;
  clear: both;
}

/*header
**************************************************/
header {
  width: 100%;
}
header .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .container:after {
  display: none;
}

.header__left {
  padding: 42px 0 37px;
}
.header__left a {
  display: block;
}
.header__right {
  width: 350px;
  margin-top: -1px;
}
.header__access {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.header__access a {
  display: block;
  position: relative;
  padding: 20px 1em 14px 2em;
  text-align: center;
  line-height: 1.5;
  font-size: 1.35rem;
  color: #333;
}
.header__access a::before, .header__access a::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}
.header__access a::before {
  left: 15px;
  width: 19px;
  height: 29px;
  background: url(/common/img/icon_header01.png);
}
.header__access a::after {
  right: 1px;
  width: 0;
  height: 0;
  margin-right: 9px;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #aaa;
}
.header__access a:hover {
  text-decoration: none;
}
.header__dial {
  width: 350px;
}
.header__dial a {
  display: block;
  width: 100%;
  padding: 4px 1em 1px;
  background-color: #ff4600;
  text-align: center;
  pointer-events: none;
}
.header__dial a * {
  display: inline-block;
}
.header__dial a > * {
  vertical-align: middle;
  text-align: center;
}
.header__dial img {
  margin-right: 10px;
  padding: 4px 0 6px;
}
.header__dial span > * {
  vertical-align: inherit;
}
.header__dial b {
  margin-right: 5px;
  font-size: 1.3rem;
  color: #fff;
}
.header__dial em {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
}

.btn__open {
  display: none;
}

/*nav
**************************************************/
nav {
  background-color: #ffb87f;
}
nav ul {
  background-color: #fff;
}

.nav__header {
  display: none;
}
.nav__gnav {
  display: -webkit-flex;
  display: flex;
  width: 980px;
  margin: auto;
}
.nav__gnav > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-items: center;
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
  text-align: center;
  max-height: 60px;
}
.nav__gnav > li > a {
  width: 100%;
  padding: 22px 1em 21px;
  text-align: center;
  line-height: 1.0;
  letter-spacing: .1em;
  font-weight: bold;
}
.nav__gnav > li > a::before {
  display: inline-block;
  content: "";
  margin-right: 10px;
  width: 14px;
  height: 17px;
  background: url(/common/img/icon_nav.png);
  vertical-align: -3px;
}
.nav__gnav > li ul > li {
  background-color: #fff;
}
.nav__gnav > li:nth-of-type(1) dt {
  background-color: #ff7200;
}
.nav__gnav > li:nth-of-type(1) ul li:not(:first-of-type) {
  border-top: 1px solid #ff7200;
}
.nav__gnav > li:nth-of-type(1) ul li a {
  background-color: #ff4600;
}
.nav__gnav > li:nth-of-type(2) dt {
  background-color: #ef5ba1;
}
.nav__gnav > li:nth-of-type(2) ul li:not(:first-of-type) {
  border-top: 1px solid #ef5ba1;
}
.nav__gnav > li:nth-of-type(2) ul li a {
  background-color: #d54187;
}
.nav__gnav > li:nth-of-type(3) dt {
  background-color: #0a925d;
}
.nav__gnav > li:nth-of-type(3) ul li:not(:first-of-type) {
  border-top: 1px solid #0a925d;
}
.nav__gnav > li:nth-of-type(3) ul li a {
  background-color: #007447;
}
.nav__gnav > li:nth-last-of-type(1) {
  background-color: #fff;
}
.nav__gnav > li:nth-last-of-type(1) a {
  background-color: #bd1549;
}
.nav__gnav a {
  white-space: nowrap;
  color: #fff;
  font-size: 1.7rem;
}
.nav__gnav a:hover {
  text-decoration: none;
  opacity: .8;
}
.nav__gnav dl {
  position: relative;
  width: 100%;
}
.nav__gnav dl:hover dd {
  display: block;
}
.nav__gnav dt {
  padding: 22px 1em 21px;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1;
  cursor: default;
}
.nav__gnav dd {
  display: none;
  position: absolute;
  z-index: 30;
}
.nav__gnav dd a {
  display: block;
  width: 350px;
  padding: 1em 1em 1em 1em;
  background: url(/common/img/icon_nav02.png) no-repeat 97% center;
  background-size: 7px 11px;
  text-align: left;
  font-size: 1.5rem;
}

/*breadcrumb
**************************************************/
.breadcrumb {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
}
.breadcrumb .breadcrumbList {
  width: 980px;
  margin: auto;
}
.breadcrumb li {
  display: inline-block;
  margin: 9px 4px 0 0;
  white-space: nowrap;
}
.breadcrumb li::after {
  content: ">";
  margin: 0 0 0 6px;
  vertical-align: 1px;
  color: #aaa;
  font-size: 1.2rem;
}
.breadcrumb li:last-of-type {
  margin-right: 0;
  white-space: normal;
}
.breadcrumb li:last-of-type::after {
  display: none;
}
.breadcrumb li:last-of-type a {
  pointer-events: none;
  cursor: default;
  color: #333;
}
.breadcrumb a {
  display: inline-block;
  font-size: 1.2rem;
}

/*pageTop
**************************************************/
.pageTop {
  display: none;
  position: fixed;
  right: 5px;
  bottom: 55px;
}

/*footer
**************************************************/
footer {
  width: 100%;
  margin: 70px 0 0;
  padding: 0;
}
footer .copyright {
  width: 100%;
  padding: 1.64em 1em 1.262em;
  background-color: #ff7200;
}
footer .copyright > p {
  text-align: center;
}
footer .copyright small {
  letter-spacing: 0.03em;
  line-height: 1.0;
  color: #fff;
  font-size: 1.5rem;
}

.footer__gnav {
  background-color: #e8eeee;
}
.footer__gnav .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 70px 0 33px;
}
.footer__gnav .col {
  width: -webkit-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
}
.footer__gnav .col dt {
  position: relative;
  padding: 1em 1em .8em .9em;
  letter-spacing: .04em;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
}
.footer__gnav .col dt::after {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 0;
  content: "";
}
.footer__gnav .col dd {
  padding: 2.5em 1em 1em 1.8em;
}
.footer__gnav .col li {
  position: relative;
  padding: 0 0 0 1.7em;
}
.footer__gnav .col li::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.footer__gnav .col li:not(:first-of-type) {
  margin-top: 1em;
}
.footer__gnav .col a {
  letter-spacing: -.05em;
  line-height: 1.75;
  color: #333;
  font-size: 1.5rem;
}
.footer__gnav .col:nth-of-type(1) dt {
  background-color: #ff7200;
}
.footer__gnav .col:nth-of-type(1) dt::after {
  width: 86px;
  height: 86px;
  background: url(/common/img/icon_footer01.png);
}
.footer__gnav .col:nth-of-type(1) li::before {
  background-color: #ff7200;
}
.footer__gnav .col:nth-of-type(2) dt {
  background-color: #ef5ba1;
}
.footer__gnav .col:nth-of-type(2) dt::after {
  width: 87px;
  height: 86px;
  background: url(/common/img/icon_footer03.png);
}
.footer__gnav .col:nth-of-type(2) li::before {
  background-color: #ef5ba1;
}
.footer__snav .container {
  padding: 32px 0 29px;
  border-bottom: 1px solid #ccc;
}
.footer__snav ul {
  line-height: 0;
  text-align: center;
}
.footer__snav li {
  display: inline-block;
  margin: 0 1.55em;
}
.footer__snav a {
  letter-spacing: .01em;
  line-height: 1.0;
  color: #333;
}
.footer__logo {
  padding: 30px 0 31px;
  text-align: center;
}
.footer__logo img {
  width: auto;
  line-height: 0;
  font-size: 0;
}

/*block
**************************************************/
.container {
  width: 980px;
  margin: auto;
}
.container__main {
  float: left;
  width: 640px;
  margin: 40px auto 0;
}
.container__side {
  float: right;
  width: 300px;
  margin: 40px auto 0;
}

.inner {
  padding: 0 20px;
}

/*Heading
**************************************************/
.heading01 {
  position: relative;
  z-index: 5;
  padding: .6em .8em .5em .8em;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
}
.heading01::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #fff transparent transparent transparent;
}
.heading01::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent transparent transparent;
}

.heading02 {
  padding: .6em .8em .35em .8em;
  background-color: transparent;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 2px solid transparent;
}

.heading03 {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 1px solid transparent;
}

.heading04 {
  position: relative;
  padding: 7px 0 5px 18px;
  font-weight: bold;
  font-size: 2.0rem;
}
.heading04::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 35px;
  border-radius: 10px;
  background-color: transparent;
}

.heading05 {
  font-weight: bold;
  font-size: 1.8rem;
}

.heading06 {
  font-weight: bold;
  font-size: 1.7rem;
}

.heading07 {
  padding: 18px 1em 17px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.heading08 {
  font-weight: bold;
  font-size: 1.8rem;
}

h2,
h3,
h4,
h5 {
  margin-top: 30px;
}

/*side
**************************************************/
.side__header {
  padding: 15px 1em 20px 70px;
  border-bottom: 4px solid #CCC;
  font-size: 2.2rem;
}
.side__header.entry {
  background: url(/common/img/icon_side01.png) no-repeat;
}
.side__header.category {
  background: url(/common/img/icon_side02.png) no-repeat;
}
.side__header.tag {
  background: url(/common/img/icon_side03.png) no-repeat;
}
.side__header.archive {
  background: url(/common/img/icon_side04.png) no-repeat;
}
.side__header:not(first-of-type) {
  margin-top: 12px;
}
.side__body {
  padding: 4px 0 0 0;
}
.side__body > a:not(:first-of-type) dl {
  border-top: 1px dashed #ccc;
}
.side__body > a:hover {
  text-decoration: none;
}
.side__body > a:hover dt {
  text-decoration: none;
}
.side__body > a:hover dd {
  text-decoration: underline;
}
.side__body dl {
  padding: 13px 1em 8px 5px;
  font-size: 1.5rem;
}
.side__body dt {
  line-height: 1.2;
  color: #333;
}
.side__body dd {
  line-height: 1.5;
}
.side__body p {
  padding: 10px 1em 10px 4px;
}
.side__body p:not(:first-of-type) {
  border-top: 1px dashed #ccc;
  margin-top: 0;
}

/*
**************************************************/
.btn01 {
  width: 220px;
  margin: 20px auto 0;
  text-align: center;
}
.btn01 a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  align-items: center;
  padding: .8em 1em;
  border-radius: 50px;
  background: #ff7200 url(/common/img/icon_nav02.png) no-repeat 90% center;
  background-size: 6px 11px;
  color: #fff;
}
.btn01 a:hover {
  text-decoration: none;
}

/*
**************************************************/
.page-navigation {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 1em 40px;
}
.page-navigation li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.5s;
  font-size: 1.5rem;
  margin: 0 2.5px;
}
.page-navigation li.current {
  background-color: #ff7200;
  text-decoration: none;
  color: #fff;
}
.page-navigation a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fffd;
}
.page-navigation a:hover {
  background-color: #ff7200;
  text-decoration: none;
  color: #fff;
}
.page-navigation__prev a, .page-navigation__prevall a, .page-navigation__next a, .page-navigation__nextall a {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 260%;
  display: block;
}
.page-navigation__prev a::before, .page-navigation__prevall a::before, .page-navigation__next a::before, .page-navigation__nextall a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-indent: 0;
}
.page-navigation__prev a::before {
  width: 8px;
  height: 11px;
  background: url(/common/img/icon_pager03.png) no-repeat;
}
.page-navigation__prev a:hover::before {
  background: url(/common/img/icon_pager04.png) no-repeat;
}
.page-navigation__prevall a::before {
  width: 14px;
  height: 11px;
  background: url(/common/img/icon_pager01.png) no-repeat;
}
.page-navigation__prevall a:hover::before {
  background: url(/common/img/icon_pager02.png) no-repeat;
}
.page-navigation__next a::before {
  width: 8px;
  height: 11px;
  background: url(/common/img/icon_pager07.png) no-repeat;
}
.page-navigation__next a:hover::before {
  background: url(/common/img/icon_pager08.png) no-repeat;
}
.page-navigation__nextall a::before {
  width: 14px;
  height: 11px;
  background: url(/common/img/icon_pager05.png) no-repeat;
}
.page-navigation__nextall a:hover::before {
  background: url(/common/img/icon_pager06.png) no-repeat;
}

/*
**************************************************/
/*block
**************************************************/
.wrap__col {
  margin: 30px 0 0;
}
.wrap__col .col {
  width: 100%;
}
.wrap__col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0 0;
}
.wrap__col2 .col {
  width: -webkit-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2);
}
.wrap__col2 .col h2:first-of-type, .wrap__col2 .col h3:first-of-type, .wrap__col2 .col h4:first-of-type, .wrap__col2 .col h5:first-of-type {
  margin-top: 0;
}
.wrap__content {
  margin: 30px 0 0;
  border: 2px solid transparent;
}

/*parts
**************************************************/
.dl__data {
  padding: 30px 10px 30px 25px;
}
.dl__data > dt {
  font-weight: bold;
  font-size: 1.8rem;
}
.dl__data > dd {
  margin-top: 25px;
  line-height: 1.8;
  font-size: 1.4rem;
}
.dl__data02 {
  padding: 30px 2em 25px;
  text-align: left;
}
.dl__data02 > dt {
  font-weight: bold;
  font-size: 2rem;
}
.dl__data02 > dd {
  margin-top: 5px;
  line-height: 1.8;
  font-size: 1.4rem;
}
.dl__data03 {
  padding: 30px 1em 25px;
  text-align: left;
}
.dl__data03 > dt {
  font-weight: bold;
  font-size: 2rem;
}
.dl__data03 > dd {
  margin-top: 5px;
  line-height: 1.8;
  font-size: 1.4rem;
}

.avatar__contents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 25px 1em 19px 0;
}
.avatar__contents figure {
  flex-shrink: 0;
  width: 100px;
  text-align: center;
  line-height: 0;
}
.avatar__contents .icon01 img {
  width: 74px;
}
.avatar__contents .icon02 img {
  width: 53px;
}
.avatar__contents p {
  line-height: 1.8;
  font-size: 1.8rem;
}

.bg__pattern {
  background-color: #ffffe5;
}

.txt__indent {
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
  font-size: 1.4rem;
}
.txt__label {
  display: inline-block;
  margin-left: 11px;
  padding: 7px 7px 6px;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
}
.txt__caution {
  color: #f00;
  font-size: 1.4rem;
}
.txt__date03 {
  display: inline-block;
}
.txt__col {
  padding: 30px 25px;
}
.wrap__col2 .col .txt__col > p {
	margin-top: 0;
}

.label01 {
  background-color: #6bd7d3;
}

.label02 {
  background-color: #ef5ba1;
}

.label03 {
  background-color: #83d551;
}

.label04 {
  background-color: #3141d3;
}

.label05 {
  background-color: #fc6103;
}

.img__center {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
  font-size: 0;
  width: 100%;
}
.img__center.overall {
  width: 100%;
}

/*専用ページ
**************************************************/
/*詳細ページ
**************************************************/
/*デバック用
**************************************************/
a:not([href]) {
  position: relative;
}
a:not([href])::after {
  display: inline-block;
  padding: 1em;
  background-color: #fff;
  border: 2px solid #EFBB24;
  color: #EFBB24;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .spItem {
    display: inline;
  }

  .pcItem {
    display: none;
  }

  /*header
  **************************************************/
  header {
    min-height: 0%;
    border-bottom: 1px solid #ccc;
  }
  header .container {
    position: relative;
  }

  .header__left {
    width: -webkit-calc((400 / 800) * 100%);
    width: calc((400 / 800) * 100%);
    max-width: 200px;
    padding: 21px 0 18px;
  }
  .header__left img {
    width: 100%;
  }
  .header__right {
    display: none;
  }

  .btn__open {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    width: -webkit-calc((90 / 800) *100%);
    width: calc((90 / 800) *100%);
    max-width: 45px;
    margin-left: auto;
    line-height: 0;
    cursor: pointer;
  }
  .btn__open img {
    width: 100%;
  }
  .btn__close {
    position: absolute;
    top: 50%;
    right: -webkit-calc((30 / 800)* 100%);
    right: calc((30 / 800)* 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: -webkit-calc((83.25 / 800) *100%);
    width: calc((83.25 / 800) *100%);
    max-width: 45px;
    line-height: 0;
    cursor: pointer;
  }
  .btn__close img {
    width: 100%;
  }

  /*nav
  **************************************************/
  nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background-color: #fff;
  }
  nav .spItem {
    display: block;
  }

  .nav__header {
    position: relative;
    display: block;
    padding: 10px 0 7px;
    padding-right: -webkit-calc((30 / 800)* 100%);
    padding-right: calc((30 / 800)* 100%);
    padding-left: -webkit-calc((30 / 800)* 100%);
    padding-left: calc((30 / 800)* 100%);
    border-top: 2px solid #fff;
    text-align: center;
  }
  .nav__txt {
    display: inline-block;
    width: -webkit-calc((177 / 800)*100%);
    width: calc((177 / 800)*100%);
    max-width: 88px;
    line-height: 0;
  }
  .nav__txt > img {
    width: 100%;
  }
  .nav__gnav {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .nav__gnav li {
    width: 100%;
  }
  .nav__gnav a {
    white-space: normal;
  }
  .nav__gnav dl:hover dd {
    display: none;
  }
  .nav__gnav dt {
    padding: 16px 1em;
    background: url(../img/icon_nav03.png) no-repeat 95% center;
    background-size: 15px;
    cursor: pointer;
  }
  .nav__gnav dt.active {
    background: url(../img/icon_nav04.png) no-repeat 95% center;
    background-size: 15px;
  }
  .nav__gnav dd {
    position: static;
    z-index: 10;
    width: 100%;
    padding-right: -webkit-calc((30 / 800)* 100%);
    padding-right: calc((30 / 800)* 100%);
    padding-left: -webkit-calc((30 / 800)* 100%);
    padding-left: calc((30 / 800)* 100%);
    padding-bottom: 2em;
  }
  .nav__gnav dd a {
    width: 100%;
    background: url(/common/img/icon_nav02.png) no-repeat 97% center;
    background-size: 7px 11px;
  }
  .nav__gnav > li {
    max-height: inherit;
  }
  .nav__gnav > li > a {
    padding: 16px 1em;
    background: url(/common/img/icon_nav02.png) no-repeat 93.5% center;
    background-size: 7px 11px;
  }
  .nav__gnav > li:nth-of-type(1) dd {
    background-color: #ff7200;
  }
  .nav__gnav > li:nth-of-type(2) dd {
    background-color: #ef5ba1;
  }
  .nav__gnav > li:nth-of-type(3) dd {
    background-color: #0a925d;
  }
  .nav__gnav02 {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .nav__gnav02 li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .nav__gnav02 a {
    display: block;
    padding: 16px 1em;
    background: #666 url(/common/img/icon_nav02.png) no-repeat 93.5% center;
    background-size: 7px 11px;
    white-space: normal;
    text-align: center;
    color: #fff;
  }
  .nav__gnav02 a:hover {
    text-decoration: none;
  }
  .nav__dial a {
    display: block;
    padding: 16px 1em;
    background: #ff4600 url(/common/img/icon_header03.png) no-repeat 10% center;
    white-space: normal;
    text-align: center;
    color: #fff;
  }
  .nav__dial a:hover {
    text-decoration: none;
  }
  .nav__dial a * {
    display: block;
    color: #fff;
    font-weight: normal;
  }
  .nav__dial a b {
    font-size: 1.5rem;
  }
  .nav__dial a em {
    font-size: 2.5rem;
  }

  /*breadcrumb
  **************************************************/
  .breadcrumb {
    display: none;
  }

  /*footer
  **************************************************/
  footer {
    width: 100%;
    margin: 1em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #ccc;
  }

  .footer__gnav, .footer__snav {
    display: none;
  }
  .footer__logo {
    width: 200px;
    margin: auto;
    padding: 0 0 1em;
  }

  /*block
  **************************************************/
  .container {
    width: 100%;
    margin: 0 auto auto;
    padding-right: -webkit-calc((30 / 800)* 100%);
    padding-right: calc((30 / 800)* 100%);
    padding-left: -webkit-calc((30 / 800)* 100%);
    padding-left: calc((30 / 800)* 100%);
  }
  .container__main, .container__side {
    float: none;
    width: 100%;
    margin: 30px auto 0;
  }

  .inner {
    padding: 0;
  }

  /*Heading
  **************************************************/
  .heading01 {
    padding: .5em .5em .4em .5em;
    font-size: 2.4rem;
  }

  .heading02 {
    padding: .5em .5em .25em .5em;
    font-size: 2rem;
    border-bottom: 1px solid transparent;
  }

  .heading03 {
    font-size: 2.0rem;
    border-bottom: 1px solid transparent;
  }

  .heading04 {
    position: relative;
    padding: 7px 0 5px 18px;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .heading04::before {
    width: 8px;
    height: 32px;
    border-radius: 8px;
  }

  .heading08 {
    font-size: 1.4rem;
  }

  	/*side
  **************************************************/
  .side__header {
    padding: 5px 1em 10px 2em;
    border-bottom: 2px solid #CCC;
    font-size: 2rem;
  }
  .side__header.entry {
    background: url(/common/img/icon_side01.png) no-repeat;
    background-size: 30px;
  }
  .side__header.category {
    background: url(/common/img/icon_side02.png) no-repeat;
    background-size: 30px;
  }
  .side__header.tag {
    background: url(/common/img/icon_side03.png) no-repeat;
    background-size: 30px;
  }
  .side__header.archive {
    background: url(/common/img/icon_side04.png) no-repeat;
    background-size: 30px;
  }
  .side__header:not(first-of-type) {
    margin-top: 1em;
  }
  .side__body dl:not(:first-of-type) {
    border-top: 1px dashed #ccc;
  }

  /*
  **************************************************/
  .page-navigation__prev a,
  .page-navigation__prevall a,
  .page-navigation__next a,
  .page-navigation__nextall a {
    text-indent: 400%;
  }

  .page-navigation a {
    width: 30px;
    height: 30px;
  }

  /*block
  **************************************************/
  .wrap__col2 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .wrap__col2 .col {
    width: 100%;
  }
  .wrap__col2 .col:not(:first-of-type) {
    margin-top: 30px;
  }
  .wrap__content {
    border: 1px solid transparent;
  }

  /*parts
  **************************************************/
  .dl__data {
    padding: 2em;
  }

  .avatar__contents {
    padding: 1em 1em 1em 0;
  }
  .avatar__contents p {
    line-height: 1.5;
    font-size: 1.4rem;
  }

  .txt__label {
    display: inline-block;
    margin: .5em 11px .5em 0;
    padding: 4px;
    border-radius: 2px;
    vertical-align: 2px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
  }
  .txt__date03 {
    display: block;
  }
  .txt__col {
    padding: 2em;
  }

  /*専用ページ
  **************************************************/
  /*詳細ページ
  **************************************************/
}
