<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*=== メインエリア ===*/
.main-container {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.main-inner {
  margin: 0 auto 135px;
  background-color: #fff;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}
.main-ttl, .main-subttl {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/*=== キャンペーン終了 ===*/
.end {
  max-width: 1200px;
  margin: 0 auto 15px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.end-inner {
  padding: 15px;
  border: 1px solid #ccc;
}
.end-link{
  font-size: 20px;
  text-align: center;
}
.end-link::before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 2px 0 0;
  border: 7px solid transparent;
  border-left: 14px solid #2f368e;
}

/*=== キャンペーン期間 ===*/
.keyHeder {
  max-width: 1200px;
  margin: 0 auto 10px;
  padding: 0 20px;
}
.keyHeder-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.period {
  margin-left: 15px;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  line-height: 1.4;
}
.period-day {
  display: inline-block;
}
.period-day strong {
  font-size: 24px;
}
.period-extension {
  color: #ac2330;
  font-weight: bold;
}

/*=== メインビジュアル ===*/
.mainvisual {
  position: relative;
  background: url(../images/mv_bg.png);
}
.mainvisual-main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
a.mainvisual-link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  color: transparent;
  transform: translateX(-50%);
  z-index: 1;
}

/*=== フロートバナー ===*/
.floatBnr.is-fixed {
  position: fixed;
}
.floatBnr-link:hover {
  opacity: 0.7;
}
.js-floatBnrArea {
  position: relative;
  overflow: hidden;
}
.floatBnr {
  display: flex;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  z-index: 100;
  transition: 0.7s;
  box-shadow: 0 3px 14px 0 rgba(0 0 0 / 30%);
  padding: 2px 0 2px 2px;
}
.floatBnr.is-floatBnrClose, .floatBnr.is-floatBnrHover {
  transform: translateX(calc(100% - 20px));
}
.floatBnr-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  width: 20px;
  border: none;
  border-radius: 4px 0 0 4px;
  color: #ac2330;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.floatBnr-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 23px;
  background: url(../images/float_ic_001.png) no-repeat top center / 11px 23px;
  transform: translateY(-50%);
  z-index: 1;
}
.is-floatBnrClose .floatBnr-btn::before, .is-floatBnrHover .floatBnr-btn::before {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.floatBnr-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #ac2330;
  border-radius: 4px 0 0 4px;
}
.floatBnr-btn:hover {
  opacity: 0.7;
}
a.floatBnr-link {
  flex-shrink: 0;
  border-left: none;
}
a.floatBnr-link:hover {
  opacity: 0.7;
}

/*=== ナビゲーション ===*/
.navigation {
  position: relative;
  width: 100%;
  background-color: #305472;
  z-index: 100;
  font-style: normal;
  font-weight: 400;
}
.navigation.is-fixed {
  position: fixed;
  top: 0;
}
.navigation-inner {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.navigation-list {
  display: flex;
  justify-content: space-between;
  width: calc((100% / 4) * 4);
}
.navigation-item {
  width: calc(100% / 4);
}
a.navigation-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 62px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding: 0 10px;
}
a.navigation-link::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 30px;
  background-color: #fff;
  transform: translateY(-50%);
}
.navigation-item:first-child a.navigation-link::before {
  content: none;
}
a.navigation-link:visited {
  color: #fff;
}
a.navigation-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.navigation-label {
  display: block;
  max-width:114px;
  margin-right:5px;
}

