@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------
住所等変更お手続きのご案内
------------------------------------------*/

.change_box {
	padding: 50px 0 20px;
	margin-bottom: 50px;
	border-top: dotted #E5EDF6 6px;
	border-bottom: dotted #E5EDF6 6px;
}

.address_text01 {
  padding-left: 1.3em;
  text-indent: -1.3em;
	text-align: justify;
}
.address_text02 {
	font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
	text-align: justify;
}

.box_pink {
	background-color: #ea68a2;
	color: #FFF;
	padding: 15px 25px;
	margin-bottom: 50px;
	margin-top: 20px;
}

.box_sheet {
	border: dotted #000 1px;
	margin-bottom: 30px;
}

.box_blue {
	margin: 5px;
	padding: 20px 0 10px;
	background-color: #E5EDF6;
}

.title_sheet {
	color: #0058b5;
	font-size: 1.5em;
	font-weight: 700;
}

.box_waytosend {
	padding: 20px;
}

.text_way {
	font-size: 1.2em;
	font-weight: 700;
}

.text_blue {
	color: #0058b5;
}

.box_blueway {
	border: solid #E5EDF6 4px;
	padding: 25px 0;
	margin-bottom: 15px;
}

.box_pink02 {
	background-color: #fef2f8;
	padding: 15px 0 10px;
	margin-bottom: 20px;
}

.text_print {
	font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
	text-align: justify
}

.contents01 {
	border-bottom: dotted #000 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.contents02 {
	border-top: dotted #000 1px;
	border-bottom: dotted #000 1px;
	padding: 20px 0 10px;
	margin-bottom: 20px;
}

.btn_pink {
	text-align: center;
	color: #fff;
	background-color: #ea68a2 !important;
	border: #ea68a2 !important;
	padding: 6px 15px;
	border-radius: 7px !important;
	margin: 0 0 15px !important;
	text-decoration: none;
}

.btn_pink a {
	color: #FFFFFF;
}

.btn_pink a:hover {
	color: #fef2f8;
	text-decoration: none;
	opacity: 0.8;
}

.txt_bold {
	font-weight: bold;
}

.address_sheet {
	margin-bottom: 15px;
}

@media screen and (max-width:370px){
	
	.contact {
		line-height: 150%;
	}
	.address_text01 {
		font-size: 0.9em;
	}
	.title_sheet {
		font-size: 1.2em;
	}
	.text_way {
		font-size: 1em;
	}
	.text_way02 {
		font-size: 0.9em;
	}
	.box_waytosend {
		margin: 0 15px;
	}
	.txt_info {
		font-size: 0.9em;
		text-align: justify;
	}
	.box_blueway {
		padding: 15px;
	}
	.btn_pink {
		font-size: 0.9em;
	}
	
}