@charset "UTF-8";
/* Scss Document */
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  position: relative;
  color: #535353; }

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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  border: 0;
  font: inherit;
  vertical-align: top;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  list-style: none;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  background-color: transparent; }

span, strong, a, abbr, time, acronym, b, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, object, q, samp, script {
  line-height: inherit;
  font-style: normal; }

sup {
  vertical-align: super;
  font-size: 75%; }

/* settings */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

@media print, screen and (min-width: 900px) {
  .contBox {
    display: flex;
    justify-content: space-between; } }
body {
  color: #333;
  font-family: sans-serif; }

img {
  width: 100%;
  height: auto; }
  @media print, screen and (min-width: 900px) {
    img.defsize {
      width: inherit;
      display: block; } }

i {
  vertical-align: baseline; }

@media screen and (max-width: 899px) {
  ._pc {
    display: none; }

  ._sp {
    display: block; } }
@media print, screen and (min-width: 900px) {
  ._sp {
    display: none !important; }

  ._pc {
    display: block; } }
article {
  /*    a:hover img{
               opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
          }*/ }
  article a:hover {
    color: #fff27c; }
  article p a {
    border-bottom: 1px solid #fff27c; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #333;
  transition: color 0.3s, background 0.3s; }
  a img {
    transition: 0.3s; }

body {
  padding-top: 100px;
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 900px) {
    body {
      padding-top: 220px;
      /*	background: url("../img/bg.jpg") center top;
      	background-attachment: fixed;
      	background-size: cover;*/ } }

div.bg:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../img/bg.jpg") center top;
  background-size: cover; }

@media screen and (min-width: 900px) and (max-width: 1180px) {
  article {
    padding: 0 15px; } }
@media print, screen and (min-width: 900px) {
  article {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px; } }
article > section {
  margin-top: 40px; }
  @media print, screen and (min-width: 900px) {
    article > section {
      margin-top: 90px; } }

.floatImg {
  margin: 15px auto; }
  @media print, screen and (min-width: 900px) {
    .floatImg {
      float: left;
      width: 195px;
      margin: 0 30px 30px 0; } }

.flexBox {
  width: 100%;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 900px) {
    .flexBox {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 900px) and (min-width: 900px) {
    .flexBox li.btn {
      width: calc((100% - 10px) / 2); } }

  .flexBox.-wrap {
    flex-wrap: wrap; }
  .flexBox.-jc_start {
    justify-content: flex-start; }
  .flexBox.-jc_center {
    justify-content: center; }

@media print, screen and (min-width: 900px) {
  .col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; } }
.col img {
  margin-bottom: 20px;
  height: auto; }

.col_2 .col_item {
  margin-bottom: 20px; }
  @media print, screen and (min-width: 900px) {
    .col_2 .col_item {
      width: 460px; } }

/* header */
/*-------------------------------------------
ヘッダー
-------------------------------------------*/
/*
ハンバーガーメニュー
*/
@media screen and (max-width: 899px) {
  #navi {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 60px;
    left: -100vw;
    bottom: 0;
    opacity: 0;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 20; }

  .open #navi {
    top: 60px;
    left: 0;
    opacity: 1; }

  #navi ul.nav-menu {
    margin-bottom: 30px; }

  .hamburger {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: fixed;
    top: 22px;
    left: 18px;
    transition: 0.5s;
    z-index: 20; }

  .hamburger span {
    width: 26px;
    height: 1px;
    background-color: white;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    transition: 0.5s; }

  .hamburger span:nth-child(1) {
    top: 1px; }

  .hamburger span:nth-child(2) {
    top: 11px; }

  .hamburger span:nth-child(3) {
    bottom: 4px; }

  .open .hamburger span {
    background-color: #fff; }

  .open .hamburger span:nth-child(1) {
    transform: translateY(10px) rotate(-315deg);
    background-color: #fff; }

  .open .hamburger span:nth-child(2) {
    opacity: 0; }

  .open .hamburger span:nth-child(3) {
    transform: translateY(-10px) rotate(315deg); }

  /*  #mask {
      display: none;
      transition: 0.5s;
    }
    .open #mask {
      width: 100%;
      height: 100%;
      background-color: #000;
      cursor: pointer;
      display: block;
      opacity: 0.8;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10;
    }*/ }
#header {
  background: white;
  width: 100%;
  height: 60px;
  padding: 0;
  z-index: 10; }
  @media print, screen and (min-width: 900px) {
    #header {
      width: 240px;
      height: 100%;
      background-color: #fff;
      position: fixed;
      top: 0;
      overflow-y: hidden; } }
  @media screen and (min-width: 900px) and (max-width: 1180px) {
    #header {
      width: 210px; } }