/*=== お問い合わせ ===*/
.inquiry {
  background-color: #faf6e8;
  position: relative;
}
.inquiry-lead {
  padding: 4px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #305472;
}
.inquiry-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 15px;
  position: relative;
}
.inquiry-list {
  display: flex;
  justify-content: space-between;
}
.inquiry-item {
  padding: 15px 10px 10px;
  width: calc((100% - 10px) / 2);
  background-color: #fff;
  border-radius: 10px;
}
.inquiry-balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 15px 15px;
  color: #ac2330;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  border-bottom: 1px solid #dbeaec;
}
.inquiry-balloon.pattern-tel {
  color: #21a4f5;
}
.inquiry-balloon.pattern-tel.balloon {
  padding: 12px 13px 15px 40px;
}
.inquiry-balloon_icon {
  width: 38px;
  min-width: 38px;
  margin-right: 6px;
}
.inquiry-balloon_cont {
  width: calc(100% - (40px - -110px));
}
.inquiry-balloon_cont.pattern-tel {
  width: calc(100% - (40px - -160px));
}
.inquiry-balloon_note {
  font-weight: normal;
  font-size: 15px;
}
.inquiry-balloon-txt{
  position: absolute;
  left: -7%;
  top: -40px;
}
.inquiry-detail {
  max-width: 498px;
  margin: 20px auto 0;
}
.inquiry-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
}
.inquiry-tel img {
  flex-shrink: 0;
}
a.inquiry-btn {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 12px 40px;
  border: 2px solid #ac2330;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  background-color: #ac2330;
  border-radius: 5px;
}
a.inquiry-btn:visited {
  color: #fff;
}
a.inquiry-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
a.inquiry-btn:hover {
  color: #ac2330;
  text-decoration: none;
  background-color: #f8e6e7;
}
.inquiry-btn:hover::after {
  border-color: #ac2330;
}
.inquiry-detail_list {
  margin-top: 10px;
  margin-right: -28px;
  font-size: 0;
  text-align: center;
}
.inquiry-detail_item {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
}
.inquiry-detail_txt {
  position: relative;
}
.inquiry-label {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 10px;
  padding: 4px 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background-color: #9ca5ad;
}
.inquiry-detail_txt sup {
  position: absolute;
  top: 2px;
  font-size: 10px;
  vertical-align: super;
}
.inquiry-txt {
  font-size: 14px;
  text-align: center;
}
.inquiry-note {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

/*=== ITチャレンジとは ===*/
.about .main-section {
  padding: 50px 20px 25px;;
}
.about .main-ttl span {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
.about-cont {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.about-cont p strong {
  color:#d43e20;
  font-size: 120%;
}
.about-cont p span {
  font-style: oblique;
}
.about-cont p:last-child {
  margin-top: 25px;
}

/*=== メニュー ===*/
#menu{
  padding-top: 100px;
}
.menu {
  background-color: #f2f9ff;
}
.menu .main-section{
  padding-top: 0;
}
.menu-inner {
  margin: 0 50px;
  padding: 0 20px;
}
.menu-ttl {
  position: relative;
  top: -40px;
  text-align: center;
  max-width: 292px;
  margin: 0 auto;
}
.menu-ttl_balloon {
  position: absolute;
  bottom: -22px;
  left: -168px;
  width: 154px;
}
.menu-ttl_txt {
  display: block;
}
.menu-list {
  display: flex;
  flex-wrap: wrap;
}
.menu-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((100% - 32px) / 3);
  margin: 20px 0 0 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 5px 0 #fff, -5px -5px 6px 0 rgba(255, 255, 255, 0.6), 7px 7px 10px 0 rgba(19, 65, 104, 0.15);
}
a.menu-link {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  padding: 55px 10px 10px;
  border: 1px solid #fff;
  color: #232b35;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 5px 0 #fff, -5px -5px 6px 0 rgba(255, 255, 255, 0.6), 7px 7px 10px 0 rgba(19, 65, 104, 0.15);
}
a.menu-link:visited {
  color: #232b35;
}
a.menu-link:hover {
  text-decoration: none;
}
a.menu-link:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #008391;
  border-radius: 8px;
}
.menu-icon {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  z-index: 1;
}
.menu-lead {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.menu-lead strong {
  color: #ff6600;
}
.menu-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  padding-left: 10px;
}
.menu-device {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin:0 20px 20px 20px;
}
.menu-pc {
  width: 32px;
}
.menu-sp {
  width: 18px;
  margin-left: 10px;
}
.menu-time {
  padding: 5px 10px 0;
  font-weight: bold;
  font-size: 20px;
  background-color: #f6f6f6;
}
.menu-time img {
  width: 30px;
}
.menu-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 35px auto 0;
  padding: 10px 0;
  border: 1px solid #305472;
  border-radius: 8px;
}
.menu-txt {
  position: relative;
  margin: 0 15px;
}
.menu-txt.pattern-pc {
  text-indent: -50px;
  padding-left: 50px;
}
.menu-txt.pattern-sp {
  text-indent: -33px;
  padding-left: 33px;
}
.menu-txt.pattern-time {
  text-indent: -43px;
  padding-left: 43px;
}
.menu-txt.pattern-pc img {
  width: 34px;
}
.menu-txt.pattern-sp img {
  width: 18px;
}
.menu-txt.pattern-time img {
  width: 28px;
}
.menu-note {
  width: 100%;
  max-width: 900px;
  margin: 15px auto 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.menu-transition {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 50px;
}
.menu-transition span {
  font-style: oblique;
}
.menu-transition a {
  color: #232b35;
}
.menu-transition a:visited {
  color: #232b35;
}
.menu-transition a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.menu-inquiry{
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 840px;
  margin: 50px auto 0;
  padding: 20px 60px;
  box-shadow: 0px 2px 4px 0px rgba(55, 51, 43, 0.15);
}
.menu-inquiry strong {
  color: #da3e2e;
}
.menu-inquiry span {
  font-size: 135%;
  color: #d43e20;
}

.menuDetail {
  padding: 40px 20px 20px;
}
.menuDetail-ttl {
  border-bottom: 4px solid #305472;
  text-align: center;
}
.menuDetail-ttl img {
  width: 100%;
}
.menuDetail-column {
  display: flex;
  margin-top: 30px;
}
.menuDetail-thumb {
  width: 210px;
  min-width: 210px;
}
.menuDetail-detail {
  margin-left: 20px;
  line-height: 1.5;
}
.menuDetail-example {
  padding: 20px 15px;
  flex-grow: 1;
}
.menuDetail-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  margin-top: 5px;
}
.menuDetail-item:first-of-type {
  margin-top: 0;
}
.menuDetail-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #395432;
  border-radius: 50%;
}
.menuDetail-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.menuDetail-pc {
  width: 26px;
}
.menuDetail-sp {
  width: 14px;
  margin-left: 6px;
}
.menuDetail-time {
  min-width: 63px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #305472;
}
.menuDetail-time img {
  position: relative;
  top: 3px;
  width: 16px;
}

