@charset "UTF-8";
/*-----------------------------------------------------------
*** [ KDDI株式会社 共通 main] ***
------------------------------------------------------------*/
/* = [ 共通 ] ===========================================*/
.contents {
	font-size: 1.2rem;
}

/*
article
========================================================================================================*/
article .headline {
	background: #fff;
	}
	article .headline .inner {
	position: relative;
	width :980px;
	margin: 0 auto;
	background: #fff;
	}
	article .headline h1 {
	padding: 38px 170px 38px 0px;
	font-size: 22px;
	}
	article .headline .support {
	position: absolute;
	right: 0;
	top:0;
	text-align: right;
	width: 135px;
	padding-top: 17px;
	}
	article .h2,
	article .h2-pink {
	font-family: "新ゴ M","Shin Go Medium","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	position: relative;
	color: #585858;
	font-size: 15px;
	padding-left: 17px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 3px solid #039;
	}
	article .h2:before,
	article .h2-pink:before {
	content: '';
	overflow: hidden;
	position: absolute;
	width: 8px;
	top: 0;
	bottom: 5px;
	left: 0;
	background: #039;
	border-radius: 5px;
	}
	article .h2-pink {
	border-bottom: 3px solid #e4007f;
	}
	article .h2-pink:before {
	background: #e4007f;
	}
	article .h3,
	article .h3-pink {
	font-family: "新ゴ M","Shin Go Medium","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 18px;
	border-bottom: 2px solid #039;
	padding: 7px 0 3px;
	margin-top: 30px;
	margin-bottom: 20px;
	}
	article .h3-pink {
	border-bottom: 2px solid #0091D7;
	}
	article .h4 {
	font-family: "新ゴ M","Shin Go Medium","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 13px !important;
	color: #585858;
	border-bottom: 1px solid #c1c1c1 !important;
	padding: 0 0 5px 0 !important;
	margin: 20px 0 20px 0 !important;
	text-align: left !important;
	}
	article .title-first {
	margin-top: 0;
	}
	article ul,
	article ol {
	list-style-position: outside;
	margin-bottom: 15px;
	}
	article ul { list-style: disc; }
	article ol { list-style: decimal; }
	article li { margin-left: 20px;line-height: 150%; margin-bottom: 5px;list-style: disc; }
	article p {
	margin-bottom: 15px;
	line-height: 150%;
	font-size: 14px;
	}
	article table {
	overflow: hidden;
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
	border-radius: 5px;
	background: #c1c1c1;
	margin-bottom: 15px;
	font-feature-settings: normal;
	}
	
	article table th,
	article table td {
	padding: 10px;
	border: 1px solid #c1c1c1;
	background: #fff;
	padding: 10px;
	vertical-align: top;
	}
	article table th {
	background: #efefef;
	font-weight: 400;
	}
	
	article a {
		color: #039;
	}