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

Table of Contents:
 * agreement
 
========================== */

/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #container .topicpath dd {
    margin: 97px 0 5px;
  }
}

/* =======================
		#agreement
========================== */
#agreement {
  margin-right: 4.1%;
}
#agreement #explanation {
  margin-bottom: 30px;
}
#agreement ol {
  padding-left: 0;
}
#agreement dl dt {
  font-weight: 400;
  float: left;
}
#agreement li {
  margin-bottom: 20px;
}
#agreement dl dd {
  padding: 0 0 0 20px;
}
#agreement .p_right {
  text-align: right;
  margin-bottom: 60px;
}

/*スマートフォン*/
@media screen and (max-width: 640px) {
  #container {
    margin: 10px auto;
  }

  /* =======================
		#side_nav
========================== */
  #side_nav {
    display: none;
  }

  /* =======================
		#agreement
========================== */
  #agreement {
    margin-right: 0;
  }
  #agreement #inquiry {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  #container {
    margin: 0 auto 60px;
  }
}
