@charset "UTF-8";
/* ************************
 REGZA
 Last Modified: 2017-09-21  
 ************************ */
body > iframe {
  height: 0;
  overflow: hidden;
  display: none;
}

#content {
  max-width: none;
  min-width: 960px;
  overflow: hidden;
  margin-top: -10px;
}

#panel_wrap {
  z-index: 10;
}

sup {
  font-size: 80%;
}

.drec {
  font-weight: 300;
  line-height: 1.8;
  color: #535353;
}
.drec-l-inner {
  max-width: 1100px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: unset
}
.drec-l-inner--top {
  padding: 0;
  max-width: 1920px;
}
.drec-l-header {
  background: #e8fbff url(../images/bg_head.png) center top no-repeat;
  background-size: 1920px auto;
}
.drec-l-header__head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  line-height: 1.4;
  padding-top: 4px;
  padding-bottom: 8px;
}
.drec-l-header__head.is-clone {
  display: none;
}
.drec-l-header__head__logo {
  flex: 1 1 auto;
  font-size: 5.9rem;
  font-weight: bold;
  color: #000;
  padding: 10px 80px 10px 0;
  position: relative;
  text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
}
.drec-l-header__head__logo::after {
  content: "まるごと\Aガイド";
  white-space: pre;
  line-height: 1.1;
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  color: #0a755e;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 124px;
  height: 93px;
  background: url(../images/icon_book.png) right center no-repeat;
  background-size: 124px auto;
  box-sizing: border-box;
  padding-top: 26px;
}
.drec-l-header__head__logo__link {
  color: inherit;
}
.drec-l-header__head__logo__link:hover {
  opacity: 1;
}
.drec-l-header__head__box {
  -webkit-flex: 0 1 420px;
  flex: 0 1 420px;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 1.7rem;
  font-weight: normal;
  color: #2e2e2e;
}
.drec-l-header__head__spttl {
  display: none;
}
.drec-l-header--top {
  background: #e8fbff;
  overflow: hidden;
  position: relative;
}
.drec-l-header--top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.drec-l-nav {
  padding-bottom: 55px;
}
.drec-l-nav__unit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.drec-l-nav__unit__list {
  -webkit-align-items: stretch;
  align-items: stretch;
  background: #fff;
  margin-right: 10px;
}
.drec-l-nav__unit__list__link {
  height: 100%;
  box-sizing: border-box;
  color: #535353;
  background: #fff;
  padding: 10px 20px 10px;
  display: block;
  box-shadow: 0 5px #000 inset;
  line-height: 1.4;
  transition: color .1s linear,background-color .1s linear;
  position: relative;
}
.drec-l-nav__unit__list__link:hover, .drec-l-nav__unit__list__link.is-active {
  background-color: #000;
  opacity: 1;
  color: #fff;
}
.drec-l-nav__unit__list__link:hover .drec-l-nav__unit__list__link--type01__mark, .drec-l-nav__unit__list__link.is-active .drec-l-nav__unit__list__link--type01__mark {
  color: inherit;
}
.drec-l-nav__unit__list__link:hover .drec-l-nav__unit__list__link--type02__mark, .drec-l-nav__unit__list__link.is-active .drec-l-nav__unit__list__link--type02__mark {
  color: inherit;
}
.drec-l-nav__unit__list__link:hover .drec-l-nav__unit__list__link--type03__mark, .drec-l-nav__unit__list__link.is-active .drec-l-nav__unit__list__link--type03__mark {
  color: inherit;
}
.drec-l-nav__unit__list__link::after {
  position: absolute;
  left: 10px;
  top: -20px;
  width: 30px;
  height: 57px;
  transition: background-position 0.4s cubic-bezier(0.13, 1.05, 0.96, 1);
}
.drec-l-nav__unit__list__link__mark {
  background: none;
  color: inherit;
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  transition: color .1s linear,background-color .1s linear;
}
.drec-l-nav__unit__list__link--type01 {
  padding-left: 50px;
  box-shadow: 0 5px #0a755e inset;
}
.drec-l-nav__unit__list__link--type01::after {
  content: "";
  position: absolute;
  background: url(../images/icon_flag_white.png) 3px 60px no-repeat, url(../images/icon_flag_green.png) left top no-repeat;
  background-size: auto,contain;
}
.drec-l-nav__unit__list__link--type01:hover, .drec-l-nav__unit__list__link--type01.is-active {
  background-color: #0a755e;
}
.drec-l-nav__unit__list__link--type01:hover::after, .drec-l-nav__unit__list__link--type01.is-active::after {
  background: url(../images/icon_flag_white.png) 3px 3px no-repeat, url(../images/icon_flag_green.png) left top no-repeat;
  background-size: auto,contain;
}
.drec-l-nav__unit__list__link--type01__mark {
  color: #0a755e;
}
.drec-l-nav__unit__list__link--type02 {
  padding-left: 50px;
  box-shadow: 0 5px #ffb400 inset;
}
.drec-l-nav__unit__list__link--type02::after {
  content: "";
  position: absolute;
  background: url(../images/icon_flag_white.png) 3px 60px no-repeat, url(../images/icon_flag_yellow.png) left top no-repeat;
  background-size: auto,contain;
}
.drec-l-nav__unit__list__link--type02:hover, .drec-l-nav__unit__list__link--type02.is-active {
  background-color: #ffb400;
}
.drec-l-nav__unit__list__link--type02:hover::after, .drec-l-nav__unit__list__link--type02.is-active::after {
  background: url(../images/icon_flag_white.png) 3px 3px no-repeat, url(../images/icon_flag_yellow.png) left top no-repeat;
  background-size: auto,contain;
}
.drec-l-nav__unit__list__link--type02__mark {
  color: #ffb400;
}
.drec-l-nav__unit__list__link--type03 {
  padding-left: 50px;
  box-shadow: 0 5px #00aeff inset;
}
.drec-l-nav__unit__list__link--type03::after {
  content: "";
  position: absolute;
  background: url(../images/icon_flag_white.png) 3px 60px no-repeat, url(../images/icon_flag_blue.png) left top no-repeat;
  background-size: auto,contain;
}
.drec-l-nav__unit__list__link--type03:hover, .drec-l-nav__unit__list__link--type03.is-active {
  background-color: #00aeff;
}
.drec-l-nav__unit__list__link--type03:hover::after, .drec-l-nav__unit__list__link--type03.is-active::after {
  background: url(../images/icon_flag_white.png) 3px 3px no-repeat, url(../images/icon_flag_blue.png) left top no-repeat;
  background-size: auto,contain;
}
.drec-l-nav__unit__list__link--type03__mark {
  color: #00aeff;
}
.drec-l-navLow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 45px;
  height: 55px;
  opacity: 0;
  transition: opacity .1s linear;
}
.drec-l-navLow.is-active {
  opacity: 1;
  display: -webkit-flex;
  display: flex;
}
.drec-l-navLow.is-hide {
  display: none;
}
.drec-l-navLow::before {
  content: "";
  position: absolute;
  left: -50vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50vw;
}
.drec-l-navLow::after {
  content: "";
  position: absolute;
  right: -50vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50vw;
}
.drec-l-navLow--type01 {
  background-color: #0a755e;
}
.drec-l-navLow--type01::before {
  background-color: #0a755e;
}
.drec-l-navLow--type01::after {
  background-color: #0a755e;
}
.drec-l-navLow--type02 {
  background-color: #ffb400;
}
.drec-l-navLow--type02::before {
  background-color: #ffb400;
}
.drec-l-navLow--type02::after {
  background-color: #ffb400;
}
.drec-l-navLow--type03 {
  background-color: #00aeff;
}
.drec-l-navLow--type03::before {
  background-color: #00aeff;
}
.drec-l-navLow--type03::after {
  background-color: #00aeff;
}
.drec-l-navLow__list {
  font-size: 1.4rem;
  font-weight: 300;
  padding: 9px 5px;
}
.drec-l-navLow__list__link {
  display: block;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  transition: color .1s linear, background-color .1s linear;
}
.drec-l-navLow__list__link:hover, .drec-l-navLow__list__link.is-active {
  color: #000;
  background-color: #000;
  opacity: 1;
}
.drec-l-navLow__list__link--type01 {
  border-color: #fff;
}
.drec-l-navLow__list__link--type01:hover, .drec-l-navLow__list__link--type01.is-active {
  color: #0a755e;
  background-color: #fff;
  opacity: 1;
}
.drec-l-navLow__list__link--type02 {
  border-color: #fff;
}
.drec-l-navLow__list__link--type02:hover, .drec-l-navLow__list__link--type02.is-active {
  color: #ffb400;
  background-color: #fff;
  opacity: 1;
}
.drec-l-navLow__list__link--type03 {
  border-color: #fff;
}
.drec-l-navLow__list__link--type03:hover, .drec-l-navLow__list__link--type03.is-active {
  color: #00aeff;
  background-color: #fff;
  opacity: 1;
}
.drec-l-main {
  padding-top: 60px;
  background-color: #e8fbff;
}
.drec-l-main--top {
  padding-top: 5px;
}
.drec-l-aside {
  padding-bottom: 50px;
}
.drec-l-aside__box {
  margin-bottom: 10px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px 30px;
}
.drec-l-footer {
  padding: 20px 0 0;
}
.drec-p-block {
  padding: 40px 50px 15px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(88, 194, 255, 0.28);
  margin-bottom: 12px;
}
.drec-p-block__aside__list {
  border-top: 1px solid #60cdb8;
  padding: 40px 0 20px;
}
.drec-p-block--top {
  margin: 40px 0;
}
.drec-p-head {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 25px;
}
.drec-p-head--main {
  margin-top: -25px;
}
.drec-p-head__ttl {
  background-color: #3d3d3d;
  padding: 2px 30px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  height: 40px;
  margin: 0 20px 0 -80px;
}
.drec-p-head__ttl::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 24px;
  margin: auto;
  width: 0;
  height: 0;
  transform-origin: center;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 20px;
  border-color: transparent transparent #000;
}
.drec-p-head__icon {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.drec-p-head__icon__list {
  margin-right: 10px;
}
.drec-p-ttl--main {
  font-size: 3.6rem;
  font-weight: bold;
  color: #e74e33;
  display: block;
  line-height: 1.4;
  margin-bottom: 20px;
}
.drec-p-ttl--main__small {
  font-size: 2.4rem;
  display: block;
}
.drec-p-ttl--main--small {
  font-size: 2.2rem;
  font-weight: bold;
  color: #e74e33;
  display: block;
  line-height: 1.4;
  margin-bottom: 20px;
}
.drec-p-ttl--main--small__small {
  font-size: 1.8rem;
  display: block;
}
.drec-p-ttl--sub {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  display: block;
  line-height: 1.4;
  padding: 5px 0 5px 30px;
  margin-bottom: 15px;
  position: relative;
}
.drec-p-ttl--sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: auto;
  background-color: #e74e33;
  border-radius: 10px;
}
.drec-p-ttl--foot {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #1aa083;
  margin-bottom: 30px;
}
.drec-p-txt {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 25px;
}
.drec-p-img {
  text-align: center;
  margin-bottom: 40px;
}
.drec-p-pagetop {
  text-align: right;
  margin-bottom: 40px;
}
.drec-p-pagetop__link {
  font-size: 1.3rem;
  display: inline-block;
  color: #fff;
  background-color: #1aa083;
  padding: 6px 42px 6px 12px;
  position: relative;
}
.drec-p-pagetop__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: auto;
  background: #057c62 url(../images/icon_pagetop.png) center center no-repeat;
  background-size: 16px 10px;
}
.drec-p-note {
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.drec-p-note__list {
  padding-left: 2.8em;
  text-indent: -2.8em;
}
.drec-p-note__list--short {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.drec-p-note--short__list {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.drec-p-comment__start {
  margin-bottom: 15px;
  font-weight: 900;
}
.drec-p-comment__end__unit {
  font-size: 1.4rem;
  line-height: 1.4;
}
.drec-p-comment__end__unit__note {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.drec-p-comment--flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.drec-p-comment--flex__start {
  padding-right: 25px;
  margin-bottom: 0;
}
.drec-p-bnr {
  padding-bottom: 50px;
}
.drec-p-bnr__link {
  color: #fff;
  min-height: 110px;
  box-sizing: border-box;
  padding: 0 30px 10px 275px;
  border-radius: 5px;
  margin-bottom: 25px;
  background: #0a755e url(../images/bnr_img.png) 18px center no-repeat;
  background-size: 223px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.drec-p-bnr__link__ttl__mark {
  color: #fff;
  display: block;
  background-color: transparent;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: .06em;
}
.drec-p-bnr__link__ttl__small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
}
.drec-p-bnr__link__more {
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 900;
  padding-top: 10px;
}
.drec-p-bnr__link__more__icon {
  background: url(../images/icon_arw_white.png) right center no-repeat;
  background-size: 30px auto;
  padding: 10px 40px 10px 5px;
  display: block;
}
.drec-p-slider {
  margin: 0 -10px 40px;
  position: relative;
}
.drec-p-slider__box {
  padding: 0 10px;
}
.drec-p-slider__box__unit {
  padding: 25px 0 10px;
}
.drec-p-slider__prev {
  width: 60px;
  height: 60px;
  background: url(../images/icon_arw.png) left top no-repeat;
  transform-origin: center;
  transform: rotate(-90deg);
  left: -80px;
  display: none;
}
.drec-p-slider__next {
  width: 60px;
  height: 60px;
  background: url(../images/icon_arw.png) left top no-repeat;
  transform-origin: center;
  transform: rotate(90deg);
  right: -80px;
  display: none;
}
.drec-p-item {
  background-color: #fff;
  border: 1px solid #baeffa;
  padding: 25px 25px 10px;
  display: block;
  text-align: center;
  position: relative;
  box-shadow: 0 0 8px 1px rgba(35, 176, 206, 0.2);
}
.drec-p-item::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -25px;
  width: 34px;
  height: 36px;
  background: url(../images/icon_flag_green.png) left top no-repeat;
  background-size: 30px auto;
}
.drec-p-item__ttl {
  color: #0a755e;
  font-size: 2.2rem;
  font-weight: bold;
  min-height: 80px;
  margin: 0 -20px;
  box-sizing: border-box;
  line-height: 1.4;
}
.drec-p-item__ttl--large {
  font-size: 2.4rem;
}
.drec-p-item__ttl__small {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
}
.drec-p-item__img {
  min-height: 170px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.drec-p-item__txt {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  min-height: 120px;
  box-sizing: border-box;
  line-height: 1.4;
  text-align: left;
}
.drec-p-item__more {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 300;
  color: #1fbc99;
  position: relative;
  padding: 10px 60px;
}
.drec-p-item__more::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../images/icon_arw.png) left top no-repeat;
  background-size: contain;
  transform-origin: center;
  transform: rotate(90deg);
}
.drec-p-item--type01 {
  border: 3px solid #79b8ae;
}
.drec-p-item--type01::after {
  background: url(../images/icon_flag_green.png) left top no-repeat;
  background-size: 30px auto;
}
.drec-p-item--type01__ttl {
  color: #0a755e;
}
.drec-p-item--type02 {
  border: 3px solid #f4d77f;
}
.drec-p-item--type02::after {
  background: url(../images/icon_flag_yellow.png) left top no-repeat;
  background-size: 30px auto;
}
.drec-p-item--type02__ttl {
  color: #eaa500;
}
.drec-p-item--type03 {
  border: 3px solid #74d4ff;
}
.drec-p-item--type03::after {
  background: url(../images/icon_flag_blue.png) left top no-repeat;
  background-size: 30px auto;
}
.drec-p-item--type03__ttl {
  color: #00aeff;
}
.drec-p-table {
  width: 704px;
  margin: 0 auto 40px;
}
.drec-p-table__ttl {
  text-align: center;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
.drec-p-table__block {
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  table-layout: fixed;
}
.drec-p-table__block__tr {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666;
}
.drec-p-table__block__tr__th {
  text-align: center;
  padding: 8px;
  background-color: #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.drec-p-table__block__tr__th--empty {
  background: url(../images/empty_table.jpg) left top no-repeat;
  background-size: 100% 100%;
  width: 175px;
}
.drec-p-table__block__tr__td {
  text-align: center;
  padding: 8px;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.drec-p-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  margin-bottom: 20px;
}
.drec-p-btn__link {
  max-width: 360px;
  width: 100%;
  height: 80px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: inherit;
  border: 5px solid #60cdb8;
  box-sizing: border-box;
  transition: background-color .1s linear, color .1s linear;
}
.drec-p-btn__link:hover {
  background-color: #60cdb8;
  color: #fff;
  opacity: 1;
}
.drec-p-btn__small {
  max-width: 360px;
  width: 100%;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.2rem;
}
.drec-p-dlcol {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 40px;
}
.drec-p-dlcol__ttl {
  width: 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #60cdb8;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.drec-p-dlcol__col {
  -webkit-flex: 1 1 30%;
  flex: 0 1 30%;
  margin: 0 10px 10px;
}
.drec-p-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -10px 20px;
}
.drec-p-flex__list {
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
  margin: 0 10px 10px;
}
.drec-p-flex--bdr__list {
  -webkit-flex: 0 1 334px;
  flex: 0 1 334px;
  max-width: 334px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  padding: 10px 15px;
}
.drec-p-flex--bdr__list:nth-of-type(3n+1) {
  padding: 10px 20px 10px 0;
}
.drec-p-flex--bdr__list:nth-of-type(3n) {
  padding: 10px 0 10px 20px;
  border-right-width: 0;
}
.drec-p-flex--bdr__list__ttl {
  font-size: 1.8rem;
  font-weight: 900;
  padding-bottom: 10px;
  box-sizing: border-box;
  min-height: 40px;
  color: #333;
}
.drec-p-flex--bdr__list__txt {
  font-size: 1.6rem;
  font-weight: 300;
  padding-bottom: 10px;
  box-sizing: border-box;
  min-height: 90px;
  color: #535353;
}
.drec-p-flex--bdr__list__img {
  text-align: center;
  padding-bottom: 10px;
  box-sizing: border-box;
  min-height: 190px;
}
.drec-p-flex--bdr__list__small {
  font-size: 1.2rem;
  font-weight: 300;
  padding-left: 1.2em;
  text-indent: -1.2em;
  padding-bottom: 10px;
  box-sizing: border-box;
  color: #898989;
  line-height: 1.4;
}
.drec-p-flex--col4 {
  margin: 0 -13px 20px;
}
.drec-p-flex--col4__list {
  margin: 0 13px 10px;
  -webkit-flex: 0 1 230px;
  flex: 0 1 230px;
  max-width: 230px;
  box-sizing: border-box;
  border: 1px solid #60cdb8;
  padding: 10px;
}
.drec-p-step {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 300;
  color: #777777;
  padding: 40px 0 380px;
  background: url(../images/img_recording08_01.png) center bottom no-repeat;
  background-size: contain;
  margin-bottom: 50px;
}
.drec-p-step__list {
  border: 2px dotted #f5872a;
  border-radius: 4px;
  text-align: center;
  padding: 10px 20px;
  margin-right: 85px;
  position: relative;
}
.drec-p-step__list::after {
  content: "";
  background: url(../images/icon_recording08_01.png) left top no-repeat;
  background-size: contain;
  width: 18px;
  height: 22px;
  position: absolute;
  right: -52px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.drec-p-step__list:last-of-type {
  margin-right: 0;
}
.drec-p-step__list:last-of-type::after {
  display: none;
}
.drec-p-order {
  padding-left: 690px;
  margin-bottom: 30px;
  background: url(../images/img_recording11_01.png) 22px 60px no-repeat;
}
.drec-p-order__list {
  margin-bottom: 15px;
}
.drec-p-order__list:last-of-type {
  margin-bottom: 0;
}
.drec-p-order__list__unit__ttl {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}
.drec-p-order__list__unit__ttl__num {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  width: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  background-color: #60cdb8;
}
.drec-p-order__list__unit__txt {
  font-size: 1.6rem;
  font-weight: 300;
  color: #535353;
  line-height: 1.4;
}
.drec-p-unit__head {
  background-color: #60cdb8;
  color: #fff;
  margin: -10px -10px 20px;
  padding: 10px 5px 14px;
  line-height: 1.4;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.drec-p-unit__head::after {
  content: "";
  border-width: 12px 8px;
  border-style: solid;
  border-color: #60cdb8 transparent transparent;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
}
.drec-p-unit__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e74e33;
  text-align: center;
  margin: 0 -20px 18px;
}
.drec-p-unit__img {
  text-align: center;
  margin-bottom: 15px;
}
.drec-p-unit__txt {
  font-size: 1.6rem;
  font-weight: 300;
  color: #535353;
  line-height: 1.4;
  margin-bottom: 20px;
}
.drec-p-col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -20px 20px -20px;
}
.drec-p-col__list {
  flex: 1 1 380px;
  padding: 0 19px 0 20px;
  border-right: 1px solid #50adc0;
  box-sizing: unset;
}
.drec-p-col__list:last-of-type {
  border-width: 0;
}
.drec-p-panel {
  margin-bottom: -50px;
}
.drec-p-panel__ttl {
  width: 280px;
  margin: 0 auto 50px;
  text-align: center;
  margin-bottom: 50px;
}
.drec-p-panel__item {
  margin-bottom: 50px;
}
.drec-p-tv {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background: url(../images/t_bg_top.png) center center no-repeat;
  min-height: 215px;
  padding-top: 30px;
  box-sizing: border-box;
  margin-top: -205px;
}
.drec-p-tv__box {
  margin: 0 20px;
  width: 300px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 20px 15px;
  font-size: 1.8rem;
  font-weight: 900;
  color: #535353;
  box-sizing: border-box;
}
.drec-p-hd {
  position: relative;
}
.drec-p-hd__ttl {
  padding-right: 340px;
}
.drec-p-hd__txt {
  padding-right: 540px;
}
.drec-p-hd__img {
  position: absolute;
  right: 0;
  top: -55px;
}
.drec-p-icon__blank {
  display: inline-block;
  padding-right: 18px;
  background: url(../images/icon_window_off.png) right center no-repeat;
  background-size: auto;
}
.drec-p-icon:hover .drec-p-icon__blank {
  background-image: url(../images/icon_window_on.png);
}
.drec-u-clr {
  color: #0084ff;
}

@media screen and (max-width: 1200px) {
  .drec-l-inner {
    padding: 0 15px;
    width: auto;
    box-sizing: unset;
  }
  .drec-l-header__head__logo {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 5rem;
    padding: 10px 130px 10px 0;
  }
  .drec-l-header__head__logo::after {
    font-size: 1.8rem;
    width: 114px;
    height: 93px;
    background-size: 114px auto;
    padding-top: 28px;
  }
  .drec-l-header__head__box {
    -webkit-flex: 1 1 340px;
    flex: 1 1 340px;
    font-size: 1.4rem;
  }
  .drec-l-header--top {
    background: #e8fbff;
  }
  .drec-l-header--top__img {
    margin: 0 -50px;
  }
  .drec-l-nav {
    padding-bottom: 55px;
  }
  .drec-l-nav__unit__list {
    margin-right: 5px;
  }
  .drec-l-nav__unit__list__link {
    padding: 10px;
  }
  .drec-l-nav__unit__list__link::after {
    left: 7px;
    top: -20px;
    width: 30px;
    height: 57px;
    transition: background-position 0.4s cubic-bezier(0.13, 1.05, 0.96, 1);
  }
  .drec-l-nav__unit__list__link__mark {
    font-size: 2.2rem;
  }
  .drec-l-nav__unit__list__link--type01 {
    padding-left: 42px;
  }
  .drec-l-nav__unit__list__link--type02 {
    padding-left: 42px;
  }
  .drec-l-nav__unit__list__link--type03 {
    padding-left: 42px;
  }
  .drec-l-navLow {
    margin: 0;
    padding: 0 10px;
    height: 55px;
  }
  .drec-l-navLow__list {
    font-size: 1.2rem;
    padding: 8px 4px;
  }
  .drec-l-navLow__list__link {
    padding: 4px 8px;
  }
  .drec-l-main {
    padding-top: 40px;
  }
  .drec-l-main--top {
    padding-top: 5px;
  }
  .drec-l-aside {
    padding-bottom: 40px;
  }
  .drec-l-aside__box {
    padding: 20px 25px;
  }
  .drec-l-footer {
    padding: 20px 0 0;
  }
  .drec-p-block {
    padding: 30px 30px 15px;
  }
  .drec-p-block__aside__list {
    padding: 30px 0 15px;
  }
  .drec-p-block--top {
    margin: 30px 0;
  }
  .drec-p-head {
    margin-top: -15px;
    margin-bottom: 20px;
  }
  .drec-p-head__ttl {
    padding: 2px 20px;
    font-size: 2rem;
    height: 40px;
    margin: 0 20px 0 -40px;
  }
  .drec-p-head__ttl::before {
    left: 3px;
    top: 38px;
    transform: rotate(45deg);
    border-width: 6px;
  }
  .drec-p-item::after {
    height: 36px;
  }
  .drec-p-item__ttl {
    font-size: 1.8rem;
    min-height: 70px;
  }
  .drec-p-item__ttl--large {
    font-size: 2rem;
  }
  .drec-p-item__ttl__small {
    font-size: 1.4rem;
  }
  .drec-p-item__img {
    min-height: 150px;
  }
  .drec-p-item__txt {
    min-height: 90px;
    font-size: 1.4rem;
  }
  .drec-p-step__list {
    padding: 10px;
  }
  .drec-p-order {
    padding-left: 590px;
    background-size: 520px auto;
  }
  .drec-p-tv {
    background-size: 340px auto;
    background-position: center top;
    min-height: 190px;
    padding-top: 30px;
    margin-top: -160px;
  }
  .drec-p-tv__box {
    margin: 0 10px;
    width: 260px;
    padding: 15px 10px;
    font-size: 1.6rem;
  }
  .drec-p-hd {
    position: relative;
  }
  .drec-p-hd__ttl {
    padding-right: 240px;
  }
  .drec-p-hd__txt {
    padding-right: 310px;
  }
  .drec-p-hd__img {
    position: absolute;
    right: -10px;
    top: 30px;
    width: 310px;
  }
  .drec-u-clr {
    color: #0084ff;
  }
}
@media screen and (min-width: 641px) {
  .drec .is-hidePc {
    display: none;
  }
}
@media screen and (min-width: 321px) {
  .drec .is-showXsp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #content {
    min-width: 0;
  }

  .pagetop {
    z-index: 2;
  }

  .drec .is-hidePc.is-fixed {
    display: none;
  }
  .drec .is-wrap {
    background-color: #e8fbff;
  }
  .drec-l-inner {
    width: auto;
    margin: 0;
    box-sizing: unset
  }
  .drec-l-header {
    background-color: #fff;
    background-image: url(../images/bg_head_sp.png);
    background-size: 100% auto;
    position: relative;
    z-index: 100;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  .drec-l-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .drec-l-header__head {
    margin: 0 -15px;
    padding: 0 15px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 2px solid #ccc;
    transition: border-color .1s linear;
    position: relative;
  }
  .drec-l-header__head.is-fixed {
    padding: 0 70px 5px 15px;
  }
  .drec-l-header__head.is-clone {
    display: block;
    background-color: #fff;
    margin: 0;
    padding: 0 70px 5px 10px;
  }
  .drec-l-header__head.is-type01 {
    border-color: #0a755e;
  }
  .drec-l-header__head.is-type02 {
    border-color: #ffb400;
  }
  .drec-l-header__head.is-type03 {
    border-color: #00aeff;
  }
  .drec-l-header__head__logo {
    font-size: 2rem;
    padding: 0 10px 5px 0;
    transition: font-size .1s linear;
  }
  .drec-l-header__head__logo::after {
    transition: font-size .1s linear;
    font-size: 1rem;
    text-align: center;
    background-size: contain;
    width: 70px;
    height: 70px;
    right: -50px;
    padding-top: 25px;
    transform: scale(0.8);
    transform-origin: right center;
  }
  .drec-l-header__head__logo.is-fixed {
    font-size: 1.5rem;
    padding: 0 10px 0 0;
  }
  .drec-l-header__head__logo.is-fixed::after {
    content: "まるごとガイド";
    font-size: 1.2rem;
    text-align: left;
    position: static;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    height: auto;
    white-space: nowrap;
    background: none;
    padding-top: 0;
    padding-left: 10px;
    transform: scale(1);
    text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
  }
  .drec-l-header__head__box__txt {
    display: none;
  }
  .drec-l-header__head__spttl {
    display: block;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 5px 5px 40px;
    transition: font-size .1s linear;
    background: url(../images/icon_flag_white_l.png) 10px 10px no-repeat;
    background-size: 20px auto;
  }
  .drec-l-header__head__spttl.is-type01 {
    background-color: #0a755e;
  }
  .drec-l-header__head__spttl.is-type02 {
    background-color: #ffb400;
  }
  .drec-l-header__head__spttl.is-type03 {
    background-color: #00aeff;
  }
  .drec-l-header__head__spttl.is-fixed {
    padding: 0;
    background: none;
    margin-top: 2px;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .drec-l-header__head__spttl__main {
    transition: font-size .1s linear;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .drec-l-header__head__spttl__main.is-fixed {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 92px;
    font-size: 1rem;
    padding: 5px 5px 5px 20px;
    background: #000;
    margin-right: 5px;
    position: relative;
    background-color: #C9C9C9;
    transition: background-color .1s linear;
  }
  .drec-l-header__head__spttl__main.is-fixed::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    bottom: 2px;
    margin: auto;
    background: url(../images/icon_flag_white_l.png) left top no-repeat;
    background-size: cover;
    width: 10px;
  }
  .drec-l-header__head__spttl__main.is-type01 {
    background-color: #0a755e;
  }
  .drec-l-header__head__spttl__main.is-type02 {
    background-color: #ffb400;
  }
  .drec-l-header__head__spttl__main.is-type03 {
    background-color: #00aeff;
  }
  .drec-l-header__head__spttl__leda {
    transition: font-size .1s linear;
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff;
  }
  .drec-l-header__head__spttl__leda.is-fixed {
    display: none;
  }
  .drec-l-header__head__spttl__sub {
    transition: font-size .1s linear;
    display: none;
  }
  .drec-l-header__head__spttl__sub.is-fixed {
    display: block;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 1rem;
    font-weight: 900;
    color: #535353;
  }
  .drec-l-header--top {
    background: #e8fbff;
  }
  .drec-l-nav {
    transform: translateX(100%);
    transition: transform .4s ease;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    padding-bottom: 0;
    margin: 0;
    border-bottom: 1px solid #00aeff;
  }
  .drec-l-nav.is-open {
    transform: translateX(0%);
  }
  .drec-l-nav__unit {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    max-height: 80vh;
    overflow-y: scroll;
  }
  .drec-l-nav__unit__list {
    margin-right: 0;
  }
  .drec-l-nav__unit__list__link {
    height: auto;
    padding: 10px;
    box-shadow: none;
    background-color: #000;
    opacity: 1;
    color: #fff;
    font-size: 1.4rem;
  }
  .drec-l-nav__unit__list__link::after {
    display: none;
  }
  .drec-l-nav__unit__list__link__mark {
    font-size: 1.7rem;
  }
  .drec-l-nav__unit__list__link.is-active {
    padding-left: 40px;
    background-image: url(../images/icon_flag_white.png);
    background-position: 10px center;
    background-repeat: no-repeat;
  }
  .drec-l-nav__unit__list__link--type01 {
    box-shadow: 0 0 #0a755e inset;
    background-color: #0a755e;
  }
  .drec-l-nav__unit__list__link--type01::after {
    content: "";
    position: absolute;
    background: url(../images/icon_flag_white.png) 3px 3px no-repeat, url(../images/icon_flag_green.png) left top no-repeat;
    background-size: auto,contain;
  }
  .drec-l-nav__unit__list__link--type01__mark {
    color: #fff;
  }
  .drec-l-nav__unit__list__link--type02 {
    box-shadow: 0 0 #ffb400 inset;
    background-color: #ffb400;
  }
  .drec-l-nav__unit__list__link--type02::after {
    content: "";
    position: absolute;
    background: url(../images/icon_flag_white.png) 3px 3px no-repeat, url(../images/icon_flag_yellow.png) left top no-repeat;
    background-size: auto,contain;
  }
  .drec-l-nav__unit__list__link--type02__mark {
    color: #fff;
  }
  .drec-l-nav__unit__list__link--type03 {
    box-shadow: 0 0 #00aeff inset;
    background-color: #00aeff;
  }
  .drec-l-nav__unit__list__link--type03::after {
    content: "";
    position: absolute;
    background: url(../images/icon_flag_white.png) 3px 3px no-repeat, url(../images/icon_flag_blue.png) left top no-repeat;
    background-size: auto,contain;
  }
  .drec-l-nav__unit__list__link--type03__mark {
    color: #fff;
  }
  .drec-l-navLow {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin: 0;
    height: auto;
    opacity: 1;
    padding: 0;
  }
  .drec-l-navLow.is-active {
    opacity: 1;
    display: block;
  }
  .drec-l-navLow.is-hide {
    display: block;
  }
  .drec-l-navLow::before {
    display: none;
  }
  .drec-l-navLow::after {
    display: none;
  }
  .drec-l-navLow__list {
    font-size: 1.4rem;
    padding: 0;
  }
  .drec-l-navLow__list__link {
    padding: 15px 40px;
    border-radius: 0;
    border-width: 1px 0 0;
    background: url(../images/icon_nav_arw.png) right center no-repeat;
    background-position: -webkit-calc(100% - 10px);
    background-position: calc(100% - 10px);
    background-size: 16px auto;
    position: relative;
    line-height: 1.4;
  }
  .drec-l-navLow__list__link::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
  }
  .drec-l-navLow__list__link--type01 {
    border-color: #0a755e;
    color: #0a755e;
    background-color: #fff;
    opacity: 1;
  }
  .drec-l-navLow__list__link--type01::before {
    background: url(../images/icon_flag_green.png) left top no-repeat;
    background-size: cover;
  }
  .drec-l-navLow__list__link--type01:hover, .drec-l-navLow__list__link--type01.is-active {
    background-color: #e7fed2;
  }
  .drec-l-navLow__list__link--type02 {
    border-color: #c78c00;
    color: #ffb400;
    background-color: #fff;
    opacity: 1;
  }
  .drec-l-navLow__list__link--type02::before {
    background: url(../images/icon_flag_yellow.png) left top no-repeat;
    background-size: cover;
  }
  .drec-l-navLow__list__link--type02:hover, .drec-l-navLow__list__link--type02.is-active {
    background-color: #fff0cc;
  }
  .drec-l-navLow__list__link--type03 {
    border-color: #00aeff;
    color: #00aeff;
    background-color: #fff;
    opacity: 1;
  }
  .drec-l-navLow__list__link--type03::before {
    background: url(../images/icon_flag_blue.png) left top no-repeat;
    background-size: cover;
  }
  .drec-l-navLow__list__link--type03:hover, .drec-l-navLow__list__link--type03.is-active {
    background-color: #e6f7ff;
  }
  .drec-l-main {
    padding-top: 30px;
  }
  .drec-l-main--top {
    padding-top: 5px;
  }
  .drec-l-aside {
    padding-bottom: 15px;
  }
  .drec-l-aside__box {
    margin-bottom: 5px;
    padding: 12px 15px;
  }
  .drec-l-footer {
    padding: 10px 0 0;
  }
  .drec-p-block {
    padding: 15px 15px 8px;
    box-shadow: 0 0 4px rgba(88, 194, 255, 0.28);
    margin-bottom: 15px;
  }
  .drec-p-block__aside__list {
    padding: 20px 0 10px;
  }
  .drec-p-block--top {
    margin: 20px 0;
  }
  .drec-p-head {
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .drec-p-head__ttl {
    padding: 1px 15px;
    font-size: 1.4rem;
    height: 25px;
    margin: 0 10px 0 -25px;
  }
  .drec-p-head__ttl::before {
    border-color: transparent transparent #000;
    border-width: 7px;
    left: 3px;
    top: 20px;
  }
  .drec-p-head__icon__list {
    margin-right: 6px;
  }
  .drec-p-head__icon__list img {
    zoom: .6;
  }
  .drec-p-ttl--main {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .drec-p-ttl--main__small {
    font-size: 1.5rem;
  }
  .drec-p-ttl--main--small {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .drec-p-ttl--main--small__small {
    font-size: 1.3rem;
  }
  .drec-p-ttl--sub {
    font-size: 1.5rem;
    padding: 5px 0 5px 12px;
    margin-bottom: 10px;
  }
  .drec-p-ttl--sub::before {
    width: 5px;
    border-radius: 5px;
  }
  .drec-p-ttl--foot {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .drec-p-txt {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .drec-p-img {
    margin-bottom: 20px;
  }
  .drec-p-pagetop {
    display: none;
    margin-bottom: 20px;
  }
  .drec-p-pagetop__link {
    font-size: 1.3rem;
    padding: 6px 42px 6px 12px;
  }
  .drec-p-pagetop__link::after {
    width: 30px;
    background: #057c62 url(../images/icon_pagetop.png) center center no-repeat;
    background-size: 16px 10px;
  }
  .drec-p-note {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .drec-p-comment__start {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .drec-p-comment__end__unit {
    font-size: 1rem;
  }
  .drec-p-comment--flex__start {
    padding-right: 12px;
    margin-bottom: 0;
  }
  .drec-p-bnr {
    padding-bottom: 15px;
  }
  .drec-p-bnr__link {
    min-height: 55px;
    padding: 10px 10px 10px 35%;
    border-radius: 3px;
    margin-bottom: 12px;
    background: #0a755e url(../images/bnr_img_sp.png) 10px center no-repeat;
    background-size: 30% auto;
    display: block;
  }
  .drec-p-bnr__link__ttl__mark {
    font-size: 2.4rem;
  }
  .drec-p-bnr__link__ttl__small {
    font-size: 1rem;
  }
  .drec-p-bnr__link__more {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
    font-size: 1.1rem;
  }
  .drec-p-bnr__link__more__icon {
    background: url(../images/icon_arw_white.png) right center no-repeat;
    background-size: 15px auto;
    padding: 5px 20px 5px 4px;
  }
  .drec-p-slider {
    margin: 0 -15px 20px;
  }
  .drec-p-slider__box__unit {
    padding: 12px 0 5px;
  }
  .drec-p-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 12px 0 5px;
    box-shadow: 0 0 4px 1px rgba(35, 176, 206, 0.2);
  }
  .drec-p-item::after {
    left: 10px;
    top: -12px;
    width: 17px;
    height: 18px;
    background-size: 15px auto;
  }
  .drec-p-item__ttl {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 1.1rem;
    min-height: 30px;
    margin: 0 0 10px;
  }
  .drec-p-item__ttl--large {
    font-size: 1.2rem;
  }
  .drec-p-item__ttl--top {
    font-size: 1.8rem;
  }
  .drec-p-item__ttl__small {
    font-size: 1rem;
  }
  .drec-p-item__img {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box;
    padding: 0 20px 5px;
    min-height: 100px;
  }
  .drec-p-item__img--top {
    -webkit-flex: 1 1 45%;
    flex: 1 1 45%;
    max-width: 45%;
    padding: 0 10px 5px;
  }
  .drec-p-item__txt {
    -webkit-flex: 0 1 55%;
    flex: 0 1 55%;
    max-width: 55%;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 1.2rem;
    min-height: 0;
  }
  .drec-p-item__more {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 1.1rem;
    padding: 5px 35px;
  }
  .drec-p-item__more::after {
    right: 20px;
    width: 15px;
    height: 15px;
  }
  .drec-p-item--type01 {
    border-width: 2px;
  }
  .drec-p-item--type01::after {
    background-size: 15px auto;
  }
  .drec-p-item--type02 {
    border-width: 2px;
  }
  .drec-p-item--type02::after {
    background-size: 15px auto;
  }
  .drec-p-item--type03 {
    border-width: 2px;
  }
  .drec-p-item--type03::after {
    background-size: 15px auto;
  }
  .drec-p-table {
    width: 100%;
    margin: 0 auto 20px;
  }
  .drec-p-table__ttl {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .drec-p-table__block__tr {
    font-size: 1.1rem;
  }
  .drec-p-table__block__tr__th {
    padding: 4px;
  }
  .drec-p-table__block__tr__th--empty {
    width: 100px;
  }
  .drec-p-table__block__tr__td {
    padding: 4px;
  }
  .drec-p-btn {
    margin-bottom: 5px;
  }
  .drec-p-btn__link {
    max-width: 100%;
    height: 40px;
    border-width: 3px;
    font-size: 1.2rem;
  }
  .drec-p-btn__small {
    max-width: 100%;
    font-size: 1rem;
  }
  .drec-p-dlcol {
    margin-bottom: 20px;
  }
  .drec-p-dlcol__ttl {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .drec-p-dlcol__col {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .drec-p-flex {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 10px;
  }
  .drec-p-flex__list {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 5px;
  }
  .drec-p-flex--bdr__list {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    border-width: 0;
    padding: 5px 8px;
  }
  .drec-p-flex--bdr__list:nth-of-type(n+1) {
    padding: 5px 8px;
  }
  .drec-p-flex--bdr__list__ttl {
    font-size: 1.4rem;
    padding-bottom: 5px;
    min-height: 0;
  }
  .drec-p-flex--bdr__list__txt {
    font-size: 1.2rem;
    padding-bottom: 5px;
    min-height: 0;
  }
  .drec-p-flex--bdr__list__img {
    padding-bottom: 5px;
    min-height: 0;
  }
  .drec-p-flex--bdr__list__small {
    font-size: 1rem;
    padding-bottom: 5px;
  }
  .drec-p-flex--col4 {
    margin: 0 -5px 10px;
  }
  .drec-p-flex--col4__list {
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-flex-basis: -webkit-calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: 50%;
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0 5px 12px;
    padding: 10px;
  }
  .drec-p-step {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.2rem;
    padding: 10px 0 0;
    background: none;
    margin-bottom: 25px;
  }
  .drec-p-step__list {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border-width: 1px;
    border-radius: 2px;
    text-align: left;
    padding: 5px 45% 5px 10px;
    margin-right: 0;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .drec-p-step__list::after {
    background-size: 20px auto;
    width: 20px;
    height: 22px;
    right: 0;
    top: auto;
    left: 0;
    bottom: -32px;
    transform-origin: center;
    transform: rotate(90deg);
  }
  .drec-p-step__list:nth-of-type(1) {
    background: url(../images/img_recording08_01_01_sp.png) right center no-repeat;
    background-position: -webkit-calc(100% - 10px);
    background-position: calc(100% - 10px);
    background-size: 90px auto;
    min-height: 120px;
  }
  .drec-p-step__list:nth-of-type(2) {
    background: url(../images/img_recording08_01_02_sp.png) right center no-repeat;
    background-position: -webkit-calc(100% - 10px);
    background-position: calc(100% - 10px);
    background-size: 100px auto;
    min-height: 100px;
  }
  .drec-p-step__list:nth-of-type(3) {
    background: url(../images/img_recording08_01_03_sp.png) right center no-repeat;
    background-position: -webkit-calc(100% - 10px);
    background-position: calc(100% - 10px);
    background-size: 100px auto;
    min-height: 160px;
  }
  .drec-p-order {
    padding-left: 0;
    padding-top: 50vw;
    margin-bottom: 15px;
    background: url(../images/img_recording11_01.png) center top no-repeat;
    background-size: contain;
  }
  .drec-p-order__list {
    margin-bottom: 10px;
  }
  .drec-p-order__list:last-of-type {
    margin-bottom: 0;
  }
  .drec-p-order__list__unit__ttl {
    font-size: 1.1rem;
  }
  .drec-p-order__list__unit__ttl__num {
    margin-right: 10px;
    width: 15px;
    font-size: 1rem;
  }
  .drec-p-order__list__unit__txt {
    font-size: 1rem;
  }
  .drec-p-unit__head {
    margin: -10px -10px 10px;
    padding: 5px 5px 8px;
    line-height: 1.4;
    font-size: 1rem;
  }
  .drec-p-unit__head::after {
    border-width: 6px 4px;
    bottom: -12px;
  }
  .drec-p-unit__ttl {
    font-size: 1rem;
    margin: 0 -10px;
    min-height: 40px;
  }
  .drec-p-unit__img {
    margin-bottom: 10px;
  }
  .drec-p-unit__txt {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .drec-p-col {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
  }
  .drec-p-col__list {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0;
    border-width: 0;
  }
  .drec-p-col__list:last-of-type {
    border-width: 0;
  }
  .drec-p-panel {
    margin-bottom: 0;
  }
  .drec-p-panel__ttl {
    width: 242px;
    margin: 0 auto 30px;
  }
  .drec-p-panel__item {
    margin-bottom: 25px;
  }
  .drec-p-tv {
    display: block;
    background: url(../images/t_bg_top.png) center top no-repeat;
    background-size: 200px auto;
    min-height: 0;
    padding-top: 110px;
    margin-top: -33vw;
  }
  .drec-p-tv__box {
    margin: 0;
    width: auto;
    border-width: 0;
    padding: 0;
    font-size: 1.4rem;
  }
  .drec-p-hd {
    position: relative;
  }
  .drec-p-hd__ttl {
    text-align: center;
    padding-right: 0;
    font-size: 1.7rem;
  }
  .drec-p-hd__txt {
    padding-right: 0;
  }
  .drec-p-hd__img {
    position: static;
    right: auto;
    top: auto;
    text-align: center;
    margin: 0 auto 20px;
    width: auto;
  }
  .drec-p-menu {
    position: absolute;
    right: 15px;
    top: 10px;
    margin: auto;
    height: 30px;
    width: 40px;
    cursor: pointer;
    display: none;
  }
  .drec-p-menu.is-fixed {
    top: 0;
    bottom: 0;
  }
  .drec-p-menu__bar {
    background-color: #000;
    height: 6px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: center center;
    transition: all .2s linear;
    width: 100%;
  }
  .drec-p-menu__bar--top {
    top: 0;
  }
  .drec-p-menu__bar--mdl {
    top: 12px;
  }
  .drec-p-menu__bar--btm {
    bottom: 0;
  }
  .drec-p-menu.is-open .drec-p-menu__bar--top {
    top: 12px;
    transform: rotate(-45deg);
  }
  .drec-p-menu.is-open .drec-p-menu__bar--mdl {
    opacity: 0;
  }
  .drec-p-menu.is-open .drec-p-menu__bar--btm {
    bottom: 12px;
    transform: rotate(45deg);
  }
  .drec .is-hideSp {
    display: none;
  }
}
