@charset "UTF-8";
/* === foundation ===  */
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
qbefore, qafter, blockquotebefore, blockquoteafter {
  content: "";
  content: none;
}
a img {
  border: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
  text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}
button, input, select, textarea {
  vertical-align: middle;
}
button, input {
  line-height: normal;
}
button-moz-focus-inner, input-moz-focus-inner {
  padding: 0;
  border: 0;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
label, select, button, input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #001e3c;
  -webkit-text-size-adjust: 100%;
}
html {
  background-color: #f4fafc;
}
b, strong {
  font-weight: 600;
}
img {
  -webkit-backface-visibility: hidden;
}
/* === layout ===  */
.l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-column__side {
  width: 300px;
  padding-left: 37px;
  padding-bottom: 50px;
  position: relative;
}
.l-column__side-lists {
  position: sticky;
  top: 30px;
  padding-top: 67px;
}
.l-column__side-list {
  margin-bottom: 10px;
}
.l-column__side-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-column__side-link img {
  width: 25px;
  display: block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.l-column__side-link span {
  font-size: 15px;
  letter-spacing: 0.08em;
}
.l-column__side-link span:last-child {
  letter-spacing: 0;
  margin-left: 5px;
  font-size: 12px;
  color: #94a4b4;
}
.l-column__contents {
  margin: 0 auto;
  width: 100%;
}
.l-column__side + .l-column__contents {
  margin: 0 calc((100vw - 300px - 1000px) / 2) 0 calc((100vw - 300px - 1000px - 300px) / 2);
  width: 1000px;
}
.l-column__side-toggle-button {
  display: none;
}
.l-column._cp {
  min-width: 1000px;
  min-height: calc(100vh - 248px);
}
.l-column._cp .l-column__side {
  background: #e6f0f4;
  border-right: 1px solid #d2dce0;
  padding: 15px 10px;
  width: 250px;
  min-width: 250px;
}
.l-column._cp .l-column__side + .l-column__contents {
  margin: 0;
  width: calc(100% - 250px);
  padding: 30px 30px 0;
  min-width: 1010px;
}
.l-footer {
  background: #1e5078;
  padding: 30px;
  position: relative;
}
.l-footer__inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__list {
  margin-right: 2em;
}
.l-footer__link {
  display: block;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.l-footer__copy {
  font-size: 13px;
  color: #fff;
}


.l-footer._cp {
  margin-top: 0;
}


.l-header {
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  z-index: 10;
/*  min-width: 1260px;*/
}

/*
.l-header._cp {
  min-width: 1180px;
}
*/


.l-header__inner {
  height: 65px;
  background: #ffffff;
  padding: 10px 10px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.wf-active .l-header {
  top: 0;
}
.l-header__logo {
  margin-right: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
}
.l-header__logo-img {
  width: 103px;
  height: 45px;
  margin-right: 21px;
}
.l-header__logo-text {
  font-size: 12px;
  letter-spacing: 0.04em;
}
.l-header__logo-text b {
  font-size: 13px;
  font-weight: bold;
}
.l-header__current-text {
  border: 2px solid #001e3c;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  color: #001e3c;
  font-weight: 500;
  line-height: 0.8;
}
.l-main {
  margin-top: 65px;
  min-height: calc(100vh - 138px);
  overflow-x: hidden;
}
.l-section {
  padding: 0 0 40px;
}
.l-section:first-child {
  padding-top: 60px;
}
.l-section:last-child {
  padding-bottom: 70px;
}
.l-section._1column {
  padding: 60px 0;
}
.l-section._1column:first-child {
  padding-top: 60px;
}
.l-section._1column:last-child {
  padding-bottom: 70px;
}
.l-section._1column .l-section__inner {
  width: 1200px;
  margin: 0 auto;
}
.l-section._1column:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  clear: both;
}
.l-section._bg-gray {
  background: #e6f0f4;
}
.l-section._bg-green1 {
  background: #deeede;
}
.l-section._bg-green2 {
  background: #eef6ee;
}
.is-cp .l-section {
  padding-bottom: 60px;
}
.is-cp .l-section:first-child {
  padding-top: 0;
}
.is-cp .l-section:last-child {
  padding-bottom: 70px;
}
.l-section__inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0;
}
.l-wrap {
  width: 100%;
}
/* === utility ===  */
.c-search__button, .c-search {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.u-clamp-1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.u-clamp-2, .p-cards .c-card__description, .c-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3em;
}
.u-clamp-3, .c-card__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.u-clamp-4, .p-coupon-item__p, .c-card__description._line4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.u-color-red {
  color: #ff3c28;
}
.u-color-white {
  color: #fff;
}
.u-color-black {
  color: #000;
}
.u-color-blue1 {
  color: #001e3c;
}
.u-color-blue2 {
  color: #1e5078;
}
.u-pc-none {
  display: none;
}
.u-sp-none {
  display: block;
}
.is-hidden {
  display: none;
}
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-flex._centere {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.u-flex._start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.u-flex._end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.u-flex._align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-h45 {
  height: 45px;
}
.u-relative {
  position: relative;
}
.u-yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.u-roboto, .p-menu__login-button, .p-flow__num, .c-yokoku__text-2, .c-yokoku__text-1, .c-coupon__data-box-text-2 {
  font-family: Roboto, ans-serif;
}
.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-fw400 {
  font-weight: 400;
}
.u-fw600 {
  font-weight: 600;
}
.u-fw700 {
  font-weight: 700;
}
.u-break {
  overflow-wrap: break-word;
}
.u-text {
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.04em;
  margin-bottom: 1.2em;
}
.u-text._red {
  color: #ff3c28;
}
.u-fz10 {
  font-size: 10px;
}
.u-fz11 {
  font-size: 11px;
}
.u-fz12 {
  font-size: 12px;
}
.u-fz13 {
  font-size: 13px;
}
.u-fz14 {
  font-size: 14px;
}
.u-fz15 {
  font-size: 15px;
}
.u-fz16 {
  font-size: 16px;
}
.u-fz17 {
  font-size: 17px;
}
.u-fz18 {
  font-size: 18px;
}
.u-fz19 {
  font-size: 19px;
}
.u-fz20 {
  font-size: 20px;
}
.u-fz21 {
  font-size: 21px;
}
.u-fz22 {
  font-size: 22px;
}
.u-fz23 {
  font-size: 23px;
}
.u-fz24 {
  font-size: 24px;
}
.u-fz25 {
  font-size: 25px;
}
.u-fz26 {
  font-size: 26px;
}
.u-fz27 {
  font-size: 27px;
}
.u-fz28 {
  font-size: 28px;
}
.u-fz29 {
  font-size: 29px;
}
.u-fz30 {
  font-size: 30px;
}
.u-fz31 {
  font-size: 31px;
}
.u-fz32 {
  font-size: 32px;
}
.u-fz33 {
  font-size: 33px;
}
.u-fz34 {
  font-size: 34px;
}
.u-fz35 {
  font-size: 35px;
}
.u-fz36 {
  font-size: 36px;
}
.u-fz37 {
  font-size: 37px;
}
.u-fz38 {
  font-size: 38px;
}
.u-fz39 {
  font-size: 39px;
}
.u-fz40 {
  font-size: 40px;
}
.u-lh10 {
  line-height: 1em;
}
.u-lh11 {
  line-height: 1.1em;
}
.u-lh12 {
  line-height: 1.2em;
}
.u-lh13 {
  line-height: 1.3em;
}
.u-lh14 {
  line-height: 1.4em;
}
.u-lh15 {
  line-height: 1.5em;
}
.u-lh16 {
  line-height: 1.6em;
}
.u-lh17 {
  line-height: 1.7em;
}
.u-lh18 {
  line-height: 1.8em;
}
.u-lh19 {
  line-height: 1.9em;
}
.u-lh20 {
  line-height: 2em;
}
.u-mt0 {
  margin-top: 0px;
}
.u-mb0 {
  margin-bottom: 0px;
}
.u-ml0 {
  margin-left: 0px;
}
.u-mr0 {
  margin-right: 0px;
}
.u-mt5 {
  margin-top: 5px;
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-ml5 {
  margin-left: 5px;
}
.u-mr5 {
  margin-right: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-ml15 {
  margin-left: 15px;
}
.u-mr15 {
  margin-right: 15px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-ml25 {
  margin-left: 25px;
}
.u-mr25 {
  margin-right: 25px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-ml30 {
  margin-left: 30px;
}
.u-mr30 {
  margin-right: 30px;
}
.u-mt35 {
  margin-top: 35px;
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-ml35 {
  margin-left: 35px;
}
.u-mr35 {
  margin-right: 35px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-ml40 {
  margin-left: 40px;
}
.u-mr40 {
  margin-right: 40px;
}
.u-mt45 {
  margin-top: 45px;
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-ml45 {
  margin-left: 45px;
}
.u-mr45 {
  margin-right: 45px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-ml50 {
  margin-left: 50px;
}
.u-mr50 {
  margin-right: 50px;
}
.u-mt55 {
  margin-top: 55px;
}
.u-mb55 {
  margin-bottom: 55px;
}
.u-ml55 {
  margin-left: 55px;
}
.u-mr55 {
  margin-right: 55px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-ml60 {
  margin-left: 60px;
}
.u-mr60 {
  margin-right: 60px;
}
.u-mt65 {
  margin-top: 65px;
}
.u-mb65 {
  margin-bottom: 65px;
}
.u-ml65 {
  margin-left: 65px;
}
.u-mr65 {
  margin-right: 65px;
}
.u-mt70 {
  margin-top: 70px;
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-ml70 {
  margin-left: 70px;
}
.u-mr70 {
  margin-right: 70px;
}
.u-mt75 {
  margin-top: 75px;
}
.u-mb75 {
  margin-bottom: 75px;
}
.u-ml75 {
  margin-left: 75px;
}
.u-mr75 {
  margin-right: 75px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-ml80 {
  margin-left: 80px;
}
.u-mr80 {
  margin-right: 80px;
}
.u-mt85 {
  margin-top: 85px;
}
.u-mb85 {
  margin-bottom: 85px;
}
.u-ml85 {
  margin-left: 85px;
}
.u-mr85 {
  margin-right: 85px;
}
.u-mt90 {
  margin-top: 90px;
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-ml90 {
  margin-left: 90px;
}
.u-mr90 {
  margin-right: 90px;
}
.u-mt95 {
  margin-top: 95px;
}
.u-mb95 {
  margin-bottom: 95px;
}
.u-ml95 {
  margin-left: 95px;
}
.u-mr95 {
  margin-right: 95px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-ml100 {
  margin-left: 100px;
}
.u-mr100 {
  margin-right: 100px;
}
.u-pt0 {
  padding-top: 0px;
}
.u-pb0 {
  padding-bottom: 0px;
}
.u-pl0 {
  padding-left: 0px;
}
.u-pr0 {
  padding-right: 0px;
}
.u-p0 {
  padding-right: 0px;
}
.u-pt5 {
  padding-top: 5px;
}
.u-pb5 {
  padding-bottom: 5px;
}
.u-pl5 {
  padding-left: 5px;
}
.u-pr5 {
  padding-right: 5px;
}
.u-p5 {
  padding-right: 5px;
}
.u-pt10 {
  padding-top: 10px;
}
.u-pb10 {
  padding-bottom: 10px;
}
.u-pl10 {
  padding-left: 10px;
}
.u-pr10 {
  padding-right: 10px;
}
.u-p10 {
  padding-right: 10px;
}
.u-pt15 {
  padding-top: 15px;
}
.u-pb15 {
  padding-bottom: 15px;
}
.u-pl15 {
  padding-left: 15px;
}
.u-pr15 {
  padding-right: 15px;
}
.u-p15 {
  padding-right: 15px;
}
.u-pt20 {
  padding-top: 20px;
}
.u-pb20 {
  padding-bottom: 20px;
}
.u-pl20 {
  padding-left: 20px;
}
.u-pr20 {
  padding-right: 20px;
}
.u-p20 {
  padding-right: 20px;
}
.u-pt25 {
  padding-top: 25px;
}
.u-pb25 {
  padding-bottom: 25px;
}
.u-pl25 {
  padding-left: 25px;
}
.u-pr25 {
  padding-right: 25px;
}
.u-p25 {
  padding-right: 25px;
}
.u-pt30 {
  padding-top: 30px;
}
.u-pb30 {
  padding-bottom: 30px;
}
.u-pl30 {
  padding-left: 30px;
}
.u-pr30 {
  padding-right: 30px;
}
.u-p30 {
  padding-right: 30px;
}
.u-pt35 {
  padding-top: 35px;
}
.u-pb35 {
  padding-bottom: 35px;
}
.u-pl35 {
  padding-left: 35px;
}
.u-pr35 {
  padding-right: 35px;
}
.u-p35 {
  padding-right: 35px;
}
.u-pt40 {
  padding-top: 40px;
}
.u-pb40 {
  padding-bottom: 40px;
}
.u-pl40 {
  padding-left: 40px;
}
.u-pr40 {
  padding-right: 40px;
}
.u-p40 {
  padding-right: 40px;
}
.u-pt45 {
  padding-top: 45px;
}
.u-pb45 {
  padding-bottom: 45px;
}
.u-pl45 {
  padding-left: 45px;
}
.u-pr45 {
  padding-right: 45px;
}
.u-p45 {
  padding-right: 45px;
}
.u-pt50 {
  padding-top: 50px;
}
.u-pb50 {
  padding-bottom: 50px;
}
.u-pl50 {
  padding-left: 50px;
}
.u-pr50 {
  padding-right: 50px;
}
.u-p50 {
  padding-right: 50px;
}
.u-pt55 {
  padding-top: 55px;
}
.u-pb55 {
  padding-bottom: 55px;
}
.u-pl55 {
  padding-left: 55px;
}
.u-pr55 {
  padding-right: 55px;
}
.u-p55 {
  padding-right: 55px;
}
.u-pt60 {
  padding-top: 60px;
}
.u-pb60 {
  padding-bottom: 60px;
}
.u-pl60 {
  padding-left: 60px;
}
.u-pr60 {
  padding-right: 60px;
}
.u-p60 {
  padding-right: 60px;
}
.u-pt65 {
  padding-top: 65px;
}
.u-pb65 {
  padding-bottom: 65px;
}
.u-pl65 {
  padding-left: 65px;
}
.u-pr65 {
  padding-right: 65px;
}
.u-p65 {
  padding-right: 65px;
}
.u-pt70 {
  padding-top: 70px;
}
.u-pb70 {
  padding-bottom: 70px;
}
.u-pl70 {
  padding-left: 70px;
}
.u-pr70 {
  padding-right: 70px;
}
.u-p70 {
  padding-right: 70px;
}
.u-pt75 {
  padding-top: 75px;
}
.u-pb75 {
  padding-bottom: 75px;
}
.u-pl75 {
  padding-left: 75px;
}
.u-pr75 {
  padding-right: 75px;
}
.u-p75 {
  padding-right: 75px;
}
.u-pt80 {
  padding-top: 80px;
}
.u-pb80 {
  padding-bottom: 80px;
}
.u-pl80 {
  padding-left: 80px;
}
.u-pr80 {
  padding-right: 80px;
}
.u-p80 {
  padding-right: 80px;
}
.u-pt85 {
  padding-top: 85px;
}
.u-pb85 {
  padding-bottom: 85px;
}
.u-pl85 {
  padding-left: 85px;
}
.u-pr85 {
  padding-right: 85px;
}
.u-p85 {
  padding-right: 85px;
}
.u-pt90 {
  padding-top: 90px;
}
.u-pb90 {
  padding-bottom: 90px;
}
.u-pl90 {
  padding-left: 90px;
}
.u-pr90 {
  padding-right: 90px;
}
.u-p90 {
  padding-right: 90px;
}
.u-pt95 {
  padding-top: 95px;
}
.u-pb95 {
  padding-bottom: 95px;
}
.u-pl95 {
  padding-left: 95px;
}
.u-pr95 {
  padding-right: 95px;
}
.u-p95 {
  padding-right: 95px;
}
.u-pt100 {
  padding-top: 100px;
}
.u-pb100 {
  padding-bottom: 100px;
}
.u-pl100 {
  padding-left: 100px;
}
.u-pr100 {
  padding-right: 100px;
}
.u-p100 {
  padding-right: 100px;
}
.u-w50 {
  width: 50px;
}
.u-w55 {
  width: 55px;
}
.u-w60 {
  width: 60px;
}
.u-w65 {
  width: 65px;
}
.u-w75 {
  width: 75px;
}
.u-w80 {
  width: 80px;
}
.u-w90 {
  width: 90px;
}
.u-w100 {
  width: 100px;
}
.u-w135 {
  width: 135px;
}
.u-w150 {
  width: 150px;
}
.u-w162 {
  width: 162px;
}
.u-w180 {
  width: 180px;
}
.u-w195 {
  width: 195px;
}
.u-w200 {
  width: 200px;
}
.u-w230 {
  width: 230px;
}
.u-w260 {
  width: 260px;
}
.u-w390 {
  width: 390px;
}
.u-w420 {
  width: 420px;
}
.u-wmax {
  width: 100%;
}
/* === component ===  */
.c-alert {
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  background: #F0F0F0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.5em;
  min-height: 50px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-alert._alert {
  background: #ffe6e6;
  padding-left: 45px;
}
.c-alert._alert:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/icon-alert.png) no-repeat center center;
  background-size: 25px 25px;
  position: absolute;
  left: 10px;
  top: 12px;
}
.c-alert._info {
  background: #d2ecff;
  padding-left: 45px;
}
.c-alert._info:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/icon-info.png) no-repeat center center;
  background-size: 25px 25px;
  position: absolute;
  left: 10px;
  top: 12px;
}
.c-alert._close {
  padding-right: 40px;
  pointer-events: none;
}
.c-alert._close:after {
  content: "×";
  font-size: 16px;
  font-weight: 700;
  color: #999;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: all;
}
.c-alert-remove-wrapper {
  margin-bottom: 10px;
}
.c-alert-remove-wrapper .c-alert {
  margin-bottom: 0;
}
.c-anchor-wrap {
  position: relative;
}
.c-anchor {
  position: absolute;
  top: -108px;
}
.c-banner-menu-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.c-banner-menu-list {
  position: relative;
  width: 320px;
  height: 174px;
}
.c-banner-menu {
  width: 320px;
  height: 174px;
  display: block;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 9px 0 9px 9px;
  overflow: hidden;
}
.c-banner-menu:hover .c-banner-menu__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-banner-menu__img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-banner__text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  left: 22px;
  bottom: 20px;
}
.c-box {
  background: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
}
.c-box._corner {
  border-radius: 9px 0 9px 9px;
  overflow: hidden;
}
.c-box._border {
  border: 1px solid #d2dce0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-box .c-box__inner {
  padding: 15px;
}
.c-box .c-box__inner._padding-large {
  padding: 30px;
}
.c-border-box {
  border: 1px solid #d2dce0;
  border-radius: 6px;
  padding: 15px;
}
.c-border-box textarea {
  height: 125px;
}
.c-breadcrumb {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
  background: #008cb4;
  z-index: 1;
}
.c-breadcrumb._bg-gray {
  background: #00be00;
}
.c-breadcrumb__lists {
  padding: 10px 10px 10px 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  z-index: 1;
}
.c-breadcrumb__list {
  white-space: nowrap;
}
.c-breadcrumb__list:last-child .c-breadcrumb__link {
  text-decoration: none;
  pointer-events: none;
}
.c-breadcrumb__text {
  font-size: 12px;
  line-height: 25px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-breadcrumb__link {
  color: #fff;
  text-decoration: underline;
}
.c-breadcrumb__link:hover:before {
  width: 100%;
}
.c-breadcrumb__link:hover {
  opacity: 0.5;
}
.c-breadcrumb__list:after {
  color: #fff;
  content: ">";
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
  margin: 0 5px;
}
.c-breadcrumb__list:last-child:after {
  content: "";
}
.c-button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  line-height: 1.3em;
  border-radius: 50px 0 50px 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-button:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0078e6), color-stop(50%, #00dcb4), to(#0078e6));
  background: linear-gradient(to right, #0078e6, #00dcb4 50%, #0078e6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-button:hover:before {
  left: -100%;
}
.c-button._soldout {
  border-radius: 30px 30px 0 30px;
  pointer-events: none;
}
.c-button._soldout:before {
  background: #ff3c28;
}
.c-button._reverse {
  border-radius: 30px 30px 0 30px;
}
.c-button._all {
  width: 120px;
  position: absolute;
  right: 0;
  top: -61px;
}
.c-button._all .c-button__inner {
  height: 25px;
  line-height: 25px;
  font-size: 13px;
}
.c-button._white {
  background: #fff;
  overflow: visible;
}
.c-button._white .c-button__inner {
  color: #001e3c;
  text-shadow: none;
}
.c-button._white:before {
  display: none;
}
.c-button._white:hover .c-button__inner {
  opacity: 0.5;
}
.c-button._white._current:after {
  background: #fff;
}
.c-button._blue {
  background: #1e5078;
  overflow: visible;
}
.c-button._blue .c-button__inner {
  color: #fff;
}
.c-button._blue:before {
  display: none;
}
.c-button._blue:hover .c-button__inner {
  opacity: 0.5;
}
.c-button._blue._current:after {
  background: #1e5078;
}
.c-button._orange {
  background: #e68c00;
  overflow: visible;
}
.c-button._orange .c-button__inner {
  color: #fff;
}
.c-button._orange:before {
  display: none;
}
.c-button._orange:hover .c-button__inner {
  opacity: 0.5;
}
.c-button._orange._current:after {
  background: #e68c00;
}
.c-button._green {
  background: #8fc31f;
  overflow: visible;
}
.c-button._green .c-button__inner {
  color: #fff;
}
.c-button._green:before {
  display: none;
}
.c-button._green:hover .c-button__inner {
  opacity: 0.5;
}
.c-button._green._current:after {
  background: #8fc31f;
}
.c-button._green2:before {
  background: -webkit-gradient(linear, left top, right top, from(#78c800), color-stop(50%, #00c878), to(#78c800));
  background: linear-gradient(to right, #78c800, #00c878 50%, #78c800);
}
.c-button._purple {
  background: #966eb4;
  overflow: visible;
}
.c-button._purple .c-button__inner {
  color: #fff;
}
.c-button._purple:before {
  display: none;
}
.c-button._purple:hover .c-button__inner {
  opacity: 0.5;
}
.c-button._purple._current:after {
  background: #966eb4;
}
.c-button._w120 {
  width: 120px;
}
.c-button._w160 {
  width: 160px;
}
.c-button._w230 {
  width: 230px;
}
.c-button._w220 {
  width: 220px;
}
.c-button._w270 {
  width: 270px;
}
.c-button._w290 {
  width: 290px;
}
.c-button._w320 {
  width: 320px;
}
.c-button._w390 {
  width: 390px;
}
.c-button._w485 {
  width: 485px;
}
.c-button._h30 .c-button__inner {
  height: 35px;
}
.c-button._h30._type-2 {
  border-radius: 30px 0 60px 30px;
}
.c-button._h35 .c-button__inner {
  height: 35px;
}
.c-button._h35._type-2 {
  border-radius: 35px 0 70px 35px;
}
.c-button._h40 .c-button__inner {
  height: 40px;
}
.c-button._h40._type-2 {
  border-radius: 40px 0 80px 40px;
}
.c-button._h50 .c-button__inner {
  height: 50px;
}
.c-button._h50._type-2 {
  border-radius: 50px 0 100px 50px;
}
.c-button._h60 .c-button__inner {
  height: 60px;
}
.c-button._h60._type-2 {
  border-radius: 60px 0 120px 60px;
}
.c-button._h70 .c-button__inner {
  height: 70px;
}
.c-button._h70._type-2 {
  border-radius: 70px 0 140px 70px;
}
.c-button._text14 .c-button__inner {
  font-size: 14px;
}
.c-button._column .c-button__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-button._more {
  margin: 0 auto;
}
.c-button._more:after {
  content: "";
  border-top: solid 5px #001e3c;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  position: absolute;
  right: 15px;
}
.c-button._center {
  margin-left: auto;
  margin-right: auto;
}
.c-button._big {
  border-radius: 100px 0 200px 100px;
  width: 485px;
  height: 70px;
  font-size: 24px;
  padding: 0;
}
.c-button._flexible {
  padding: 0 40px 0 30px;
}
.c-button._floating-button {
  position: absolute;
  right: 0;
  top: -45px;
  font-weight: normal;
}
.c-button._border {
  border: 1px solid #001e3c;
  border-radius: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
}
.c-button._border .c-button__inner {
  color: #001e3c;
  text-shadow: none;
}
.c-button._border:before {
  display: none;
}
.c-button._border:hover {
  background: #F0F0F0;
}
.c-button.u-fz14 .c-button__inner {
  font-size: 14px;
  white-space: nowrap;
}
.c-button._text-large .c-button__inner {
  font-size: 24px;
}
.c-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.c-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 30px 0;
}
.c-buttons .c-button {
  margin: 0 7px;
}
.c-buttons._column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-buttons._column .c-button + .c-button {
  margin-top: 20px;
}
.c-buttons.u-mt20 {
  margin-top: 20px;
}
.c-button__icon._big {
  width: 32px;
  margin-right: 10px;
}
.c-button__free {
  font-size: 16px;
  width: 50px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
  text-align: center;
  line-height: 28px;
  margin-left: 5px;
  border-radius: 4px;
}
.c-card {
  padding-bottom: 10px;
}
.c-card__text {
  padding: 12px 15px 0;
  color: #001e3c;
}
.c-card__title {
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 6px;
  height: 46px;
  word-break: break-all;
}
.c-card__title span, .c-card__title b {
  color: #ff3c28;
  font-weight: 700;
}
.c-card__description {
  font-size: 13px;
  line-height: 19px;
  height: 57px;
  margin-bottom: 10px;
}
.c-card__description._line4 {
  height: 76px;
  margin-bottom: 18px;
}
.c-card__application {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 15px;
  margin-bottom: 13px;
}
.c-card__application-text-1 {
  font-size: 12px;
  padding-right: 7px;
  margin-right: 6px;
  border-right: 1px solid #001e3c;
}
.c-card__application-text-2 {
  font-size: 12px;
  font-weight: 700;
}
.c-card__application-text-3 {
  font-size: 19px;
  font-weight: 700;
  color: #ff3c28;
  padding: 0 2px;
  position: relative;
  top: -2px;
}
.c-card__application-text-4 {
  font-size: 13px;
  font-weight: 700;
}
.c-card__button {
  margin: 0 10px;
}
.c-card__limit {
  margin: 10px 15px 0;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.c-card__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 180px;
}
.c-card__image img {
  width: 100%;
  height: auto;
}
.c-card__image .c-card__img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-card__image._border {
  border-top-left-radius: 14px;
  border: solid 10px #8fc31f;
}
.c-slider-wrap .c-card__image {
  height: 146px;
}
.c-slider-wrap .c-card__image._border {
  height: 155px;
}
.c-card__logo {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  padding: 5px;
  background: #fff;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.c-card__logo-img {
  display: block;
}
.c-card__shop-name {
  font-size: 11px;
  color: #94a4b4;
}
.c-card__link {
  display: block;
}
.c-card__link .c-card__image {
  width: 100%;
  height: 101px;
}
.c-card__link .c-card__img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-coupon {
  background: #fff;
  border-radius: 9px 0 9px 9px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  overflow: hidden;
  min-height: 330px;
  justify-content: space-between;
}
.c-coupon + .c-coupon {
  margin-top: 20px;
}
.c-coupon__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 480px;
  margin: 20px 0 20px 20px;
  max-height: 290px;
  gap: 10px;
}
.c-coupon__image_main {
  width: 100%;
  display: block;
  height: 157px;
  object-fit: scale-down;
}
.c-coupon__image-1 {
  border-radius: 4px;
  width: 280px;
  height: 157px;
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: -47px;
}
.c-coupon__image-2 {
  border-radius: 2px;
  width: 135px;
  height: 76px;
  position: relative;
  overflow: hidden;
  display: block;
}
.c-coupon__image_sub {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: scale-down;
}
.c-coupon__image-3 {
  border-radius: 2px;
  width: 135px;
  height: 76px;
  position: relative;
  overflow: hidden;
  display: block;
}
.c-coupon__text {
  margin: 20px 25px;
  font-size: 16px;
  line-height: 28px;
  width: calc(100% - 280px - 290px - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-coupon__title {
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 700;
}
.c-coupon__title b {
  color: #ff3c28;
  font-weight: 700;
}
.c-coupon__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1e5078;
  width: 290px;
  gap: 10px;
  padding: 20px;
}
.c-coupon__data-title {
  font-size: 19px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.c-coupon__data-box {
  background: #fff;
  border-radius: 4px;
  padding: 15px 12px;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.c-coupon__data-box .c-coupon__data-box-text-2 {
  margin: 10px -12px;
}
.c-coupon__data-box-text-1 {
  font-size: 21px;
  color: #001e3c;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 5px;
}
.c-coupon__data-box-text-2 {
  font-size: 41px;
  font-weight: 700;
  line-height: 1.1em;
  opacity: 0;
  margin-bottom: 10px 0;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0078e6), to(#00dcb4));
  background: linear-gradient(90deg, #0078e6, #00dcb4);
  background: -webkit-linear-gradient(0deg, #0078e6, #00dcb4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-coupon__data-box-text-2._small {
  font-size: 30px;
}
.c-coupon__data-box-text-3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3em;
  display: table;
  margin: 0 auto;
  text-align: left;
}
.c-coupon__data-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  color: #001e3c;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  height: 30px;
  font-weight: 500;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-coupon__data-link:hover {
  opacity: 0.5;
}
.c-coupon__data-link-icon {
  margin: 0 5px;
}
.c-coupon__data-link-icon._qrcode {
  width: 15px;
}
.c-coupon__data-link-icon._barcode {
  width: 21px;
}
.c-coupon__data-link-icon._link {
  width: 15px;
}
.c-coupon__view {
  width: 65px;
  margin: 0 auto 12px;
}
.c-coupon__data-limit {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 3px;
  text-align: center;
}
.c-coupon__favorite {
  background: #ff3c28;
  position: absolute;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  border-radius: 8px 0 8px 0;
  z-index: 1;
}
.c-coupon__favorite label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px 0 33px;
  position: relative;
}
.c-coupon__favorite label span:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/icon-star_off.png) no-repeat center top;
  background-size: 17px 17px;
  position: absolute;
  left: 10px;
  top: 9px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-coupon__favorite label:hover span:before {
  -webkit-filter: drop-shadow(0 0 3px rgb(255, 220, 0));
  filter: drop-shadow(0 0 3px rgb(255, 220, 0));
}
.c-coupon__favorite label input {
  opacity: 0;
}
.c-coupon__favorite label input:checked + span:before {
  background-image: url(../images/icon-star.png);
}
.c-coupon__favorite input {
  position: absolute;
}
[data-observeTarget] {
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.47, 0.06, 0.22, 0.97);
  transition: all 1.5s cubic-bezier(0.47, 0.06, 0.22, 0.97);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
[data-observeTarget].in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-form-item {
  min-height: 66px;
  border-bottom: 1px solid #d2dce0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #001e3c;
}
.c-form-item:last-child {
  border-bottom: none;
}
.c-form-title {
  min-height: 66px;
  border-bottom: 1px solid #d2dce0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #001e3c;
  gap: 15px;
  padding: 0 20px;
  letter-spacing: 0.04em;
}
.c-form-item__input-text, .c-form-item__select, .c-form-item__textarea, .c-form-item__date {
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  height: 35px;
  border-radius: 3px;
  padding: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-form-item__input-text::-webkit-input-placeholder, .c-form-item__select::-webkit-input-placeholder, .c-form-item__textarea::-webkit-input-placeholder, .c-form-item__date::-webkit-input-placeholder {
  color: #b4b4b4;
}
.c-form-item__input-text::-moz-placeholder, .c-form-item__select::-moz-placeholder, .c-form-item__textarea::-moz-placeholder, .c-form-item__date::-moz-placeholder {
  color: #b4b4b4;
}
.c-form-item__input-text:-ms-input-placeholder, .c-form-item__select:-ms-input-placeholder, .c-form-item__textarea:-ms-input-placeholder, .c-form-item__date:-ms-input-placeholder {
  color: #b4b4b4;
}
.c-form-item__input-text::-ms-input-placeholder, .c-form-item__select::-ms-input-placeholder, .c-form-item__textarea::-ms-input-placeholder, .c-form-item__date::-ms-input-placeholder {
  color: #b4b4b4;
}
.c-form-item__input-text::placeholder, .c-form-item__select::placeholder, .c-form-item__textarea::placeholder, .c-form-item__date::placeholder {
  color: #b4b4b4;
}
.c-form-item__input-text._h45, .c-form-item__select._h45, .c-form-item__textarea._h45, .c-form-item__date._h45 {
  height: 45px;
}
.c-form-item__select {
  padding: 0 8px;
}
.c-form-item__textarea {
  padding: 8px;
  height: 77px;
}
.c-form-item__label {
  width: 215px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 65px;
}
.c-form-item__label-small {
  font-size: 11px;
  line-height: 1.2em;
  display: block;
  font-weight: 400;
  margin-top: 3px;
}
.required, .optional {
  width: 35px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
}
.required {
  background: #ff3c28;
}
.optional {
  background: #96aab4;
}
.c-form-item__parts {
  width: calc(100% - 215px);
  padding: 15px 20px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 65px;
}
.c-form-item__parts-text {
  font-size: 14px;
  padding: 0 8px;
}
.c-form-item__parts-text:first-child {
  padding-left: 0;
}
.c-form-item__parts-text._ml {
  margin-left: 35px;
}
.c-form-item__count {
  font-size: 11px;
  display: block;
  text-align: right;
  letter-spacing: 0.04em;
  margin-top: 10px;
  width: 100%;
}
.c-form-item__count._ng {
  color: #ff3c28;
  display: none;
}
.c-form-item__input-text._large {
  height: 45px;
  font-size: 32px;
}
.c-form-item__file-thumb {
  width: 114px;
  height: 65px;
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  border-radius: 3px;
  margin-right: 15px;
  position: relative;
}
.c-form-item__file-thumb-wrap {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
}
.c-form-item__file-thumb-wrap .c-form-item__file-thumb {
  margin-right: 0;
}
.c-form-item__file-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 40px;
  width: 160px;
  height: 35px;
  border: 1px solid #001e3c;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-form-item__file-button:hover {
  opacity: 0.5;
}
.c-form-item__file-button-icon {
  width: 10px;
  margin-right: 5px;
}
.c-form-item__file {
  position: absolute;
  left: -1000px;
}
.c-form-item__file-thumb-img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
}
.c-form-item__checkbox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.c-form-item__checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.c-form-item__checkbox-label input {
  position: absolute;
  opacity: 0;
  top: 0;
}
.c-form-item__checkbox-label .c-form-item__checkbox-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  min-width: 130px;
  margin-right: 10px;
  position: relative;
  line-height: 20px;
  padding-left: 30px;
}
.c-form-item__checkbox-label .c-form-item__checkbox-box:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 0;
}
.c-form-item__checkbox-label input:checked + .c-form-item__checkbox-box:after {
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  border-radius: 3px;
  border-bottom: 3px solid #00a0c8;
  border-left: 3px solid #00a0c8;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transform: rotate(-50deg) skewX(-10deg);
  transform: rotate(-50deg) skewX(-10deg);
}
.c-form-item__checkbox-label.u-wmax {
  width: 100%;
}
.c-form-item__radio-wrap {
  display: block;
}
.c-form-item__radio-label {
  display: block;
}
.c-form-item__radio-label input {
  position: absolute;
  opacity: 0;
}
.c-form-item__radio-label .c-form-item__radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  position: relative;
  height: 20px;
  padding-left: 30px;
}
.c-form-item__radio-label .c-form-item__radio-box:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-form-item__radio-label .c-form-item__radio-box._center:before, .c-form-item__radio-label .c-form-item__radio-box._center:after {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
.c-form-item__radio-label .c-form-item__file-thumb-wrap .c-form-item__radio-box {
  margin-top: 4px;
  padding-left: 0;
}
.c-form-item__radio-label input:checked + span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a0c8;
  position: absolute;
  left: 0;
  margin: 0 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-form-item__calendar-icon {
  width: 35px;
  height: 35px;
  background: #1e5078;
  position: relative;
  margin-right: 5px;
  border-radius: 50%;
}
.c-form-item__calendar-icon img {
  display: block;
  width: 18px;
  height: 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-form-item__card-img {
  width: 79px;
  height: 59px;
}
.c-form-item__clear {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.c-form-item__clear:after {
  content: "×";
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 10px;
}
.c-form-item__clear:hover {
  opacity: 0.5;
}
.c-form-item__clear-all-wrap {
  position: relative;
}
.c-form-item__clear-all {
  position: absolute;
  top: 30px;
  left: -160px;
  color: #1e5078;
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
  width: 160px;
  cursor: pointer;
}
.c-form-item__clear-all:hover {
  text-decoration: none;
}
.c-label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}
.c-label-text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  width: 450px;
  border: 1px solid #d2dce0;
}
.c-label-text__title {
  width: 170px;
  background: #001e3c;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 15px;
  text-align: center;
}
.c-label-text__text {
  width: calc(100% - 170px);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 15px;
}
.c-link {
  font-size: 13px;
  line-height: 1.5em;
  color: #0078f0;
  text-decoration: underline;
}
.c-link._blank:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 15px;
  background: url(../images/icon-link.svg) no-repeat center center;
  position: relative;
}
.c-link:hover {
  text-decoration: none;
}
.c-link b {
  font-weight: 700;
}
.c-link._large {
  font-size: 14px;
}
.c-modal-detail {
  width: 100%;
}
.c-modal-detail._coupon {
  width: 276px;
}
.c-modal-detail__bg-gray {
  background: #e6f0f4;
  padding: 15px;
  text-align: center;
  margin: 14px 0;
  border-radius: 4px;
}
.c-modal-detail__bg-gray._padding-small {
  padding: 10px;
}
.c-modal-detail__bg-gray input {
  background: #fff;
}
.c-modal-detail__bg-gray .c-coupon__data-box-text-2 {
  margin-bottom: -10px;
}
.c-modal-detail__bg-gray._link {
  padding: 20px 15px;
}
.c-modal-detail__bg-gray:last-child {
  margin-bottom: 0;
}
.c-modal-detail__bg-white {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  position: relative;
}
.c-modal-detail__code {
  background: #fff;
  text-align: center;
  padding: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.c-modal-detail__code + .c-modal-detail__code {
  margin-top: 10px;
}
.c-modal-detail__qrcode {
  width: auto;
  height: 60px;
}
.c-modal-detail__barcode {
  width: auto;
  height: 60px;
}
.c-modal-detail__coupon-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
}
.c-modal-detail__coupon-title._small {
  font-size: 16px;
}
.c-modal-detail__title {
  font-size: 26px;
  line-height: 1.5em;
  color: #001e3c;
  font-weight: 700;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c2d0da;
  margin-bottom: 15px;
  position: relative;
  letter-spacing: 0.06em;
}
.c-modal-detail__title:after {
  content: "";
  display: block;
  width: 145px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #00a0c8;
}
.c-modal-detail__title span {
  font-size: 15px;
  display: block;
  line-height: 1.5em;
}
.c-modal-detail__description {
  border-bottom: 1px solid #c2d0da;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.c-modal-detail__logo {
  width: 110px;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  left: 15px;
  top: 33px;
}
.c-modal-detail__logo img {
  width: 100%;
}
.c-modal-detail__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-modal-detail__premium-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-modal-detail__premium-coupon-table {
  width: calc(100% - 280px);
}
.c-modal-detail__premium-coupon-table .c-table {
  table-layout: fixed;
}
.c-modal-detail__premium-coupon-table .c-table th {
  background: #e6f0f4;
  height: 40px;
}
.c-modal-detail__premium-coupon-table .c-table th:last-child {
  width: 100px;
}
.c-modal-detail__premium-coupon-table .c-table td {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-modal-detail__premium-coupon-table .c-table .c-form-item__checkbox-label {
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.c-modal-detail__premium-coupon-table .c-table .c-form-item__checkbox-box {
  top: -9px;
}
.c-modal-detail__premium-coupon-count {
  margin-top: 0;
  width: 260px;
}
.c-modal-detail__premium-coupon-count .c-title-text__title {
  padding: 17px;
}
.c-modal-detail__premium-coupon-count .c-title-text__text {
  font-size: 31px;
  padding: 18px;
}
.c-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.c-modal.is-open {
  opacity: 1;
}
.c-modal._cp .c-modal__inner {
  background: #f4fafc;
  width: 850px;
  padding: 20px;
}
.c-modal._area .c-modal__inner {
  background: #f4fafc;
  width: 970px;
  max-width: 970px;
  padding: 20px;
}
.c-modal._area-detail .c-modal__inner {
  background: #f4fafc;
  width: 810px;
  max-width: 810px;
  padding: 20px;
}
.c-modal__inner {
  max-width: 850px;
  margin: 30px;
}
.c-modal__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 30, 60, 0.6);
  cursor: pointer;
}
.c-modal__inner-bg {
  position: fixed;
  left: -100vw;
  top: 0;
  width: 300%;
  height: 100%;
  cursor: pointer;
}
.c-modal__header-close-btn {
  text-indent: -100px;
  z-index: 20;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  background: #00a0c8;
  border-radius: 50%;
}
.c-modal__header-close-btn:before, .c-modal__header-close-btn:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 2px;
}
.c-modal__header-close-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__header-close-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__header-close-btn:hover:before, .c-modal__header-close-btn:hover:after {
  content: "";
  width: 24px;
}
.c-modal__header-close-btn-inner {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  left: -15px;
  border-radius: 50%;
  background: #000;
}
.c-modal__header-close-btn-inner:before, .c-modal__header-close-btn-inner:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
}
.c-modal__header-close-btn-inner:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__header-close-btn-inner:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__content {
  z-index: 10;
  position: relative;
}
.c-modal__inner {
  min-width: 100px;
  min-height: 100px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  padding: 15px;
  background: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
}
.c-news-lists {
  margin-top: -15px;
}
.c-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c2d0da;
}
.c-news-list__date {
  width: 90px;
  font-size: 12px;
  padding: 13px 7px;
  line-height: 29px;
  letter-spacing: 0.04em;
}
.c-news-list__link {
  width: calc(100% - 90px);
  font-size: 15px;
  padding: 13px 40px 13px 0;
  line-height: 29px;
  letter-spacing: 0.04em;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #001e3c;
}
.c-news-list__link:after {
  content: "＞";
  font-size: 13px;
  display: block;
  position: absolute;
  right: 10px;
  top: 13px;
}
.c-news-list__link:hover {
  opacity: 0.5;
}
.c-notes {
  font-size: 13px;
  line-height: 1.6em;
  color: #ff3c28;
}
.c-notes._is-icon {
  padding-left: 20px;
  position: relative;
}
.c-notes._is-icon img {
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
}
.c-notes-list {
  line-height: 1.6em;
  font-size: 12px;
  padding-left: 15px;
  position: relative;
}
.c-notes-list:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.c-notes-list + .c-notes-list {
  margin-top: 5px;
}
.c-page-title {
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 0 30px;
  height: 120px;
  background: #00a0c8;
  color: #fff;
  min-width: 1260px;
}
.c-page-title__large {
  font-size: 41px;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 41px;
}
.c-page-title__small {
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 14px;
}
.c-page-title__user-icon {
  width: 30px;
  margin-right: 10px;
}
.c-pager-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.c-pager-link {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-pager-link._current {
  pointer-events: none;
  background: #1e5078;
  color: #fff;
}
.c-pager-link._prev, .c-pager-link._next {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#0078e6), to(#00dcb4));
  background: linear-gradient(to right, #0078e6, #00dcb4);
  text-indent: -9999px;
}
.c-pager-link._prev:before, .c-pager-link._next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: solid 1.5px #fff;
}
.c-pager-link._prev {
  margin-right: 20px;
}
.c-pager-link._prev:before {
  border-left: solid 1.5px #fff;
  -webkit-transform: translate(-15%, -50%) rotate(-45deg) skew(10deg, 10deg);
  transform: translate(-15%, -50%) rotate(-45deg) skew(10deg, 10deg);
}
.c-pager-link._next {
  margin-left: 20px;
}
.c-pager-link._next:before {
  border-right: solid 1.5px #fff;
  -webkit-transform: translate(-75%, -50%) rotate(45deg) skew(-10deg, -10deg);
  transform: translate(-75%, -50%) rotate(45deg) skew(-10deg, -10deg);
}
.c-pager-link:hover {
  opacity: 0.5;
}
.c-pager__extend {
  font-size: 30px;
  color: #c2d0da;
}
.c-search {
  border-radius: 30px;
  background: #ecf0f4;
  margin-right: auto;
}
.c-search__inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-search__item {
  position: relative;
}
.c-search__item._area:after, .c-search__item._select:after {
  content: "";
  width: 9px;
  height: 6px;
  background: url(../images/icon-arrow-bottom.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-search__area-open-button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.c-search__select {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 22px 0 15px;
  border-right: 1px solid #d2dae4;
  height: 35px;
  color: #001e3c;
  font-weight: 500;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-search__select._area {
  width: 110px;
  padding-left: 18px;
}
.c-search__select._area::-webkit-input-placeholder {
  color: #acacac;
}
.c-search__select._area::-moz-placeholder {
  color: #acacac;
}
.c-search__select._area:-ms-input-placeholder {
  color: #acacac;
}
.c-search__select._area::-ms-input-placeholder {
  color: #acacac;
}
.c-search__select._area::placeholder {
  color: #acacac;
}
.c-search__select._category {
  width: 110px;
  color: #acacac;
}
.c-search__input {
  width: 133px;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #001e3c;
}
.c-search__input::-webkit-input-placeholder {
  color: #acacac;
}
.c-search__input::-moz-placeholder {
  color: #acacac;
}
.c-search__input:-ms-input-placeholder {
  color: #acacac;
}
.c-search__input::-ms-input-placeholder {
  color: #acacac;
}
.c-search__input::placeholder {
  color: #acacac;
}
.c-search__button-wrap {
  padding: 5px;
}
.c-search__button {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: linear-gradient(45deg, #0078e6, #00dcb4);
}
.c-search__button:hover {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-search__button:hover img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-search__button-img {
  width: 15px;
  height: 15px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.c-slider._large .c-slider__slide {
  width: 275px;
  padding: 0 7.5px;
}
.c-slider._small:before, .c-slider._small:after {
  width: 20px;
}
.c-slider._small .c-card__logo {
  width: 40px;
  height: 40px;
}
.c-slider._small .c-slider__slide {
  width: 190px;
  padding: 0 5px;
}
.c-slider._small .c-slider__slide .c-card__text {
  padding: 12px 12px 4px;
}
.c-slider._small .c-slider__slide .c-card__title {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 5px;
  height: 40px;
}
.c-slider._small .c-slider__slide .c-card__description {
  font-size: 12px;
  margin-bottom: 5px;
}
.c-slider._small .c-slider__slide .c-card__description._line4 {
  height: auto;
  -webkit-line-clamp: 3;
  height: 57px;
}
.c-slider:before, .c-slider:after {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 100%;
  top: 0;
  z-index: 2;
}
.c-slider:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(244, 250, 252)), color-stop(10%, rgb(244, 250, 252)), to(rgba(244, 250, 252, 0)));
  background: linear-gradient(to right, rgb(244, 250, 252), rgb(244, 250, 252) 10%, rgba(244, 250, 252, 0));
}
.c-slider:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(244, 250, 252)), color-stop(10%, rgb(244, 250, 252)), to(rgba(244, 250, 252, 0)));
  background: linear-gradient(to left, rgb(244, 250, 252), rgb(244, 250, 252) 10%, rgba(244, 250, 252, 0));
}
.c-slider__slide {
  margin: 0;
  height: auto;
}
.c-slider__slide-inner {
  border-radius: 9px 0 9px 9px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  height: 100%;
}
.c-slider__next, .c-slider__prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, right top, from(#e68c00), to(#f0b400));
  background: linear-gradient(to top right, #e68c00, #f0b400);
  position: absolute;
  top: calc(50% - 55px);
  z-index: 3;
  cursor: pointer;
}
.c-slider__next img, .c-slider__prev img {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-slider__next:hover img, .c-slider__prev:hover img {
  -webkit-transform: translate(-50%, -50%) scale(0.85);
  transform: translate(-50%, -50%) scale(0.85);
}
.c-slider__next, .c-slider__prev, .c-slider:before, .c-slider:after {
  display: none;
}
.swiper-initialized {
  padding-bottom: 0px;
}
.swiper-initialized .c-slider__next, .swiper-initialized .c-slider__prev, .swiper-initialized:before, .swiper-initialized:after {
  display: block;
}
.c-slider__next {
  right: 0;
}
.c-slider__prev {
  left: 0;
}
.swiper-pagination-bullets.swiper-pagination-horizontal.c-slider__pagination {
  position: relative;
  bottom: 0;
  margin: 15px auto 0;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 10px;
  background: #c2d0da;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left bottom, right top, from(#0078e6), to(#00dcb4));
  background: linear-gradient(to top right, #0078e6, #00dcb4);
}
.swiper-pagination-bullet {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.swiper-pagination-bullet:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-slider__coming-soon {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 9px 0 9px 9px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
}
.c-slider__coming-soon-img {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
[data-tab-target] {
  display: none;
}
.is-tab-target--active {
  display: block;
}
.is-tab-target--hidden {
  display: none;
}
.c-tab-buttons {
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 11px;
  padding: 5px;
  position: relative;
}
.c-tab-buttons:after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #c2d0da;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-tab-button {
  border-radius: 4px;
  height: 60px;
  width: 100%;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  color: #001e3c;
  cursor: pointer;
  line-height: 1.3em;
}
.c-tab-button.is-tab-button--active {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  color: #fff;
}
.c-tab-button.is-tab-button--active:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0078e6), color-stop(50%, #00dcb4), to(#0078e6));
  background: linear-gradient(to right, #0078e6, #00dcb4 50%, #0078e6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-tab-button:hover:before {
  left: -100%;
}
.c-tab-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.c-table {
  border: 1px solid #d2dce0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  width: 100%;
}
.step {
  margin-top: 20px;
}
.step-current {
  color: red;
}
.step span {
  padding-left: 10px;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .c-table.contact-table {
    width: 80%;
  }
}
.contact-table.c-table th {
  text-align: left;
}
.c-table.contact-table .form-text {
  border: none;
  width: 400px;
  max-width: 400px;
  padding: 10px 0;
  outline: none;
}
.contact-table .c-form-textarea {
  padding: 12px;
  height: 130px;
}
.c-confirm-textarea {
  border: none;
  width: 100%;
  padding: 10px 0;
  outline: none;
  height: 130px;
}
.contact-privacy .c-form-item__label {
  width: auto;
  padding: 15px 20px 0;
}
.contact-privacy a {
  color: #0078e6;
}
.contact-privacy .c-form-item__checkbox-wrap {
  padding: 15px 22px 30px;
}
.contact-privacy .c-form-item__parts {
  padding: 0;
  min-height: auto;
}
.c-admin-contact {
  text-align: end;
}
.admin-contact-submit {
  cursor: pointer;
  height: 50px;
  border-radius: 50px 0 100px 50px;
  background: #1e5078;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  margin: 0 20px;
}
.admin-contact-btns .admin-contact-submit {
  width: 232px;
}
.admin-contact-btns .admin-contact-btn {
  display: contents;
}
.admin-contact-btn {
  font-size: 16px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.admin-contact-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin-contact-complete {
  max-width: 1260px;
  text-align: center;
}
.admin-contact-complete .u-text-center {
  margin-bottom: 20px;
}
.admin-contact-complete .l-column__contents {
  text-align: center;
  display: inline-block;
}
.admin-contact-complete .l-section__inner {
  text-align: left;
  display: inline-block;
}
.c-table b {
  font-weight: 700;
}
.c-table th, .c-table td {
  text-align: left;
  border-bottom: 1px solid #d2dce0;
  position: relative;
  min-width: 80px;
}
.c-table th {
  background-color: #f4fafc;
  font-size: 15px;
  font-weight: 700;
  word-break: break-all;
  text-align: center;
  padding: 6px 12px;
}
.c-table th._w85 {
  width: 85px;
  max-width: 85px;
  min-width: 85px;
}
.c-table td {
  word-break: break-all;
  font-size: 12px;
  line-height: 17px;
  padding: 12px;
}
.c-table td._center {
  text-align: center;
}
.c-table td._nowrap {
  white-space: nowrap;
}
.c-table td._status {
  padding: 5px;
}
.c-table thead th {
  white-space: nowrap;
  height: 48px;
}
.c-table thead th:first-child {
  border-radius: 5px 0 0 0;
}
.c-table thead th:last-child {
  border-radius: 0 5px 0 0;
}
.c-table th + th, .c-table td + td {
  border-left: 1px solid #d2dce0;
}
.c-table tr:last-child th {
  border-bottom: none;
}
.c-table tr:first-child th, .c-table tr:first-child td {
  border-bottom: 1px solid #d2dce0;
}
.c-table tr:last-child td {
  border-bottom: none;
}
.c-table__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-table__status-item {
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
  line-height: 28px;
  width: 100%;
  padding: 0 10px;
}
.c-table__status-item:nth-child(2) {
  width: calc(100% - 70px);
}
.c-table__status-item._white {
  width: 65px;
  border: 1px solid #001e3c;
}
.c-table__status-item._blue {
  border: 1px solid #1e5078;
  background: #1e5078;
  color: #fff;
}
.c-table__status-item._link {
  border: 1px solid #0078f0;
  background: #0078f0;
  color: #fff;
  border-radius: 15px;
}
.c-title {
  font-size: 34px;
  line-height: 1.5em;
  color: #001e3c;
  font-weight: 700;
  padding: 0 0 10px 67px;
  border-bottom: 1px solid #c2d0da;
  margin-bottom: 15px;
  position: relative;
  letter-spacing: 0.06em;
  padding-top: 5px;
}
.c-title:before {
  content: "";
  display: block;
  width: 49px;
  height: 65px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0078e6), to(#00dcb4));
  background: linear-gradient(to right, #0078e6, #00dcb4);
  border-radius: 30px 30px 0 0;
}
.c-title:after {
  content: "";
  display: block;
  width: 290px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #00a0c8;
}
.c-title._no-icon {
  padding: 0 0 10px 0;
}
.c-title._no-icon:before {
  display: none;
}
.c-title__img {
  width: 35px;
  position: absolute;
  top: 20px;
  left: 7px;
}
.c-title__date {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1em;
  display: block;
  margin: 10px 0;
}
.c-bg-title {
  background: #1e5078;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.5em;
  padding: 12px;
}
.c-title__coupon-icon {
  width: 35px;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.c-yokoku {
  min-width: 400px;
  height: 40px;
  background: #f0b400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  position: absolute;
  right: 0;
  top: -71px;
  border-radius: 6px 0 6px 6px;
}
.c-yokoku__title {
  width: 90px;
  height: 100%;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-left: 15px;
  background: #e68c00;
  border-radius: 6px 0 0 6px;
  position: relative;
  margin-right: 22px;
}
.c-yokoku__title:after {
  content: "";
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #e68c00;
}
.c-yokoku__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.c-yokoku__text-1 {
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-right: 7px;
}
.c-yokoku__text-2 {
  font-size: 14px;
  padding-right: 14px;
  letter-spacing: 0.04em;
  margin-right: 13px;
  border-right: 1px solid #fff;
  font-weight: 400;
}
.c-yokoku__text-3 {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.c-accordion-block {
  border-radius: 4px;
  margin: 15px 0;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.c-accordion-block__button {
  background: #00a0c8;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  padding: 6px 14px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-accordion-block__button._gray {
  background: #96aab4;
}
.c-accordion-block__button._gray:hover {
  background: #6c818b;
}
.c-accordion-block__button:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-accordion-block__button span {
  display: block;
}
.c-accordion-block__button span:before, .c-accordion-block__button span:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #00a0c8;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-accordion-block__button span:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.c-accordion-block__button.is-ac-open span:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.c-accordion-block__button.is-ac-open span:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.c-accordion-block__button:hover {
  background: #0084a5;
}
.c-accordion-block__lists {
  background: #fff;
}
.c-accordion-block__list + .c-accordion-block__list {
  border-top: 1px solid #d2dce0;
}
.c-accordion-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  padding: 6px 14px;
  color: #001e3c;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.04em;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-accordion-block__link:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #001e3c;
  position: absolute;
  right: 7px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-accordion-block__link:after {
  content: "";
  display: block;
  border-left: 4px solid #001e3c;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-accordion-block__link:hover {
  background: #F0F0F0;
}
.c-accordion-block__target {
  height: 8px;
  pointer-events: none;
  min-height: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-accordion-block__target.is-ac-open {
  pointer-events: initial;
  height: auto;
}
.c-arrow-lists {
  margin: 20px 0;
}
.c-arrow-list {
  margin-bottom: 10px;
}
.c-arrow-list__link {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.2em;
  color: #001e3c;
}
.c-arrow-list__link span {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-arrow-list__link:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #001e3c;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-arrow-list__link:after {
  content: "";
  display: block;
  border-left: 4px solid #001e3c;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-arrow-list__link:hover span {
  opacity: 0.5;
}
.c-cp-title {
  font-size: 31px;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  height: 110px;
  background: url(../images/icon-cp.png) no-repeat right 20px top #1e5078;
  background-size: 110px auto;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
/*  min-width: 1180px;*/
}
/* === project ===  */
.p-area-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-area-modal__area {
  width: 100px;
  border: 1px solid #d2dce0;
  border-radius: 6px;
}
.p-area-modal__area._all {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  overflow: hidden;
  height: 41px;
}
.p-area-modal__area._all .p-area-modal__area-title {
  width: 100px;
  border-radius: 0;
}
.p-area-modal__area._all .p-area-modal__list {
  border-top: none;
  padding: 10px 10px 10px 15px;
  font-size: 12px;
}
.p-area-modal__area-title {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  background: #e6f0f4;
  border-radius: 5px 5px 0 0;
}
.p-area-modal__area-title .c-form-item__checkbox-label {
  padding-left: 10px;
}
.p-area-modal__area-title .c-form-item__checkbox-box {
  font-size: 15px;
  padding-left: 25px;
}
.p-area-modal__list {
  border-top: 1px solid #d2dce0;
  padding: 10px 5px 10px 10px;
  font-size: 12px;
}
.p-area-modal__list .c-form-item__checkbox-box {
  padding-left: 25px;
  min-width: unset;
  font-size: 12px;
  margin-right: 0;
}
body.is-area-detail-modal-open .c-modal__bg {
  opacity: 0.6;
  -webkit-transition: all 0s;
  transition: all 0s;
}
body.is-area-detail-modal-open .p-area-detail-modal__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 30, 60, 0.6);
  opacity: 0.6;
  -webkit-transition: all 0s;
  transition: all 0s;
}
body.is-area-detail-modal-open .c-modal__header-close-btn {
  z-index: 1;
}
body.is-area-detail-modal-open .p-area-detail-modal-wrap {
  opacity: 1;
  pointer-events: initial;
}
.p-area-detail-modal-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}
.p-area-detail-modal-wrap .c-modal__header-close-btn {
  top: -10px;
  right: -10px;
}
.p-area-detail-modal-wrap__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  width: 810px;
  border-radius: 9px;
  max-height: calc(100vh - 100px);
}
.p-area-detail-modal-contents {
  background: #fff;
  padding: 30px;
  width: 810px;
  border-radius: 9px;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.p-area-detail-modal__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #d2dce0;
  border-top: none;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}
.p-area-detail-modal__lists:before {
  content: "";
  width: calc(100% + 2px);
  border-radius: 9px 9px 0 0;
  border: 1px solid #d2dce0;
  border-bottom: none;
  height: 10px;
  position: absolute;
  left: -1px;
  top: 0;
}
.p-area-detail-modal__list {
  width: 25%;
  padding: 10px;
  border-right: 1px solid #d2dce0;
  border-bottom: 1px solid #d2dce0;
  font-size: 12px;
  position: relative;
  top: 1px;
}
.p-area-detail-modal__list:nth-child(4n) {
  border-right: none;
}
.p-area-detail__all-button {
  position: absolute;
  top: -59px;
  left: 290px;
  width: 140px;
  border: none;
  -webkit-appearance: none;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 12px;
  font-weight: 700;
  color: #1e5078;
}
.p-area-detail__all-button:active {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  top: -58px;
}
.p-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.p-cards .c-card {
  width: 320px;
  margin-bottom: 0;
}
.p-cards .c-card__title {
  font-size: 19px;
  line-height: 26px;
  height: 53px;
}
.p-cards .c-card__description {
  font-size: 14px;
  line-height: 21px;
  height: 42px;
  margin-bottom: 12px;
}
.p-cards .c-card__application-text-1 {
  font-size: 13px;
  padding-right: 11px;
  margin-right: 10px;
}
.p-cards .c-card__application-text-2 {
  font-size: 14px;
}
.p-cards .c-card__application-text-3 {
  font-size: 21px;
  padding: 0 5px;
}
.p-coupon-items {
  margin-top: 20px;
}
.p-coupon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 180px;
}
.p-coupon-item + .p-coupon-item {
  margin-top: 15px;
}
.p-coupon-item__image {
  width: 320px;
  height: 180px;
  position: relative;
  overflow: hidden;
}
.p-coupon-item__image img {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-coupon-item__text {
  width: calc(100% - 319px - 128px - 288px);
  padding: 15px 25px;
}
.p-coupon-item__title {
  font-size: 21px;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 700;
}
.p-coupon-item__title b {
  color: #ff3c28;
  font-weight: 700;
}
.p-coupon-item__p {
  font-size: 14px;
  line-height: 24px;
  height: 96px;
}
.p-coupon-item__images {
  width: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 0;
  margin-right: 10px;
  gap: 10px;
}
.p-coupon-item__images div {
  position: relative;
  width: 125px;
  height: 70px;
  overflow: hidden;
}
.p-coupon-item__images img {
  width: 100%;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-coupon-item__button {
  width: 270px;
  background: #1e5078;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-coupon-item__button .c-coupon__data-limit {
  font-size: 16px;
}
.p-coupon-item__button .c-button {
  width: 210px;
  margin-top: 20px;
}
.p-coupon-item__button._green {
  background: #143c28;
}
.p-flow {
  margin: 0 15px 0 40px;
}
.p-flow__item {
  position: relative;
  border-radius: 6px;
  border: 1px solid #d2dce0;
  background: #f4fafc;
  height: 60px;
  text-align: left;
  padding: 20px 60px;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-flow__item p + p {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
}
.p-flow__item + .p-flow__item {
  margin-top: 15px;
}
.p-flow__item:before {
  content: "";
  display: block;
  background: #1e5078;
  width: 15px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: -5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-flow__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -15px;
  border-top: 14px solid #1e5078;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
.p-flow__item:last-child:before, .p-flow__item:last-child:after {
  display: none;
}
.p-flow__num {
  font-weight: 700;
  font-size: 26px;
  line-height: 55px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -5px;
  left: -25px;
  text-align: center;
  width: 55px;
  height: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#0078e6), to(#00dcb4));
  background: linear-gradient(to right, #0078e6, #00dcb4);
  color: #fff;
  z-index: 1;
}
.p-menu-button {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#0078e6), to(#00dcb4));
  background: linear-gradient(to right, #0078e6, #00dcb4);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: fixed;
  top: 7px;
  right: 7px;
  z-index: 1;
  display: none;
}
.p-menu-button-center {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.p-menu-button-center:before, .p-menu-button-center:after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.p-menu-button-center:before {
  margin-top: 8px;
}
.p-menu-button-center:after {
  margin-top: -8px;
}
.p-menu-wrap {
  position: absolute;
  right: 10px;
  top: 10px;
}
.p-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
}
.p-menu__list {
  height: 15px;
}
.p-menu__list + .p-menu__list {
  margin-left: 14px;
  padding-left: 15px;
  border-left: 1px solid #001e3c;
}
.p-menu__link {
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  display: block;
  color: #001e3c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.p-menu__link:hover {
  opacity: 0.5;
}
.p-menu__login-button {
  width: 130px;
  height: 45px;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.p-menu__login-button .c-button__inner {
  height: 45px;
}
.p-menu__login-button-icon {
  width: 16px;
  margin-right: 8px;
}
.p-menu-mask, .p-menu__close {
  display: none;
}
.p-provider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.p-provider._head {
  background: #00a0c8;
}
.p-provider__image {
  width: 298px;
  height: 171px;
  border-radius: 4px;
  position: absolute;
  border: 4px solid #fff;
  margin-bottom: 30px;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #fff;
}
.p-provider__image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-provider__text {
  width: calc(100% - 328px);
  margin-bottom: 30px;
  margin-left: 328px;
}
.p-provider__name {
  margin-bottom: 20px;
}
.p-provider__name span {
  display: block;
  margin-bottom: 12px;
}
.p-provider__name span:first-child {
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-provider__name span:last-child {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-provider__name._blue span {
  color: #001e3c;
}
.c-title-text {
  border-radius: 4px;
}
.c-title-text._gap5 .c-title-text__item + .c-title-text__item {
  margin-top: 5px;
}
.c-title-text._small .c-title-text__title {
  width: 100px;
}
.c-title-text._small .c-title-text__text {
  width: calc(100% - 100px);
}
.c-title-text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.c-title-text__item + .c-title-text__item {
  margin-top: 10px;
}
.c-title-text__title {
  width: 130px;
  background: #1e5078;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.c-title-text__text {
  width: calc(100% - 130px);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 10px 20px;
}
.c-title-text__tel {
  font-size: 21px;
  font-weight: 700;
}
.p-provider-head {
  padding: 30px;
  min-width: 1260px;
  background: #00a0c8;
}
.p-provider-head._clarislink {
  background: -webkit-gradient(linear, left top, right top, from(#78c800), to(#00c878));
  background: linear-gradient(to right, #78c800, #00c878);
}
.p-provider-head .c-title-text__item {
  background: none;
  border: 1px solid #fff;
}
.p-provider-head .c-title-text__title {
  width: 130px;
  background: #fff;
  color: #00a0c8;
  padding: 9px;
}
.p-provider-head .c-title-text__text {
  padding: 9px 20px;
  color: #fff;
}
.p-provider-head .c-title-text__tel {
  color: #fff;
}
.p-provider {
  max-width: 1200px;
  margin: 0 auto;
}
.p-provider__image, .p-provider__text {
  margin-bottom: 0;
}
.p-provider__name {
  margin-bottom: 10px;
}
.p-provider__name span {
  color: #fff;
}
.p-provider__name span:first-child {
  font-size: 34px;
}
.p-provider__clarislink {
  margin: 0 auto;
}
.p-provider__clarislink .p-provider__image {
  position: relative;
  left: 0;
  top: 0;
  width: 240px;
  height: 138px;
  border: 4px solid #fff;
  margin: 0 auto;
}
.p-provider__clarislink .p-provider__name {
  text-align: center;
  margin-top: 20px;
}
.p-provider__clarislink .p-provider__name span:first-child {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 5px;
}
.p-provider__clarislink .p-provider__name span:last-child {
  font-size: 34px;
  line-height: 1.2em;
}
/* === component ===  */
@media (hover: hover) {
  .l-column__side-link:hover {
    opacity: 0.5;
  }
  .l-footer__link:hover {
    opacity: 0.5;
  }
  .c-card__link:hover .c-card__img {
    -webkit-transform: scale(1.1) translateY(-45%);
    transform: scale(1.1) translateY(-45%);
  }
}
@media (hover: none) {
  .l-column__side-link:active {
    opacity: 0.5;
  }
  .l-footer__link:active {
    opacity: 0.5;
  }
  .c-card__link:active .c-card__img {
    -webkit-transform: scale(1.1) translateY(-45%);
    transform: scale(1.1) translateY(-45%);
  }
}
/*
@media screen and (max-width: 1600px) {
  .l-column__side + .l-column__contents {
    margin: 0;
  }
}
*/
/*
@media screen and (max-width: 1330px) {
  .l-column__side {
    width: calc(100vw - 1030px);
  }
}
*/
/*
@media screen and (max-width: 1320px) {
  .p-menu__list + .p-menu__list {
    margin-left: 10px;
    padding-left: 10px;
  }
}
*/
/*
@media screen and (max-width: 1300px) {
  .l-column {
    min-width: 1260px;
  }
  .c-search__input {
    width: 113px;
  }
}
*/
/*
@media screen and (max-width: 1270px) {
  .l-column__side {
    width: 240px;
  }
}
*/
/*
@media screen and (max-width: 750px) {
  .l-column {
    display: block;
    min-width: 100vw;
    position: relative;
  }
  .l-column__side {
    width: 100vw;
    padding: 15px 15px 15px;
    padding-bottom: 50px;
    position: relative;
    background: #e6f0f4;
    height: 105px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-column__side-lists {
    position: static;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #c2d0da;
    border-radius: 9px;
    background: #f4fafc;
  }
  .l-column__side-list {
    margin-bottom: 0;
    width: 33.3333333333%;
    border-bottom: 1px solid #c2d0da;
    border-right: 1px solid #c2d0da;
  }
  .l-column__side-list:last-child {
    border-bottom: 0;
  }
  .l-column__side-list:nth-child(3n) {
    border-right: none;
  }
  .l-column__side-list:nth-child(13),
.l-column__side-list:nth-child(14) {
    border-bottom: none;
  }
  .l-column__side-link {
    display: block;
    text-align: center;
    padding: 10px;
  }
  .l-column__side-link img {
    margin: 0 auto;
    top: 0;
    margin-bottom: 3px;
  }
  .l-column__side-link span {
    letter-spacing: 0;
    display: block;
  }
  .l-column__side-link span:last-child {
    margin-left: 0;
    margin-top: 4px;
  }
  .is-lower .l-column__side {
    display: none;
  }
  .l-column__side + .l-column__contents {
    width: 100vw;
  }
  .l-column__side-toggle-button {
    display: block;
    background: rgba(0, 60, 100, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 14px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .l-column__side-toggle-button span:last-child {
    right: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
  .l-column__side-toggle-button span:last-child:before,
.l-column__side-toggle-button span:last-child:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #1e5078;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-column__side-toggle-button span:last-child:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .l-column__side-toggle-button.is-open span:last-child:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .l-column__side-toggle-button.is-open span:last-child:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .l-column._cp {
    min-height: unset;
  }
  .l-column._cp .l-column__side {
    display: none;
  }
  .l-column._cp .l-column__contents {
    width: calc(100% - 250px);
    padding: 30px;
  }
  .l-footer {
    padding: 25px 10px;
  }
  .l-footer__inner {
    width: 100%;
    display: block;
  }
  .l-footer__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 340px;
    margin: 0 auto 3px;
  }
  .l-footer__list {
    margin-right: 12px;
    padding-right: 13px;
    border-right: 1px solid #fff;
    margin-bottom: 13px;
  }
  .l-footer__list:nth-child(3),
.l-footer__list:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
  .l-footer__link {
    font-size: 12px;
    line-height: 13px;
  }
  .l-footer__copy {
    font-size: 11px;
    text-align: center;
  }
  .l-header {
    position: relative;
    height: auto;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: unset;
    padding-top: 65px;
    background: #e6f0f4;
  }
  .l-header._cp {
    padding-top: 0;
  }
  .l-header__inner {
    height: 35px;
    background: #e6f0f4;
    padding: 0;
    min-width: 0;
    display: block;
  }
  .l-header__logo {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 15px;
    margin-right: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .l-header__logo-img {
    margin-right: 16px;
  }
  .l-header__logo-text {
    line-height: 18px;
  }
  .l-header__logo-text b {
    line-height: 18px;
  }
  .is-lower .l-header {
    padding-top: 65px;
  }
  .is-lower .l-header .c-search {
    display: none;
  }
  .is-lower .l-header .l-header__inner {
    height: 0;
  }
  .is-lower .l-header .p-menu .c-search {
    display: block;
  }
  .is-lower .l-column {
    background: #e6f0f4;
  }
  .is-lower .l-column__contents {
    background-color: #f4fafc;
  }
  .l-main {
    margin-top: 0;
    min-height: calc(100vh - 181px);
  }
  .is-home .l-section:first-child {
    padding-top: 50px;
  }
  .l-section {
    padding: 0 15px 40px;
  }
  .l-section:first-child {
    padding-top: 15px;
  }
  .l-section:last-child {
    padding-bottom: 50px;
  }
  .l-section._1column {
    padding: 30px 15px;
  }
  .l-section._1column .l-section__inner {
    width: 100%;
  }
  .l-section._1column:first-child {
    padding-top: 15px;
  }
  .l-section._1column:last-child {
    padding-bottom: 50px;
  }
  .l-section__inner {
    max-width: 100%;
  }
  .u-pc-none {
    display: block;
  }
  .u-sp-none {
    display: none;
  }
  .u-text {
    line-height: 1.5em;
    letter-spacing: 0.02em;
  }
  .c-anchor {
    top: -76px;
  }
  .c-banner-menu-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
    gap: 10px;
    width: 345px;
    margin: 0 auto;
  }
  .c-banner-menu-list {
    width: 100%;
    height: 114px;
  }
  .c-banner-menu {
    width: 100%;
    height: 114px;
  }
  .c-breadcrumb {
    display: none;
  }
  .c-button._all {
    top: -42px;
  }
  .c-card__application-text-1 {
    font-size: 11px;
    padding-right: 4px;
    margin-right: 4px;
  }
  .c-card__image .c-card__img {
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .c-coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
  .c-coupon__image {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    height: auto;
    gap: 4px;
    margin: 0;
    max-height: unset;
    position: static;
    margin-top: 0;
  }
  .c-coupon__image_main {
    width: 100%;
    display: block;
    height: 195px;
    object-fit: scale-down;
  }
  .c-coupon__image-1 {
    width: 100%;
    height: 195px;
    margin-bottom: 0;
  }
  .c-coupon__image-2 {
    width: calc(50% - 2px);
    height: 142px;
  }

  .c-coupon__image_sub {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: scale-down;
  }

  .c-coupon__image-3 {
    width: calc(50% - 2px);
    height: 142px;
  }
  .c-coupon__text {
    margin: 0;
    padding: 15px;
    font-size: 14px;
    line-height: 1.8em;
    width: 100%;
  }
  .c-coupon__title {
    font-size: 24px;
  }
  .c-coupon__data {
    width: 100%;
  }
  .c-form-item__label {
    width: 100%;
  }
  .c-form-item__parts {
    width: 100%;
  }
  .c-form-item {
    min-height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  .c-form-item__label {
    min-height: unset;
    padding: 0;
    margin-bottom: 10px;
  }
  .c-form-item__parts {
    min-height: unset;
    padding: 0;
  }
  .required,
.optional {
    right: 0;
  }
  .c-modal-detail__title.u-flex {
    display: block;
  }
  .c-modal-detail__title.u-flex span {
    display: block;
    margin-left: 0;
    font-size: 12px;
  }
  .c-modal__inner {
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 60px);
    padding: 15px;
  }
  .c-modal-detail__bg-white {
    padding: 15px;
  }
  .c-news-lists {
    margin-top: -10px;
  }
  .c-news-list {
    display: block;
    padding: 14px 7px;
  }
  .c-news-list__date {
    width: auto;
    font-size: 12px;
    padding: 0;
    line-height: 1.2em;
  }
  .c-news-list__link {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 0 40px 0 0;
    line-height: 1.5em;
  }
  .c-news-list__link:after {
    content: "＞";
    font-size: 11px;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -11px;
  }
  .c-notes {
    font-size: 12px;
  }
  .c-notes._is-icon img {
    top: 2px;
  }
  .c-page-title {
    gap: 12px;
    padding: 0 30px;
    height: 60px;
    min-width: 100%;
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }
  .c-page-title__large {
    font-size: 18px;
    line-height: 18px;
  }
  .c-page-title__small {
    font-size: 12px;
    line-height: 10px;
  }
  .c-page-title__user-icon {
    width: 15px;
    position: relative;
    top: 1px;
    margin-right: 5px;
  }
  .c-pager-links {
    gap: 5px;
  }
  .c-pager-link {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .c-pager-link._prev,
.c-pager-link._next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .c-pager-link._prev:before,
.c-pager-link._next:before {
    width: 12px;
    height: 12px;
  }
  .c-pager-link._prev {
    margin-right: 5px;
  }
  .c-pager-link._next {
    margin-left: 5px;
  }
  .c-pager__extend {
    font-size: 20px;
    color: #c2d0da;
  }
  .c-search {
    background: #fff;
    margin: 15px auto;
    max-width: 355px;
  }
  .c-search__input {
    width: 100px;
  }
  .c-search__button-wrap {
    padding: 5px;
  }
  .c-search__button {
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: linear-gradient(45deg, #0078e6, #00dcb4);
  }
  .c-search__button:hover {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .c-search__button:hover img {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .c-search__button-img {
    width: 15px;
    height: 15px;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .c-slider:before,
.c-slider:after {
    display: none;
  }
  .c-slider-wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .c-slider__slide {
    margin: 0;
    padding: 0 5px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal.c-slider__pagination {
    margin: 20px auto;
  }
  .c-slider__next,
.c-slider__prev {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 5px;
  }
  .c-slider__next img,
.c-slider__prev img {
    width: 18px;
  }
  .c-slider__next {
    right: 15px;
  }
  .c-slider__prev {
    left: 15px;
  }
  .c-tab-buttons {
    gap: 11px;
  }
  .c-tab-buttons:after {
    height: 50px;
  }
  .c-tab-button {
    height: 50px;
    font-size: 14px;
    text-align: center;
  }
  .c-title {
    font-size: 21px;
    padding: 0 0 5px 40px;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
    padding-top: 0;
  }
  .c-title:before {
    width: 30px;
    height: 35px;
  }
  .c-title:after {
    width: 150px;
  }
  .c-title__img {
    width: 20px;
    position: absolute;
    top: 10px;
    left: 5px;
  }
  .c-bg-title {
    font-size: 18px;
    padding: 6px;
  }
  .c-title__coupon-icon {
    width: 25px;
    margin-right: 5px;
    top: 0px;
  }
  .c-yokoku {
    min-width: unset;
    width: 345px;
    position: relative;
    margin: 0 auto;
    padding-right: 10px;
    border-radius: 3px 0 3px 3px;
    top: 0;
    margin-bottom: 10px;
  }
  .c-yokoku__title {
    width: 70px;
    font-size: 14px;
    letter-spacing: 0.04em;
    padding-left: 10px;
    white-space: nowrap;
    border-radius: 3px 0 0 3px;
  }
  .c-yokoku__text-1 {
    font-size: 21px;
    margin-right: 5px;
  }
  .c-yokoku__text-2 {
    padding-right: 11px;
    margin-right: 10px;
  }
  .c-yokoku__text-3 {
    letter-spacing: 0.04em;
  }
  .c-modal._area .c-modal__inner {
    background: #f4fafc;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 60px);
    padding: 15px;
  }
  .p-area-detail-modal-wrap__inner {
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 60px);
    background: #fff;
    width: 100%;
  }
  .p-area-detail-modal-contents {
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 60px);
    padding: 15px;
  }
  .p-area-modal-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._sp-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  ._sp-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-area-modal__area {
    width: 100%;
    border: 1px solid #d2dce0;
    overflow: hidden;
    border-radius: 6px;
    margin-top: 5px;
  }
  .p-area-modal__area:first-child .p-area-modal__list {
    border-right: none;
  }
  .p-area-modal__area._all {
    width: 100%;
  }
  .p-area-modal__area._all .p-area-modal__area-title {
    width: 50%;
  }
  .p-area-modal__area._all .p-area-modal__lists {
    width: 50%;
    display: block;
  }
  .p-area-modal__area._all .p-area-modal__list {
    border: none;
    width: 100%;
  }
  .p-area-modal__area._all .c-form-item__checkbox-label {
    margin: 0 auto;
    width: 30px;
    position: relative;
    top: -2px;
  }
  .p-area-modal__area-title {
    margin-bottom: -1px;
  }
  .p-area-modal__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: 1px;
  }
  .p-area-modal__list {
    width: 50%;
    border-top: none;
    border-bottom: 1px solid #d2dce0;
  }
  .p-area-modal__list:nth-child(2n-1) {
    border-right: 1px solid #d2dce0;
  }
  .p-area-detail-modal {
    clear: both;
  }
  .p-area-detail-modal__lists:before {
    content: "";
  }
  .p-area-detail-modal__list {
    width: 50%;
  }
  .p-area-detail-modal__list:nth-child(2n) {
    border-right: none;
  }
  .p-area-detail__all-button {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
  }
  .p-area-detail__all-button:active {
    top: 1px;
  }
  .p-cards {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .p-cards .c-card {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .p-coupon-items {
    margin-top: 20px;
  }
  .p-coupon-item {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-coupon-item__image {
    width: 100%;
    height: 180px;
  }
  .p-coupon-item__text {
    width: 100%;
  }
  .p-coupon-item__title {
    font-size: 18px;
  }
  .p-coupon-item__images {
    display: none;
  }
  .p-coupon-item__button {
    width: 100%;
    padding: 15px 0;
  }
  .p-menu-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .is-menu-open .p-menu-button-center {
    width: 0;
  }
  .is-menu-open .p-menu-button-center:before {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  .is-menu-open .p-menu-button-center:after {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .is-menu-open .p-menu-mask {
    opacity: 0;
    pointer-events: initial;
  }
  .is-menu-open .p-menu-wrap {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    -webkit-transform: translateY(calc(var(--vh, 1vh) * 100));
    transform: translateY(calc(var(--vh, 1vh) * 100));
  }
  .p-menu-button {
    display: block;
    z-index: 12;
  }
  .p-menu-wrap {
    height: calc(100vh - 65px);
    height: calc(var(--vh, 1vh) * 100 - 65px);
    position: fixed;
    left: 0;
    top: -100vh;
    top: calc(var(--vh, 1vh) * -100);
    z-index: 11;
    width: 100vw;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 65px;
    overflow: auto;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 120, 230, 0.94)), to(rgba(0, 220, 180, 0.94)));
    background: linear-gradient(to right, rgba(0, 120, 230, 0.94), rgba(0, 220, 180, 0.94));
  }
  .p-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-menu .c-search {
    margin: 15px auto;
  }
  .p-menu .l-column__side-lists {
    margin: 0 15px;
  }
  .p-menu__links {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .p-menu__lists {
    display: block;
    margin-right: 0;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .p-menu__list {
    height: 51px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .p-menu__list + .p-menu__list {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .p-menu__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    color: #fff;
    width: 100%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
  }
  .p-menu__link:after {
    content: "＞";
    font-size: 13px;
    display: block;
    position: absolute;
    right: 15px;
    top: 16px;
    text-shadow: none;
    font-weight: 400;
  }
  .p-menu__login {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    width: 100%;
    padding: 15px;
  }
  .p-menu__login-button-icon {
    width: 15px;
  }
  .p-menu__login-button {
    width: 100%;
  }
  .p-menu__login-button .c-button__inner {
    height: 45px;
    background: #fff;
    color: #001e3c;
    text-shadow: none;
  }
  .p-menu__close {
    display: block;
    text-align: center;
    color: #fff;
    width: 100%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0 30px;
  }
  .p-menu__close:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat center top;
    background-size: 100% auto;
    display: block;
    margin: 0 auto 4px;
  }
  .p-provider__image {
    width: 100%;
    margin-bottom: 15px;
    height: 163px;
    position: static;
  }
  .p-provider__image img {
    width: 100%;
    height: 100%;
    position: static;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .p-provider__text {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .p-provider-head {
    padding: 15px;
    min-width: unset;
  }
}
*/
/*
@media screen and (max-width: 750px) and (hover: hover) {
  .c-card__link:hover .c-card__img {
    -webkit-transform: scale(1.1) translateY(0%);
    transform: scale(1.1) translateY(0%);
  }
}
*/
/*
@media screen and (max-width: 750px) and (hover: none) {
  .c-card__link:active .c-card__img {
    -webkit-transform: scale(1.1) translateY(0%);
    transform: scale(1.1) translateY(0%);
  }
}*/
/*----------------------------------------------
	2023.09　追加分 
---------------------------------------------*/
/* 共通 */
.u_ALright {
  text-align: right;
}
.input-group {
  display: flex;
  justify-content: end;
  align-items: center;
}
.input-word {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 10px;
}
.input-word.is_keyword {
  display: flex;
  justify-content: end;
  align-items: center;
}
.input-word.is_keyword .u-text {
  margin: 0 10px 0 0;
}
.c-button-flex {
  display: flex;
  justify-content: flex-start;
  margin-right: 1rem;
}

/* 応募一覧 */
.u_flex-applicant-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
}
.u_flex-applicant-02 {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 15px 0 0;
}

/* CSVボタン */
.u_flex-csv{
	display: flex;
	align-items: center;
}
.u_flex-csv02{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:10px 0;
}
.u_flex-csv03{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


/* search_coupon.blade.php */
.c-serch-button {
  display: flex;
  margin: 30px 0px;
}
.c-serch-button button {
  margin-left: 15px;
}

/*ClarisAdminPublishCouponManageController.php*/
.c-discount_area {
    display: flex;
	justify-content: space-between;
	margin-top: 15px;
  }



