@charset "utf-8";

/*------------------------------------------------
パンくず
------------------------------------------------*/

.breadcrumb {
	background: #f0f0f0;
	margin: 10px 0 0;
	padding:  10px 0;
}

.breadcrumb ul {
	width: 960px;
	margin: 0 auto;
}

.breadcrumb ul li {
	display: inline;
	padding-right: 20px;
	font-size: 14px;
	position: relative;
}

.breadcrumb ul li:after {
	content: "＞";
	position: absolute;
	top: -2px;
	right: 0;
}

.breadcrumb ul li.current:after {
	display: none;
	padding: 0;
}

.breadcrumb ul li a {
	color: #333;
}

.breadcrumb ul li.home a {
	overflow: hidden;
	text-indent: -9999em;
	background: url(/images/common/icon_home.png) left bottom no-repeat;
	display: inline-block;
	width: 15px;
	height: 14px;
	vertical-align: -2px;
}

/*------------------------------------------------
タイトルエリア
------------------------------------------------*/

.titleArea {
	background: #c9e8e4;
	height: 145px;
	margin: 40px calc(50% - 50vw) 50px;
}

.titleArea .inner {
	width: 960px;
	margin: 0 auro;
	position: relative;
}

.titleArea .inner h2 {
	color: #009f8a;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 30px;
	letter-spacing: 0.2em;
	margin-left: 1em;
}

.titleArea .inner h2 span {
	color: #333;
	font-size: 62.5%;
	font-weight: normal;
	letter-spacing: normal;
}
.titleArea .inner h2.line {
	padding-top: 50px;
}

.titleArea .inner img {
	position: absolute;
	top: -15px;
	right: 0px;
}

