@charset "utf-8";

/* ################################################################################################ */
/* ## 個別スタイル ################################################################################ */
/* ################################################################################################ */


/* -- TOPページ -------------------------------------------------------------------------------- */

.top_page_block div {
	margin-bottom: 20px;
	text-align: center;
}

/* -- 成年後見制度について koken.html -------------------------------------------------------------------------------- */

.hotei-flow .flow-block:nth-child(odd) {
	background-color: #07C377;
}
.hotei-flow .flow-block:nth-child(even) {
	background-color: #39CF92;
}
.ninni-flow .flow-block:nth-child(odd) {
	background-color: #FBA520;
}
.ninni-flow .flow-block:nth-child(even) {
	background-color: #FCAE37;
}
.flow-block {
	padding-top: 75px;
	padding-left: 205px;
	padding-bottom: 65px;
	color: #515151;
}
.flow-block h3 {
	font-weight: bold;
	font-size: 26px; font-size: 2.6rem;
	margin-bottom: 15px;
}
.flow-block {
	background-repeat: no-repeat;
	background-position: 70px 50%;
}
.flow-btn {
	cursor: pointer;
}

.flow-block01 {
	background-image: url(../_img/flow-step1.png);
}
.flow-block02 {
	background-image: url(../_img/flow-step2.png);
}
.flow-block03 {
	background-image: url(../_img/flow-step3.png);
}
.flow-block04 {
	background-image: url(../_img/flow-step4.png);
}
.flow-block05 {
	background-image: url(../_img/flow-step5.png);
}

/* -- 活用例 katsuyo.html -------------------------------------------------------------------------------- */

.other-katsuyo {
	display: block;
	margin-bottom: 35px;
}
.other-katsuyo:nth-child(odd) {
	border-left: 8px solid #FBA520;
}
.other-katsuyo:nth-child(even) {
	border-left: 8px solid #07C377;
}

/* -- 事務所の特徴 feature.html -------------------------------------------------------------------------------- */

.tx-feature {
	max-width: 600px;
	width: 100%;
}
.feature-block {
	background-position: 50% 15px;
	background-repeat: no-repeat;
	border-radius: 15px;
	padding: 125px 25px 30px 25px;
	color: #FFF;
	box-sizing: border-box;
}

.feature-block h3 {
	font-size: 21px; font-size: 2.1rem;
	margin-bottom: 24px;
}

.feature-block-01 {
	background-color: #07C377;
	background-image: url(../_img/feature-01.png);
}
.feature-block-02 {
	background-color: #FBA520;
	background-image: url(../_img/feature-02.png);
}
.feature-block-03 {
	background-color: #1E5681;
	background-image: url(../_img/feature-03.png);
}

/* -- スタッフ紹介 staff.html -------------------------------------------------------------------------------- */

.profile {
	padding: 25px 30px;
	color: #FFF;
	background-color: #1E5681;
	font-size: 15px; font-size: 1.5rem;
	line-height: 2.1;
}

/* -- 費用について cost.html -------------------------------------------------------------------------------- */

.cost-num-01 {
	color: #07C377;
}
.cost-num-02 {
	color: #FBA520;
}
.cost-border-01 {
	border-bottom: 1px dashed #07C377;
}
.cost-border-02 {
	border-bottom: 1px dashed #FBA520;
}
.ls-14 {
	letter-spacing: 0.14em;
}

/* -- 取扱い業務 business.html -------------------------------------------------------------------------------- */

.business-block {
	color: #515151;
	border-radius: 30px;
	color: #515151;
}
.business-block-01 {
	background-color: #FBA520;
}
.business-block-02 {
	background-color: #07C377;
}

/* -- よくある質問 faq.html -------------------------------------------------------------------------------- */

