@charset "utf-8";
/* CSS Document */

#infolist h1.h1-std {
	margin-bottom: 1em
}

/*新着情報一覧*/
.box-info {
	width: 100%;
	height: auto;
	padding: 15px;
	border-bottom: 1px dotted #ccc;
	font-size: 1em;
	}
	
.box-info .box-infoDate {
	width: 20%;
	height: auto;
	float: left;
	color: #333
	}
	
.box-info .box-infoText {
	width: 80%;
	height: auto;
	float: right
	}
	
.box-info .box-infoText a {
	color: #538aed
	}
	
@media screen and (max-width:767px) {
.box-info .box-infoDate {width: 100%}
.box-info .box-infoText {width: 100%}
}

/*業務案内*/
nav.service-nav {
	width: 100%;
}

ul.ul-service {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 15px;
}

ul.ul-service li.menu-item {
	padding: 15px;
	margin-bottom: 10px;
	background: #eefaf5;
	list-style: none
}

ul.ul-service li.menu-item ul.sub-menu {
	margin: 10px 0 0;
	padding: 0 0 0 15px
}

ul.ul-service li.menu-item ul.sub-menu li {
	padding: 10px 15px;
	margin-bottom: 0;
	background: #fff;
	border: none;
	font:normal 0.8em/1.6 sans-serif;
	}

ul.ul-service li.menu-item a {color: #333}
ul.ul-service li.menu-item a:hover {color: #538aed}


@media screen and (max-width: 480px) {
	nav.service-nav {
	min-width: 100%;
	}
}

/*ご依頼の流れ*/
#orderflow .box-post h1.h1-std {
	margin-bottom: 0
}

#orderflow h3 {
	margin: 1.5em 0 0.8em
}

/*報酬*/
#charge h1.h1-std {
	margin-bottom: 1.2em
}

#charge h3.wp-block-heading {
	margin: 2em 0 1em
}

#charge h4.wp-block-heading {
	color: #333
}

#charge ul {
	margin-bottom: 1em
}

/*事務所概要*/
#officedata h3.wp-block-heading {
	color: #4B6358
}

#officedata strong {
	color: #333
}

.boxGoogleMap {
	float: left
}

@media screen and (max-width: 480px) {
	.boxGoogleMap iframe,
	.boxGoogleMap object,
	.boxGoogleMap embed {
		width: 100%;
		height: 300px
	}
}

/*よくある質問*/
#faq h3 {
	padding-left: 30px;
	margin-bottom: 0.5em;
	background: url(../images/q.png) no-repeat;
	color: #333;
	line-height: 1.1
}

#faq p {
	padding-left: 30px;
	margin-bottom: 2em;
	background: url(../images/a.png) no-repeat 0 5px
}

#faq .text-plane {
	padding-left: 0;
	background: none!important
}

/*お問い合わせフォーム*/
.inputField {
	width: 70%
}

label {
	margin-bottom: 1.5em
}

.box-post .p-small-red {
	font-size: 1em;
	color: rgb(237 28 36)
}
.box-form-item {
	margin-bottom: 28px
}

.box-form-item p {
	margin-bottom: 5px;
	line-height: 1.2
}

.wpcf7-submit {
	width: 250px;
	margin: 0px;
	padding:15px 10px;
	position: relative;
	display: inline-block;
	font: bold 1.19em/1 sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #F29F49;
	border: none;
	border-radius: 3px;
	transition: .4s;
}

.wpcf7-submit:hover {
	background: #F29F49;
	color: #fff;
	}

@media screen and (max-width: 480px) {
	.inputField {
	width: 100%
	}
	.wpcf7-submit {width: 100%}
}