/*=== 特価内容 ===*/
.price{
  background: url(../images/priceDetail_bg_001.png) no-repeat top left, url(../images/priceDetail_bg_002.png) no-repeat top right
}
.price .main-ttl {
  text-align: center;
  font-size: 45px;
  color: #305472;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.price-txt{
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  color: #333333;
}
.price-lead {
  color: #5d5750;
  font-size: 34px;
  text-align: center;
}
.price-lead span {
  color: #e7244b;
}
.price-lead_price {
  font-weight: bold;
}
.price-lead_price strong {
  position: relative;
  top: 3px;
  font-size: 50px;
  line-height: 1;
}
.price-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.price-head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.price-icon {
  position: relative;
  top: 50%;
  flex-shrink: 0;
  width: 30px;
  margin-right: 10px;
}
.price-main {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.price-note {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
}
.price-table{
  font-size: 16px;
}
.price-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  overflow: hidden;
  border-top: 1px solid #a09b85;
  border-left: 1px solid #a09b85;
}
.price-table table:first-child{
  margin-top:30px;
}
.price-table table:last-child{
  margin-top:50px;
}
.price-table th,
.price-table td {
  border-right: 1px solid #a09b85;
  border-bottom: 1px solid #a09b85;
  color:#40352b;
  font-weight: normal;
}
.price-table th {
  vertical-align: middle;
  background-color: #fff;
  color: #40352b;
  padding: 10px 20px;
}
.price-table th:first-child {
  border-radius: 5px 0 0 0;
  text-align:left ;
}
.price-table th:last-child {
  border-radius: 0 5px 0 0px;
}
.price-table .option-table thead th:nth-child(1){
  width: 265px;
}
.price-table thead th{
  background-color: #fffae5;
}
.price-table .main-table th {
  font-size: 20px;
}
.price-table .option-table th {
  font-size: 18px;
}
.price-table th span{
  position: relative;
  top: 0;
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
}
.price-table .main-table thead th:nth-child(1){
  width: 250px;
}
.price-table .main-table td {
  padding: 20px;
}
.price-table .option-table td {
  padding: 10px 20px;
}
.price-table td {
  background-color: #fff;
}
.price-table td:first-child {
  border-radius: 0 5px 0 0;
}
.price-table tr:last-child td {
  border-radius: 0 0 5px 0;
}
.price-table th.normal{
  background-color: #eee6c6;
}
.price-table td .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 0;
}
.price-table td .flex p:first-child{
  margin-right: 20px;
}
.price-table td{
  vertical-align: middle;
}

