@charset "UTF-8";
/* ===================================================================
CSS information
=================================================================== */


/*--------------------------------------------------------------------

共通要素

--------------------------------------------------------------------*/

* {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
}
body {
	background: none repeat scroll 0 0 #fff;
	color: #333;
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Mincho ProN', Helvetica, sans-serif;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 auto;
	min-width: 1280px;
	overflow-y: visible;
	width: 100%;
}
#contentsArea {
	padding: 44px 0;
	width: 100%;
	background: #fff;
}
img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.inner {
	margin: 0 auto;
	width: 968px;
	min-width: 968px;
	position: relative;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */


/*
spMsg
--------------------------------------------------------------------*/
section#spMsg {
	border-bottom: 30px solid #fff;
	padding: 1px 0;
	background: #000;
	text-align: center;
	line-height: 1;
	font-size: 14px;
	color: #fff;
}
section#spMsg a,
section#spMsg a:active,
section#spMsg a:visited {
	text-decoration: underline;
	color: #fff;
}
section#spMsg a:hover {
	text-decoration: none;
	color: #fff;
}
section#spMsg span {
	position: relative;
	top: -2px;
	background: red;
	margin: 0 10px 0 0;
	padding: 3px 5px;
	font-size: 9px;
	font-weight: bold;
}


/*
header
--------------------------------------------------------------------*/
header {
	text-align: left;
	height: 65px;
}
header .inner {
}
header .inner h1 {
	margin: 10px 0 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0;
}


/*
footer
--------------------------------------------------------------------*/
footer {
	text-align: center;
	color: #000;
}
footer #footerPageTop {
	background: #DAE1E1;
	display: block;
	padding: 10px 0 20px;
	margin-bottom: 20px;
}
footer a, footer a:visited {
	outline: none;
	text-decoration: none;
	color: #000;
}
footer a:hover, footer a:active {
	text-decoration: underline;
	color: #000;
}
footer #copyright {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1.4em;
	padding: 10px 0;
}


/*
お問い合わせ
--------------------------------------------------------------------*/
#contactVisual {
	background: url(../images/visual_etc.png) repeat-x;
	height: 155px;
	margin: 0px;
	padding: 0;
}
#contactVisual h2 {
	text-align: center;
	padding: 70px 0 0;
	margin: 0 0 0 15px;
	letter-spacing: 15px;
	font-family: 'Noto Sans JP';
	font-size: 2.2em;
	font-weight: 700;
	color: #000;
}
#contactVisual h2.noLmargin {
	margin: 0;
}
#contactVisual .logoTcc {
	width: 280px;
	height: 90px;
}
#contactVisual h2 br.sp {
	display: none;
}
#contactVisual h2 span {
	letter-spacing: 10px;
}
#contactOther p {
	width: 100%;
	max-width: 720px;
	border-bottom: 1px solid #ccc;
	padding: 40px 8px 30px;
	margin: 0px auto 30px auto;
	line-height: 1.6em;
	text-align: left;
	font-size: 16px;
}
#contactContents .inner {
	width: 968px;
	min-width: 968px;
}
#contactContents h3 {
	margin: 50px auto 30px auto;
	text-align: center;
	font-size: 1.4em;
	color: #5e5e5e;
}
#contactContents .checkbox {
	-webkit-appearance: checkbox;
}
#contactContents .radio {
	-webkit-appearance: radio;
}
#contactContents p {
	margin-bottom: 50px;
}
#contactContents table {
	width: 100%;
	margin-bottom: 100px;
	border-top: #dae1e1 1px solid;
}
#contactContents th {
	text-align: left;
	border-bottom: #dae1e1 1px solid;
	padding: 20px 0;
	vertical-align: middle;
	width: 200px;
}
#contactContents td {
	text-align: left;
	border-bottom: #dae1e1 1px solid;
	padding: 20px 0;
	vertical-align: middle;
}
#contactContents p.sample {
	margin: 10px 0 0 0;
	color: #999;
}
#contactContents ::placeholder {
	color: #999;
	font-size: 0.9em;
}
#contactContents p.inputError + p.sample {
	margin: 5px 0 0 0;
}
#contactContents p.privacyIntro {
	margin: 0 0 20px 0;
	line-height: 1.6em;
}
#contactContents td .textfieldRequiredMsg {
	font-size: 10px;
}
#contactContents .formTex {
	width: 100%;
	max-width: 400px;
	border: #afb2b2 1px solid;
	border-radius: 5px;
	padding: 6px;
	font-size: 1.2em;
}
#contactContents .formTexArea {
	width: 100%;
	max-width: 640px;
	border: #afb2b2 1px solid;
	border-radius: 5px;
	padding: 6px;
	font-size: 1.2em;
}
#contactContents .formBtn {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 50px;
	border-bottom: none;
}
#contactContents .formBtn #returnbtn {
	display: inline-block;
	max-width: 322px;
	margin: 0 5px;
}
#contactContents .formBtn #sendbtn {
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}
#contactContents .formBtn #sendbtn img {
	display: block;
}
#contactContents a, #contactContents a:visited {
	outline: none;
	text-decoration: underline;
	color: #000;
}
#contactContents a:hover, #contactContents a:active {
	text-decoration: none;
	color: #000;
}
#contactContents .contactThanks {
	text-align: center;
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 1.8em;
}
#contactContents .contactThanks h3 {
    padding: 30px 0 0 0;
}
#contactContents .contactThanks p.note {
	line-height: 1.6em;
	font-size: 0.8em;
	color: #666;
}
#contactContents .formRow {
	max-width: 720px;
	margin: 0 auto;
	padding-bottom: 4px;
}
#contactContents .formRow:last-of-type {
	width: 100%;
	max-width: 968px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
