@charset "utf-8";
/*------------------------------------------------------------
     common
------------------------------------------------------------ */
body.theme-dd {
  min-width: inherit !important;
  font-family: 'M PLUS 1p', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.theme-dd section {
  padding: 0;
}
/* heading */
.theme-dd .c-heading {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .theme-dd .c-heading {
    font-size: 10px;
  }
}
/* container */
.theme-dd .c-container {
  width: 100%;
  max-width: 930px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
/* list01 */
.theme-dd .c-list01__group {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.theme-dd .c-list01__group-item {
  display: flex;
  padding: 5px;
}
.theme-dd .c-list01__group-item-col3 {
  width: 33.333%;
}
.theme-dd .c-list01__group-item-col5 {
  width: 20%;
}
.theme-dd .c-list01__card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #A2A7AB;
  border-radius: 6px;
  text-align: center;
  color: #18191A;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .theme-dd .c-list01__group {
    margin: -2.5px;
  }
  .theme-dd .c-list01__group-item {
    padding: 2.5px;
  }
  .theme-dd .c-list01__group-item-sp-col2 {
    width: 50%;
  }
  .theme-dd .c-list01__card {
    font-size: 12px;
  }
}
/* category */
.theme-dd .c-category__group {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.theme-dd .c-category__group-item {
  width: 50%;
  padding: 5px;
}
.theme-dd .c-category__item-inner {
  padding: 15px;
  background-color: #FFF;
  border: 1px solid #A2A7AB;
  border-radius: 6px;
}
.theme-dd .c-category__large {
  position: relative;
}
.theme-dd .c-category__large-link {
  display: flex;
  align-items: center;
  width: 100%;
}
.theme-dd .c-category__thumbnail {
  width: 80px;
  margin-right: 10px;
}
.theme-dd .c-category__item-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.416;
  letter-spacing: 0;
}
.js-category__toggle-btn {
  display: none;
  width: 60px;
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  right: -8px;
  cursor: pointer;
  transition: .3s;
  transform-origin: center;
}
.js-category__toggle-btn::before {
  content: "";
  display: block;
  width: 5.5px;
  height: 5.5px;
  border-bottom: 1px solid #18191A;
  border-right: 1px solid #18191A;
  transform: rotate(45deg);
  position: absolute;
  top: 22px;
  right: 14px;
}
.js-category__toggle-btn.is-open {
  transform: scaleY(-1);
}
.theme-dd .c-category__small {
  padding-top: 15px;
  border-top: 1px solid #9FA7B0;
  margin-top: 15px;
}
.theme-dd .c-category__small-group {
  display: flex;
  flex-wrap: wrap;
  margin: -.5em -5px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .05em;
}
.theme-dd .c-category__small-group-item {
  width: 50%;
  padding: .5em 5px;
}
@media screen and (max-width: 768px) {
  .theme-dd .c-category__group {
    margin: -4.5px;
  }
  .theme-dd .c-category__group-item {
    width: 100%;
    padding: 4.5px;
  }
  .theme-dd .c-category__item-inner {
    padding: 5px 8px;
  }
  .theme-dd .c-category__large {
    padding-right: 55px;
  }
  .theme-dd .c-category__thumbnail {
    width: 45px;
    margin-right: 18px;
  }
  .theme-dd .c-category__item-name {
    font-size: 12px;
  }
  .js-category__toggle-btn {
    display: block;
  }
  .theme-dd .c-category__small {
    display: none;
    padding: 15px 10px 15px;
    margin-top: 2.5px;
  }
  .theme-dd .c-category__small-group-item {
    width: 100%;
  }
}
/* contact */
.theme-dd .c-contact__group {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.theme-dd .c-contact__group-item {
  display: flex;
  padding: 5px;
}
.theme-dd .c-contact__group-item-col1 {
  width: 100%;
}
.theme-dd .c-contact__group-item-col2 {
  width: 50%;
}
.theme-dd .c-contact__item-inner {
  width: 100%;
  padding: 15px 25px;
  background-color: #FFF;
}
.theme-dd .c-contact__item-inner-other {
  padding: 15px 30px 20px;
}
.theme-dd .c-contact__entrust-text {
  margin-bottom: 10px;
  text-align: center;
  color: #18191A;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}
.theme-dd .c-contact__heading {
  padding: 5px 10px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
}
.theme-dd .c-contact__heading-blue {
  background-color: #0095E0;
  color: #000;
}
.theme-dd .c-contact__heading-orange {
  background-color: #F39519;
}
.theme-dd .c-contact__tel {
  margin-top: 15px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.theme-dd .c-contact__tel-blue a {
  color: #0095E0 !important;
}
.theme-dd .c-contact__tel-orange a {
  color: #F39519 !important;
}
.theme-dd .c-contact__tel-text {
  margin-top: 5px;
  text-align: center;
  color: #515459;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .05em;
}
.theme-dd .c-contact__tel-text-blod {
  font-weight: 700;
}
.theme-dd .c-contact__other-group {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -2px;
}
.theme-dd .c-contact__other-group-item {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  padding: 10px 2px;
}
.theme-dd .c-contact__other-text {
  margin: 0 -.5em 15px;
  text-align: center;
  color: #515459;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
}
.theme-dd .c-contact__other-link-wrap {
  margin-top: auto;
  text-align: center;
}
.theme-dd .c-contact__other-link {
  display: inline-block;
  width: 260px;
  max-width: 100%;
  padding: 7px 25px;
  background-color: #18191A;
  border-radius: 20px;
  position: relative;
  color: #FFF !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
}
.theme-dd .c-contact__other-link-arrow {
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.theme-dd .c-contact__other-link-arrow::before, .theme-dd .c-contact__other-link-arrow::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #FFF;
  border-radius: 1px 0 0 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.theme-dd .c-contact__other-link-arrow::before {
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.theme-dd .c-contact__other-link-arrow::after {
  transform: rotate(-45deg);
  transform-origin: right top;
}
@media screen and (max-width: 1200px) {
  .theme-dd .c-contact__item-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .theme-dd .c-contact__other-text {
    font-size: 12px;
  }
  .theme-dd .c-contact__other-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .theme-dd .c-contact__item-inner {
    padding: 15px 20px;
  }
  .theme-dd .c-contact__tel {
    font-size: 30px;
  }
  .theme-dd .c-contact__other-group-item {
    width: 100%;
  }
  .theme-dd .c-contact__other-text {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .theme-dd .c-contact__other-link {
    width: 240px;
  }
}
/* information */
.theme-dd .c-links__group {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 20px;
  margin: -5px -10px;
}
.theme-dd .c-links__group-item {
  padding: 5px 10px;
}
.theme-dd .c-links__link {
  padding-right: 1em;
  position: relative;
  color: #187FCC !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
}
.theme-dd .c-links__link:hover {
  text-decoration: underline !important;
}
.theme-dd .c-links__link-arrow {
  height: 1.25em;
  position: absolute;
  right: 0;
  bottom: 0;
}
.theme-dd .c-links__link-arrow::before, .theme-dd .c-links__link-arrow::after {
  content: "";
  width: .5em;
  height: 2px;
  background-color: #187FCC;
  border-radius: 1px 0 0 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.theme-dd .c-links__link-arrow::before {
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.theme-dd .c-links__link-arrow::after {
  transform: rotate(-45deg);
  transform-origin: right top;
}
@media screen and (max-width: 768px) {
  .theme-dd .c-links__group {
    padding-right: 5px;
  }
}
/* sns */
.theme-dd .category-theme .productList-bottomBtn, .theme-dd .category-theme .productList-bottomSNS {
  width: 100%;
}
.theme-dd .category-theme .productList-bottomSNS .productPage-sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
}
.theme-dd .category-theme .productList-bottomSNS .productPage-sns {
  width: 100%;
  margin: 0 !important;
}
.theme-dd .category-theme .productList-bottomSNS .productPage-sns-title {
  width: 100%;
  padding-right: 10px;
  font-size: 11px !important;
  line-height: 1.4;
  font-weight: 700 !important;
  text-align: center;
  color: #000;
  margin: 0 0 8px !important;
}
.theme-dd .category-theme .productList-bottomSNS .productPage-sns-link {
  width: 100%;
  margin: 0 !important;
}
.theme-dd .category-theme .productList-bottomSNS .productPage-sns-link-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.theme-dd .category-theme .productList-bottomSNS .productPage-sns-link-item {
  width: 44px;
  border: none !important;
  margin: 0 5px;
}
.theme-dd .category-theme .productList-bottomSNS .productPage-sns-link-item a {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  background: 0 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
@media only screen and (min-width: 768px) {
  .theme-dd .category-theme .productList-bottomBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .theme-dd .category-theme .productList-bottomSNS {
    width: 360px;
  }
  .theme-dd .category-theme .productList-bottomSNS .productPage-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .theme-dd .category-theme .productList-bottomSNS .productPage-sns-title {
    text-align: right;
    margin-bottom: 0 !important;
  }
  .theme-dd .category-theme .productList-bottomSNS .productPage-sns-link-item {
    width: 40px;
    margin: 0 0 0 5px;
  }
  .theme-dd .category-theme .productList-bottomBtn a {
    height: 40px;
  }
}
/* ancher */
.theme-dd .c-ancher {
  position: absolute;
  pointer-events: none;
}
/*------------------------------------------------------------
     theme digital dragon
------------------------------------------------------------ */
/* heading */
.theme-dd .c-heading {
  background: linear-gradient(to right, #e9eced 0, #f6f6f6 100%) !important;
  color: #000;
}
/* bg gray */
.theme-dd .t-dd__c-bg-gray {
  background-color: #E9ECED;
  margin-top: 10px;
}
/* header
------------------------------------------------------------ */
.theme-dd header > .flexBlock {
  background-color: #0095E0;
}
.theme-dd header > .flexBlock > .c-header__logo {
  width: 257px;
}
/* nav */
.theme-dd .lb .closeBtn p span, .theme-dd .menu-trigger p span {
  font-family: 'M PLUS 1p', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 14px;
}
.theme-dd nav {
  padding-right: 30px;
  background: rgba(255, 255, 255, .9);
  z-index: 99;
}
.theme-dd nav li .en, .theme-dd nav li .jp {
  color: #064195;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .theme-dd header > .flexBlock > p > a > img {
    width: 135px;
  }
  .theme-dd .lb .closeBtn p span, .theme-dd .menu-trigger p span {
    font-size: 12px;
  }
  .theme-dd nav {
    padding: 0 30px 0 37px;
  }
  .theme-dd nav li .en {
    font-size: 25px;
  }
  .theme-dd nav li .jp {
    font-size: 20px;
  }
}
/* footer
------------------------------------------------------------ */
.theme-dd footer {
  background-color: #0095E0;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
/* main image
------------------------------------------------------------ */
.theme-dd .mainImg {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .theme-dd .mainImg {
  }
}
/* intro
------------------------------------------------------------ */
.theme-dd .t-dd-intro {
  position: relative;
  margin-top: -50px;
}
.theme-dd .t-dd-intro__container {
  max-width: 1140px;
}
.theme-dd .t-dd-intro__nav {
  position: relative;
}
.theme-dd .t-dd-intro__group {
  display: flex;
  flex-wrap: wrap;
  margin: -3px -10px;
}
.theme-dd .t-dd-intro__group-item {
  display: flex;
  /*width: 33.333%;*/
  width: 50%;
  padding: 3px 10px;
}
.theme-dd .t-dd-intro__item-card {
  display: flex;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .16);
  position: relative;
}
.theme-dd .t-dd-intro__item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 5px 15px;
  background-color: #FFF;
  border-radius: 16px;
  position: relative;
}
.theme-dd .t-dd-intro__item-heading {
  text-align: center;
  color: #EB1C24;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
}
.theme-dd .t-dd-intro__item-heading-large01 {
  font-size: 38px;
  line-height: .947;
}
.theme-dd .t-dd-intro__item-heading-large02 {
  font-size: 40px;
  line-height: .9;
}
.theme-dd .t-dd-intro__item-heading-large03-1 {
  font-size: 32px;
  line-height: 1.125;
}
.theme-dd .t-dd-intro__item-heading-large03-2 {
  font-size: 52px;
  line-height: .692;
}
.theme-dd .t-dd-intro__tel {
  width: 780px;
  max-width: 100%;
  position: relative;
  margin: 55px auto 0;
}
.theme-dd .t-dd-intro__tel-box {
  display: flex;
  align-items: center;
  padding: 11px 18px;
  background-color: #DEE7FF;
  border-radius: 16px;
}
.theme-dd .t-dd-intro__tel-box-image {
  margin-right: 20px;
}
.theme-dd .t-dd-intro__tel-box-text {
  color: #064195;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.theme-dd .t-dd-intro__tel-num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 18px;
}
.theme-dd .t-dd-intro__tel-num-main {
  margin-right: 12px;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
}
.theme-dd .t-dd-intro__tel-num-main, .theme-dd .t-dd-intro__tel-num-main a {
  color: #0095E0 !important;
}
.theme-dd .t-dd-intro__tel-num-time {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-indent: .5em;
}
.theme-dd .t-dd-intro__tel-image {
  position: absolute;
  right: 2px;
  bottom: 0;
}
@media screen and (max-width: 1360px) {
  .theme-dd .t-dd-intro {
      margin-top: -3.75%;
  }
}
@media screen and (max-width: 1200px) {
  .theme-dd .t-dd-intro__nav {
    max-width: 400px;
    margin: 0 auto;
  }
  .theme-dd .t-dd-intro__group-item {
    width: 100%;
  }
  .theme-dd .t-dd-intro__item-card {
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  }
}
@media screen and (max-width: 768px) {
  .theme-dd .t-dd-intro__nav {
    max-width: 260px;
  }
  .theme-dd .t-dd-intro__item-inner {
    padding: 15px 5px 10px;
  }
  .theme-dd .t-dd-intro__item-heading {
    font-size: 14px;
  }
  .theme-dd .t-dd-intro__item-heading-large01, .theme-dd .t-dd-intro__item-heading-large02 {
    font-size: 22px;
  }
  .theme-dd .t-dd-intro__item-heading-large03-1 {
    font-size: 17px;
  }
  .theme-dd .t-dd-intro__item-heading-large03-2 {
    font-size: 29px;
  }
  .theme-dd .t-dd-intro__tel {
    margin-top: 20px;
  }
  .theme-dd .t-dd-intro__tel-box {
    padding: 5px 8px;
  }
  .theme-dd .t-dd-intro__tel-box-image {
    width: 44px;
  }
  .theme-dd .t-dd-intro__tel-box-text {
    font-size: 12px;
  }
  .theme-dd .t-dd-intro__tel-num {
    padding: 5px 8px;
  }
  .theme-dd .t-dd-intro__tel-num-main, .theme-dd .t-dd-intro__tel-num-time {
    width: 100%;
  }
  .theme-dd .t-dd-intro__tel-num-main {
    font-size: 25px;
  }
  .theme-dd .t-dd-intro__tel-num-time {
    font-size: 10px;
  }
  .theme-dd .t-dd-intro__tel-image {
    width: 120px;
    right: 0;
  }
}
/* お知らせ
------------------------------------------------------------ */
.theme-dd .t-dd-news {
  padding-bottom: 30px;
}
.theme-dd .t-dd-news__heading {
  padding: 10px;
  background: linear-gradient(to right, #e9eced 0, #f6f6f6 100%) !important;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .05em;
}
.theme-dd .t-dd-news__group {
  padding: 0 10px;
  margin: 20px 0 0;
}
.theme-dd .t-dd-news__group-item {
  padding: 5px;
  color: #000;
  font-size: 16px;
  letter-spacing: .05em;
}
.theme-dd .t-dd-news__group-item + .theme-dd .t-dd-news__group-item {
  border-top: 1px solid #F6F6F6;
}
@media screen and (max-width: 768px) {
  .theme-dd .t-dd-news__heading {
    font-size: 10px;
  }
  .theme-dd .t-dd-news__group-item {
    font-size: 12px;
  }
}

/* 特集カテゴリー一覧
------------------------------------------------------------ */
.theme-dd .t-dd-topics {
  padding-bottom: 20px;
}
.theme-dd .t-dd-topics__list {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .theme-dd .t-dd-topics__list {
    padding: 10px 0;
  }
}
/* カテゴリー
------------------------------------------------------------ */
.theme-dd .t-dd-category__container {
  max-width: 946px;
  padding-left: 18px;
  padding-right: 18px;
}
.theme-dd .t-dd-category__list {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .theme-dd .t-dd-category__list {
    padding: 18px 0 9px;
  }
}
/* contents
------------------------------------------------------------ */
.theme-dd .t-dd-contents {
  padding: 70px 0 50px;
}
.theme-dd .t-dd-contents__container {
  max-width: 960px;
}
.theme-dd .t-dd-contents__section {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 55px 30px 35px;
  border: 2px solid #064195;
  border-radius: 10px;
  position: relative;
}
.theme-dd .t-dd-contents__section ~ .t-dd-contents__section {
  margin-top: 47px;
}
.theme-dd .t-dd-contents__section .c-ancher {
  margin-top: -85px;
}
.theme-dd .t-dd-contents__heading {
  width: 400px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  text-align: center;
  color: #194195;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .15em;
}
.theme-dd .t-dd-contents__textbox {
  margin-left: 50px;
}
.theme-dd .t-dd-contents__title {
  color: #EB1C24;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.636;
  letter-spacing: 0;
}
.theme-dd .t-dd-contents__text {
  color: #707070;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em;
}
.theme-dd .t-dd-contents__title + .t-dd-contents__text {
  margin-top: 20px;
}
.theme-dd .t-dd-contents__text + .t-dd-contents__title {
  margin-top: 40px;
}
.theme-dd .t-dd-contents__imgwrap {
  flex-shrink: 0;
  width: 330px;
  max-width: 100%;
  padding-bottom: 90px;
  position: relative;
}
.theme-dd .t-dd-contents__chara {
  position: absolute;
}
.theme-dd .t-dd-contents__chara01 {
  width: 153px;
  bottom: -10px;
  right: -25px;
}
.theme-dd .t-dd-contents__chara02 {
  width: 133px;
  bottom: -21px;
  left: -31px;
}
.theme-dd .t-dd-contents__chara03 {
  width: 150px;
  bottom: -3px;
  right: -40px;
}
.theme-dd .t-dd-contetns__catchcopy {
  margin-top: 35px;
  text-align: center;
  color: #064195;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .theme-dd .t-dd-contents {
    padding: 20px 0 30px;
  }
  .theme-dd .t-dd-contents__heading {
    width: 160px;
    font-size: 12px;
  }
  .theme-dd .t-dd-contents__section {
    flex-wrap: wrap;
    padding: 15px 10px 28px;
  }
  .theme-dd .t-dd-contents__section ~ .t-dd-contents__section {
    margin-top: 20px;
  }
  .theme-dd .t-dd-contents__section .c-ancher {
    margin-top: -25px;
  }
  .theme-dd .t-dd-contents__textbox {
    margin-left: 0;
  }
  .theme-dd .t-dd-contents__title {
    text-align: center;
    font-size: 14px;
  }
  .theme-dd .t-dd-contents__text {
    font-size: 10px;
  }
  .theme-dd .t-dd-contents__title + .t-dd-contents__text {
    margin-top: 10px;
  }
  .theme-dd .t-dd-contents__text + .t-dd-contents__title {
    margin-top: 13px;
  }
  .theme-dd .t-dd-contents__imgwrap {
    max-width: 203px;
    padding-bottom: 0;
    margin: 10px auto 0;
  }
  .theme-dd .t-dd-contents__chara01 {
    width: 72px;
    right: -31px;
    bottom: -6px;
  }
  .theme-dd .t-dd-contents__chara02 {
    width: 72px;
    right: -41px;
    bottom: -16px;
    left: auto;
    transform: scaleX(-1);
  }
  .theme-dd .t-dd-contents__chara03 {
    width: 83px;
    right: -32px;
    bottom: -19px;
  }
  .theme-dd .t-dd-contetns__catchcopy {
    margin-top: 22px;
    font-size: 12px;
  }
}
/* contact
------------------------------------------------------------ */
.theme-dd .t-dd-contact__container {
  max-width: 930px;
  padding-left: 15px;
  padding-right: 15px;
}
.theme-dd .t-dd-contact__contents {
  padding: 20px 0;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
@media screen and (max-width: 768px) {
  .theme-dd .t-dd-contact__contents {
    padding: 17px 0 20px;
  }
  .theme-dd .c-contact__group-item {
    width: 100%;
  }
}
/* information
------------------------------------------------------------ */
.theme-dd .t-dd-information {
  padding: 15px 0 40px;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.theme-dd .t-dd-information__container {
  max-width: 920px;
}
.theme-dd .t-dd-information__sns.category-theme.sns-button {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .theme-dd .t-dd-information {
    padding: 10px 0;
  }
  .theme-dd .t-dd-information__sns.category-theme.sns-button {
    display: none;
  }
}