@charset "utf-8";

/* CSS Document */
/*
============================================================
*	kiyaku_n.css
==========================================================*/

/* ご利用規約 */

.leadTxt{
	padding: 0 10px;
	margin-bottom: 20px;
}

.SectionBox{
	margin-bottom: 20px;
}
.SectionBox p{
	padding: 0 10px;
	margin-bottom: 1em;
}
.SectionBox ul{
	padding: 0 10px 0 1.2em;
	margin-bottom: 1em;
}
.SectionBox ul li{
	text-indent: -1em;
	padding: 0 10px;
}

dl{
	padding: 0 10px;
}

dl dt {
	font-weight: bold;
	color: #165194;
	margin-bottom: 5px;
	font-size: 14px;
}

dl dd {
	margin-left: 10px;
	margin-bottom: 5px;
}

dl dd ul {
	margin-bottom: 5px;
}

dl dd ul li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.cap {
	text-indent: -1em;
	padding-left: 1em;
}

.domain {
	margin-left: 10px;
}

.domain p {
	margin-bottom: 5px;
}

.domain ul {
	margin-left: 10px;
}

.domain dl dt {
	color: #444;
	margin-bottom: 0px;
	font-size: 12px;
}


.wb_a {
	word-break: break-all;
}

.useExTit3{
	font-weight:bold;
	color:#165194;
	padding-left: 10px;
}
.useBox .astTxt2{
	font-size:10px;
}
.useBox .useExTxt3{
	margin:0 0 5px 0;
}
.useBox .useExTxt2{
	margin:0 0 20px 0;
}

.tb_support {
	width: calc( 100% - 20px );
	margin: 5px auto 20px;
}
.tb_support .bg_w {
	background: #fff;
}
.tb_support * {
	word-break: break-all;
}
.tb_support ,
.tb_support th ,
.tb_support td {
	border-collapse: collapse;
	border:1px solid #999999;
	padding: .5em .8em;
	font-size: 12px;
	box-sizing: border-box;
}
.tb_support td {
	width: calc( (100% - 23%) / 2 );
}
.tb_support th {
	background: #e2f3fa;
	font-weight: bold;
}
.tb_support th:first-child {
	width: 23%;
}
.tb_support tr:first-child th {
	text-align: left;
}
.tb_support2 tr:first-child th {
	text-align: center;
}
.tb_support2 td {
	width: 80%;
}
.tb_support ul {
	margin: 0;
	padding: 0;
}
.tb_support ul li + li {
  margin-top: 5px;
}
.accordion_wrap .accordion_parent {
	position: relative;
}
.accordion_wrap .accordion_parent::before ,
.accordion_wrap .accordion_parent::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 21px;
	width: 18px;
	height: 2px;
	border-radius: 10px;
	background-color:#999999;
}
.accordion_wrap .accordion_parent::before {
	transform:rotate(90deg);
}
.accordion_wrap .accordion_parent.active::before {
	display: none;
}
.accordion_wrap .accordion_child {
	display: none;
}