﻿@charset "utf-8";

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

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

.titleArea {
	height: auto;
	margin-bottom: 6.25vw;
	padding: 7.82vw 0;
}

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

.titleArea .inner h2 {
	font-size: 6.25vw;
	font-weight: bold;
	padding-top: 0;
	letter-spacing: normal;
	line-height: 1.4;
	position: absolute;
	z-index: 30;
}

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

.titleArea .inner img {
	position: absolute;
	z-index: 20;
	top: 0px;
	left: -100px;
	width: 80px;
	height: 80px;
}

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

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

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

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

/*タイトル*/

.titleArea .inner h2.line {
	padding:0;
}
h3.title {
	margin-bottom: 2.5vw;
	padding: 0 0 5px 5.46vw;
	border-bottom: 1px solid #1923ff;
	color: #1923ff;
	font-size: 18px;
	line-height: 1.4;
	background: url(../images/common/icon_title1.png) 0 5px no-repeat;
	background-size: 3.43vw 3.43vw;
}

h3.title2 {
	padding:12px 12px 12px 30px ;
	font-size: 18px;
}

h3.title3 {
	margin-bottom: 2.5vw;
	padding: 0 0 5px;
	border-bottom: 1px solid #1923ff;
	color: #e66321;
	font-size: 18px;
	line-height: 1.4;
}

h4.title {
	margin-bottom:4.7vw;
	line-height: 1.4;
}

/*テーブル*/

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 {
	min-width: inherit;
}

.btn a {
	position: relative;
	min-width: inherit;
	background: url(../images/common/bg_btn02.gif);
	padding: 3.12vw 3vw 3.12vw;
	border-radius: 1.5vw;
	display: block;

}

.btn span {
	display: none;
}


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

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


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

.lnaviArea {
	display: none;
}


.ancArea {
	width: 94vw !important;
	margin:0 auto;
	float: none;
}






}