.siteHeading {
  background: #fff27c;
  color: white;
  padding: 20px 20px 10px 65px;
  min-height: 60px; }
  @media screen and (max-width: 899px) {
    .siteHeading {
      position: fixed;
      width: 100%;
      z-index: 10; } }
  @media print, screen and (min-width: 900px) {
    .siteHeading {
      padding: 35px; } }
  @media screen and (min-width: 900px) and (max-width: 1180px) {
    .siteHeading {
      padding: 20px; } }
  .siteHeading img {
    width: 240px; }
    @media print, screen and (min-width: 900px) {
      .siteHeading img {
        width: 135px;
        margin-bottom: 15px; } }
  .siteHeading p {
    display: none; }
    @media print, screen and (min-width: 900px) {
      .siteHeading p {
        display: block;
        font-size: 1.2rem;
        line-height: 1.8; } }

@media screen and (max-width: 899px) {
  .globalNav {
    width: calc(100% - 30px);
    margin: 0 auto; } }
@media screen and (max-width: 899px) {
  .globalNav > li {
    border-bottom: 1px solid #fff27c; } }
.globalNav > li > a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  padding: 15px 0; }
  @media print, screen and (min-width: 900px) {
    .globalNav > li > a {
      padding: 8px 30px; } }
  @media screen and (min-width: 900px) and (max-width: 1180px) {
    .globalNav > li > a {
      padding: 8px 20px;
      font-size: 1.4rem; } }
.globalNav .subMenu {
  padding-bottom: 8px; }
  @media screen and (max-width: 899px) {
    .globalNav .subMenu {
      margin-top: -10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media screen and (max-width: 899px) {
    .globalNav .subMenu > li {
      width: 170px; } }
  .globalNav .subMenu > li a {
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
    padding: 5px 0; }
    @media print, screen and (min-width: 900px) {
      .globalNav .subMenu > li a {
        padding: 0 30px;
        margin-bottom: 5px; } }
  @media screen and (max-width: 899px) {
    .globalNav .subMenu:after {
      content: "";
      display: block;
      width: 170px;
      height: 0; } }
.globalNav a:hover {
  color: #fff27c; }

@media print, screen and (min-width: 900px) {
  .home .gnav01,
  .about .gnav02,
  .inst .gnav03,
  .disclosure .gnav04,
  .contribution .gnav05,
  .alumni .gnav06,
  .access .gnav07 {
    background: #1e6cf9; } }
@media print, screen and (min-width: 900px) {
  .home .gnav01 a,
  .about .gnav02 a,
  .inst .gnav03 a,
  .disclosure .gnav04 a,
  .contribution .gnav05 a,
  .alumni .gnav06 a,
  .access .gnav07 a {
    color: #fff27c;
    font-weight: 500; } }

/* footer */
footer {
  color: white;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
  padding: 40px 15px 100px; }
  @media print, screen and (min-width: 900px) {
    footer {
      margin-top: 40px; } }
  footer p {
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4));
    line-height: 1.6; }
  @media print, screen and (min-width: 900px) {
    footer {
      margin-top: 50px;
      font-size: 1.4rem; } }

.btn_pageTop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #fff27c;
  border-radius: 100px;
  color: #1e6cf9;
  text-align: center;
  padding-top: 5px; }
  @media print, screen and (min-width: 900px) {
    .btn_pageTop {
      padding-top: 10px;
      width: 50px;
      height: 50px;
      right: 20px;
      bottom: 40px; } }

body {
  display: flex;
  flex-direction: column; }

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

main {
  flex: 1 1 auto; }

header {
  color: white; }
  header .mainTitle {
    font-family: "秀英にじみ丸ゴシック B";
    font-size: 4.2rem;
    text-align: center;
    color: white;
    line-height: 1.5;
    letter-spacing: 0.3em;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4)); }
    @media print, screen and (min-width: 900px) {
      header .mainTitle {
        font-size: 8.0rem; } }
    header .mainTitle small {
      font-size: 3.0rem;
      vertical-align: baseline; }
      @media print, screen and (min-width: 900px) {
        header .mainTitle small {
          font-size: 5.0rem; } }
    header .mainTitle span {
      font-family: 'Pacifico', cursive;
      display: block;
      font-size: 1.8rem;
      letter-spacing: 0.1em;
      margin-top: 10px; }
      @media print, screen and (min-width: 900px) {
        header .mainTitle span {
          font-size: 3.0rem;
          margin-top: 20px; } }
  header .pr {
    font-size: 1.6rem;
    text-align: center;
    font-family: "秀英にじみ丸ゴシック B";
    line-height: 2.2;
    color: #1e6cf9;
    margin: 15px; }
    @media print, screen and (min-width: 900px) {
      header .pr {
        margin: 40px auto;
        font-size: 2.5rem; } }
    header .pr span {
      background-color: #fff27c;
      padding: 5px; }
  header P {
    font-size: 1.6rem;
    text-align: center;
    font-family: "秀英にじみ丸ゴシック B";
    margin-top: 20px;
    color: #fff27c; }
    @media print, screen and (min-width: 900px) {
      header P {
        font-size: 3.0rem;
        margin-top: 60px; } }

.concept h1 {
  font-size: 2.0rem;
  text-align: center;
  font-family: "秀英にじみ丸ゴシック B";
  margin: 20px 0 15px;
  color: #fff27c; }
  @media print, screen and (min-width: 900px) {
    .concept h1 {
      font-size: 4.0rem;
      margin: 60px 0 15px; } }
.concept p {
  font-size: 1.6rem; }
.concept p {
  font-size: 1.5rem;
  text-align: center;
  font-family: "秀英にじみ丸ゴシック B";
  line-height: 1.8;
  color: white; }
  .concept p.concept__text {
    letter-spacing: 0.1em;
    line-height: 2.4;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 900px) {
      .concept p.concept__text {
        font-size: 2.0rem; } }
    .concept p.concept__text span {
      border-bottom: 3px dotted #fff27c;
      padding-bottom: 5px; }

.c-heading01 {
  font-family: "秀英にじみ丸ゴシック B";
  font-size: 2.0rem;
  text-align: center;
  color: white;
  line-height: 1.6;
  letter-spacing: 0.3em;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4)); }
  @media print, screen and (min-width: 900px) {
    .c-heading01 {
      font-size: 4.5rem; } }
  .c-heading01 em {
    background: #1e6cf9;
    color: white;
    display: block;
    border-radius: 100px;
    width: 160px;
    text-align: center;
    letter-spacing: 0;
    margin: 0 auto 20px; }
    @media print, screen and (min-width: 900px) {
      .c-heading01 em {
        width: 280px; } }
    .c-heading01 em small {
      font-size: 1.4rem;
      vertical-align: baseline; }
      @media print, screen and (min-width: 900px) {
        .c-heading01 em small {
          font-size: 2.5rem; } }
  .c-heading01 span {
    border: 2px solid white;
    padding: 5px 10px;
    font-size: 1.8rem;
    vertical-align: super;
    letter-spacing: 0; }
    @media print, screen and (min-width: 900px) {
      .c-heading01 span {
        font-size: 2.2rem;
        vertical-align: middle;
        margin-right: 10px; } }

.c-heading02 {
  font-family: "秀英にじみ丸ゴシック B";
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4));
  	/*background-color: $c_sub;
  border-radius: 50px;
  padding: 10px 10px;
  */
  color: #fff27c;
  margin: 0 auto; }
  @media print, screen and (min-width: 900px) {
    .c-heading02 {
      font-size: 4.0rem; } }

