@charset "utf-8";

/* ---------------------------------------------------
   File: policy.css
   Version: 1.0.0
   Update: 2023-04-19
   Author: https://flowlab.co.jp

   (c)2007-2023 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */


/* ====================================================
		Layout
==================================================== */
.row {
  padding: 0 100px;
}
#main article.row {
  padding-bottom: 250px;
}



/* ====================================================
		Contents
==================================================== */
/* -------------------------------
		Page Title
------------------------------- */
#main h1 {
  width: calc(100% - 100px);
}

/* -------------------------------
		Lead Text
------------------------------- */
#main .lead {
  padding-bottom: 250px;
}




/* ====================================================
		Title
==================================================== */
/* -------------------------------
		Contents Title
------------------------------- */
#main h2 {
  padding-bottom: 50px;
}




/* ====================================================
		Policy Layout
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#main .row section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e1e4e6;
  padding: 80px 0;
}

/* -------------------------------
		Lead Text
------------------------------- */
#main .row .lead {
  font-weight: 400;
  padding: 0 0 50px;
}

/* -------------------------------
		Title
------------------------------- */
#main h3 {
  width: 30%;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: flex-start;
}

/* Number */
#main h3 span {
  color: #dbdfe2;
  font-size: 3rem;
  line-height: 1;
  padding-right: 10px;
}

/* Japanese */
#main h3 strong {
  font-weight: 500;
  padding-top: 0.2em;
}

/* -------------------------------
		Contents
------------------------------- */
#main .row section div,
#main .row section div p,
#main .row section div li {
  font-size: 1.4rem;
}
#main .row section div {
  width: 68%;
  padding-left: 10px;
}

/* List */
#main .row section div ol,
#main .row section div ul {
  padding-top: 20px;
  position: relative;
  counter-reset: num;
}
#main .row section div ol li {
  line-height: 1.8;
  text-indent: -1em;
  padding: 0 0 5px 2em;
  counter-increment: num;
}
#main .row section div ol li::before {
  content: counter(num) '.';
  width: 1em;
  font-weight: 700;
  display: inline-block;
}

/* browser */
#main .row #browser,
#main .row #js {
  padding-top: 30px;
  padding-bottom: 0;
  border-bottom: none;
}
#main .row #browser,
#main .row #browser section {
  display: block;
}
#main .row #browser h4,
#main .row #js h4 {
   padding-bottom: 15px;
}
#main .row #browser div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}
#main .row #browser section {
  padding: 0 40px 25px 0;
  border-bottom: none;
  width: 40%;
}
#main .row #browser section:nth-last-child(2),
#main .row #browser section:last-child {
  padding-bottom: 0;
}
#main .row #browser section h5 {
  font-weight: 500;
  font-size: 1.3rem;
}
#main .row #browser section ul {
  padding-top: 0;
}
#main .row #browser section ul li {
  position: relative;
  padding: 3px 0 3px 16px;
  margin-left: 20px;
  line-height: 1.8;
  letter-spacing: 0,04rem;
  font-size: 1.3rem;
}
#main .row #browser section ul li::before {
  content: '';
  width: 8px;
  height: 1px;
  background: #e1e4e6;
  position: absolute;
  top: calc(5px + 0.7em);
  left: 0;
  display: block;
}









/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Layout
  ==================================================== */
  .row {
    padding: 0 50px;
  }
  
  
  
  
  
  
  
  
  
  
}













/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {

  /* ====================================================
      Layout
  ==================================================== */
  .row {
    padding: 0 20px;
  }
  #main article.row {
    padding-bottom: 150px;
  }
  
  
  
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Page Title
  ------------------------------- */
  #main h1 {
    width: calc(100% - 40px);
    padding-bottom: 50px;
  }
  
  
  
  
  /* ====================================================
      Contents
  ==================================================== */
  /* -------------------------------
      Lead Text
  ------------------------------- */
  #main .lead {
    padding-bottom: 100px;
  }
  
  
  
  
  /* ====================================================
      Title
  ==================================================== */
  /* -------------------------------
      Contents Title
  ------------------------------- */
  #main h2 {
    padding-bottom: 30px;
  }
  
  
  
  
  /* ====================================================
      Policy Layout
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #main .row section {
    padding: 30px 0;
  }
  
  /* -------------------------------
      Lead Text
  ------------------------------- */
  #main .row .lead {
    padding: 0 0 20px;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #main h3 {
    width: 100%;
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
  
  /* Number */
  #main h3 span {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  
  /* Japanese */
  #main h3 strong {
    padding-top: 0;
  }
  
  /* -------------------------------
      Contents
  ------------------------------- */
  #main .row section div,
  #main .row section div p,
  #main .row section div li {
    font-size: 1.3rem;
  }
  #main .row section div {
    width: 100%;
  }
  
  /* List */
  #main .row section div ol,
  #main .row section div ul {
    padding-top: 15px;
  }
  #main .row section div ol li {
    line-height: 1.6;
    text-indent: -0.8em;
    padding: 0 0 5px 2em;
  }
  #main .row section div ol li::before {
    width: 0.8em;
  }
  
  /* browser */
  #main .row #browser,
  #main .row #js {
    padding-top: 20px;
  }
  #main .row #browser h4,
  #main .row #js h4 {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  #main .row #browser div {
    display: block;
  }
  #main .row #browser section,
  #main .row #browser section:nth-last-child(2) {
    padding: 0 0 15px 0;
    border-bottom: none;
    width: 100%;
  }
  #main .row #browser section:last-child {
    padding-bottom: 0;
  }
  #main .row #browser section h5 {
    font-size: 1.4rem;
  }
  #main .row #browser section ul li {
    font-size: 1.2rem;
  }
  
  
  
  
  
}