/* 事務所のご案内 */
.page_h1 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #36913e;
	text-align: center;
	margin-top: 80px;
	padding-bottom: 40px;
	position: relative;
}
/*.page_h1:after {
	content: url(../images/other/page_ttl_line.png);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -90px;
}*/
.ac_sec01 {
	margin-top: 80px;
}
.ac01_wrap {
	margin-top: 50px;
	padding: 0 100px;
}
.ac01_box {
	border-bottom: dashed 1px #a0a0a0;
	padding: 30px 0;
}
.ac01_ttl {
	width: 240px;
	font-weight: bold;
	padding-left: 30px;
}
.ac01_cont {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ac01_cont .ac01_link {
	color: #36913e;
	text-decoration: underline;
}
.ac_sec02 {
	margin-top: 150px;
}
.g_map {
	position: relative;
	padding-bottom: 36.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.g_map iframe,
.g_map object,
.g_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ac_sec02 .g_map {
	margin-top: 50px;
}
.ac_sec03 {
	margin-top: 150px;
	margin-bottom: 100px;
}
.ac_photo {
	margin-top: 50px;
}
@media only screen and (min-width:761px) {
	.ac01_cont .ac01_link:hover {
		color: #73bd00;
	}
}
@media only screen and (max-width:760px) {
	.content {
		margin-top: 50px;
		padding-top: 50px;
	}
	.page_h1 {
		font-size: 28px;
		margin-top: 0;
		padding-bottom: 0;
	}
	.ac_sec01,
	.ac_sec02,
	.ac_sec03 {
		padding: 0 10px;
	}
	.ac_sec01 {
		margin-top: 50px;
	}
	.ac01_wrap {
		padding: 0 10px;
		font-size: 14px;
	}
	.ac01_box {
		padding: 20px 0;
	}
	.ac01_ttl {
		width: 100px;
		padding-left: 0;
	}
	.ac_sec02{
		padding-top: 80px;
		margin-top: 0;
	}
	.ac_sec03 {
		margin-top: 80px;
	}
	.g_map {
		padding-bottom: 70%;
	}
	.ac_sec02 .g_map,
	.ac_photo {
		margin-top: 30px;
	}
}
/* 事務所だより */
.news_h1 {
	font-size: 27px;
}
.news_h1:after {
	content: url(../images/top/icon_letter.png);
}
.ns_sec01 {
	padding-bottom: 100px;
}
.ns_box {
	border-bottom: dashed 1px #73bd00;
	padding-bottom: 10px;
	margin-top: 40px;
}
.ns_date {
	font-size: 18px;
	width: 130px;
}
.ns_link {
	display: block;
}
.ns_ttl {
	font-size: 25px;
	font-weight: bold;
	width: calc(100% - 130px);
	line-height: 1.5em;
}
.pagination {
	margin-top: 80px;
	text-align: center;
	font-size: 27px;
}
.page-numbers {
	border: solid 2px #73bd00;
	height: 40px;
	width: 40px;
	display: inline-block;
	border-radius: 50%;
	padding-top: 6px;
	margin: 0 5px;
	font-weight: bold;
}
.page-numbers:link,
.page-numbers:visited {
	color: #36913e;
}
.page-numbers.current {
	background: #36913e;
	border: solid 2px #36913e;
	color: #fff;
}
.next.page-numbers,
.prev.page-numbers {
	border: none;
	color: #73bd00;
}

@media only screen and (min-width:761px) {
	.ns_box:hover {
		opacity: 0.7;
	}
	.page-numbers:hover {
		background: #36913e;
		border: solid 2px #36913e;
		color: #fff;
	}
	.next.page-numbers:hover,
	.prev.page-numbers:hover {
		color: #36913e;
		background: none;
		border: none;
	}
}
@media only screen and (max-width:760px) {
	.ns_sec01 {
		padding: 20px 10px 50px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.ns_date {
		font-size: 14px;
		width: 90px;
	}
	.ns_ttl {
		font-size: 18px;
		width: calc(100% - 90px);
	}
	.ns_box {
		padding-bottom: 5px;
		margin-top: 30px;
	}
	.pagination {
		font-size: 20px;
		margin-top: 30px;
	}
	.news_single_content .ns_sec01 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

}
/* 事務所だより　個別ページ */
.news_single_content {
	margin: 100px 0;
}
.single_main_container,.archive_main_container {
	width: 700px;
	padding: 0 25px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.single_ttl {
	font-size: 30px;
	color: #36913e;
	border-bottom: solid 4px #36913e;
	padding-bottom: 15px;
	font-weight: bold;
	line-height: 1.5em;
}
.single_date {
	text-align: right;
}
.single_archive_container,.archive_cate_container {
	width: 330px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.single_content {
	margin-top: 60px;
}
.single_content h2 {
	color: #36913e;
	font-weight: bold;
	padding: 5px 10px;
	border-left: solid 5px #36913e;
	border-bottom: solid 2px #565656;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 25px;
}
.single_content img {
	max-width: 100%;
	height: auto;
	margin: 30px auto;
}
.post_link {
	margin-top: 80px;
}
.post_link span {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	line-height: 1.0em;
}
.arrow_prev {
	background: url(../images/other/arrow_prev.png);
}
.arrow_next {
	background: url(../images/other/arrow_next.png);
}
.link_ns_acv {
	margin-top: 20px;
	text-align: center;
	display: block;
}

.single_archive_ttl {
	background: #73bd00;
	color: #fff;
	padding: 5px 0 10px 15px;
	position: relative;
}
.single_archive_ttl:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: 5px;
	left: 0;
	background: #fff;
}
.single_archive_list,.archive_list {
	background: #fefcdd;
	padding: 25px;
}
.single_archive_box,.archive_list li {
	border-bottom: dashed 1px #434343;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.archive_list li a{
	width: calc(100% - 35px);
	display: inline-block;
}
.single_archive_box:last-child {
	margin-bottom: 0;
}
.archive_cate_container{
	margin-top: 40px;
}
@media only screen and (min-width:761px) {
	.post_link a:link:hover,
	.post_link a:visited:hover {
		color: #36913e;
	}
	.post_link a:hover .arrow_prev {
		background: url(../images/other/arrow_prev_hvr.png);
	}
	.post_link a:hover .arrow_next {
		background: url(../images/other/arrow_next_hvr.png);
	}
	.link_ns_acv:link:hover,
	.link_ns_acv:visited:hover {
		color: #36913e;
	}
	.single_archive_box:hover,.archive_list li:hover {
		opacity: 0.7;
	}
}
@media only screen and (max-width:760px) {
	.news_single_content {
		margin: 50px 0;
	}
	.single_main_container {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0;
		width: 100%;
	}
	.single_archive_container {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 50px;
		width: 100%;
	}
	.archive_main_container{
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		padding: 0;
	}
	.archive_cate_container{
		margin-top: 70px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}
	.single_ttl {
		font-size: 20px;
		padding-bottom: 5px;
	}
	.single_content {
		margin-top: 30px;
		font-size: 14px;
		line-height: 1.8em;
	}
	.single_content h2 {
		font-size: 18px;
	}
	.post_link {
		font-size: 14px;
		line-height: 1.8em;
	}
	.post_link span {
		width: 24px;
		height: 24px;
		background-size: cover;
	}
	.single_archive_list,.archive_list {
		padding: 20px 10px;
	}
	.single_archive_box,.archive_list li {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.5em;
	}
}
/* お問い合わせ */
.co_sec01 {}
.co_confi {
	margin-top: 70px;
	margin-bottom: 150px;
}
.co_h2 {
	font-size: 24px;
	text-align: center;
}
.pp_scrole_box {
	width: 800px;
	height: 300px;
	overflow: scroll;
	padding: 30px;
	margin: auto;
	margin-top: 20px;
	border: solid 1px #aaa;
}
.pp_scrole_box h4{
	font-weight: bold;
	margin-top: 10px;
}
.pp_scrole_box ol{
	list-style-type: decimal;
	padding-left: 25px;
}
.pp_scrole_box ol ol{
	list-style-type: lower-alpha;
}
.pp_scrole_box ol ol ol{
	list-style-type: katakana-iroha;
}
.pp_list{
	list-style-type: decimal;
	padding-left: 26px;
}
.co_txt01 {
	text-align: center;
	margin-top: 30px;
	line-height: 2.0em;
}
.co_txt011 {
	font-size: 24px;
}
.contact_tel {
	font-size: 48px;
	color: #36913e;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
.ib {
	display: inline-block;
	vertical-align: middle;
}
.co_sec02 {
	margin-top: 100px;
}
.co_txt02 {
	text-align: center;
	margin-top: 30px;
}
.contact_tel02 {
	font-size: 24px;
	margin-top: 20px;
}
.contact_form_wrap {
	width: 800px;
	margin: 100px auto 0;
}
.co_form_box {
	margin-bottom: 30px;
}
.co_form_ttl {
	width: 228px;
	background: #36913e;
	padding: 10px 10px 10px 20px;
	color: #fff;
	border-radius: 10px 0 0 10px;
	letter-spacing: 0.1em;
	line-height: 2.3em;
}
.co_form_input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #36913e;
	border: solid 3px #36913e;
	border-radius: 0 10px 10px 0;
	padding: 10px;
}
.co_input {
	width: 100%;
	height: 100%;
	font-size: 16px;
	border: none;
	line-height: 1.5em;

}
.co_form_mail {
	margin-bottom: 10px;
}
.form_caution {
	margin-bottom: 30px;
	font-size: 17px;
}
.co_date,
.co_time {
	height: 100%;
	font-size: 16px;
	width: 49%;
	border: none;
}
.co_input::-webkit-input-placeholder,
.co_date::-webkit-input-placeholder,
.co_time::-webkit-input-placeholder {
	color: #aaa;
}
.co_input:-ms-input-placeholder,
.co_date:-ms-input-placeholder,
.co_time:-ms-input-placeholder {
	color: #aaa;
}
.co_input::placeholder,
.co_date::placeholder,
.co_time::placeholder {
	color: #aaa;
}
.form_txt {
	text-align: center;
}
.co_privacy {
	margin-top: 70px;
}
.co_privacy h3 {
	text-align: center;
}
.co_checkbox {
	text-align: center;
	margin-top: 20px;
}
.btn_modoru,
.btn_kakusou {
	width: 100%;
	padding: 10px;
	font-size: 20px;
	letter-spacing: 0.3em;
	border-radius: 10px;
	display: block;
	border: none;
	color: #fff;
	background: #73bd00;
	cursor: pointer;
	position: relative;
	top: 0;
}
.btn_modoru_wrap,
.btn_kakusou_wrap {
	position: relative;
	width: 800px;
	margin: 50px auto 0;
}
.btn_kakusou_wrap {
	margin-top: 20px;
}
.btn_modoru_wrap:after,
.btn_kakusou_wrap:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #36913e;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: -1;
}
.co_sec03 {
	margin-top: 150px;
	margin-bottom: 150px;
}
.co_qa_wrap {
	width: 800px;
	margin: 50px auto 0;
}
.co_qa_box {
	margin-bottom: 20px;
}
.co_qa_ttl {
	width: 50px;
	font-size: 36px;
	font-weight: bold;
}
.co_qa_cont {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.co_qa_ttl_a {
	color: #36913e;
}
.co_qa_price {
	width: 375px;
	padding: 20px 10px 10px;
	border-radius: 10px;
	background: #ecf7ee;
	margin: 20px auto 50px;
	text-align: center;
	font-size: 27px;
	line-height: 1.8em;
}
.co_qa_price_caution {
	font-size: 12px;
	line-height: 1.2em;
	text-align: right;
	margin-top: 15px;
}
.bold {
	font-weight: bold;
}
.thanx_txt{
	width: 800px;
	margin: 50px auto 30px;
}

@media only screen and (min-width:761px) {
	.btn_modoru:hover,
	.btn_kakusou:hover {
		background: #36913e;
		top: 5px;
	}
}

@media only screen and (max-width:760px) {
	.co_sec01,.co_sec02,.co_sec03 {
		padding: 50px 10px 0;
	}
	.co_confi{
		margin-top: 0;
		margin-bottom: 70px;
	}
	.pp_scrole_box{
		width: 100%;
		padding: 10px;
		font-size: 14px;
		line-height: 1.8em;
	}

	.co_txt011{
		font-size: 18px;
	}
	.contact_tel{
		font-size: 25px;
	}
	.contact_tel .ib{
		width: 28px;
	}
	.co_sec02{
		margin-top: 50px;
	}
	.co_txt02{
		font-size: 16px;
	}
	.contact_form_wrap{
		width: 100%;
	}
	.co_form_box{
		margin-bottom: 20px;
	}
	.co_form_ttl{
		width: 80px;
		line-height: 1.2em;
		padding: 13px 5px 5px 10px;
		font-size: 14px;
	}
	.form_caution {
		font-size: 12px;
		line-height: 1.5em;
	}
	.co_form_input{
		padding: 3px;
	}
	.co_input{
		font-size: 14px;
	}
	.co_date, .co_time{
		width: 100%;
		height: 40px;
	}
	.form_txt{
		font-size: 14px;
	}
	.co_privacy{
		margin-top: 50px;
	}
	.btn_modoru_wrap, .btn_kakusou_wrap{
		width: 100%;
	}
	.co_sec03{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.co_qa_wrap{
		width: 100%;
	}
	.co_qa_cont{
		font-size: 16px;
	}
	.co_qa_price {
		width: 100%;
		font-size: 20px;
	}
	.thanx_txt{
		width: 100%;
		margin: 30px auto 20px;
	}
}
/* サイトマップ */
.sm_sec01{
	padding: 0 240px;
	font-size: 20px;
	margin-top: 80px;
	margin-bottom: 150px;
}
.sm_nav_box li{
	margin-bottom: 30px;
	border-bottom: solid 1px #fff;
}
@media only screen and (min-width:761px) {
	.sm_sec01{
		padding: 0 20px;
	}
	.sm_nav_box li:hover{
		color: #36913e;
		border-bottom: solid 1px #36913e;
	}
}
