.modal {
	max-width:  920px;
	padding: 40px 20px;
}
.modal a.close-modal[class*="icon-"] {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(/mypage/common/images/icon_header_menu_close.png) center center no-repeat;
  background-size: 20px 20px;
}
.modal a.form_btn {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 15px;
}
#terms_req_modal.modal {
	width: 60%;
}
.t-c {
	text-align: center;
}
.input_terms_text {
	font-size: 13px;
}
.terms_check {
	padding: 10px;
}
.terms_check.disabled {
	background:#cdcece;
}
.terms_check label.checkbox {
	width: 100%;
}
#terms_modal .terms_tab {
	width: 100%;
	line-height: 1.4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
}
#terms_modal .terms_tab > li {
	width: calc(50% - 2px);
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 15px 10px;
	margin-left: 4px;
	color: #fff;
	background: #acacac;
	text-decoration: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
#terms_modal .terms_tab > li:first-child {
	margin-left: 0;
}
#terms_modal .terms_tab > li.is-open {
	background-color: #b60081;
}
#terms_modal .terms_tab > li:hover {
  opacity: 0.8;
}
#terms_modal .terms_tab_item {
	max-height: 500px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#terms_modal .terms_tab_item > li {
  overflow: hidden;
	display: none;
}
#terms_modal .terms_tab_item > li.is-open {
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 640px) {
	#terms_modal .terms_tab_item {
		max-height: 300px;
	}
}
.terms_body .underline {
  color: #000;
  text-decoration: underline !important;
}
.terms_body .underline:hover {
  text-decoration: none !important;
}
.terms_body dl {
	margin: 30px 0 0;
}
.terms_body .ttl {
	background-color: #000000;
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 10px;
}
.terms_body .ttl2 {
	color: #000;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 10px 15px;
}
.terms_body dd {
	padding: 0 30px;
}
.terms_body p {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 10px;
}
.terms_body ul.list_style_maru {
	margin: 0 0 10px 0;
}
.terms_body ul.list_style_maru > li,
.terms_body ul.list_style_maru > li p {
	margin: 0;
}
.terms_body ul.list_style_base {
  list-style: none;
  padding: 0;
}
.terms_body ul.list_style_base > li {
  margin-bottom: 10px;
  padding-left: 1em;
  position: relative;
}
.terms_body ul.list_style_base > li:before {
	content: "・";
	position: absolute;
	left: 0;
	color: #000;
	line-height: 1.5;
}
.terms_body ol.list_style_base {
  counter-reset: cnt;
  list-style: none;
  padding: 0;
}
.terms_body ol.list_style_base > li {
  margin-bottom: 10px;
  padding-left: 2em;
  position: relative;
}
.terms_body ol.list_style_base > li:before {
	content: counter(cnt);
	counter-increment: cnt;
	position: absolute;
	left: 0;
	color: #000;
	line-height: 1.5;
}
.terms_body ol.list_style_base.list_style_maru > li:before {
	border-radius: 50%;
	border: 1px solid #7b7b7b;
	width: 1.1em;
	font-size: 0.9em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.terms_body ol.list_style_base.list_style_kakko > li:before {
	content: "（" counter(cnt) "）";
}
.terms_body ol.list_style_base.list_style_num > li:before {
	content: counter(cnt) ".";
}

@media screen and (max-width: 640px) {
	.terms_body .ttl2 {
		padding: 10px;
	}
	.terms_body dd {
		padding: 0 10px;
	}
	.terms_body ol.list_style_base.list_style_kakko > li {
  padding-left: 2.8em;
	}
	#terms_req_modal.modal {
  width: 80%;
	}
	#terms_modal .terms_tab > li {
		font-size: 0.9em;
	}
}

.terms_body .revision_wata {
	text-align: right;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 0;
	margin-right: 30px;
}
.terms_body .revision_mita {
	text-align: right;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 0;
	margin-right: 30px;
}
@media screen and (max-width: 640px) {
	.terms_body .revision_wata {
		margin-right: 10px;
	}
	.terms_body .revision_mita {
		margin-right: 10px;
	}
}