@charset "utf-8";

/* index共通
------------------ */
.index_h01{
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 150%;
	line-height: 1.4;
}

@media print, screen and (min-width: 980px){
.index_h01{
	font-size: 162.5%;
	margin-bottom: 2rem;
}
}

/* index mv
------------------ */
#index_mv{
	text-align: center;
	background: #edf8ec;
	padding: 1em;
	line-height: 1.0;
}

@media print, screen and (min-width: 980px){
#index_mv{
	padding: 2em 0;
}
}

/* 冒頭文章
------------------ */
#index_text{
	padding: 2rem 0 1px 0;
	background: url(../../img_index/bg01.jpg) no-repeat 50% 100%;
	background-size: 90%;
}

@media print, screen and (min-width: 600px){
#index_text{
	background-size: auto;
}
}

@media print, screen and (min-width: 980px){
#index_text{
	padding: 4rem 0 2rem 0;
}
}

/* 代行できる手続き
------------------ */
#service{
	background: #a5da9e;
	padding: 3rem 0 1px 0;
}

#service dl{
	background: #fff;
	border-radius: 3px;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	text-align:center;
}

#service dt{
	color: #84ae7e;
	font-weight: bold;
	font-size: 125%;
}

#service dt img{
	width: 4em;
	vertical-align:middle;
	display: inline-block;
	margin: 5px 0.6rem 10px 0;
}

#service dd{
	display: inline-block;
	margin: 0 5px 5px 5px;
}

#service dd a{
	display: block;
	border-radius: 3px;
	background: #dbf0d8;
	padding: 0.5rem 1.5rem;
	transition: 0.2s;
}

#service dd a:hover{
	background: #edf8ec;
}

#service dd a:before{
	content: "";
	display: inline-block;
	margin:0 3px 2px 0;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #090;
}

@media print, screen and (min-width: 980px){
#service dl{
	padding-bottom: 0;
	overflow: hidden;
}

#service dt{
	float: left;
	margin: 0 0 0 2rem;
	text-align: left;
	width: 240px;
}

#service dd{
	margin: 12px 10px 10px 0;
}

#service dd a{
	padding: 0.5rem 3rem;
}
}

/* 背景1
------------------ 
#index_ph01{
	width: 100%;
	height: 400px;
	background:url(../../img_index/ph01.jpg) no-repeat 50% 50%;
	background-size: cover;
	background-attachment:fixed;
}

@media print, screen and (min-width: 980px){
#index_ph01{
	height: 800px;
}
}
*/

/* お困りでは～
------------------ */
#check{
	padding: 4rem 0 1px 0;
	background: url(../../img_index/bg02.jpg) no-repeat 50% 100%;
	background-size: cover;
}

#check ul{
	margin-bottom: 2rem;
}

#check li{
	margin-bottom: 0.5rem;
	border-bottom: 1px dashed #ccc;
}

#check li img{
	width: 1.2em;
}

@media print, screen and (min-width: 980px){
#check ul{
	margin: 3rem 0 2rem 0;
	font-size: 112.5%;
	text-align: center;
	font-weight: bold;
}

#check li{
	display: inline-block;
	margin:0 1rem 1.5rem 1rem;
}

#check li img{
	width: 1.5em;
}

#check .button_orange{
	font-size: 150%;
}
}

/* 事務所案内
------------------ */
#about{
	background: #dbf0d8;
	padding: 3rem 0 1px 0;
}

/* プロフィール */
#prof img{
	display: block;
	margin: 0 auto 0.5rem auto;
}

#prof_name{
	font-weight: bold;
	font-size: 112.5%;
	text-align: center;
	margin-bottom: 1rem;
}

#prof dl{
	margin-bottom: 1rem;
}

#prof dt{
	float: left;
	clear: both;
	background: #a5da9e;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	width: 6em;
	margin: 0.2rem 0;
}

#prof dd{
	padding: 0.2rem 0 0.2rem 6.6em;
	border-bottom: 1px dashed #84ae7e;
}

@media print, screen and (min-width: 980px){
#prof{
	margin-bottom: 3rem;
	overflow: hidden;
}

#prof_ph{
	float: left;
}

#prof img{
	margin: 0 0 0.5rem 0;
}

#prof_name{
	margin-bottom: 0;
}

#prof dl{
	float: right;
	width: 640px;
	margin: 1rem 0 2rem 0;
}

#prof p{
	float: right;
	width: 640px;
}
}

/* 事務所情報 */
#about table{
	width: 100%;
	text-align: left;
	margin-bottom: 2rem;
}

#about th{
	border-bottom: 1px dashed #84ae7e;
	width: 30%;
	padding: 0.5rem;
}

#about th:before{
	content: "■";
	color: #a5da9e;
}

#about td{
	border-bottom: 1px dashed #84ae7e;
	padding: 0.5rem;
}

/* 地図 */
#map iframe{
	display: block;
	width: 100%;
	height:400px;
}

/*eof*/