.c-heading03 {
  font-family: "秀英にじみ丸ゴシック B";
  font-size: 2.0rem;
  text-align: center;
  color: white;
  line-height: 1.6;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4)); }
  @media print, screen and (min-width: 900px) {
    .c-heading03 {
      font-size: 3.2rem; } }

.yakataIndex {
  padding: 20px; }
  @media print, screen and (min-width: 900px) {
    .yakataIndex {
      border: 4px solid white;
      border-radius: 10px;
      max-width: 1200px;
      margin: 0 auto;
      margin-top: 50px; } }
  @media screen and (min-width: 900px) and (max-width: 1180px) {
    .yakataIndex {
      margin: 30px 15px; } }
  .yakataIndex .c-localMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (min-width: 900px) and (max-width: 1180px) {
      .yakataIndex .c-localMenu {
        flex-wrap: nowrap; } }
    .yakataIndex .c-localMenu li {
      width: 150px;
      margin: 5px; }
      @media print, screen and (min-width: 900px) {
        .yakataIndex .c-localMenu li {
          margin: 10px;
          width: 210px; } }
      @media screen and (min-width: 900px) and (max-width: 1180px) {
        .yakataIndex .c-localMenu li {
          width: calc((100% - 80px) / 5); } }
      .yakataIndex .c-localMenu li a {
        font-family: "秀英にじみ丸ゴシック B";
        filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.3));
        display: block;
        background: white;
        border-radius: 10px;
        padding: 20px 15px 10px;
        text-align: center;
        font-size: 1.2rem;
        transition: 0.5s; }
        @media print, screen and (min-width: 900px) {
          .yakataIndex .c-localMenu li a {
            font-size: 1.8rem; } }
        @media screen and (min-width: 900px) and (max-width: 1180px) {
          .yakataIndex .c-localMenu li a {
            font-size: 1.5rem; } }
      .yakataIndex .c-localMenu li img {
        height: 30px;
        width: auto;
        margin: 0 auto 15px;
        display: block; }
        @media print, screen and (min-width: 900px) {
          .yakataIndex .c-localMenu li img {
            height: 42px; } }
        @media screen and (min-width: 900px) and (max-width: 1180px) {
          .yakataIndex .c-localMenu li img {
            height: 40px; } }
      .yakataIndex .c-localMenu li a:hover {
        opacity: 0.8; }