/*=== キャンペーン内容 ===*/
.overview .main-ttl {
  font-weight: bold;
  font-size: 36px;
}
.overview-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.overview-table th {
  width: 160px;
  padding: 10px;
  border: 1px solid #d0dde6;
  font-weight: normal;
  vertical-align: middle;
  background-color: #f0f4f7;
}
.overview-table td {
  padding: 13px 10px 10px;
  border: 1px solid #d0dde6;
  vertical-align: middle;
  background-color: #fff;
}
.overview-table ul, .overview-note {
  padding-left: 1em;
  text-indent: -1em;
}
.overview-table .pattern-space {
  margin-top: 10px;
}

/*=== バナーエリア ===*/
.bnr {
  background-color: #f6f6f6;
}
.bnr .main-ttl {
  font-weight: bold;
  font-size: 36px;
}
.bnr-cont {
  position: relative;
  margin-top: 30px;
  padding: 30px 90px;
  background-color: #fff;
  border-radius: 10px;
}
.bnr-slider {
  max-width: 980px;
  margin: 0 auto;
}
.bnr-link:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  /*=== メニュー ===*/
  .menu-item:nth-child(3n+1){
    margin-left:0;
  }
  /*=== ナビゲーション ===*/
  .navigation-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 28px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(135deg);
  }
  a.navigation-link span {
    padding-right: 30px;
  }
}

@media screen and (min-width:769px) and ( max-width:1000px) {
a.navigation-link span {
  padding-right: 35px;
}
}

