@charset "utf-8";

@media only screen and (max-width:740px) {

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

.titleArea {
	height: auto;
	margin-bottom: 2em;
	padding: 10vh 0 2em;
}

.titleArea .inner {
	width: auto;
	padding: 0 3.12vw;
}

.titleArea .inner h2 {
	font-size: 6.25vw;
	font-weight: bold;
	padding-top: 0;
	letter-spacing: normal;
}

.titleArea .inner h2 span {
	font-size: 3.75vw;
}

.titleArea .inner img {
	display: none;
}

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

.mainArea {
	width: 94vw;
	margin:0 auto;
	float: none;
}

.mainArea section {
	margin-bottom: 9.3vw;
}

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


.mainArea section.subitem.pc {
display: none;
}
.mainArea section.subitem.sp {
display: block;
margin-bottom: -80px!important;
}
.mainArea section.subitem > div {
width: 100%;
border-radius: 0;
margin-bottom: 4vw;
}
.mainArea section.subitem > div:nth-child(2n) {
margin: 0 0 4vw;
}
.mainArea section.subitem > div a {
padding: 4vw;
text-align: left;
background: url("../images/common/icon_arrow04.png") 98% center no-repeat;
}

.mainArea section.subitem:before {
content: url("../images/common/icon_check_sp.png");
position: static;
top: auto;
left: auto;
display: block;
margin-bottom: 10px;
}


/*タイトル*/

.titleArea .inner h2.line {
	padding:0;
}
h3.title {
	margin-bottom: 2.5vw;
	padding: 0 0 5px 5.46vw;
	font-size: 18px;
	background-size: 3.43vw 3.43vw;
}
h4.title {
	margin-bottom:4.7vw;
	font-size: 16px;
}

/*テーブル*/

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

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

table.ta01 td {
	/*font-size: 87.5%;*/
}

/*リスト*/

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


/* ボタン */
.btn {
	padding-bottom:4px;
	text-align:center;
	border-radius:2px;
}
.btn a {
	width:100%;
	display:block;
	padding:2.8vw 0;
	line-height:1.4;
	text-decoration:none;
}
.btn a:hover {
	padding:2.8vw 0;
}


/* グレーのコラム */
.column {
	padding:3.1vw;
}
.column strong.title {
	margin-bottom:4.7vw;
}

/* 手続きのコラム */
.procedureColumn .inner .innerList dt {
	width: 6em;
}


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

.lnaviArea {
	margin-top: 4em;
}

}