.c-sec01 {
  border: 4px solid white;
  border-radius: 10px;
  padding: 15px;
  margin: 20px 15px 20px; }
  @media print, screen and (min-width: 900px) {
    .c-sec01 {
      padding: 40px;
      margin: 20px 0 40px; } }

@media print, screen and (min-width: 900px) {
  .c-mimozaList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; } }
.c-mimozaList li {
  margin: 15px;
  background-color: white;
  padding: 20px;
  border-radius: 10px; }
  @media print, screen and (min-width: 900px) {
    .c-mimozaList li {
      width: calc((100% - 90px) / 3); } }
  @media screen and (min-width: 900px) and (max-width: 1180px) {
    .c-mimozaList li {
      width: calc((100% - 90px) / 2); } }
  .c-mimozaList li .yakata__name {
    font-family: "秀英にじみ丸ゴシック B";
    color: #1e6cf9;
    font-size: 2.1rem;
    color: #333;
    margin: 10px 0;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center; }
    .c-mimozaList li .yakata__name img {
      height: 40px;
      width: auto; }
      @media print, screen and (min-width: 900px) {
        .c-mimozaList li .yakata__name img {
          height: 45px; } }

.c-itemList::after {
  content: "";
  display: block;
  width: 30%; }
@media print, screen and (min-width: 900px) {
  .c-itemList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
.c-itemList li {
  background-color: white;
  padding: 20px;
  margin-top: 10px;
  border-radius: 10px; }
  @media print, screen and (min-width: 900px) {
    .c-itemList li {
      margin-top: 30px;
      width: calc((100% - 60px) / 3); } }
  .c-itemList li .item__name {
    font-family: "秀英にじみ丸ゴシック B";
    color: #1e6cf9;
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 1.4;
    letter-spacing: 0; }
    @media print, screen and (min-width: 900px) {
      .c-itemList li .item__name {
        font-size: 2.1rem; } }
    @media screen and (min-width: 900px) and (max-width: 1180px) {
      .c-itemList li .item__name {
        font-size: 1.6rem; } }
    .c-itemList li .item__name small {
      color: #333;
      font-size: 1.4rem;
      display: block;
      line-height: 1.4;
      margin-top: 5px; }
      @media print, screen and (min-width: 900px) {
        .c-itemList li .item__name small {
          font-size: 1.5rem; } }
      @media print, screen and (min-width: 900px) {
        .c-itemList li .item__name small {
          font-size: 1.4rem; } }
    .c-itemList li .item__name .aeon04 {
      letter-spacing: -0.1em; }
  .c-itemList li .item__price {
    font-size: 1.3rem;
    text-align: right;
    margin-top: 5px;
    line-height: 1.6;
    letter-spacing: 0; }
    @media print, screen and (min-width: 900px) {
      .c-itemList li .item__price {
        font-size: 1.3rem; } }
    .c-itemList li .item__price::after {
      content: "(税込)";
      color: #666;
      font-size: 1.0rem;
      padding: 2px; }
  .c-itemList li .item__shop {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 10px;
    background: #eee;
    letter-spacing: 0;
    padding: 5px 5px 3px; }
    @media print, screen and (min-width: 900px) {
      .c-itemList li .item__shop {
        font-size: 1.4rem; } }
    .c-itemList li .item__shop span {
      margin-right: 10px;
      font-size: 1.2rem;
      vertical-align: baseline; }
      .c-itemList li .item__shop span::before {
        content: "SHOP";
        background: #999;
        color: white;
        font-size: 1.0rem;
        padding: 2px;
        margin-right: 10px; }
  .c-itemList li .item__desc {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 10px; }
    @media print, screen and (min-width: 900px) {
      .c-itemList li .item__desc {
        font-size: 1.4rem; } }

.bannerArea {
  margin: 40px 15px 10px; }
  .bannerArea .banner {
    margin-top: 20px;
    display: block;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4)); }
    @media print, screen and (min-width: 900px) {
      .bannerArea .banner {
        width: 500px;
        margin: 40px auto 0;
        position: relative;
        height: auto; }
        .bannerArea .banner img {
          display: block;
          width: 100%; } }
    @media print, screen and (min-width: 900px) {
      .bannerArea .banner:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        background: #fff;
        /*好みの色に変えてください。*/
        opacity: 0;
        transition: 0.3s; } }
    @media print, screen and (min-width: 900px) {
      .bannerArea .banner:hover:before {
        opacity: 0.2; } }
  @media print, screen and (min-width: 900px) {
    .bannerArea ul {
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto 100px;
      justify-content: center; }
      .bannerArea ul li {
        margin: 0 20px; } }

