/* CSS Document */
img {
	/* ウィンドウサイズに応じて画像を拡縮 */
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	height: auto;
}
body {
	color: #000;
	-webkit-text-size-adjust: 100%;/* 横向きにしたときにフォントサイズが変わらないように */
	line-height: 1.5em;
}
.wrapper {
	/* この要素で画面最大幅を限定します。 */
	max-width: 960px;
	box-sizing: border-box;
	margin: 0 auto;
}
.btn {
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.35);
	transition: box-shadow 0.2s, transform 0.2s;
}
.btn:active {
	transform: translateY(4px);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.35);
	transition-duration: 0.1s;
}
.br_SP {
	display: none;
}
@media screen and (max-width: 736px) {
	.br_SP {
	display: block;
	}
}

/***************************
 ** flexible boxと子要素の関係
 * flexible box仕様には3段階あります。box,flexbox,flex
 * ブラウザによって実装段階がそれぞれ異なるので、注意すること
 *
 * 横並びのboxなのでクラス名を「flex_row」に変更
 */

.flex_row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: nowrap;
}
.flex_row > * {
	flex: 0 1 auto;
	order: 0;
}

@media screen and (max-width: 736px) {
/***************************
 * スマホの場合にどうするかを記載するので接頭辞として、「sp_」を追加
 */
	.sp_flex_col {
	flex-direction: column;
	}
	.sp_flex_col>* {
	width: 100%;
	}
}


/***************************
 ** header
 */

#header {
	padding: 23px 0 18px;
	/*シャープのロゴ使用規定に準拠*/
}
#header .wrapper {
	display: flex;
}
#header .header_left {
	margin-right: auto;
	display: flex;
}
#header #site_id {
	width: 164px;
	margin: 0 30px;
	/*シャープのロゴ使用規定に準拠*/
}
#header p {
	margin-top: 0.8rem;
}
#header #page_title {
	margin-top: 0.8rem;
	margin-left: 0.5rem;
}

@media screen and (max-width: 736px) {
	#header {
	padding: 0;
	}
	#header .wrapper {
	display: block;
	padding: 14px 0 9px 20px !important;
	/*シャープのロゴ使用規定に準拠*/
	box-sizing: border-box;
	margin: 0 !important;
	}
	#header #site_id {
	/*シャープのロゴ使用規定に準拠*/
	width: 96px;
	height: 33px;
	margin: 0 15px 0.8rem 0;
	}
	#header p {
	margin-top: 0;
	}
	#header #page_title {
	margin: 0.5rem 0;
	text-align: center;
	}
	#header #page_title img {
	width: 75%;
	}
}


/***************************
 ** #main
 */

#main {
	display: block;/*ie10で必要*/
}


/***************************
 ** #fv
 */

#fv {
	padding-bottom: 3rem;
}

@media screen and (max-width: 736px) {
}


/***************************
 ** #cv01
 */

#cv01 {
	margin-bottom: 3rem;
}
.convenience {
	margin-bottom: 3rem;
}
.convenience h3 {
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}
.convenience ul {
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.convenience ul li {
	width: 50%;
	text-align: center;
}
.convenience ul li a {
	display: block;
}
.convenience ul li::after {
	content: url('/bs/govservice/images-govservice/external-link_icon.png');
	display: block;
}
.acquisition {
	margin-bottom: 3rem;
	border: 2px solid #454038;
	border-radius: 20px;
	background-color: #f9f4e5;
	padding: 2rem;
}
.acquisition h3 {
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}
.acquisition dl.residence {
	margin-bottom: 2rem;
}
.acquisition dl dt {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.75rem;
	margin-bottom: 1rem;
	padding-left: 1.75rem;
	text-indent: -1.75rem;
}
@media screen and (max-width: 736px) {
	.acquisition dl dt {
	font-size: 1.1rem;
	}
}
.acquisition dl dd ul li {
	margin-bottom: 0.2rem;
	padding-left: 1rem;
	text-indent: -1rem;
}
.acquisition dl dd ul li::before {
	content: "・";
}
#cv01 .note2 {
	font-size: 0.875rem;
	padding-left: 1.25rem;
	text-indent: -1.25rem;
}
#cv01 .note2:before {
	content: "\25cf";
	margin-right: 0.5em;
}
#cv01 .note2 a::after {
	content: url('/bs/govservice/images-govservice/external-link_icon-s.png');
	padding: 0 0.2rem;
}

