@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　コンテンツ
========================== */
  #container .topicpath {
    margin-bottom: 60px;
  }

  #container {
    width: 90%;
    margin: 10px auto;
  }
  .privacy_type {
    width: 94%;
    margin: 10px auto;
  }
  .privacy_type h2 {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .privacy_type section {
    margin-bottom: 25px;
  }
  .privacy_type section img {
    margin-bottom: 10px;
  }
  .privacy_type section h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .privacy_type section p {
    font-size: 1.4rem;
  }
  .privacy_type section dl {
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .privacy_type section dl dt {
    width: 280px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .privacy_type section dl .time_h {
    height: 40px;
  }
  #container .ttl h1 {
    font-weight: bold;
  }
  .privacy_type ol li {
    list-style: outside decimal;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #inquiry {
    width: 98%;
    padding: 0 0 0 2%;
  }
  #inquiry h2 {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  #inquiry dl {
    width: 100%;
    font-size: 1.2rem;
  }
  #inquiry dl dt {
    width: 30%;
    margin-bottom: 10px;
    float: left;
  }
  #inquiry dl dd {
    margin-bottom: 10px;
    width: 70%;
    float: right;
    text-indent: -1em;
  }
  .privacy_type ol {
    padding-left: 2%;
  }
  .name {
    text-align: right;
  }
  #inquiry .contact {
    font-size: 1.2rem;
  }
  #inquiry .contact a img {
    width: 0.8em;
    height: auto;
    padding-inline: 2px;
  }
  #inquiry .contact a {
    text-decoration: underline;
  }
  @media (any-hover: hover) {
    #inquiry .contact a:hover {
      text-decoration: none;
    }
  }
}

/*タブレット*/
@media screen and (min-width: 768px) {
  /* =======================
	　施設タイプ
========================== */
  .privacy_type h2 {
    font-size: 2.4rem;
  }
  .privacy_type section {
    margin: 0 2% 30px 0;
  }
  #container .ttl h1 {
    font-weight: bold;
  }
  .privacy_type section {
    float: left;
    width: 49%;
    margin: 0 2% 30px 0;
  }
  .privacy_type .contents_box {
    width: 100%;
    margin: 0 20px 30px 0px;
    float: left;
  }
  .privacy_type section:nth-child(2n + 1) {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #container .privacy_type .contents_box .left_box {
    float: left;
    width: 48.6%;
    margin-right: 20px;
  }
  .privacy_type section dl {
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .privacy_type ol li {
    list-style: outside decimal;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #inquiry h2 {
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: left;
  }
  #inquiry dl {
    width: 80%;
  }
  #inquiry dl dt {
    float: left;
    width: 16%;
  }
  #inquiry dl dd {
    float: right;
    width: 84%;
  }
  #container #inquiry .clearfix .add_ttl {
    float: left;
  }

  .privacy_type ol {
    padding-left: 2%;
  }
  .privacy_type {
    width: 90%;
  }
}
/*タブレット(横)*/
@media screen and (min-width: 1024px) {
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
}
/* PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
	　コンテンツ
========================== */
  .page_image p {
    width: 100%;
    right: 0;
  }
  #container {
    width: 1000px;
    margin: 0 auto 30px;
  }
  .privacy_type {
    width: 90%;
  }
  .privacy_type .section {
    float: left;
    width: 320px;
    margin: 0 20px 30px 0;
  }
  .privacy_type section:nth-child(2n + 1) {
    margin: 0 20px 30px 0;
  }
  .privacy_type section:nth-child(4) {
    margin: 0 0 30px 0;
  }
  .privacy_type section {
    width: 320px;
    margin: 0 20px 30px 0px;
    float: left;
  }
  .privacy_type .contents_box {
    width: 100%;
    margin: 0 20px 30px 0px;
    float: left;
  }
  .privacy_type {
    margin-bottom: 40px;
  }
  #container .ttl h1 {
    font-weight: bold;
  }
  .privacy_type section dl {
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .privacy_type section dl dt {
    width: 180px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .privacy_type ol li {
    list-style: outside decimal;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .privacy_type ol {
    padding-left: 2%;
  }
  .privacy_type ol li {
    list-style: outside decimal;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .privacy_type ol li {
    list-style: outside decimal;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  #inquiry {
    clear: both;
    width: 90%;
    padding: 0 5% 5% 0%;
  }
  .privacy_type h2 {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .privacy_type ol li dl {
    margin-top: 10px;
  }
  .privacy_type ol li dl dd {
    margin-left: 2%;
  }
  .privacy_type .name {
    text-align: right;
  }
  #inquiry h2 {
    line-height: 1.5;
    font-size: 1.5rem;
    text-align: left;
  }
  #inquiry dl {
    width: 68%;
  }
  #inquiry dl dt {
    float: left;
    width: 15%;
  }
  #inquiry dl dd {
    float: right;
    width: 84%;
  }
}