.cat__mimoza {
  background: rgba(239, 208, 0, 0.7);
  padding: 20px 0 10px;
  border-radius: 10px;
  margin: 0 15px; }
  @media print, screen and (min-width: 900px) {
    .cat__mimoza {
      padding: 40px;
      border-radius: 10px;
      margin: 0;
      margin-top: 60px; } }

p.c-text01 {
  text-align: center;
  margin-top: 20px;
  font-size: 1.4rem;
  color: white;
  margin-bottom: 15px; }
  @media print, screen and (min-width: 900px) {
    p.c-text01 {
      font-size: 1.8rem;
      margin-bottom: 40px; } }
  p.c-text01.-close {
    color: red;
    border: 3px solid red;
    padding: 10px;
    background: white;
    font-size: 1.6rem;
    width: 250px;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 900px) {
      p.c-text01.-close {
        font-size: 2.2rem; } }

.c-dlList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  align-items: flex-start; }
  .c-dlList dt {
    margin-top: 7px;
    background-color: #eee;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    width: 80px; }
    @media print, screen and (min-width: 900px) {
      .c-dlList dt {
        width: 80px; } }
  .c-dlList dd {
    width: calc(100% - 80px);
    margin-top: 7px;
    line-height: 1.6;
    padding-left: 8px;
    font-size: 1.4rem; }
    @media print, screen and (min-width: 900px) {
      .c-dlList dd {
        font-size: 1.6rem;
        width: calc(100% - 80px); } }

.c-contact {
  border-top: 1px dotted #666;
  padding-top: 10px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 20px; }
  @media print, screen and (min-width: 900px) {
    .c-contact {
      font-size: 1.4rem; } }

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  margin-top: 5px;
  color: #1e6cf9; }

/* utility */
.w190 {
  width: 190px !important; }

.w210 {
  width: 210px; }

.w150 {
  width: 150px; }

.w300 {
  width: 300px; }

.bg_lpink {
  background: #F5E1E8 !important; }

strong {
  font-weight: 500; }

b {
  font-weight: 700; }

.c_red {
  color: red; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px !important; }

.ml10 {
  margin-left: 10px; }

.mb0 {
  margin-bottom: 0px !important; }

.mb20 {
  margin-bottom: 20px; }

.mb40 {
  margin-bottom: 40px; }

.pl10 {
  padding-left: 10px; }

.a_right {
  text-align: right; }

.a_center {
  text-align: center; }

.lh15 {
  line-height: 1.5; }

.fs_l {
  font-size: 1.8rem; }

.fw_m {
  font-weight: 500; }

.fw_b {
  font-weight: 700; }

.p_rerative {
  position: relative; }

@media screen and (max-width: 899px) {
  body .sp_w100p {
    width: 100% !important; }
  body .sp_mb15 {
    margin-bottom: 15px; } }
@media print, screen and (min-width: 900px) {
  body .pc_w110 {
    width: 110px; }
  body .pc_w630 {
    width: 630px !important; }
  body .pc_w750 {
    width: 750px; }
  body .pc_w980 {
    width: 980px; }
  body .pc_h220 {
    height: 220px;
    width: auto; }
  body .f_left {
    float: left; }
  body .f_right {
    float: right; }
  body .clearfix {
    zoom: 1; }
    body .clearfix:before, body .clearfix:after {
      content: "";
      display: table; }
    body .clearfix:after {
      clear: both; }
  body .pc_mr20 {
    margin-right: 20px; } }

.hover:hover {
  opacity: 0.8;
  cursor: pointer; }