#contactContents .formRowPrivacy {
	display: block;
}
#contactContents .formRow label,
#contactContents p.label {
	display: block;
	margin: 20px 0 8px 0;
	font-weight: bold;
	font-size: 1.1em;
	font-family: 'Noto Sans JP';
}
#contactContents #checkDownloadFileCode label {
	margin: auto;
	font-weight: normal;
	font-size: 1.2em;
}
#contactContents .formRow label.labelAgree {
	display: inline;
	font-weight: normal;
}
#contactContents .attention img {
	position: relative;
	top: 2px;
	vertical-align: baseline;
	width: 45px;
	height: 15px;
	margin-left: 6px;
}
#contactContents .attention img.multiple {
	width: auto;
}
#contactContents #error {
	display: none;
	border: 1px solid #ff0004;
	text-align: center;
	padding: 20px;
	margin: 40px auto;
	color: #ff0004;
}
#contactContents p.inputError {
	margin: 5px 0 10px 0;
	color: #ff0004;
}
#contactContents #inquiryTypeError {
	margin-top: 10px;
	padding-top: 0;
}

#contactBrochure .inner {
	width: 968px;
	min-width: 968px;
	text-align: center;
}
#contactBrochure .inner p {
	margin: 50px auto;
	text-align: center;
	line-height: 2em;
	font-size: 1.2em;
}
#contactBrochure a.button {
	display: inline-block;
	margin: 0 auto 30px auto;
	padding: 22px 50px;
	background: #2d629d;
	line-height: 1;
	text-decoration: none;
	font-family: 'Noto Sans JP';
	font-size: 1.2em;
	color: #fff;
}
#contactContents a.button {
	display: inline-block;
	margin: 0 auto 30px auto;
	padding: 14px 50px 12px 40px;
	background: #2d629d url(../images/icon_btnarrow.svg) no-repeat right;
	line-height: 1;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: 'Noto Sans JP';
	font-size: 0.9em;
	color: #fff;
}
#contactContents a.return {
	padding: 14px 40px 12px 50px;
	background: #2d629d url(../images/icon_btnarrow_return.svg) no-repeat left;
}
#returnbtn {
	width: auto;
	padding: 0;
	margin: 50px auto 0;
	background: none;
	border: 0;
	font-size: 1em;
	line-height: 1;
	overflow: visible;
	cursor: pointer;
}
#contactContents .privacyPolicyBox {
	height: 200px;
	overflow-y: scroll;
	border: #dfe0e0 1px solid;
	margin: 20px auto;
	padding: 5px 20px 0 20px;
}
#contactContents .privacyPolicyBox h4 {
	text-align: center;
	font-size: 1.3em;
}
input[type=checkbox] {
    transform: scale(1.5);
	margin-right: 10px;
}
input[type=radio] {
    transform: scale(1.5);
	margin-right: 10px;
}
#checkDownloadFileCode label {
	padding-bottom: 5px;
	cursor: pointer;
}
#contactContents p.aC {
	text-align: center;
}
#contactContents p.aC br.sp {
	display: none;
}

/*
banners
--------------------------------------------------------------------*/
#banners .inner {
	width: 968px;
	min-width: 968px;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: center;
}
#banners .inner:last-of-type {
	display: flex;
	justify-content: space-between;
	border-top: 0;
	border-bottom: 1px solid #ccc;
	margin: 15px auto 70px auto;
	padding-bottom: 30px;
}
#banners .inner h3 {
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.4em;
}
#banners .box {
	display: inline-block;
	width: 300px;
}
#banners a img {
	width: 100%;
}
#banners p {
	line-height: 1.6em !important;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
#banners p a {
	display: inline-block;
	padding-top: 6px;
	text-decoration: none;
	color: #2d629d;
}
#banners p a:hover {
	text-decoration: underline;
}


/*
footer
--------------------------------------------------------------------*/
footer{
	text-align:center;
	color:#000;
}
footer .inner {
	min-width: 1280px;
}
footer .localgov_bnr{
    padding: 80px 0 50px;
}

footer .localgov_bnr img{
    margin: 0 10px 25px;
}
footer #footerPageTop{
	background:#DAE1E1;
	display:block;
	padding:10px 0 20px;
	margin-bottom:20px;
}
footer nav#footerMainMenu{
	padding:10px 0;
}
footer nav#footerMainMenu ul{
	margin:15px 0 0;
	padding:0;
	list-style:none;
	text-align:center;
	font-size:12px;
	letter-spacing:2px;
	}
footer nav#footerMainMenu ul li{
	display:inline;
	margin:0 20px;
	}
footer nav#footerMainMenu ul li:before{
	}
footer nav#footerMainMenu ul li:last-child:after{
	}
footer nav#footerSubMenu{
}
footer nav#footerSubMenu ul{
	margin:15px 0 0;
	padding:0;
	list-style:none;
	font-size:0.9em;
	text-align:center;
	}
footer nav#footerSubMenu ul li{
	display:inline;
	margin:0 15px;
	font-size:10px;
	letter-spacing:2px;
	}
footer nav#footerSubMenu ul li:before{
	}
footer nav#footerSubMenu ul li:last-child:after{
	}
footer #pms{
	position:absolute;
	top:5px;
	right:0px;
}
footer #npojop{
	position:absolute;
	top:13px;
	right:100px;
}

footer #copyright{
	padding:10px 0;
	font-size:10px;
	line-height:1.4em;
	letter-spacing:1px;
}
footer a,
footer a:visited	{
	outline: none;
	text-decoration: none;
	color: #000;
}
footer a:hover,
footer a:active	{
	text-decoration: underline;
	color: #000;
}