@charset "UTF-8";


/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.cont_inner {
	max-width: 940px;
}
.para {
	margin-bottom: 100px;
}
.mida_1 {
	font-size: 24px;
	font-weight: 700;
	color: #119bf7;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 10px 0;
	border-top: 1px solid #119bf7;
	border-bottom: 1px solid #119bf7;
	margin-bottom: 40px;
}
.mida_2 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 8px 0;
	background: rgba(17, 155, 247, 0.3);
	border-radius: 100px;
	max-width: 600px;
	margin: 0 auto 30px;
}
.mida_step {
	background: #c8cfe4;
	padding: 20px 0;
	position: relative;
	min-height: 78px;
	margin-bottom: 20px;
}
.mida_step .num {
	width: 55px;
	height: 55px;
	padding-top: 8px;
	background: #119bf7;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.1;
	font-weight: 500;
	position: absolute;
	top: 50%;
    left: auto;
    transform: translateY(-50%);
	margin-left: -10px;
}
.mida_step .num span {
	font-size: 20px;
}
.mida_step h3 {
	font-size: 21px;
	font-weight: 500;
	margin-left: 70px;
	letter-spacing: 0.08em;
	position: absolute;
	top: 50%;
    left: auto;
    transform: translateY(-50%);
}
.enclosing {
	border: 1px solid #ff0000;
	color: #ff0000;
	padding: 20px 30px;
	line-height: 2;
	margin-bottom: 50px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.text {
	text-align: justify;
	text-justify: inter-ideograph;
}
.text_typ_1 {
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	margin: 50px 0;
}
.text_typ_1 a {
	color: #333;
	text-decoration: underline;
}
.text_typ_1 a:hover {
	text-decoration: none;
}
.note {
	font-size: 13px;
	margin-top: 10px;
}
.underline_red {
	border-bottom: 1px solid #ff0000;
}

.table_box {
	margin: 20px 0 70px;
}
.table_box table {
	width: 100%;
}
.table_box table th,
.table_box table td {
	padding: 10px 20px;
	background: rgba(17, 155, 247, 0.05);
	border-top: 1px solid #c8cfe4;
}
.table_box table tr:first-child th,
.table_box table tr:first-child td {
	border-top: none;
}
.table_box table th {
	background: #119bf7;
	color: #fff;
	font-weight: 500;
	border: 1px solid #fff;
	white-space: nowrap;
}
.document_typ_1 {
	max-width: 800px;
	margin: 40px auto 50px;
}
.document_typ_2 {
	max-width: 700px;
	margin: 0 auto 80px;
}
.document_typ_1 figure,
.document_typ_2 figure {
	float: left;
	width: 45%;
	margin-left: 10%;
}
.document_typ_1 figure:nth-child(1),
.document_typ_2 figure:nth-child(1) {
	margin-left: 0;
}
.my-number-card {
	margin-bottom: 70px;
}
.my-number-card .list_indent_1 {
	width: 58%;
	float: left;
}
.my-number-card .document_typ_3 {
	width: 35%;
	float: right;
}
.text_typ_2 {
	font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 50px 0 20px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.mida_1 {
	font-size: 23px;
	letter-spacing: 0.05em;
}
.my-number-card .list_indent_1 {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.my-number-card .document_typ_3 {
	max-width: 400px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
.para {
	margin-bottom: 70px;
}
.mida_1 {
	font-size: 16px;
	line-height: 1.5;
	padding: 6px 0;
	margin-bottom: 20px;
}
.mida_2 {
	font-size: 15px;
	letter-spacing: 0.05em;
    padding: 5px 0;
	max-width: 170px;
	margin-bottom: 10px;
}
.mida_step {
	padding: 11px 0;
	margin-bottom: 10px;
	min-height: 70px;
}
.mida_step .num {
	width: 45px;
	height: 45px;
	font-size: 12px;
	padding-top: 6px;
	margin-left: -4px;
}
.mida_step .num span {
	font-size: 18px;
}
.mida_step h3 {
	font-size: 16px;
	margin-left: 55px;
	line-height: 1.5;
}
.enclosing {
	font-size: 12px;
	padding: 12px 16px;
    line-height: 1.8;
	margin-bottom: 20px;
}
.text {
	line-height: 1.7;
}
.text_typ_1 {
	font-size: 14px;
	margin: 36px 0;
	letter-spacing: 0;
}
.text_typ_1 a:hover {
	text-decoration: underline;
}
.note {
	font-size: 12px;
}
.table_box {
	margin: 10px 0 50px;
}
.table_box table th,
.table_box table td {
	padding: 10px 10px;
}

.document_typ_1 {
	max-width: 400px;
	margin: 40px auto 50px;
}
.document_typ_2 {
	max-width: 350px;
	width: 70%;
	margin: 0 auto 70px;
}
.document_typ_1 figure,
.document_typ_2 figure {
	float: none;
	width: 100%;
	margin-left: 0
}
.document_typ_1 figure:nth-child(1) {
	margin-bottom: 40px;
}
.document_typ_2 figure:nth-child(1) {
	margin-bottom: 10px;
}
.my-number-card .list_indent_1 {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.my-number-card .document_typ_3 {
	max-width: 400px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
.text_typ_2 {
	font-size: 14px;
	text-align: left;
	margin: 20px 0 10px;
}
}