.faq-block {
	border-bottom: 1px solid #000;
	padding: 0 25px 30px 25px;
	margin-bottom: 30px;
}
.faq-block:last-child {
	border: none;
}
.ic-question {
	background-image: url(../_img/ic-question.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 22px; font-size: 2.2rem;
	padding: 8px 0 8px 60px;
	margin-bottom: 20px;
}
.ic-answer {
	background-image: url(../_img/ic-answer.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 8px 0 8px 60px;
	line-height: 2.4;
}
a.faq-link,
a.faq-link:link,
a.faq-link:visited {
	color: #FBA520;
	text-decoration: underline;
}

/* -- プライバシーポリシー privacy.html
-------------------------------------------------------------------------------- */
.privacy-block {

}
.privacy-h {
	color: #1E5681;
	line-height: 2.29;
}
.privacy-tx {
	margin-bottom: 25px;
}

/* -- サイトマップ sitemap.html
-------------------------------------------------------------------------------- */

.sitemap-a {
	background-image: url("../_img/ic-gnavi.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-left: 20px;
	font-size: 16px; font-size: 1.6rem;
	display: block;
	margin-bottom: 5px;
}
.sitemap-subnavi {
	padding-left: 18px;
}
.sitemap-subnavi a {
	color: #1E5681;
}


/* -- お問い合わせフォーム inquiry.html
-------------------------------------------------------------------------------- */

.form-must {
	color: #EC872F;
}
.form-label {
	box-sizing: border-box;
	background-color: #FFF;
	padding: 10px;
	font-size: 14px; font-size: 1.4rem;
}
input.form-control,
textarea.form-control,
select.form-control  {
	width: 100%;
	border: 1px solid #ED8830;
	box-sizing: border-box;
	background-color: #FFF;
	padding: 10px;
	font-size: 14px; font-size: 1.4rem;
}
textarea.form-control {
	height: 300px;
}
select.form-control  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../_img/bg-select.png);
	background-position: 98% 50%;
	background-repeat: no-repeat;
}

.btn-form {
	border-radius: 15px;
	background-color: #1E5681;
	color: #FFF;
	border: none;
	cursor: pointer;
	font-size: 26px; font-size: 2.6rem;
	padding: 30px 0;
	margin: 0 auto;
	display: block;
	-webkit-appearance: none;
}
.btn-form:hover {
	background-color: #fca621;
}
.btn-check {
	width: 50%;
}
.btn-back,
.btn-submit {
	display: inline-block;
	width: 40%;
}

.error {
	color: #FF0000;
}

/* ################################################################################################ */
/* ## 配色スタイル　（共通） ############################################################ */
/* ################################################################################################ */

.fc-01 {
	color: #C2A630;
}

.fc-red {
	color: #B51212;
}
.bc-blue {
	background-color: #0054A6;
}
.bc-red {
	background-color: #951020;
}

.bg-black {
	background-color: #000;
}
.bg-white {
	background-color: #FFFFFF;
}

.color-white {
	color: #FFFFFF;
}
.color-blue {
	color: #0052A9;
}
.color-black {
	color: #101010;
}
.color-red {
	color: #9B1225;
}
.bg-gray {
	background-image: url(../_img/bg_box_gray.png);
	background-repeat: repeat;
	background-position: 0 0;
}



/* ################################################################################################ */
/* ## パソコンサイト用スタイル(大画面) ############################################################ */
/* ################################################################################################ */
@media screen and (max-width: 9999px) {
	.mv-top {
		width: 100%;
		padding:10px 0;
		margin-left: auto;
		margin-right: auto;
		background-image: url(../_img/bg_mesh.png);
		background-position: 0 0;
		background-repeat: repeat-y;
		background-size: 100% 550px;
	}
	.mv-top-left {
		margin-left: 12%;
		width: 24%;
	}
	.mv-top-right {
		margin-right: 12%;
		width: 46%;
	}
	.mv-top-right br {
		display: none;
	}
}

/* ################################################################################################ */
/* ## パソコンサイト用スタイル #################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 9999px) {
	.ic-plus {
		text-indent: -1.0em;
		padding-left: 1.0em;
	}
}

/* ################################################################################################ */
/* ## タブレットサイト用スタイル ################################################################## */
/* ################################################################################################ */
@media screen and (max-width: 1105px) {
	.row {
		padding: 0;
	}
	/*タブレット、スマホ対応*/
	table.md-show {
		display: table;
	}
	.price_table.price_table_md tr:nth-child(3) td {
		border: none;
	}
	.price_table td:nth-child(1),
	.price_table td:nth-child(2),
	.price_table td:nth-child(3) {
		border: none;
	}
	/*
	.price_table td:nth-child(2) {
		border-right: 2px solid #000;
		border-left: 2px solid #000;
	}
	*/
	#blog_side {
		max-width: 1180px;
		width: 100%;
		float: left;
	}
	#blog_block {
		max-width: 1180px;
		width: 100%;
		float: left;
		padding-left: 0px;
		border-left: none;
	}

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 640px) {
	html {
		font-size: 62.5%;
	}
	.row {
		padding: 0;
	}

	.top_page_block div {
		margin-bottom: 0px;
		text-align: center;
	}
	.contents_block.wrap_koken-flow {
		padding: 0;
	}
	.flow-block {
		padding-top: 150px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 30px;
		background-position: 50% 35px;
	}
	.flow-block h3 {
		text-align: center;
		font-size: 18px; font-size: 1.8rem;
		margin-bottom: 15px;
	}
	.ic-question {
		padding: 60px 0 0 0;
		font-size: 18px; font-size: 1.8rem;
		font-weight: bold;
		background-position: 50% 0;
		text-align: center;
	}
	.ic-answer {
		padding: 60px 0 20px 0;
		font-size: 18px; font-size: 1.8rem;
		font-weight: bold;
		background-position: 50% 0;
		text-align: left;
		font-size: 15px; font-size: 1.5rem;
		line-height: 1.9;
	}
	.faq-block {
		padding: 0;
	}
	.form-label {
		font-weight: bold;
		padding: 0 0px;
	}
}

/* ----------------------------------------------------------------------------------------------------------------------------------------- */
/* 継承されないスタイル
/* ----------------------------------------------------------------------------------------------------------------------------------------- */
/* ################################################################################################ */
/* ## パソコンサイト用スタイル(大画面) ############################################################ */
/* ################################################################################################ */
@media screen and (min-width:1106px) and (max-width:9999px) {
	.serviceItem
	{
		cursor:pointer;
	}

	.serviceDescription
	{
		background-color:rgba(0,0,0,0.6);
		font-weight:bold;
		color:#FFFFFF;
	}
}

/* ################################################################################################ */
/* ## パソコンサイト用スタイル #################################################################### */
/* ################################################################################################ */
@media screen and (min-width:1105px) {

}

/* ################################################################################################ */
/* ## タブレットサイト用スタイル ################################################################## */
/* ################################################################################################ */
@media screen and (min-width:641px) and (max-width: 1105px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 640px) {

}
