@charset "UTF-8";
/* ------------------------------------------------
  Reset
------------------------------------------------ */

html,body {
 margin: 0;
 padding: 0;
/*
 font-size: clamp(1rem, calc(0.25vw + 1.1rem), 1.8rem);
*/
}

body {
  scroll-behavior: smooth;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote { padding: 0; margin: 0; }

fieldset, img, table { border: none; border: 0; }
table { border-collapse: collapse; border-spacing: 0; font-size: inherit; font:100%; line-height: 1.5; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
pre, code, kbd, samp, tt { font-family: monospace; line-height: 99%; }
h1, h2, h3, h4, h5 { font-size: 100%; font-weight: bold; line-height: 1.25; }
em, strong { font-weight: bold; text-decoration: none; }
sub { font-size: x-small; vertical-align: baseline; }
article, section, div { position: relative; }

p { /*font-family: 'Open Sans', sans-serif;*/ line-height: 1.75; }

@media screen and (width < 768px) {
  p {
    word-wrap: break-word;
  }
}

img {  max-width: 100%;  height: auto; }

map area { cursor: pointer; }

a {
  color: inherit;
  text-decoration: none ;
  transition: all 0.5s 0s ease;
}

a:hover {
  text-decoration: underline;
}

.fas {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.blank {
  position: relative;
  padding-right: 1.2em;
}

.blank::after {
  content: "\f35d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 1em;
/*
  position: absolute;
  top: -0.1em;
  right: 0;
*/
  margin-left: 0.25em;
}

/* 
a.alpha img:hover,
a.hover-alpha img,
img.alpha:hover,
img.hover-alpha {
  opacity: 1;
}
 */

.alpha {
  opacity: 1;
}

.alpha:hover {
  opacity: 0.6;
  transition: opacity 0.5s ease;
}

@media( min-width: 767px ){
  a[href^="tel:"]{
    text-decoration: none;
    color: inherit;
    pointer-events: none;
  }
}

@media( max-width: 767px ){
  a[href^="tel:"]{
    text-decoration: underline !important;
  }
}

/* ------------------------------------------------

------------------------------------------------ */

.w-main {
  position: relative;
  margin-left: auto ;
  margin-right: auto ;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {

  .w-main {
    width: calc( 100% - 10px )  !important;
  }
  
}

/* ------------------------------------------------
  Text
------------------------------------------------ */
.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.line1 {
  line-height: 1;
}

.line2 {
  line-height: 2;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.indent-none {
  text-indent: 0;
}

.nowrap {
  white-space: nowrap;
}

.tracking {
  letter-spacing: 0.25em;
}

@media screen and (max-width: 767px) {
  .sp-tcenter {
    text-align: center !important;
  }

  .sp-tleft {
    text-align: left !important;
  }

  .sp-tright {
    text-align: right !important;
  }
  
  .tracking {
    letter-spacing: 0;
  }

}

/* ------------------------------------------------
  Font
------------------------------------------------ */

.font10 {
  font-size: 10px !important;
}

.font15 {
  font-size: 15px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font25 {
  font-size: 25px !important;
}

.font30 {
  font-size: 30px !important;
}

.font35 {
  font-size: 35px !important;
}

.font40 {
  font-size: 40px !important;
}

.font50 {
  font-size: 50px !important;
}

.font60 {
  font-size: 60px !important;
}

@media screen and (max-width: 767px) {

  .font10 {
    font-size: smaller !important;
    font-size: 1.1rem !important;
  }

  .font15 {
    font-size: small !important;
    font-size: 1.4rem !important;
  }

  .font18,
  .font20 {
    font-size: medium !important;
    font-size: 1.75rem !important;
  }

  .font25,
  .font30 {
    font-size: large !important;
    font-size: 2rem !important;
  }

  .font35,
  .font40 {
    font-size: larger !important;
    font-size: 2.5rem !important;
  }

  .font50,
  .font60 {
    font-size: larger !important;
    font-size: 3rem !important;
  }

}

.font80 {
  font-size: 80% !important;
}

.font90 {
  font-size: 90% !important;
}

.font100 {
  font-size: 100% !important;
}

.font120 {
  font-size: 120% !important;
}

.font130 {
  font-size: 130% !important;
}

.font140 {
  font-size: 140% !important;
}

.font150 {
  font-size: 150% !important;
}

.font180 {
  font-size: 180% !important;
}

.font200 {
  font-size: 200% !important;
}

@media screen and (max-width: 767px) {



}

.smaller {
  font-size: smaller;
}

.small {
  font-size: small;
}

.medium {
  font-size: medium;
}

.larger {
  font-size: larger;
}

.large {
  font-size: large;
}

@media screen and (max-width: 767px) {
  .sp-smaller {
    font-size: smaller !important;
  }

  .sp-small {
    font-size: small !important;
  }

  .sp-medium {
    font-size: medium !important;
  }

  .sp-larger {
    font-size: larger !important;
  }

  .sp-large {
    font-size: large !important;
  }

}

.v-top {
  vertical-align: top !important;
}

.v-mid {
  vertical-align: middle !important;
}

.v-btm {
  vertical-align: bottom !important;
}

.v-base {
  vertical-align: baseline !important;
}

/* ------------------------------------------------
  image
------------------------------------------------ */

img.original {
  max-width: inherit !important;
}

/* ------------------------------------------------
  float
------------------------------------------------ */
.cf:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear:  both;
}

.of {
  overflow: hidden;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

img.fleft,
img.res-fleft {
  margin-right: 1em;
}

img.fright,
img.res-fright {
  margin-left: 1em;
}

.res-fleft {
   float: left !important;
}

.res-fright {
  float: right !important;
}

@media screen and (width < 768px) {
  
  .res-fleft,
  .res-fright {
    width: 100% !important;
    float: none !important;
  }
  
  img.res-fleft,
  img.res-fright {
    margin-left: inherit;
    margin-right: inherit;
  }

  .sp-fleft {
    float: left  !important;
  }

  .sp-fright {
    float: right  !important;
  }

}

/* ------------------------------------------------
  Display / Placement
------------------------------------------------ */

.inline {
  display:  inline;
}

.ib, .iblock {
  display:  inline-block;
}

.block {
  display:  block;
}

.hide {
  display:  none !important;
}

.hidden {
  visibility:  hidden;
}

.bg-none {
  background: none  !important;
}

@media screen and (width < 768px) {
  
  .sp-bg-none {
    background: none  !important;
  }

}

/* ------------------------------------------------
  List
------------------------------------------------ */

.decimal li {
  margin: 0 0 0 1.5em;
  list-style: decimal;
}

.disc li {
  margin: 0 0 0 1.5em;
  list-style: disc;
}

.indent li {
  line-height: 1.35;
  margin-bottom: 0.35em;
}

/* ------------------------------------------------
  Width / Height
------------------------------------------------ */

.w-auto {
  width: auto !important;
}

.w100 {
  width: 100% !important;
}

.w95 {
  width: 95% !important;
}

.w90 {
  width: 90% !important;
}

.w85 {
  width: 85% !important;
}

.w80 {
  width: 80% !important;
}

.w75 {
  width: 75% !important;
}

.w70 {
  width: 70% !important;
}

.w65 {
  width: 65% !important;
}

.w60 {
  width: 60% !important;
}

.w55 {
  width: 55% !important;
}

.w50 {
  width: 50% !important;
}

.w45 {
  width: 45% !important;
}

.w40 {
  width: 40% !important;
}

.w35 {
  width: 35% !important;
}

.w33 {
  width: 33.3% !important;
}

.w30 {
  width: 30% !important;
}

.w25 {
  width: 25% !important;
}

.w20 {
  width: 20% !important;
}

.w15 {
  width: 15% !important;
}

.w10 {
  width: 10% !important;
}

.w5 {
  width: 5% !important;
}

@media screen and (max-width: 767px) {

  .sp-w100 {
    width: calc( 100% )  !important;
  }

}

/*------------------------------------------------ */
/*------------------------------------------------ */

.h100 {
  height: 100%;
}

.vh100 {
  height: 100vh;
}

.h50 {
  height: 50%;
}

.vh50 {
  height: 50vh;
}

.h40 {
  height: 40%;
}

.vh40 {
  height: 40vh;
}

.h35 {
  height: 35%;
}

.vh35 {
  height: 35vh;
}

.h33 {
  height: 33%;
}

.vh33 {
  height: 33vh;
}

.h30 {
  height: 30%;
}

.vh30 {
  height: 30vh;
}

.h25 {
  height: 25%;
}

.vh25 {
  height: 25vh;
}

.h20 {
  height: 20%;
}

.vh20 {
  height: 20vh;
}

/* ------------------------------------------------
  Border
------------------------------------------------ */

.border-box {
  border: 1px solid;
}

.border-box.b2 {
  border: 2px solid;
}

.border-box.b3 {
  border: 3px solid;
}

.border-box.b4 {
  border: 4px solid;
}

.border-box.b5 {
  border: 5px solid;
}

.border-btm {
  border-bottom: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

table.bordered {
  border-collapse: collapse;
}

table.bordered th,
table.bordered td { 
  border: 1px solid #666;
}

/* ------------------------------------------------
  Margin / Padding
------------------------------------------------ */

.centering {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mg0 {
  margin: 0 !important;
}

.mg5 {
  margin: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg30 {
  margin: 30px !important;
}

/*------------------------------------------------ */

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

/*------------------------------------------------ */

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

.mb5 {
  margin-bottom: 5px !important;
}

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

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

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

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

/*------------------------------------------------ */

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

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

.ml15 {
  margin-left: 15px !important;
}

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

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

/*------------------------------------------------ */

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

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

.mr15 {
  margin-right: 15px !important;
}

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

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

/*------------------------------------------------ */

.pd0 {
  padding: 0 !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd30 {
  padding: 30px !important;
}

/*------------------------------------------------ */

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

/*------------------------------------------------ */

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

/*------------------------------------------------ */

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

/*------------------------------------------------ */

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

/* ------------------------------------------------
   Responsive　Margin / Padding
------------------------------------------------ */

.pt60-sp30 {
  padding-top: 60px !important;
}

.pt50-sp30 {
  padding-top: 50px !important;
}

.pt40-sp30 {
  padding-top: 40px !important;
}

@media screen and (max-width: 767px) {

  .pt60-sp30,
  .pt50-sp30,
  .pt40-sp30 {
    padding-top: 30px !important;
  }

}

.pt60-sp15 {
  padding-top: 60px !important;
}

.pt50-sp15 {
  padding-top: 50px !important;
}

.pt40-sp15 {
  padding-top: 40px !important;
}

.pt30-sp15 {
  padding-top: 30px !important;
}

.pt25-sp15 {
  padding-top: 25px !important;
}

@media screen and (max-width: 767px) {

  .pt60-sp15,
  .pt50-sp15,
  .pt40-sp15,
  .pt30-sp15,
  .pt25-sp15 {
    padding-top: 15px !important;
  }

}

/*------------------------------------------------ */

.pt60-sp0 {
  padding-top: 60px !important;
}

.pt50-sp0 {
  padding-top: 50px !important;
}

.pt40-sp0 {
  padding-top: 40px !important;
}

.pt30-sp0 {
  padding-top: 30px !important;
}

.pt25-sp0 {
  padding-top: 25px !important;
}

.pt20-sp0 {
  padding-top: 20px !important;
}

.pt15-sp0 {
  padding-top: 15px !important;
}

.pt10-sp0 {
  padding-top: 10px !important;
}

@media screen and (max-width: 767px) {

  .pt60-sp0 ,
  .pt50-sp0,
  .pt40-sp0,
  .pt30-sp0,
  .pt25-sp0,
  .pt20-sp0,
  .pt15-sp0,
  .pt10-sp0 {
    padding-top: 0 !important;
  }

}

/*------------------------------------------------ */

.pb100-sp15 {
  padding-bottom: 100px !important;
}

.pb75-sp15 {
  padding-bottom: 75px !important;
}

.pb60-sp15 {
  padding-bottom: 60px !important;
}

.pb50-sp15 {
  padding-bottom: 50px !important;
}

.pb30-sp15 {
  padding-bottom: 30px !important;
}

.pb25-sp15 {
  padding-bottom: 25px !important;
}

@media screen and (max-width: 767px) {

  .pb100-sp15,
  .pb75-sp15,
  .pb60-sp15,
  .pb50-sp15,
  .pb30-sp15,
  .pb25-sp15 {
    padding-bottom: 15px !important;
  }

}

/*------------------------------------------------ */

.pb60-sp0 {
  padding-bottom: 60px !important;
}

.pb50-sp0 {
  padding-bottom: 50px !important;
}

.pb40-sp0 {
  padding-bottom: 40px !important;
}

.pb30-sp0 {
  padding-bottom: 30px !important;
}

.pb25-sp0 {
  padding-bottom: 30px !important;
}

.pb20-sp0 {
  padding-bottom: 20px !important;
}

.pb15-sp0 {
  padding-bottom: 15px !important;
}

.pb10-sp0 {
  padding-bottom: 10px !important;
}

@media screen and (max-width: 767px) {

  .pb60-sp0,
  .pb50-sp0,
  .pb40-sp0,
  .pb30-sp0,
  .pb25-sp0,
  .pb20-sp0,
  .pb15-sp0,
  .pb10-sp0 {
    padding-bottom: 0 !important;
  }

}

/*------------------------------------------------ */

.mb100-sp60 {
  margin-bottom: 60px !important;
}

/*------------------------------------------------ */

.mb100-sp30 {
  margin-bottom: 100px !important;
}

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

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

@media screen and (max-width: 767px) {


}


/*------------------------------------------------ */

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

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

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

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

.mb25-sp15 {
  margin-bottom: 25px !important;
}

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

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

@media screen and (max-width: 767px) {


}


/*------------------------------------------------ */

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

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

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

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

.mb25-sp10 {
  margin-bottom: 25px !important;
}

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

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

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

@media screen and (max-width: 767px) {


}


/*------------------------------------------------ */

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

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

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

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

.mb25-sp0 {
  margin-bottom: 25px !important;
}

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

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

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

@media screen and (max-width: 767px) {


}


/*------------------------------------------------ */

.mb0-sp60,
.mb0-sp50,
.mb0-sp40,
.mb0-sp30,
.mb0-sp20,
.mb0-sp15,
.mb0-sp10,
.mb0-sp5 {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {

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

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

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

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

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

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

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

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

}


/*------------------------------------------------ */

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

.mt25-sp15 {
  margin-top: 25px !important;
}

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

.mt10-sp15 {
  margin-top: 10px !important;
}

.mt0-sp15 {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {

  .mt30-sp15,
  .mt25-sp15,
  .mt20-sp15,
  .mt10-sp15,
  .mt0-sp15 {
    margin-top: 15px !important;
  }

}

/*------------------------------------------------ */

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

.mt25-sp10 {
  margin-top: 25px !important;
}

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

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

.mt0-sp10 {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {

  .mt30-sp10,
  .mt25-sp10,
  .mt20-sp10,
  .mt15-sp10,
  .mt0-sp10 {
    margin-top: 10px !important;
  }

}

/*------------------------------------------------ */

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

.mt25-sp0 {
  margin-top: 25px !important;
}

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

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

.mt10-sp0 {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {

  .mt30-sp0,
  .mt25-sp0,
  .mt20-sp0,
  .mt15-sp0,
  .mt10-sp0 {
    margin-top: 0px !important;
  }

}

/*------------------------------------------------ */

@media screen and (max-width: 767px) {

  .mt0-sp30 {
    margin-top: 30px !important;
  }

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

  .mb110-sp60,
  .mb100-sp60 {
    margin-bottom: 60px !important;
  }

  .mb110-sp30,
  .mb100-sp30 {
    margin-bottom: 30px !important;
  }

  .mb60-sp30,
  .mb50-sp30 {
    margin-bottom: 30px !important;
  }

  .mb60-sp15,
  .mb50-sp15,
  .mb40-sp15,
  .mb30-sp15,
  .mb25-sp15,
  .mb20-sp15,
  .mb10-sp15,
  .mb0-sp15 {
    margin-bottom: 15px !important;
  }

  .mb60-sp10,
  .mb50-sp10,
  .mb40-sp10,
  .mb30-sp10,
  .mb25-sp10,
  .mb20-sp10,
  .mb15-sp10,
  .mb0-sp10 {
    margin-bottom: 10px !important;
  }

  .mb60-sp0,
  .mb50-sp0,
  .mb40-sp0,
  .mb30-sp0,
  .mb20-sp0,
  .mb15-sp0,
  .mb10-sp0 {
    margin-bottom: 0px !important;
  }

/*------------------------------------------------ */

  .mt-sp0 {
    margin-top: 0px !important;
  }

  .mb-sp5 {
    margin-bottom: 5px !important;
  }

  .mb-sp10 {
    margin-bottom: 10px !important;
  }

  .mt-sp15 {
    margin-top: 15px !important;
  }

  .mb-sp20 {
    margin-bottom: 20px !important;
  }

  .mb-sp30 {
    margin-bottom: 30px !important;
  }

}

/* ------------------------------------------------
  Decoration
------------------------------------------------ */

.r5,
.radius5 {
  border-radius: 5px;
}

.r10,
.radius10 {
  border-radius: 10px;
}

.r15,
.radius15 {
  border-radius: 15px;
}

.r20,
.radius20 {
  border-radius: 20px;
}

.r1em,
.radius1 {
  border-radius: 1.1em;
}

.r50,
.radius50 {
  border-radius: 50%;
}

.box-shadow {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05)
}

/* -----------------------------------------------
  Column layout ここから
------------------------------------------------*/

.flex {
  display: flex;
  position: relative;
  width: 100%;
}

.flex > div {
}

.flex.items-center,
.flex.align-center {
  align-items: center !important;
}

.flex.justify-center {
  justify-content: center !important;
}

.flex.justify-between {
  justify-content: space-between !important;
}

.flex.justify-around {
  justify-content: space-around !important;
}

/* -----------------------------------------------
  flex responsive Column layout ここから
------------------------------------------------ */

.res-flex {
  display: flex;
  position: relative;
  width: 100%;
}

.res-flex.wrap {
  flex-wrap: wrap;
}

.res-flex > div {
/*  width: calc( 50% - 10px );*/
}

.res-flex.items-center,
.res-flex.align-center {
  align-items: center !important;
}

.res-flex.justify-center{
  justify-content: center !important;
}

.res-flex.justify-between{
  justify-content: space-between !important;
}

.res-flex.justify-around {
  justify-content: space-around !important;
}

@media screen and (width < 768px) {
  .res-flex {
    display:  block;
/*    width: 100% !important;*/
    width: 100% ;
  }

  .res-flex > div {
    display:  block;
/*    width: 100% !important;*/
    width: 100% ;
    margin-bottom: 15px;
  }

  .res-flex > div:last-child {
   margin-bottom: 0;
  }

}

/* -----------------------------------------------
  Responsive Table ここから
------------------------------------------------ */

table.res-table {
  display: table;
  position: relative;
  width: 100%;
}

table.res-table td { 
  padding: 0.5em;
}

table.res-table th {
  padding: 0.5em;
  white-space: nowrap;
}

table.res-table.v-mid td {
  vertical-align: middle !important;
}

@media screen and (width < 768px) {
  
  table.res-table {
    display: block;
    width: 100% !important;
  }

  table.res-table tr {
    display: block;
    margin-bottom: 1rem;
    width: 100% !important;
  }

  table.res-table th,
  table.res-table td {
    display: block;
  }

  table.res-table td {
    padding: 0 0.25em;
  }

  table.res-table th {
    padding: 0 0.25em;
    white-space: normal;
  }

  table.res-table tr:last-child {
   margin-bottom: 0;
  }

}

/* -----------------------------------------------
  Responsive display / visible
------------------------------------------------ */
.res-img-switch {
  /* res-img-switch */
}

.res-sp-none {
  /* display: inherit; */
}

.res-sp-block {
  display: none !important;
}

.res-sp-inline {
  display: none !important;
}

.res-pc-none {
  display: none;
}

.res-pc-block {
  display: block;
}

.res-pc-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  
  .res-sp-block {
    display: block !important;
  }

  .res-sp-inline {
    display: inline !important;
  }

  .res-sp-none {
    display: none !important;
  }

  .res-pc-none {
    display: block !important;
  }

  .res-pc-block {
    display: none !important;
  }

  .res-pc-inline {
    display: none !important;
  }

}

