@charset "UTF-8";

.container {
	font-size: .95em;
}

.content pre, .content .pre {
	padding: 0 15px 1em;
}

.buttons-form input[type="submit"],
button {
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em 1em;
}

.buttons-form .internet {
	background-image: url(../images/button-internet.jpg);
	width: 180px;
	height: 60px;
}

.buttons-form .post {
	background-image: url(../images/button-post.jpg);
	width: 180px;
	height: 60px;
}

.buttons-form .adr {
	background-image: url(../images/button-adr.jpg);
	width: 180px;
	height: 60px;
}

.buttons-form .adr-keibai {

	background-image: url(../images/button-keibai-adr.jpg);
	width: 320px;
	height: 60px;
}

.buttons-form .adr-ninbai {
	background-image: url(../images/button-ninbai.jpg);
	width: 300px;
	height: 60px;
}

.buttons-form .adr-ninbai-renewal {
	background-image: url(../images/button-ninbai-renewal.png);
	width: 300px;
	height: 60px;
}

.buttons-form .adr-ninbai-temp {
	background-image: url(../images/button-ninbai-temp.png);
	width: 300px;
	height: 60px;
}

.buttons-form .bookstore {
	background-image: url(../images/button-bookstore.jpg);
	width: 200px;
	height: 60px;
}

.buttons-form .regist {
	background-image: url(../images/button-regist.png);
	width: 240px;
	height: 60px;
}

.buttons-form .regist-guide {
	background-image: url(../images/button-regist-guide.png);
	width: 240px;
	height: 60px;
}

.buttons-form .regist-guide-download {
	background-image: url(../images/button-regist-guide-download.png);
	width: 240px;
	height: 60px;
}

.buttons-form .regist-form {
	background-image: url(../images/button-regist-form.png);
	width: 240px;
	height: 60px;
}

.buttons-form .renewal-form {
	background-image: url(../chief/images/button-chief-renewal.jpg);
	width: 180px;
	height: 60px;
}

a:hover img.imghover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.content ul {
	list-style-type: square;
}

.content ul.decimal {
	list-style-type: decimal;
}

.content [rel=imglightbox] {
	border: solid 2px transparent;
}

.content [rel=imglightbox]:hover {
	border-color: #7B9F34;
}

.cont .text {
	width: 60%;
	float: left;
}

.cont img {

	width: 200px;
}

.cont .item {
	margin-bottom: 2em;
}

.cont .item .title {
	margin-bottom: .5em;
	font-weight: bold;
}

.cont .item .images01 {
	width: 40%;
	float: left;
}

.cont .item .text01 {
	width: 60%;
	float: right;
}

.cont .item .images02 {
	width: 40%;
	float: right;
}

.cont .item .text02 {
	width: 60%;
	float: left;
}

.cont p {
	padding-left: 0;
}

.flow {

	padding-left: 150px;
	position: relative;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
}

.flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eeeeee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;

	left: 150px;
}

.flow > li {
	position: relative;
	list-style-type: none;
	margin-left: 0;
	padding: 0 !important;
}

.flow > li:not(:last-child) {

	margin-bottom: 2vh;
}

.flow > li .icon {

	color: #ffffff;

	background: #143CA0;

	padding: 8px 20px;
	display: block;
	position: absolute;
	top: 0;

	z-index: 100;
	font-weight: bold;
	font-size: 14px;
	left: -150px;
	min-width: 115px;
}

.flow > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;

	border-color: transparent transparent transparent #143CA0;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flow > li dl {

	position: relative;
	padding-left: 50px;
}

.flow > li dl::before,
.flow > li dl::after {
	content: "";
	display: block;
	position: absolute;

	top: 19px;
}

.flow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #6b90db;
	border-radius: 50%;
	left: -4px;
}

.flow > li dl::after {

	border-bottom: 1px dashed #999999;
	position: absolute;
	left: 5px;
	width: 30px;
}

.flow > li dl dt {

	font-size: 1.1em;
	font-weight: 600;
	color: rgb(107, 144, 219);

	margin-bottom: .2vh;
}

.flow.renewal > li dl dt {
	color: darkorange;
}

.flow.renewal > li dl::before,
.flow.renewal > li .icon {
	background-color: darkorange;
}

.flow.renewal > li .icon::after {
	border-color: transparent transparent transparent darkorange;
}

.flow.ninbai > li dl dt {
	color: yellowgreen;
}

.flow.ninbai > li dl::before,
.flow.ninbai > li .icon {
	background-color: yellowgreen;
}

.flow.ninbai > li .icon::after {
	border-color: transparent transparent transparent yellowgreen;
}