@media only screen and (max-width: 1150px) {
  .main-table td img {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .inquiry-balloon {
    padding: 12px 14px 15px;
  }
  /*=== ナビゲーション ===*/
  .navigation-item .balloon-txt {
    display: flex;
    align-items: center;
  }
  a.navigation-link {
    font-size: 18px;
    line-height: 1.4;
  }
  /*=== 特価内容 ===*/
  .main-table thead th:nth-child(1) {
    width: 180px;
  }
  .main-table {
    font-size: 16px;
  }
  .price-table th {
    padding: 10px;
  }
  .price-table thead th:nth-child(1) {
    width: 300px;
  }
  .price-table {
    font-size: 14px;
  }
  .main-table td {
    padding: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .price-table .main-table thead th:nth-child(1) {
    width: 200px;
  }
  .price-table .option-table td {
    padding: 10px;
  }
  .price-table .option-table thead th:nth-child(1) {
    width: 210px;
  }
  .price-table .option-table td {
    padding: 10px;
  }
  .price-table .main-table th {
    font-size: 18px;
  }
  .price-table .option-table th {
    font-size: 16px;
  }
}

@media only screen and (max-width: 850px) {
  .inquiry-balloon.pattern-tel {
    padding: 12px 14px 15px 30px;
  }
}

@media (min-width: 769px) {
  .inquiry-tel a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}

@media only screen and (max-width: 768px) {
  /*=== footer ===*/
  .Footer{
    margin-bottom: 80px;
  }
  /*=== メインエリア ===*/
  .main-inner {
    margin: 0;
    padding-bottom: 110px;
  }
  .main-section {
    padding: 40px 10px 60px;
  }
  /*=== キャンペーン終了 ===*/
  .end {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 16px;
  }
  .end-link {
    font-size: 16px;
  }
  .end-link::before {
    border: 5px solid transparent;
    border-left: 8px solid #2f368e;
  }
  /*=== キャンペーン期間 ===*/
  .keyHeder {
    margin: 5px 0;
    padding: 0 10px;
  }
  .keyHeder-cont {
    display: block;
  }
  .keyHeder-logo {
    width: 161px;
    margin: 0 auto;
  }
  .period {
    margin: 10px 0 0;
    padding-top: 15px;
    border-top: 1px solid #f7f7f7;
    font-size: 13px;
    text-align: left;
  }
  .period-day strong {
    font-size: 13px;
  }
  .keyHeder-extension {
    margin-top: 10px;
    font-size: 14px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual-main {
    max-width: 550px;
    padding: 0;
  }
  a.mainvisual-link {
    max-width: 550px;
  }
  /*=== フロートバナー ===*/
  .floatBnr {
    display: none;
  }
  /*=== お問い合わせ ===*/
  .inquiry-lead {
    padding: 10px 10px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .inquiry-inner {
    padding: 30px 10px 25px;
  }
  .inquiry-list {
    flex-wrap: wrap;
  }
  .inquiry-item {
    width: 100%;
  }
  .inquiry-item:nth-child(1) {
    order: 2;
    margin-top: 10px;
  }
  .inquiry-item:nth-child(2) {
    order: 1;
  }
  .inquiry-balloon,
  .inquiry-balloon.pattern-tel {
    padding: 0 20px 10px;
    font-size: 18px;
  }
  .inquiry-balloon.pattern-tel.balloon {
    padding: 0 20px 10px;
  }
  .inquiry-balloon_icon {
    width: 37px;
    min-width: 37px;
  }
  .inquiry-balloon_cont,
  .inquiry-balloon_cont.pattern-tel {
    width: calc(100% - (37px - 10px));
  }
  .inquiry-balloon_note {
    margin-top: 2px;
    font-size: 14px;
  }
  .inquiry-detail {
    max-width: 100%;
  }
  .inquiry-tel {
    min-height: auto;
  }
  a.inquiry-btn {
    padding: 14px 20px 11px;
    font-size: 18px;
  }
  a.inquiry-btn::after {
    right: 10px;
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .inquiry-detail_list {
    margin-right: -20px;
  }
  .inquiry-detail_item {
    margin-right: 20px;
    font-size: 16px;
  }
  .inquiry-label {
    font-size: 13px;
  }
  .inquiry-txt {
    margin-top: 5px;
    font-size: 13px;
  }
  .inquiry-note {
    margin-top: 8px;
    font-size: 13px;
  }
  /*=== ナビゲーション ===*/
  a.navigation-link{
    color: #53311b;
  }
  a.navigation-link:visited{
    color: #53311b;
  }
  a.navigation-link.pattern-inquiry::before,
  .navigation-item a.navigation-link::before {
    content: none;
  }
  .navigation {
    position: relative !important;
    top: auto !important;
    width: 100%;
    box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .navigation.is-fixed + *{
    margin-top: 0 !important;
  }
  .navigation-inner {
    display: block;
  }
  .navigation-list {
    width: 100%;
    padding: 10px 7px;
  }
  .navigation-item {
    flex-grow: 2;
    margin: 0 3px;
    width: auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px 0;
  }
  .navigation-item:nth-child(1) {
    flex-grow: 1;
  }
  .navigation-inquiry {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  a.navigation-link.pattern-inquiry {
    color: #fff;
    background-color: #ac2330;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80px;
    border-bottom: none;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  a.navigation-link.pattern-inquiry:visited {
    color: #fff;
  }
  a.navigation-link.pattern-inquiry:hover {
    background-color: #9a2b0b;
    opacity: 1;
  }
  a.navigation-link.pattern-inquiry::after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 20px;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-width: 3px;
    transform: translateX(-80%) rotate(135deg);
  }
  /*=== ITチャレンジとは ===*/
  .about .main-section {
    background: none;
    padding: 30px 20px 20px;
  }
  .about .main-ttl span {
    width: 57.067vw;
    min-width: 214px;
  }
  .about-cont {
    margin-top: 20px;
    font-size: 15px;
  }
  .about-cont p:last-child {
    margin-top: 15px;
  }
  .about-main {
    font-size: 16px;
  }
  .about-main.pattern-support {
    display: block;
    margin-top: 15px;
    padding-top: 0;
  }
  .about-main_balloon {
    position: static;
    width: 107px;
    margin: 0 auto;
  }
  .about-txt {
    line-height: 1.8;
  }
  .about-lead {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.4;
  }
  /*=== メニュー ===*/
  #menu {
    padding-top: 100px;
  }
  .menu-inner {
    margin: 0 auto;
    padding: 0 10px 25px;
  }
  .menu-ttl {
    top: -45px;
    width: 55.2vw;
    min-width: 207px;
  }
  .menu-ttl_balloon {
    position: absolute;
    bottom: 22px;
    left: -21vw;
    width: 24vw;
    max-width: 125px;
  }
  .menu-list {
    order: 2;
  }
  .menu-item {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0;
  }
  .menu-item:first-of-type {
    margin-top: 0;
  }
  a.menu-link {
    padding: 35px 10px 12px;
    border-radius: 4px;
  }
  a.menu-link:hover::after {
    border-width: 3px;
    border-radius: 3px;
  }
  .menu-icon {
    top: -20px;
    width: 50px;
    height: 50px;
  }
  .menu-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    font-size: 14px;
    margin: 0 -10px;
  }
  .menu-device {
    margin: 0 12px 12px 12px;
  }
  .menu-cont {
    padding-left: 0;
  }
  .menu-pc {
    width: 23px;
  }
  .menu-sp {
    width: 13px;
    margin-left: 8px;
  }
  .menu-time {
    padding: 2px 5px;
    font-size: 14px;
  }
  .menu-time img {
    width: 21px;
  }
  .menu-detail {
    display: block;
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    padding: 15px 25px;
    border-radius: 5px;
  }
  .menu-txt {
    margin: 0;
  }
  .menu-txt.pattern-pc,
  .menu-txt.pattern-sp,
  .menu-txt.pattern-time {
    text-indent: -37px;
    padding-left: 37px;
  }
  .menu-txt.pattern-pc img {
    width: 23px;
  }
  .menu-txt.pattern-sp img {
    width: 13px;
    margin: 0 5px;
  }
  .menu-txt.pattern-time img {
    width: 21px;
    margin: 0 1px;
  }
  .menu-txt+.menu-txt {
    margin-top: 8px;
  }
  .menu-note {
    margin-top: 20px;
    font-size: 13px;
  }
  .menu-transition {
    margin-top: 30px;
    font-size: 15px;
  }
  .menu-inquiry {
    margin-top: 30px;
    padding: 15px 20px;
    font-size: 15px;
  }
  .menuDetail {
    padding: 45px 10px 20px;
  }
  .menuDetail-ttl {
    border-width: 2px;
    font-size: 16px;
  }
  .menuDetail-column {
    display: block;
    margin-top: 10px;
  }
  .menuDetail-thumb {
    width: 180px;
    min-width: 180px;
    margin: 0 auto;
  }
  .menuDetail-detail {
    margin: 15px 0 0;
  }
  .menuDetail-example {
    padding: 14px 12px;
  }
  .menuDetail-item {
    justify-content: space-between;
    padding-left: 13px;
    font-size: 14px;
  }
  .menuDetail-item:not(:first-child) {
    margin-top: 5px;
  }
  .menuDetail-item::before {
    top: 6px;
    width: 5px;
    height: 5px;
  }
  .menuDetail-pc {
    width: 23px;
  }
  .menuDetail-sp {
    width: 13px;
    margin-left: 6px;
  }
  .menuDetail-time img {
    top: 2px;
  }
  /*=== 特価内容 ===*/
  .price {
    background-size: 70%;
  }
  .price .main-section {
    padding: 40px 0 60px;
  }
  .price .main-detail {
    padding: 0 10px;
    border-radius: 30px;
  }
  .price .main-ttl {
    font-size: 27px;
  }
  .price h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    color: #40352b;
  }
  .price h3 span {
    font-size: 20px;
    font-weight: bold;
  }
  .price-txt {
    margin-top: 1.3vw;
    font-size: 15px;
  }
  .price-lead_price strong {
    font-size: 30px;
  }
  .price-list {
    flex-wrap: wrap;
    max-width: 500px;
    margin: 15px auto 0;
  }
  .price-item {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #a09b85;
    margin-top: 15px;
    overflow: hidden;
  }
  .price-item:first-child {
    margin-top: 0;
  }
  .price-head {
    padding: 10px 5px;
    background-color: #fffae5;
    border-bottom: 1px solid #a09b85;
  }
  .price-icon {
    top: 50%;
    width: 24px;
    margin-right: 8px;
  }
  .price-main {
    font-size: 15px;
    line-height: 1.4;
    color: #40352b;
  }
  .option-table .price-main {
    font-size: 18px;
  }
  .price-cont {
    padding: 15px 30px;
  }
  .price-cont p {
    text-align: center;
  }
  .price-cont p img:last-child {
    margin-top: 15px;
  }
  .option-table .price-cont p img:first-child {
    width: 80%;
  }
  /*=== キャンペーン内容 ===*/
  .overview .main-ttl {
    font-size: 22px;
  }
  .overview-table th {
    width: 30%;
    padding: 12px 10px;
    font-size: 13px;
  }
  .overview-table td {
    width: 70%;
    padding: 12px 10px;
    font-size: 12px;
  }
  .overview-table .pattern-space {
    margin-top: 15px;
  }
  /*=== バナーエリア ===*/
  .bnr .main-ttl {
    font-size: 22px;
  }
  .bnr-cont {
    margin-top: 20px;
    padding: 25px 10px;
  }
}

@media only screen and (max-width: 500px) {
  /*=== ナビゲーション ===*/
  a.navigation-link {
    font-size: 3.2vw;
  }
  /*=== メニュー ===*/
  #menu {
    padding-top: 20vw;
  }
  .menu-ttl {
    top: -35px;
  }
}</pre></body></html>