@charset "UTF-8";
/*--PC,SP切り替え--*/
.spShow {
  display: none; }
  @media (max-width: 768px) {
    .spShow {
      display: block; } }

.pcShow {
  display: block; }
  @media (max-width: 768px) {
    .pcShow {
      display: none; } }

a {
  word-wrap: break-word; }

.l-center {
  text-align: center; }

.l-left {
  text-align: left; }

.l-right {
  text-align: right; }

.mAuto {
  margin-left: auto;
  margin-right: auto; }

img.block {
  display: block; }

.textBox__small {
  padding: 1rem; }

.bgGray {
  background: #999;
  color: #fff; }

/*--PC,SP切り替え End--*/
/*--Flexbox--*/
.l-flex {
  display: flex; }
  .l-flex.jc-sb {
    justify-content: space-between; }
  .l-flex.jc-sa {
    justify-content: space-around; }
  .l-flex.jc-fe {
    justify-content: flex-end; }
  .l-flex.ai-c {
    align-items: center; }
  .l-flex.ai-fs {
    align-items: flex-start; }
  .l-flex.ai-fe {
    align-items: flex-end; }
  .l-flex.fw-w {
    flex-wrap: wrap; }
  .l-flex.fd-rr {
    flex-direction: row-reverse; }
  .l-flex.fw-nw {
    flex-wrap: nowrap; }
  .l-flex.split-2 .l-flexElement {
    width: 48%; }
  .l-flex.split-3 .l-flexElement {
    width: 30.7%; }
  .l-flex.split-5 .l-flexElement {
    width: 19%;
    margin-bottom: 1.6%; }
  @media screen and (max-width: 768px) {
    .l-flex.split-5.spSplit-2 .l-flexElement {
      width: 48%; } }
  .l-flex.split-6-4 .l-flexElement.big {
    width: 60%; }
  .l-flex.split-6-4 .l-flexElement.small {
    width: 38%; }
  @media screen and (max-width: 768px) {
    .l-flex.spSplit-3 .l-flexElement {
      width: 30.7%;
      margin-bottom: 3.9%; } }
  @media screen and (max-width: 768px) {
    .l-flex.spBlock {
      display: block; }
      .l-flex.spBlock .l-flexElement {
        width: 100% !important; }
        .l-flex.spBlock .l-flexElement:not(:last-of-type) {
          margin-bottom: 30px; } }

/*--Flexbox End--*/
.news img {
  max-width: 100%;
  height: auto; }
.news .kome {
  font-size: 12px; }

/*--200515-02--*/
.arrowAdd {
  position: relative; }
  .arrowAdd::after {
    content: url(../triangle.jpg);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -10%; }
    @media screen and (max-width: 768px) {
      .arrowAdd::after {
        content: url(../triangle_verical.jpg);
        position: relative;
        top: 10px;
        right: 0;
        transform: translateY(0); } }

.borderWrap {
  padding: 20px; }
  .borderWrap.dot {
    border: 4px dotted #cde4ed; }

.colorWrap {
  background: #e0eef3;
  padding: 15px; }

.syokudoTitle {
  font-size: 18px;
  font-weight: 700; }

.syokudoName {
  font-weight: 700;
  text-decoration: underline; }

/*--fontsize--*/
.u-font18 {
  font-size: 1.8rem !important; }

.u-font20 {
  font-size: 2rem !important; }

.u-font24 {
  font-size: 2.4rem !important; }

.u-font28 {
  font-size: 2.8rem !important; }

.u-font30 {
  font-size: 3rem !important; }

.u-font32 {
  font-size: 3.2rem !important; }

/*--margin--*/
.u-mt10 {
  margin-top: 10px !important; }

.u-mt15 {
  margin-top: 15px !important; }

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

.u-mt30 {
  margin-top: 30px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mt60 {
  margin-top: 60px !important; }

.u-mt70 {
  margin-top: 70px !important; }

.u-mt80 {
  margin-top: 80px !important; }

.u-mt90 {
  margin-top: 90px !important; }

.u-mr10 {
  margin-right: 10px !important; }

.u-mr20 {
  margin-right: 20px !important; }

.u-mr30 {
  margin-right: 30px !important; }

.u-mr40 {
  margin-right: 40px !important; }

.u-mr50 {
  margin-right: 50px !important; }

.u-mr60 {
  margin-right: 60px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

.u-ml10 {
  margin-left: 10px !important; }

.u-ml20 {
  margin-left: 20px !important; }

.u-ml30 {
  margin-left: 30px !important; }

.u-ml40 {
  margin-left: 40px !important; }

.u-ml50 {
  margin-left: 50px !important; }

.u-ml60 {
  margin-left: 60px !important; }

/*--letter-spacing--*/
.u-ls05 {
  letter-spacing: 0.05rem !important; }

.u-ls1 {
  letter-spacing: .1rem !important; }

.u-ls2 {
  letter-spacing: .2rem !important; }

.u-ls3 {
  letter-spacing: .3rem !important; }

.u-ls4 {
  letter-spacing: .4rem !important; }

.u-ls5 {
  letter-spacing: .5rem !important; }

/*--line-height--*/
.u-lh14 {
  line-height: 1.4 !important; }

.u-lh16 {
  line-height: 1.6 !important; }

.u-lh18 {
  line-height: 1.8 !important; }

.u-lh20 {
  line-height: 2 !important; }

@media screen and (max-width: 768px) {
  /*fontsize*/
  .u-font18 {
    font-size: 1.6rem !important; }

  .u-font20 {
    font-size: 1.8rem !important; }

  .u-font24 {
    font-size: 1.8rem !important; }

  .u-font28 {
    font-size: 2rem !important; }

  .u-font30 {
    font-size: 2.4rem !important; }

  .u-font32 {
    font-size: 2.4rem !important; }

  /*--margin--*/
  .u-mt10.spHalf {
    margin-top: 5px !important; }

  .u-mt20.spHalf {
    margin-top: 10px !important; }

  .u-mt30.spHalf {
    margin-top: 15px !important; }

  .u-mt40.spHalf {
    margin-top: 20px !important; }

  .u-mt50.spHalf {
    margin-top: 25px !important; }

  .u-mt60.spHalf {
    margin-top: 30px !important; }

  .u-mt70.spHalf {
    margin-top: 35px !important; }

  .u-mt80.spHalf {
    margin-top: 40px !important; }

  .u-mt90.spHalf {
    margin-top: 45px !important; }

  .u-mr10.spHalf {
    margin-right: 5px !important; }

  .u-mr20.spHalf {
    margin-right: 10px !important; }

  .u-mr30.spHalf {
    margin-right: 15px !important; }

  .u-mr40.spHalf {
    margin-right: 20px !important; }

  .u-mr50.spHalf {
    margin-right: 25px !important; }

  .u-mr60.spHalf {
    margin-right: 30px !important; }

  .u-mb10.spHalf {
    margin-bottom: 5px !important; }

  .u-mb20.spHalf {
    margin-bottom: 10px !important; }

  .u-mb30.spHalf {
    margin-bottom: 15px !important; }

  .u-mb40.spHalf {
    margin-bottom: 20px !important; }

  .u-mb50.spHalf {
    margin-bottom: 25px !important; }

  .u-mb60.spHalf {
    margin-bottom: 30px !important; }

  .u-ml10.spHalf {
    margin-left: 5px !important; }

  .u-ml20.spHalf {
    margin-left: 10px !important; }

  .u-ml30.spHalf {
    margin-left: 15px !important; }

  .u-ml40.spHalf {
    margin-left: 20px !important; }

  .u-ml50.spHalf {
    margin-left: 25px !important; }

  .u-ml60.spHalf {
    margin-left: 30px !important; } }