@media screen and (max-width: 960px) {
	#cv01 {
	margin: 0 0.5rem 3rem;
	}
}

@media screen and (max-width: 736px) {
	.convenience h3 {
	font-size: 1.35rem;
	line-height: 1.8rem;
	}
	.convenience ul {
	justify-content: space-around;
	}
	.convenience ul li {
	width: 42%;
	}
	.acquisition {
	padding: 0.8rem;
	}
	.acquisition h3 {
	font-size: 1.35rem;
	margin-bottom: 1.2rem;
	}
}


/***************************
 ** #sec01
 ** #sec02
 */

#sec01,
#sec02 {
	margin-bottom: 3rem;
}
#sec01 h2,
#sec02 h2 {
	margin-bottom: 1rem;
}
#sec02 .img_box {
	margin-bottom: 1rem;
}
#sec02 .note2 {
	font-size: 0.875rem;
	padding-left: 1.25rem;
	text-indent: -1.25rem;
}
#sec02 .note2 a::after {
	content: url('/bs/govservice/images-govservice/external-link_icon-s.png');
	padding: 0 0.2rem;
}


/***************************
 ** #sec03
 */

#sec03 {
	margin-bottom: 3rem;
}
#sec03 h2 {
	margin-bottom: 1rem;
}
#sec03 .img_box {
	margin-bottom: 1rem;
}
#sec03 .note3 {
	border: 1px solid #454038;
	background-color: #f8f7f6;
	padding: 2rem;
	font-size: 0.875rem;
}
#sec03 .note3 a::after {
	content: url('/bs/govservice/images-govservice/external-link_icon-s.png');
	padding: 0 0.2rem;
}

@media screen and (max-width: 736px) {
	#sec03 .note3 {
	padding: 0.8rem;
	}
}


/***************************
 ** .cv02
 */

#cv02 {
	margin-bottom: 3rem;
}
#cv02 dl {
	text-align: center;
}
#cv02 dl dt {
	margin-bottom: 1rem;
	font-weight: bold;
}

@media screen and (max-width: 960px) {
	#cv02 {
	margin: 0 0.5rem 3rem;
	}
}

@media screen and (max-width: 736px) {
}


/***************************
 ** #sec04
 */

#sec04 ul.note {
	font-size: 75%;
	line-height: 1.5;
}
#sec04 ul.note li:before {
	content: "\25cf";
	margin-right: 0.5em;
}

@media screen and (max-width: 736px) {
	#sec04 {
	margin: 0 0.5rem 1rem;
	}
}



/***************************
 ** #footer
 */

#footer {
	margin-top: 2rem;
	border-top: #ccc 1px solid;
	font-size: 68.75%;
	padding-bottom: 0.3rem;
}
#footer .footer_nav a {
	color: #000;
}
#footer .footer_nav a:hover {
	color: #999;
	text-decoration: none;
}
#footer .footer_nav ul {
	display: table;
	padding: 1rem 0;
}
#footer .footer_nav ul li {
	display: table-cell;
	padding: 0 1rem;
	border-right: 1px #aaa solid;
	line-height: 1;
}
#footer .footer_nav ul li:first-child {
	border-left: 1px #aaa solid;
}
#footer .copyright {
	font-weight: bold;
}
#footer .flex_row {
	align-items: center;
}

@media screen and (max-width: 736px) {
	#footer {
	background-color: #f0f0f0;
	padding: 0 0.5rem 1rem;
	}
	#footer .footer_nav ul {
	display: block;
	padding: 1rem 0;
	}
	#footer .footer_nav ul li {
	display: block;
	border-right: none;
	line-height: 2;
	padding: 0;
	}
	#footer .footer_nav ul li:first-child {
	border-left: none;
	}
}


/***************************
 ** #rev_top
 */

#rev_top {
	position: fixed;
	width: 7%;
	max-width: 60px;
	bottom: 20px;
	left: 20px;
	text-decoration: none;
	opacity: 0.8;
	box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}