@media only screen and (max-width: 1200px) {
    .titleArea {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 992px) {
    .titleArea {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
    .titleArea {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
    .titleArea {
    margin-top: 10px;
  }
    .custom-navbar .navbar-brand {
    font-size: 16px;
  }
}

/*------------------------------------------------
メインエリア
------------------------------------------------*/

#mainContainer {
	margin-bottom: 100px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


@media only screen and (max-width:1200px) {
#mainContainer {
	margin-bottom: 100px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
}

#mainContiner div.inner.clearfix {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: center;
}

.mainArea {
	float: left;
}

.mainArea section {
	margin-bottom: 50px;
}

.mainArea section:last-child {
	margin-bottom: 0;
}

.mainArea img {
    max-width: 95%;
    height: auto;
}

.imageArea img {
    max-width: 100%;
    height: auto;
}

.mainArea section.subitem {
display: flex;
position: relative;
flex-wrap: wrap;
margin-bottom: 10px;
}
.mainArea section.subitem.sp {
display: none;
}
.mainArea section.subitem > div {
width: 30%;
background: #e6f3fc;
border-radius: 0.25em;
border: 1px solid #d0e1ec;
}
.mainArea section.subitem > div:nth-child(2n) {
margin: 0 4.5%; 
}
.mainArea section.subitem > div a {
display: block;
text-align: center;
text-decoration: none;
color: #333;
padding: 10px 0;
}
.mainArea section.subitem > div a:hover {
opacity: .7;
}

.mainArea section.subitem:before {
content: url("../images/common/icon_check.png");
position: absolute;
top: -45px;
left: 0;
}








/*タイトル*/

h3.title {
	margin-bottom: 1.5em;
	padding: 1.5rem 0 1.5rem 2rem;
	color: #009f8a;
	font-size: 1.5em;
	border-left: 12px solid #009f8a;}
h3.title2 {
	background: url(../images/common/bg_title02.gif) no-repeat left center #ebebeb;
	border-radius:3px;
	padding:12px 12px 12px 30px ;
	margin-bottom:20px;
}
h4.title {
    padding-left: 20px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-left: 1em solid #009f8a;}

/*テーブル*/

table.ta01 {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

table.ta01 th,
table.ta01 td {
	padding: 10px;
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	line-height: 1.4;
}

table.ta01 th {
	background:#fbffe7;
	font-weight:normal;
}
table.ta01 td {
	/*font-size: 87.5%;*/
}
table.ta01 .type01 {
	background: #f2f2f2;
}
a.pdf {
	color:#333;
	background:url(/images/common/icon_pdf.png) no-repeat left 0.15em;
	background-size: 1em;
	text-indent:-20px;
	padding-left:20px;
}
a.doc {
	color:#333;
	background:url(/images/common/icon_doc.png) no-repeat left 0.15em;
	background-size: 1em;
	text-indent:-20px;
	padding-left:20px;
}
a.xls {
	color:#333;
	background:url(/images/common/icon_xls.png) no-repeat left 0.15em;
	background-size: 1em;
	text-indent:-20px;
	padding-left:20px;
}
a.myp {
	color:#333;
	background:url(/images/common/icon_myp.png) no-repeat left 0.15em;
	background-size: 1em;
	text-indent:-20px;
	padding-left:20px;
}


/*リスト*/

.list1 li {
	text-indent: -2em;
	margin:  0 0 5px 2em;
	line-height: 1.4;
}


/* ※注意書き */

.caution {
	text-indent:-1em;
	padding-left:1em;
}
.caution2 {
	text-indent:-2em;
	padding-left:2em;
}


/* ボタン */
.btn {
	width:100%;
	margin:0 auto;
	padding-bottom:4px;
	text-align:center;
}
.btn a {
    display: block;
    text-align: center;
    padding: 3rem 1rem;
    background: #009f8a;
    color: #ffffff;
    font-size: 16px;
    border: 1pt solid #009f8a;
    border-radius: 0.25em;
    margin-bottom: 0.5em;
}
.btn a:hover {
    display: block;
    text-align: center;
    padding: 3rem 1rem;
    background: #ffffff;
    color: #009f8a;
    border: 1pt solid #009f8a;
}
.btn span {
	padding-left:0.8em;
}


/* グレーのコラム */
.column {
	background:#f2f2f2;
	padding:20px;
	line-height:1.5;
	/*margin-bottom:1em;*/
}
.column strong.title {
	margin-bottom:15px;
	display:block;
}


/* 手続きのコラム */
.procedureColumn {
	padding-top:23px;
}
.procedureColumn h4 {
	background:#009f8a;
	color:#fff;
	font-weight:bold;
	font-size:120%;
	line-height:1.8;
	padding-left:63px;
	position:relative;
}
.procedureColumn h4 span {
	position:absolute;
	bottom:-1px;
	left:5px;
}
.procedureColumn .inner {
	border:#009f8a 1px solid;
	padding:20px;
	width:auto;
	margin:0;
}

.procedureColumn .inner dl {
	display: table;
	width: 100%;
}
.procedureColumn .inner dl dt, 
.procedureColumn .inner dl dd {
	display: table-cell;
}
.procedureColumn .inner dl dt {
	width: 6em;
}




/*------------------------------------------------
ローカルナビエリア
------------------------------------------------*/

.lnaviArea {
	float: right;
}

.lnaviArea dl {
	margin-bottom: 30px;
}

.lnaviArea dt {
	color: #fff;
	background: #009f8a;
	text-align: center;
	border-radius: 0.25em;
	padding: 18px 0;
	font-size: 18px;
}

.lnaviArea dd {
	border-bottom: 1px dotted #ccc;
}

.lnaviArea dd a {
	color: #333;
	text-decoration: none;
	padding:  14px 30px 14px 10px;
	display: block;
	position: relative;
	font-size: 16px;
}
.lnaviArea dd a:hover {
	color: #009f8a;
}
.lnaviArea dd a:after {
	content: "＞";
	position: absolute;
	top: 14px;
	right: 15px;
	color: #009f8a;
	font-size: 14px;
	font-weight: normal;
}
.lnaviArea .sub a {
	padding-left:25px;
}
.lnaviArea .sub {
	margin:0;
	display:none;
}



.lnaviArea .btnHome {
	margin-bottom: 20px;
}

.lnaviArea .btnHome a {
	display: block;
	border: 2px solid #009f8a;
	border-radius: 0.25em;
	padding: 14px 0;
	text-align:  center;
	text-decoration: none;
	color: #009f8a;
}

.lnaviArea .btnHome a span {
	font-size: 14px;
	vertical-align: 2px;
}

.lnaviArea .btnHome a:hover {
	background: #e5f4ff;
}

.bnrArea li {
	margin-bottom: 10px;
}

.bnrArea li a {
	display: block;
	background: #f5f7de;
	height: 52px;
	border-radius: 0.25em;
	box-shadow: 2px 2px 0 #e4e6cf;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	letter-spacing: -0.1em;
	text-decoration: none;
	padding: 18px 10px 10px;
}

.bnrArea li.bnr01 a {
	color: #f86ea2;
	background-image: url(../images/index/ph_banner01.jpg);
	background-position: 130px 11px;
	background-repeat: no-repeat;
}

.bnrArea li.bnr02 a {
	color: #27cb97;
	background-image: url(../images/index/ph_banner02.jpg);
	background-position: 130px 11px;
	background-repeat: no-repeat;
}

.bnrArea li.bnr03 a {
	color: #f87b36;
	background-image: url(../images/index/ph_banner03.jpg);
	background-position: 130px 11px;
	background-repeat: no-repeat;
}

.bnrArea li.bnr04 a {
	color: #f24040;
	background-image: url(../images/index/ph_banner04.jpg);
	background-position: 130px 11px;
	background-repeat: no-repeat;
}

.bnrArea li:last-child {
	margin-right:0;
}

.bnrArea li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


