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

	Title: other.css
	Created: 2017-8-29

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


		link
		sitemap


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

	link

=========================================================== */
/* link-list
----------------------------------------------------------- */
.link-list {
}
.link-list ul {
}
.link-list ul li {
  background: url(../../img/common/ic/ic_blank_a.png) 0 50% no-repeat;
  background-size: 10px 9px;
  border-bottom: dotted 1px #ddd;
  margin: 0;
  padding: 10px 0 10px 20px;
}
.link-list ul li a {
  display: block;
}
.link-list ul li a:link,
.link-list ul li a:visited {
}
.link-list ul li a:hover {
}
.link-list ul li img {
  margin: 0 0 0 5px;
  vertical-align: text-bottom;
}
/* ===========================================================

	sitemap

=========================================================== */
.sitemap {
  display: flex;
}
.sitemap ul {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.sitemap li {
  margin: 0 0 10px 0;
}
.sitemap li a {
  padding: 0 0 0 20px;
  display: block;
  position: relative;
}
.sitemap li a:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e60000;
  border-right: 2px solid #e60000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sitemap a:link,
.sitemap a:visited {
  text-decoration: none;
  color: #111111;
}
.sitemap a:hover {
  text-decoration: underline;
  color: #e60000;
}
.sitemap li ul {
  margin: 0 0 20px 20px;
  padding: 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.sitemap li ul a {
  padding: 0 0 0 10px;
}
.sitemap li ul a:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 9px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #e60000;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sitemap li a.blank:before {
  display: none;
}
.sitemap li a.blank {
  background-position: 0 50% !important;
  padding: 0 0 0 15px !important;
}
.section h2 {
  text-indent: -1.6em;
  padding-left: 2em;
}
/* ===========================================================

	privacy

=========================================================== */
.privacy-table {
  background-color: #eff2f5;
  border-radius: 32px;
  width: 640px;
  margin: 0 auto;
  padding: 32px;
}
.privacy-table__inner {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
}
.privacy-table__inner dt {
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
  color: #494948;
  font-size: 20px;
  font-weight: bold;
}
.privacy-table__inner dd {
  padding-top: 8px;
}
/* ===========================================================

	account

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

.password-table {
  width: 100%;
}
.password-table th {
  width: 40%;
}
.password-table input {
  width: 80%;
  height: 32px;
}
.input-btn {
  position: relative;
  transition: 0.5s all;
  display: table;
  margin: 0 auto !important;
}
.input-btn::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  vertical-align: middle;
  content: "";
  margin-top: -6px;
  border-top: 2px solid rgb(233, 72, 41);
  border-right: 2px solid rgb(27, 184, 206);
  transition: 0.5s all;
}
.input-btn input[type="submit"] {
  display: inline-block;
  border-radius: 16px;
  text-align: center;
  border: solid 1px #494948;
  color: #494948 !important;
  min-width: 280px;
  height: 64px;
  text-decoration: none !important;
  background-color: #fff;
}
.input-btn input[type="submit"]:hover {
  background-color: rgb(73, 73, 72);
  border-color: transparent;
  color: #fff !important;
  text-decoration: none;
}
.input-btn:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
