/*
Theme Name: souzoku_parent
Theme URI: 
Author: kokoro-design
Description: 相続トータルサポートの親テーマ
Version: 1.0
License: 
License URI: 
*/

/* :::::: reset :::::: */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
margin: 0;
padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img, iframe {
	vertical-align: bottom;
}
/* :::::: 基本設定 :::::: */
html, button, input, select, textarea {
	color: #000;
}
/* floating : 回り込み関係 */
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.clear_c {
	clear: left;
}
.clear_r {
	clear: right;
}
.clear_b {
	clear: both;
}
/* align設定 */
.align_c {
	text-align: center !important;
}
.align_l {
	text-align: left !important;
}
.align_r {
	text-align: right !important;
}
/* 画像 */
.img_l {
	float: left;
	margin: 0 12px 10px 0;
}
.img_r {
	float: right;
	margin: 0 0 10px 12px;
}
p.img_l, p.img_r {
	text-indent: 0 !important;
}
/* clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1; /* IE6-7 */
}
/* 画像ボタンhoverで半透明設定 */
.transparent a:hover img, a.transparent:hover img {
	filter: alpha(opacity=60); /* IE5.5-7 */
	-ms-filter: alpha(opacity=60); /* IE8 */
	opacity: 0.6;
}
/* aタグ設定 */
a {
	color: #16a6ee;
	text-decoration: underline;
}
a:visited {
	color: #16a6ee;
}
a:hover {
	color: #ffc587;
}
/* 外部リンクマーク */
i.fa-external-link {
	text-indent: .2em;
	font-size: 1.2em;
	vertical-align: middle;
}
/*文字装飾*/
.fwb {
	font-weight: bold;
}
/* :::::: 全体設計 :::::: */
.wrapper {
	width: 100%;
	background-color: #fff;
}
/* :::::: ヘッダー :::::: */

/* :::::: ヘッダータグ :::::: */
.head_tag {
	background: #66248b;
}
.head_tag * {
	color: #fff;
	text-align: center;
}
/* :::::: コンテンツ＞メイン :::::: */
.main_col h1:not(.question), h2.home_ttl,.cat_ttl {
	color: #fff;
	background-color: #4b0082;
	background: -moz-linear-gradient(top, #7e45aa 0%, #4b0082 100%);
	background: -webkit-linear-gradient(top, #7e45aa 0%, #4b0082 100%);
	background: linear-gradient(to bottom, #7e45aa 0%, #4b0082 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e45aa', endColorstr='#4b0082', GradientType=0 );
	font-weight: bold;
	margin: .15em 0 .2em 0;
	position: relative;
	border-radius: .3em;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5), -1px -1px 1px rgba(0,0,0,0.5);
}
p.gyoumu_ttl {
	color: #fff;
	background-color: #4b0082;
	background: -moz-linear-gradient(top, #7e45aa 0%, #4b0082 100%);
	background: -webkit-linear-gradient(top, #7e45aa 0%, #4b0082 100%);
	background: linear-gradient(to bottom, #7e45aa 0%, #4b0082 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e45aa', endColorstr='#4b0082', GradientType=0 );
	font-weight: bold;
	margin: .15em 0 .2em 0;
	border-radius: .3em;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5), -1px -1px 1px rgba(0,0,0,0.5);
}
.main_col h1:not(.question):before, .main_col h1:not(.question):after, h2.home_ttl:before, h2.home_ttl:after,.cat_ttl:after,.cat_ttl:before {
	content: "";
	position: absolute;
}
.main_col h1:not(.question):before, h2.home_ttl:before,.cat_ttl:before {
	top: -0.1em;
	left: 0.5em;
	width: 18px;
	height: 75%;
	background: #fee366;
}
.main_col h1:not(.question):after, h2.home_ttl:after,p.cat_ttl:after {
	bottom: 0.2em;
	left: 0.5em;
	width: 0;
	height: 15%;
	border: 9px solid;
	border-color: #fee366 #fee366 transparent #fee366;
}
.main_col h2:not(.no_adapt):not(.question) ,.chiiki_office h3{
	margin-top: 2em;
	margin-bottom: .3em;
	padding-left: 1em;
	padding-bottom:.1em;
	border-bottom: 1px solid #b6e;
	text-indent: -1em;
	color: #63b;
	font-weight: bold;
	line-height: 1.3em;
}
.main_col h2:first-child:not(.no_adapt){
	margin-top:0;
}
/*.main_section h3:not(.no_adapt) {
	margin-bottom: .4em;
	padding: 0 0 .25em .25em;
	border-bottom: 1px solid #66248b;
	color: #f60;
	font-weight: bold;
	line-height: 1.3em;
}*/
.main_section em {
	color: #f50;
	font-style: normal;
}
.main_section p:not(.no_adapt) {
	text-indent: 1em;
}
.main_section p.no_indent, .main_section .no_indent p {
	text-indent: 0;
}
/*.main_section ol:not(.no_adapt){
	padding-left: 1em;
}
.main_section ol:not(.no_adapt) li, .main_section ol:not(.no_adapt) li *:first-child{
	text-indent: -1em;
}*/

/*文責・最終更新日情報*/
.meta_section {
	line-height: 1.5em;
	text-align: right;
}
.meta_section ul{
	display: inline-block;
	margin: .25em 0 !important;
}
.meta_section li~li{
	margin-top: .2em;
}
.meta_section span {
	float: right;
	display: inline-block;
	overflow: hidden;
	margin-left: .5em;
	width: 3.4em;
	height: 3.4em;
	border-radius: .5em;
}
.meta_section span img {
	width: 100%;
}

/* アーカイブ柱書*/
.intro_section {
	margin-bottom: 1em;
}
/* バナー下テキスト */
.bnrbtm_text, .formbtm_text {
	text-align: justify;
}
.bnrbtm_text h2,.bnrbtm_text p,
.formbtm_text h2,.formbtm_text p {
	display: inline !important;
}
.bnrbtm_text h2:before,.formbtm_text h2:before {
	content: "【";
}
.bnrbtm_text h2:after,.formbtm_text h2:after {
	content: "】";
}
/* インラインフレーム */
#main_if,.main_if {
	width: 100%;
	/*margin-bottom: 30px;*/
}
/*アーカイブ・その他等目次リスト【レイアウト】*/
.mokuji_list {
	margin-bottom: 20px;
}
.mokuji_list a {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	position: relative;
}
.mokuji_list a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: .45em;
	left: 0;
	border-width: .375em;
	border-style: solid;
}
/*アーカイブ・その他等目次リスト【カラー】*/
.mokuji_list a {
	color: #66248b;
}
.mokuji_list a:hover {
	color: #fa0;
}
.mokuji_list a:before {
	border-color: transparent;
	border-left-color: #66248b;
}
.mokuji_list a:hover:before {
	border-left-color: #fa0;
}
/* カテゴリページリスト【レイアウト】 */
.main_cat .cat_list li {
	padding-left: .7em;
	padding-right: .5em;
}
.main_cat .cat_list li~li {
	margin-top: .6em;
	padding-top: .6em;
}
.main_cat .cat_list a {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	position: relative;
}
.main_cat .cat_list a:before {
	font-family: FontAwesome;
	speak: none;
	content: '\f144';
	color:#078f00;
	font-size:100%;
	font-weight: normal;
	line-height:0;
	position:relative;
	margin-right: .55em;
	margin-left: -1.35em;
}
.main_cat .cat_list a:hover:before {
	border-left-color: #fa0;
}
/* カテゴリページリスト【カラー】 */
.main_cat .cat_list li~li {
	border-top: 2px dotted #AD7;
}
.main_cat .cat_list a {
	color: #390;
}
.main_cat .cat_list a:hover {
	color: #fa0;
}
.main_cat .cat_list a:before {
	border-color: transparent;
	border-left-color: #390;
}
.main_cat .cat_list a:hover:before {
	border-left-color: #fa0;
}
/*ページネーション：前後記事リンク【レイアウト】*/
.post_link {
	overflow: hidden;
	clear: both;
}
.post_link span a {
	display: table;
	box-sizing:content-box;
	padding:.5em;
	border-radius:.5em;
	text-decoration:none;
	line-height: 1.2em;
}

.post_link span a span,.post_link span a i {
	display:table-cell;
	vertical-align: middle;
}
.post_link i {
	font-size: 1.2em;
}
.post_link .float_l i {
	padding-right: .25em;
}
.post_link .float_r i{
	padding-left: .25em;
}
/*ページネーション：前後記事リンク【カラー】*/
.post_link span a {
	border: 1px solid #c50;
	background-color: #f70;
	color: #fff;
}
.post_link span a i {
	color: #ff3;
}
/*お役立ち情報ピックアップ【レイアウト】*/
.home_pickupinfo {
	overflow: hidden;
	border-radius: .5em;
	margin-top: .25em;
}
.home_pickupinfo h2 {
	margin-bottom: .5em;
	font-weight: bold;
	text-align: justify;
}
.home_pickupinfo h2 em {
	color: #f50;
}
.home_pickupinfo h2:before {
	content: '\f111';
	font-family: FontAwesome;
	font-size: 1em;
	font-weight: normal;
	vertical-align: middle;
	speak: none;
}
.home_pickupinfo h3 {
	margin-bottom: .35em;
	line-height: 1.4em;
	clear: both;
	padding-bottom: .1em;
}
.home_pickupinfo h3,
.home_pickupinfo h4,
.home_pickupinfo h5{
	font-weight:bold;
	text-align: justify;
}
.home_pickupinfo h3:not(.no_adapt),
.home_pickupinfo h4:not(.no_adapt),
.home_pickupinfo h5:not(.no_adapt){
	text-indent:-1em;
	padding-left:1em;
}
.home_pickupinfo div.section~div.section,.home_pickupinfo>div:not(.meta_section)~div {
	margin-top: 1.5em;
}
.home_pickupinfo p:not(.pickup_link):not(.pickup_img):not(.no_adapt) {
	text-indent: 1em;
}
.home_pickupinfo em {
	color: #f50;
	font-style: normal;
}
.pickup_link {
}
.pickup_link a {
	display: inline-block;
}
.pickup_link a~a {
	margin-left: .5em;
}
.pickup_img {
	text-indent: 0;
}
/*お役立ち情報ピックアップ【カラー】*/
.home_pickupinfo {
	border: solid 1px #0A7205;
}
.home_pickupinfo h2 {
	background-color: #FFFABC;
}
.home_pickupinfo h2 em {
	color: #f50;
}
.home_pickupinfo h2:before {
	color: #5b9d1f;
}
.home_pickupinfo h3 {
	border-bottom: 1px solid #ad7;
	color: #4dad14;
}
/*お断りコメント*/
.refuse_comment {
	margin-bottom: 1.5em;
	padding: .6em .8em;
	border-radius: .5em;
	background-color: #F4E93A;
	color: #FE2183;
	font-weight: bold;
}
/*人物立ち画像*/
.stand_img{
	float:right;
	/*background-color:#fff;*/
}
.stand_img img{
	width:100%;
}
.gyoumu .main_section h2 {
    display: flex;
}
.gyoumu .main_section dt {
    display: flex;
}
/*事務所アクセス*/
.access_office {
	border:solid 1px #f28;
	border-radius: .5rem;
	padding-bottom: .6rem;
	overflow: hidden;
}
.access_office>div{
	padding: 0 .6rem !important;
}
.access_office h2{
	border: none !important;
	text-indent: 0 !important;
	font-size: 1.2em !important;
	color: #310 !important;
	background-color: #ffd6e1;
}
.access_office h3,.access_office h4 {
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}
.access_office p:not(.no_adapt) {
	text-indent: 1em;
}
.access_office .fw {
	font-weight: bold;
}
.access_office>div~div {
	margin-top: 2em;
}
.access_office>div div:not(.access_photo) {
	margin-left: 1em;
	padding-left: 0 !important;/*追加*/
}
.access_office>div div.access_photo {
	overflow: hidden;
}
.access_office>div div~div:not(.access_photo) {
	margin-top: 1em;
}
.access_office figure img {
	display: inline-block;
}
.access_photo figure figcaption{
	text-align: center;
}

/* :::::: コンテンツ＞サブ :::::: */
/*サブメニュー*/

/* サブメニュー【カラー】 */
.submenu_ttl {
	background-color: #7133cc;
}
.qanda .submenu_ttl.pt_color{
	background-color:#fe6899;
}
.info .submenu_ttl.pt_color{
	background-color:#3477ff;
}
/*サブメニューアコーディオン【レイアウト】*/
.sub_accordion .accordion_list, .sitemap_list .accordion_list {
	overflow: hidden;
}
/*サブメニューアコーディオン閉じるボタン【レイアウト】*/
.sub_accordion .close_btn, .sitemap_list .close_btn {
	display: inline-block;
	float: right;
	margin: .25em .5em .5em 0;
	padding: .333em .75em;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1em;
}
.sub_accordion .close_btn i, .sitemap_list .close_btn i {
	margin-left: .25em;
	font-size: 1.15em;
}
/*サブメニューアコーディオン閉じるボタン【カラー】*/
.sub_accordion .close_btn, .sitemap_list .close_btn {
	background: #666;
	color: #fff;
}
.sub_accordion .accordion_list .m_ttl {
	clear: both;
}
.sub_accordion .toggle_btn.selected i {
	color: #444;
}
/*関連サイト*/
/*関連サイト【レイアウト】*/
.extlink_ttl {
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1em;
	text-align: center;
	border-radius: .34em .34em 0 0;
}
.sub_extlink {
	overflow: hidden;
	border-radius: 0 0 .375em .375em;
}
.sub_extlink li a {
	display: block;
	font-size: .875em;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
}
/*関連サイト【カラー】*/
.extlink_ttl {/*タイトル*/
	color: #fff;
	background-color: #520;
}
.sub_extlink {/*ulリスト大枠*/
	border: 2px solid #520;
	background-color: #fff;
}
.sub_extlink li~li {/*リスト境界線*/
	border-top: 1px dotted #664019;
}
.sub_extlink li a {/*リスト文字色・背景*/
	color: #805920;
}
.sub_extlink li a:hover {/*リストhover時*/
	background-color: #ffc;
	color: #f60;
}
/* はればれ */
.sub_text {
	text-align: justify;
}
.sub_text h2,.sub_text h3 {
	font-weight: bold;
}
.sub_text p + h2 {
	margin-top: .75em;
}
.sub_text p + h3 {
	margin-top: .75em;
}
.sub_text p {
	text-indent: 1em;
}
/* :::::: フッター :::::: */
.footer_sitemap h2 {
	color: #ff7;
}
/* フッタータイトル */
.foot_ttl {
	text-align: center;
	line-height: 1.25em;
}
.foot_ttl a {
	color: #ff7;
	font-weight: bold;
	text-decoration: none;
}
.foot_ttl span:not(.shozoku) {
	font-weight: bold;
	display: inline-block;
}
.shozoku {
	display: block;
	text-align: center;
}
.foot_ttl .shozoku {
	text-align: center;
}
.foot_ttl .shozoku span,
.foot_ttl .address,
.foot_ttl .address span{
	font-weight: normal;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ ページ・カテゴリ単位CSS ＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :::::: トップ :::::: */
/* メインカラムタイトル */
h2.home_ttl {
}
/* メインカラムタイトル（テキスト画像調整用） */
.home_txt_ttl {
	margin-bottom: .5em;
}

/* トップ：業務内容 */
.work_list {
	overflow: hidden;
}
.work_list li {
}
.work_list li a {
	display: block;
	box-sizing: border-box;
	border: 1px solid #060;
	border-radius: .5em;
	width: 100%;
	color: #520;
	font-weight: bold;
	text-decoration: none;
}
.work_list li a:before {
	content: '\f144';
	margin-right: .25em;
	color: #f70;
	font-family: FontAwesome;
	font-size: 1.2em;
	speak: none;
}

/*選ばれる理由【レイアウト】*/
.riyuuttl_list dt {
	overflow: hidden;
	padding-top: .5em;
	color: #520;
	font-weight: bold;
}
.riyuuttl_list dt~dt {
	margin-top: .5em;
	border-top: 1px dotted #999;
}
.riyuuttl_list dt span {
	margin-right: .5em;
	background: #ff8400;
	background: -moz-linear-gradient(top, #FFA654 0%, #ff8400 100%);
	background: -webkit-linear-gradient(top, #FFA654 0%, #ff8400 100%);
	background: linear-gradient(to bottom, #FFA654 0%, #ff8400 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA654', endColorstr='#ff8400', GradientType=0 );
	color: #fff;
	font-weight: bold;
}
.riyuuttl_list dt em {
	color: #f70;
	font-weight: bold;
}
.riyuuttl_list dt a, .riyuuttl_list dd span {
	float: right;
	display: inline-block;
	box-sizing: content-box;
	padding: .3em 0;
	border: 1px solid #050;
	border-radius: .6em;
	background-color: #038d01;
	width: 9em;
	color: #fff;
	font-size: .85em;
	text-decoration: none;
	text-indent: 0;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
}
.riyuuttl_list dt a i, .riyuuttl_list dd span i {
	margin-left: .2em;
}
.riyuuttl_list dd {
	display: none;
}
.riyuuttl_list dd p {
	text-indent: 1em;
}
.riyuuttl_list dd p em {
	color: #f50;
	font-style: normal;
}
/*選ばれる理由【カラー】*/

/*選ばれる理由（テキスト画像調整用）*/
.riyuuttl_list dt img {
	position: relative;
	z-index: 1;
	vertical-align: top;
}
.riyuuttl_list dt img+a {
	position: relative;
	z-index: 10;
	margin-top: -1.75em;
}
/* トップ：選ばれる理由 */
.riyuuttl_list li > p:first-child, h2.riyuu_h2, h2.point_h2 {
	color: #096b05;
	font-weight: bold;
}
.riyuuttl_list li > p:first-child span, .riyuu_h2 span {
	margin-right: .5em;
	background: #096b05;
	color: #fff;
	font-weight: bold;
}
/*トップ注意点【レイアウト】*/
.failuresttl_list li {
	overflow: hidden;
	padding-top: .5em;
	color: #520;
	font-weight: bold;
}
.failuresttl_list li~li {
	margin-top: .5em;
	border-top: 1px dotted #999;
}
.failuresttl_list li span {
	margin-right: .5em;
	background: #ff8400;
	background: -moz-linear-gradient(top, #FFA654 0%, #ff8400 100%);
	background: -webkit-linear-gradient(top, #FFA654 0%, #ff8400 100%);
	background: linear-gradient(to bottom, #FFA654 0%, #ff8400 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA654', endColorstr='#ff8400', GradientType=0 );
	color: #fff;
	font-weight: bold;
}
.failuresttl_list li em {
	color: #f70;
	font-weight: bold;
}
.failuresttl_list li a {
	float: right;
	display: inline-block;
	box-sizing: content-box;
	padding: .3em 0;
	border: 1px solid #050;
	border-radius: .6em;
	background-color: #038d01;
	width: 9em;
	color: #fff;
	font-size: .85em;
	text-decoration: none;
	text-indent: 0;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
}
.failuresttl_list li a:after {
	margin-left: .2em;
	content: '\f138';
	color: #fff;
	font-family: FontAwesome;
	font-weight: normal;
	speak: none;
}
/*トップ注意点【カラー】*/

/*トップ注意点（テキスト画像調整用）*/
.failuresttl_list li img {
	position: relative;
	z-index: 1;
	vertical-align: top;
}
.failuresttl_list li img+a {
	position: relative;
	z-index: 10;
	margin-top: -1.75em;
}
/*ミニＱ＆Ａ【レイアウト】*/
.mini_qanda_list a {
	text-decoration: none;
}
.mini_qanda_list li {
	overflow: hidden;
	line-height: 1.5em;
}
.mini_qanda_list li a {
	float: right;
	padding: .4em .5em;
	border-radius: .5em;
	font-size: .875em;
	font-weight: bold;
	line-height: 1em;
	text-indent: 0;
}
.mini_qanda_list li a:before {
	margin-right: .25em;
	content: '\f144';
	font-family: FontAwesome;
	font-size: 1.1em;
	font-weight: normal;
	speak: none;
}
/*ミニＱ＆Ａ（テキスト画像調整用）*/
.mini_qanda_list img {
	vertical-align: top;
}
.mini_qanda_list li a {
	position: relative;
	z-index: 10;
}
.mini_qanda_list li img {
	position: relative;
	margin-left: -1em;
	margin-bottom: -1.6em;
	z-index: 1;
}
/*選ばれる理由・Ｑ＆Ａ共通【カラー】*/
.mini_riyuu_list dd a, .mini_qanda_list li a {
	background-color: #f70;
	color: #fff;
}
.mini_riyuu_list dd a:before, .mini_qanda_list li a:before {
	color: #ff3;
}

/*トップサイト内更新情報*/
.update_info {
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #666;
}
.update_info a {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	text-decoration: none;
	color: #000;
}
.update_info a~a {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-color: #666;
	border-style: dashed;
	border-top-width: 1px;
}
.ud_cat {
	text-align: center;
	color: #fff;
	border-radius: .5em;
}
.ud_title {
	font-weight: bold;
}
.ud_cont {
	margin-top: 0.25em;
	position: relative;
}
.ud_cont p:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #4dad14;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
}
.ud_cont p:last-child:after {
	content:"\f138";
	font-family: FontAwesome;
	speak: none;
	margin-left: 0.25em;
	font-size: 1.1em;
	color: #fff600;
}

/*トップサイト内更新情報カテゴリカラー設定*/
.cat_iryubun {background-color: #0065ff;}
.cat_tetsuduki {background-color: #8715bb;}
.cat_yuigon {background-color: #6c0404;}
.cat_bunkatsu {background-color: #fb6482;}
.cat_houki {background-color: #ff8800;}
.cat_others {background-color: #00A0FF;}
.cat_souzokuzei {background-color: #0000ff;}
.cat_touki {background-color: #82A90D;}


/* :::::: 選ばれる理由 :::::: */
ul.riyuu_item {
	margin: 0 0 2em;
}
.riyuu_item li~li {
	margin-top: .5em;
}
.riyuu_item a {
	display: inline-block;
	padding-left: 1.8em;
	color: #520;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.riyuu_item a:before {
	position: absolute;
	content: '\f0ab';
	left: .1em;
	color: #f90;
	font-family: FontAwesome;
	font-size: 1.6em;
	font-weight: normal;
	speak: none;
}
h2.riyuu_h2 {/* h2リセット */
	margin: 0;
	padding: 0;
	border: none;
}
h2.riyuu_h2 {
	margin-bottom: .5em;
	color: #520;
	font-weight: bold;
}
.riyuu_h2 span {
	margin-right: .5em;
	background: #5bb726;
	background: -moz-linear-gradient(top, #5bb726 0%, #299a0b 100%);
	background: -webkit-linear-gradient(top, #5bb726 0%, #299a0b 100%);
	background: linear-gradient(to bottom, #5bb726 0%, #299a0b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bb726', endColorstr='#299a0b', GradientType=0 );
	color: #fff;
	font-weight: bold;
}
.riyuu_h2 strong {
	color: #f70;
	font-weight: bold;
}
/* :::::: 注意点 :::::: */
ul.failures_item {
	margin: 0 0 2em;
}
.failures_item li~li {
	margin-top: .5em;
}
.failures_item a {
	display: inline-block;
	padding-left: 1.8em;
	color: #520;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.failures_item a:before {
	position: absolute;
	content: '\f0ab';
	left: .1em;
	color: #f90;
	font-family: FontAwesome;
	font-size: 1.6em;
	font-weight: normal;
	speak: none;
}
.example {
	padding: .75em;
	background: #fcd6ff;
	border-radius: .75em;
}
.advice {
	padding: 0 .5em;
}
.advice h3 {
	display: inline-block;
	margin-bottom: .75em;
	padding: .5em .75em;
	background-color: #63b;
	border-radius: 1em;
	color: #ff3;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}
.advice h3:after {
	position: absolute;
	top: 100%;
	left: 1.5em;
	content: '';
	width: 0;
	height: 0;
	border: .3em solid transparent;
	border-top: .4em solid #63b;
}
/*注意点（テキスト画像調整用）*/
.failures_txt>div p:first-child {
	margin-bottom: .5em;
}
/* :::::: 業務内容 :::::: */
.gyoumu .main_section dl dt {
	margin: .5em 0 .25em;
	padding: .25em .4em;
	border-radius: .35em;
	background-color: #daf;
	color: #310;
	font-size: 1.125em;
	font-weight: bold;
}
.gyoumu .main_section ol {
	list-style: decimal;
	list-style-position: inside;
}
.gyoumu .main_section ol li {
	padding-left: 1.35em;
	text-indent: -1.35em;
}
.iryubun_ex {
	margin: .5em 0;
}
.iryubun_ex li~li {
	margin-top: .5em;
}
.iryubun_ex li {
	padding: .5em .75em;
	border: 1px solid #f93;
	border-radius: .5em;
	background: #fea;
}
.comment_list {
	padding-left: 1em;
}
.comment_list li {
	padding-left: 1em;
	text-indent: -1em;
}

/* :::::: Ｑ＆Ａ :::::: */
.single-qanda .question em{
	color: #f50;
	font-style: normal;
}
.single-qanda .question{
	font-weight: bold;
	text-align: justify;
}
h2.question~h2.question{
	margin-top: 3em;
}

/* :::::: お役立ち情報・Ｑ＆Ａ :::::: */
.single-qanda .main_section.singular_q h2,
.single-qanda .main_section.multiple_q h3,
.single-info .main_section h2,{
	margin-top: 2em;
	margin-bottom: .3em;
	padding-bottom:.1em;
	border-bottom: 1px solid #b6e;
	color: #63b;
	font-weight: bold;
	line-height: 1.3em;
}
.single-qanda .main_section.singular_q h2:first-child,
.single-qanda .main_section.multiple_q h3:first-child,
.single-info .main_section h2:first-child {
	margin-top:0;
}
.single-qanda .main_section.singular_q h3,
.single-qanda .main_section.singular_q h4,
.single-qanda .main_section.multiple_q h4,
.single-qanda .main_section.multiple_q h5,
.single-info .main_section h3,
.single-info .main_section h4{
	font-weight:bold;
}
.single .main_section h3~h3{
	margin-top: 1.5em;
}
.single-qanda .main_section.singular_q h3:not(.no_adapt),
.single-qanda .main_section.singular_q h4:not(.no_adapt),
.single-qanda .main_section.singular_q h5:not(.no_adapt),
.single-qanda .main_section.multiple_q h4:not(.no_adapt),
.single-qanda .main_section.multiple_q h5:not(.no_adapt),
.single-qanda .main_section.multiple_q h6:not(.no_adapt),
.single-info .main_section h3:not(.no_adapt),
.single-info .main_section h4:not(.no_adapt),
.single-info .main_section h5:not(.no_adapt){
	text-indent: -1em;
	padding-left: 1em;
}
.single .main_section ol:not(.no_adapt),
.single .main_section ul:not(.no_adapt),
.home_pickupinfo ol:not(.no_adapt),
.home_pickupinfo ul:not(.no_adapt){
	margin-bottom: 0.5em;
}
.single .main_section ol:not(.no_adapt) li,
.single .main_section ul:not(.no_adapt) li,
.home_pickupinfo ol:not(.no_adapt) li,
.home_pickupinfo ul:not(.no_adapt) li{
	padding-left:1em;
	text-indent:-1em;
}
.single .main_section dl:not(.no_adapt) dt,
.single .main_section dl:not(.no_adapt) dd,
.home_pickupinfo dl:not(.no_adapt) dt,
.home_pickupinfo dl:not(.no_adapt) dd{
	margin-left: 1em;
}
.single .main_section dt,
.home_pickupinfo dt{
	font-weight:bold;
}
.single .main_section dl:not(.no_adapt) dt,
.home_pickupinfo dl:not(.no_adapt) dt{
	text-indent: -1em;
}
.single .main_section,
.single .main_section .section:last-of-type{
	margin-bottom: 0;
}
.single .main_section div:not([class]),
.home_pickupinfo div:not([class]),
.single .main_section div.up_indent,
.home_pickupinfo div.up_indent{
	padding-left: 1em;
}
p.up_indent,
.single .main_section div.up_indent div p:first-of-type,
.home_pickupinfo div.up_indent div p:first-of-type{
	text-indent: -1em !important;
}
.up_indent2em{
	text-indent: -2em !important;
}
.qainfo_link{
	clear:both;
}
.qainfo_link a{
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
}
.qainfo_link a{
	color: #663600;
}
.info .qainfo_link a{
	background-color: #FF99AA;
}
.qanda .qainfo_link a{
	background-color: #6eb6ff;
}
.qainfo_link a:before{
	content: '\f144';
	font-family: FontAwesome;
	color: #FFFF00;
	font-size: 1.2em;
	margin-right: .3em;
	font-weight:normal;
}
/* :::::: お役立ちリンク :::::: */
/*お役立ちリンクリスト【レイアウト】*/
.setsumei_list {
	margin-bottom: 30px;
}
.setsumei_list a {
	position: relative;
	display: block;
	padding-left: .75em;
	text-decoration: none;
}
.setsumei_list a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: .45em;
	left: 0;
	border-width: .375em;
	border-style: solid;
}
.setsumei_list dd {
	margin-bottom: 0.5em;
	text-indent: 1em;
}
/*お役立ちリンクリスト【カラー】*/
.setsumei_list a {
	color: #66248b;
}
.setsumei_list a:hover {
	color: #fa0;
}
.setsumei_list a:before {
	border-color: transparent;
	border-left-color: #66248b;
}
.setsumei_list a:hover:before {
	border-left-color: #fa0;
}
/* :::::: サイトマップページ :::::: */
/*サイトマップリスト【レイアウト】*/
.sitemap_list {
	overflow: hidden;
}
.sitemap_list li, .sitemap_list p, .sitemap_list .m_ttl {
	position: relative;
	margin-top: .2em;
}
.sitemap_list .m_ttl {
	clear: both;
	border-radius: .4em .4em 0 0;
}
.sitemap_list li i {
	padding-left: 5px;
	text-indent: 0;
}
.sitemap_list a {
	display: inline-block;
	padding-left: 1.05em;
	text-indent: -1em;
	text-decoration: none;
	line-height: 1.2em;
	vertical-align: middle;
}
.sitemap_list li a:before, .sitemap_list div a:before {
	margin-right: .2em;
	font-family: FontAwesome;
	font-size: 1em;
	font-weight: normal;
	speak: none;
}
.sitemap_list>li>a:before {
	content: '\f144';
}
.sitemap_list>li>ul>li>a:before {
	content: '\f01d';
}
.sitemap_list div>ul>li>a:before {
	content: '\f04b';
	margin-right: .55em;
	font-size: .75em;
	vertical-align: text-top;
}
.sitemap_list .accordion_frame {
	border: solid 1px #66248b;
	border-radius: .5em;
	margin-top: .2em;
}
.sitemap_list .accordion_frame p.toggle_btn {
	margin-top: 0;
	padding: .2em .5em;
	border-radius: .4em;
}
.sitemap_list .accordion_frame p.m_ttl {
	padding-left: 0;
}
.sitemap_list .accordion_frame .accordion_frame {
	margin-right: .5em;
}
/*サイトマップリスト【カラー】*/
.sitemap_list a, .sitemap_list p.l_ttl {
	color: #66248b;
}
.sitemap_list li a:before, .sitemap_list div a:before {
	color: #740;
}
.sitemap .main_section em {
	color: #078f00;
}
.sitemap_list .accordion_frame .toggle_btn.selected {
	color: #fff;
	background-color: #66248b;
	border-radius: .4em .4em 0 0;
}
.sitemap_list .accordion_frame .accordion_frame {
	border-color: #666;
}
.sitemap_list .accordion_frame .m_ttl.selected {
	background-color: #ff9;
	color: #000;
	border-bottom: solid 1px #666;
	border-radius: .5em .5em 0 0;
}
.sitemap_list .accordion_list .accordion_list .close_btn {
	background-color: #666;
}

/* :::::: ページと同一バナーを非表示 :::::: */
.access .access_bnr {
	display: none;
}


/* :::::: お役立ち情報業務内容 :::::: */
.gm_mg {
	margin-top:2.5em !important;
}

