@charset "utf-8";

/* -----------------------------------------------------------
管理画面内tintymce用設定
----------------------------------------------------------- */
body#tinymce.article {
	width: 755px !important;/*実際の本文の幅にあわせて設定*/
}

/* -----------------------------------------------------------
articleエリアの基本設定
----------------------------------------------------------- */
.article {
letter-spacing: 0.1px;
	margin-bottom: 0px;
	zoom: 1;
}

.article:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .article {
	display: inline-block;
}
/* no ie mac \*/
* html .article {
	height: 1%;
}
.article {
	display: block;
	position: relative;
	padding: 0px;
	min-height: 300px;
}
body.home .article {
	padding: 0px;
	margin-right:0px;
}

.article img.size-full,
.article img.size-medium,
.article img.size-small {
	max-width: 100%;
	height: auto;
}



/* -----------------------------------------------------------
メッセージエリア：トップに固定表示
----------------------------------------------------------- */
.sticky_post {
	text-align: center;
}

.sticky_post a {
	color: #6C4B5D;
}

#content .sticky_post {
/*background: url(../images/E02_msg-side.png) repeat-y scroll left top;*/
padding: 0px;
border: none;
margin-top: 0px;
}
#content .sticky_post h2.title a {
display:none;
}
#content .sticky_post h2.title {
background: url(../images/E01_msg-header.png) no-repeat scroll left top;
width: 100%;
height: 52px;
margin: 0px 0 0px 0;
position: relative;
top: initial;
left: initial;
border:none;
}
#content .sticky_post .content {
background: url(../images/E03_msg-footer.png) no-repeat scroll left bottom;
padding: 15px 20px 31px 20px;
}
#content .sticky_post .interactive-tools {
display:none;
}
 .sticky_post p {
}


/* -----------------------------------------------------------
投稿記事
----------------------------------------------------------- */

/* -----------　記事タイトル　----------- */

.article h1,
.article h2.title {
font-size: 18px;font-size: 1.8rem;
font-weight: normal;
display: block;
color: #333333;
letter-spacing: 0.15em;
padding: 8px 0px;
margin-bottom: 15px;
border-bottom: 1px solid #333333;
}

.article h2.widgettitle {
font-family:'Garamond', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝',serif;
font-weight: bold;
display: block;
color: #4f382a;
letter-spacing: 0.15em;
padding: 5px 10px 5px 0px;
margin-top: 20px;
margin-bottom: 13px;
border-bottom: 1px solid #cccccc;
font-size:18px;
font-size: 1.8rem;
}

.article h2.title a:hover {
}
.article h2.title a:visited {
}
.article h2.widgettitle.info {
    height: 55px;
    box-sizing: border-box;
    margin-bottom: 0px;
	border: none;
padding: 0px;
}

/* -----------　記事日付　----------- */
.article p.date {
	text-align: right;
	font-size:90%;
	margin-bottom:0px;
}


/* -----------------------------------------------------------
記事本文基本書式設定
----------------------------------------------------------- */

/* -----------　p設定　----------- */

.article p {
line-height:1.6;
margin-bottom:15px;
letter-spacing: 0.1em;
}

/* -----------　リンク設定　----------- */

.article a {
color: #0000ff;
}
body.madoguchi .article h2 a{
color: #ffffff;
}

/* -----------　見出し共通　----------- */
.article h1,.article h2,.article h3,.article h4,.article h5,.article h6 {
clear:both;
}
.article h2,.article h3,.article h4,.article h5,.article h6{margin:40px 0 10px;font-weight:bold}
.article h1,.article h2.title {margin-top:0px;}

/* -----------　見出し基本設定　----------- */
.article h1 a, .article h2.title a {
	text-decoration: none;
}

.article h2 {
font-size: 18px;font-size: 1.8rem;
font-weight: normal;
display: block;
color: #333333;
letter-spacing: 0.15em;
padding: 5px 10px 5px 0px;
margin-top: 0px;
margin-bottom: 15px;
border-bottom: 1px solid #C9C9C9;
}

.article h3 {
font-size: 18px;font-size: 1.8rem;
font-weight: bold;
display: block;
color: #333333;
letter-spacing: initial;
padding: 0px 5px 0px 0px;
margin-top: 0px;
margin-bottom: 5px;
border: none;
}

.article h4 {
font-size: 18px;font-size: 1.8rem;
font-weight: bold;
display: block;
color: #333333;
letter-spacing: initial;
padding: 0px 5px 0px 0px;
margin-top: 20px;
margin-bottom: 5px;
border: none;
}

.article h5 {
font-size: 18px;font-size: 1.8rem;
font-weight: normal;
display: block;
color: #333333;
letter-spacing: initial;
padding: 0px 5px 0px 15px;
margin-top: 20px;
margin-bottom: 5px;
border: none;
position: relative;
}
.article h5:before{
display: block;
content: "";
position: absolute;
top: 7px;
left: 0px;
width: 0;
height: 0;
margin-top: 0px;
border: 5px solid transparent;
border-left: 8px solid #666666;
}

.article h6 {
}

/* -----------　strong&em設定　----------- */

.article strong,
.article em {
font-weight:bold;
letter-spacing:0.05em;
}

.article em {
font-style:italic;
}



/* -----------　table設定　----------- */
.article table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    margin-bottom: 10px;
	font-size:86%;
}
.article table tr:nth-child(2n) {
}
.article table th {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #333333;
    padding: 10px;
    font-weight: normal;
    color: #fff;
}
.article table td {
border-right: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
padding:10px;
vertical-align: middle;
}
.article table td.date {
width:20%;
}
.article table td.info-cat {
width:14%;
}
.article table td.title {
width:66%;
}

    

.article table p {
margin-bottom:0px;
}
.article .info-cat {
color:#656161;
}

/* -----------　資料・パンフレット用のテーブル設定　----------- */
.article table.table-siryo {
	font-size:86%;
}
.article table.table-siryo tr:nth-child(2n) {
background-color:#fff;
}

.article table.table-siryo th {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #333333;
    padding: 10px;
    font-weight: normal;
    color: #fff;
}

.article table.table-siryo td {
    padding: 10px 3px;
    letter-spacing: 0px;
    text-align: left;
    vertical-align:middle;
}

.article table.table-siryo td.table-siryo-icon {
  width: 65px;
  text-align: center;
}
.article table.table-siryo span.table-siryo-sub {
  display: block;
  margin-left: 9em;
}
.article table.table-siryo td img{
	display: inline-block;
	vertical-align: middle;
}

.article table.table-siryo td.td-title {
    vertical-align:top;
}
.article table.table-siryo p {
}

/* -----------　実績一覧用のテーブル設定　----------- */
.article table.table-jisseki {
	font-size:80%;
}
.article table.table-jisseki tr:nth-child(2n) {
background-color:#fff;
}
.article table.table-jisseki th,
.article table.table-jisseki td {
    padding: 10px 3px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align:middle;
}
.article table.table-jisseki td.td-title {
    vertical-align:top;
    }
.article table.table-jisseki p {
}

/* -----------　事例詳細ページ用のテーブル設定　----------- */
.article table.table-jirei {
}
.article table.table-jirei p {
text-align: center;
margin-bottom:5px;
}

.article table.table-jirei th {
vertical-align: middle;
text-align: center;
}
.article table.table-jirei td {
vertical-align: middle;
text-align: center;
}
.article table.table-jirei td.td-arrow {
background-color:#fff;
vertical-align: middle;
}
.article table.table-jirei tr {
    background: #fff;
}
.article table.table-jirei.table-jirei-left p,
.article table.table-jirei.table-jirei-left td {
text-align: left;
}

/* -----------　ul&ol設定　----------- */
.article ul,
.article ol {
margin-bottom:20px;
padding-left:5px;
}

.article ul li {
list-style:disc outside ;
margin-bottom: 5px;
line-height: 1.5;
}

.article ol li {
list-style:decimal outside ;
margin-bottom: 5px;
line-height: 1.5;
}



/* -----------　画像の右寄せ左寄せ設定　----------- */

.article img.alignright {
float:right;
margin:0 0 10px 10px;
}

.article img.alignleft {
float:left;
margin:0 15px 15px 0px;
}


.article img.kadomaru{
border-radius: 4px;
}





/* -----------　SNSボタン設定　----------- */

/* .article .interactive-tools */
.article .interactive-tools {
	text-align: right;
	border: none;
	padding: 5px;
	margin: 0.75em 0;
	font-size: 13px;
}

.article .interactive-tools-after {
	margin-bottom:0px;
	padding-bottom:0px;
	padding-right:0px;
	text-align: right;
	font-size:12px;
}

.article .interactive-tools .tool {
	display: inline;
	vertical-align: middle;
}


.article .interactive-tools .wp_social_bookmarking_light {
	display: inline-block;
	vertical-align: middle;
}

.article .interactive-tools .wp_social_bookmarking_light>div {
	display: inline-block;
	vertical-align: middle;
}

.article .interactive-tools .wp_social_bookmarking_light_clear {
	display: none;
}

.article .interactive-tools .wp_social_bookmarking_light .wsbl_twitter {
width: 80px;
}


.article .interactive-tools.interactive-tools-before {
display:none;
}

.article .interactive-tools.interactive-tools-after {
border-top: 1px dotted #ddd;
margin: 40px 0 10px 0;
padding: 10px 0px 0px 0px;
}

/* .article .interactive-tools */
.article .interactive-tools {
	text-align: right;
/*	border: 1px solid #ddd;*/
	padding: 5px;
	margin: 0.75em 0;
}

.article .interactive-tools .tool {
	display: inline;
	vertical-align: middle;
}

.article .interactive-tools .wp_social_bookmarking_light {
	display: inline-block;
	vertical-align: middle;
}

.article .interactive-tools .wp_social_bookmarking_light>div {
	display: inline-block;
	vertical-align: middle;
}

.article .interactive-tools .wp_social_bookmarking_light_clear {
	display: none;
}



.article .interactive-tools .comments a,
.article .recomend a {
color: #333333;
}
.article .category a {
color:#0029f5;
}
.article .interactive-tools .comments a:hover,
.article .category a:hover,
.article .recomend a:hover {
text-decoration:underline;
}

.article .recomend .recomend-posts .title {
 font-size:12px;
}

/* -----------　続きを読むリンク表示設定　----------- */

.article .more-link-wrapper {
	text-align: left;
}



/* -----------　テーマリンク表示設定　----------- */

.article .taxnomies {
	border-top: 1px solid #ddd;
	padding-top:3px;
	text-align: right;
	font-size:12px;
}
.article .taxnomies {
margin-bottom: 10px;
}



/* -----------　おすすめ記事表示設定　----------- */
.article .recomend {
border-top: 1px dotted #ddd;
padding-top: 10px;
clear:both;
}

.article .recomend .recomend-posts {
	margin-left: -10px;
	margin-bottom: -10px;
	padding-left: 0px;
}

.article .recomend .recomend-posts li {
	width: 110px;
	padding: 10px;
	/*border: 1px solid #ddd;*/
	margin-left: 14px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
	background-image:none;
}

*+html .article .recomend .recomend-posts li {
	display: inline;
	zoom: 1;
}

* html .article .recomend .recomend-posts li {
	display: inline;
	zoom: 1;
}

.article .recomend .recomend-posts li img,
.article .recomend .recomend-posts li .empty {
	width: 118px !important;
	height: 118px !important;
	background-color: #ddd;
	display: block;
	margin-bottom: 3px;
}


/* -----------------------------------------------------------
カスタム投稿：関連記事表示
----------------------------------------------------------- */
.article .recomend .taxnomies .category {
margin-bottom:3px;
}
.article .recomend ul {
padding: 0px;
display: inline-block;
margin-bottom: 0px;
vertical-align: bottom;
}
.article .recomend ul li {
background-image:none;
padding: 5px;
display: table-cell;
width: 130px;
}
.article .recomend ul li:before {
display:none;
}
.article .recomend-title {
font-size: 12px;
line-height: 1.3;
display: block;
margin-top: 5px;
}
.article .recomend li img {
    margin: 0 auto;
    display: block;
}
.recomend .category ul {
padding: 0 0 0 0px;
display: inline-block;
margin-bottom: 0px;
}
.recomend .category ul li {
padding: 0px;
display: inline-block;
width: auto;
background-image: none;
}


/* -----------------------------------------------------------
ボタン：お問い合せ　ページ下固定表示
----------------------------------------------------------- */

.btn-contact{
text-align:center;
}



/* -----------------------------------------------------------
LP用見出し設定
----------------------------------------------------------- */


/* -----------------------------------------------------------
見出し２
----------------------------------------------------------- */
.article h2 {
font-size: 137%;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 5px;
    padding: 10px 10px 8px 20px;
}

/* -----------------------------------------------------------
見出し３
----------------------------------------------------------- */
.article h3 {
font-size: 110%;
    /* color: #333333; */
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #333333;
    padding: 5px 0px 3px 0px;
    font-weight: bold;
}

.article h3:before {
}

/* -----------------------------------------------------------
見出し4
----------------------------------------------------------- */
.article h4 {
font-size: 100%;
    color: #333333;
}

/* -----------------------------------------------------------
見出し5
----------------------------------------------------------- */
.article h5 {
font-size: 100%;
	padding-left:0px;
	font-weight:bold;
}
.article h5:before {
display:none;
}

/* -----------------------------------------------------------
見出し6
----------------------------------------------------------- */
.article h6 {
    color: #D24615;
}



/* -----------------------------------------------------------
タイトル
----------------------------------------------------------- */
body.cat-top .article .midashi-title.page-title {
display:none;
}

.article .midashi-title {
    display: block;
    font-size: 137%;
    color: #ffffff;
    min-height: 54px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: none;
    box-sizing: border-box;
    padding: 13px 10px 0px 37px;
    box-sizing: border-box;
    border-radius: 5px;
	background: #333333 url(../images/midashi-title-bg.png) 20px 50% no-repeat;
}

.article .midashi-title2 {
    display: block;
    font-size: 137%;
    color: #333;
    min-height: 54px;
    margin-top: 30px;
    margin-bottom: 10px;
    border: 1px solid #333333;
    box-sizing: border-box;
    padding: 12px 10px 0px 36px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FFFFFF url(../images/midashi-title2-bg.png) 20px 50% no-repeat;
}

/* -----------------------------------------------------------
ラウンド付き見出し＆自動番号
----------------------------------------------------------- */
.article .midashi-round,
.article .rounded-list-midashi {
    background: none repeat scroll 0 0 #E9F3DC;
    border-radius: 5px;
    border: none;
    color: #333;
    display: block;
    margin: 14px 0;
    padding: 5px 12px 3px 28px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    margin-left: 34px;
    font-size: 112%;
    font-weight: normal;
    min-height: 0px;
}
.article .rounded-list-midashi:before,
.article .midashi-round:before {
    background: none repeat scroll 0 0 #333333;
    border: 0.2em solid #fff;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    font-weight: bold;
    height: 2em;
    left: -1.7em;
    line-height: 2em;
    margin-top: -1.3em;
    position: absolute;
    text-align: center;
    top: 21px;
    transition: all 0.3s ease-out 0s;
    width: 2em;
    color: #FFF;
    font-size: 24px;
}
.article .midashi-round:before {
    content: '\f132';
    font-family: 'FontAwesome';
}
/* -----------------------------------------------------------
自動番号
----------------------------------------------------------- */
.article .rounded-list {
    counter-reset: li; /* Initiate a counter */
    padding: 0;
    margin-bottom: 30px;
}
.article .rounded-list-midashi:before {
    content: counter(li, decimal);
    counter-increment: li;
}



/* -----------------------------------------------------------
ポイント見出し
----------------------------------------------------------- */
.article .midashi-point {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #DCDCDC;
    padding: 7px 0px 5px 0px;
    margin-bottom: 20px;
    padding-left: 72px;
    position: relative;
    overflow: hidden;
    color: #333333;
    font-size: 112%;
}
.article .midashi-point:before {
    counter-increment: section;
    content: '\f0a4';
    background: none repeat scroll 0 0 #F9FCF5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 0px;
    margin-right: 18px;
    padding: 12px 14px 12px 20px;
    color: #333333;
    height: 100%;
    position: absolute;
    left: 0px;
    top: -8px;
    overflow: hidden;
    font-family: 'FontAwesome';
    font-size: 20px;
    border-right: 1px solid #ddd;
}


/* -----------------------------------------------------------
ボタン：お問い合せ　ページ下固定表示
----------------------------------------------------------- */

.btn-contact{
text-align:center;
}

/* -----------------------------------------------------------
ボタン：基本スタイル
----------------------------------------------------------- */
.article .btn {
    text-decoration: none;
    display: block;
    width: 80%;
    padding: 0.8rem;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    border-top: 3px solid rgba(255,255,255,0.2);
    text-align: center;
	margin: 0 auto;
	border-radius: 6px;
}

/* -----------------------------------------------------------
ボタン：スクール別表示
----------------------------------------------------------- */
.article .cat-box {
border-top: 1px solid #ccc;  
border-right: 1px solid #999;  
border-bottom: 1px solid #999;  
border-left: 1px solid #ccc;  
padding: 5px 20px;  
font-weight: bold;  
cursor: pointer;  
color: #ffffff;
text-align:center; 
margin:10px 0;  
}
/* -----------------------------------------------------------
ボタン：背景色指定用クラス
----------------------------------------------------------- */
.article .pink {
background-color: #7069A5;
color: #fff;
border: 1px solid #ddd;
}
.article .red {
background-color: #D24615;
color: #fff;
border: 1px solid #ddd;
}
.article .purple {
background-color: #7069A5;
color: #fff;
border: 1px solid #ddd;
}
.article .black {
background-color: #000000;
color: #fff;
border: 1px solid #ddd;
}
.article .blue {
background-color: #0075A0;
color: #fff;
border: 1px solid #ddd;
}
.article .green {
background-color: #333333;
color: #fff;
border: 1px solid #ddd;
}
.article .orange {
background-color: #004000;
color: #fff;
border: 1px solid #ddd;
}
.article .orange2 {
    background-color: #F8CBAD;
    color: #fff;
    border: 1px solid #ddd;
    }
.article .yellow {
background-color: #004000;
color: #fff;
border: 1px solid #ddd;
}
.article .skyblue {
background-color:#44B9FC;
color: #fff;
border: 1px solid #ddd;
}
.article .mintblue {
background-color:#00C9C2;
color: #fff;
border: 1px solid #ddd;
}
.article .green2 {
background-color: #57a52b;
color: #fff;
border: 1px solid #ddd;
}


/* -----------------------------------------------------------
リスト
----------------------------------------------------------- */
.article ul,
.article ol {
margin-bottom:20px;
}

.article ul li {
line-height: 1.8;
    margin-bottom: 1px;
    padding-left: 15px;
    list-style: none outside;
    margin-left: 0px;
    position: relative;
}
.article ul li:before {
font-family: 'FontAwesome';
    content: '\f0da';
    color: #696969;
    font-size: 10px;
    position: absolute;
    top: 4px;
    left: 3px;
}

/* -----------　リスト｜チェックマーク　----------- */
.article ul.check li {
    border-bottom: 2px dotted #e3e3e3;
    margin-bottom: 6px;
    padding-left: 40px;
	font-size: 112%;
}
.article ul.check li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #333333;
    font-size: 30px;
    position: absolute;
    top: -15px;
    left: 0px;
}

/* -----------　リスト｜仮住まい内の図　----------- */
.article ul.section2-menu {
width:450px;
margin:10px auto;
list-style:none;
}
.article ul.section2-menu li {
margin-bottom:10px;
padding:0px;
}
.article ul.section2-menu li:before {
display:none;
}
.article ul.section2-menu li.fl {
float:left;
}
.article ul.section2-menu li.fr {
float:right;
}



/* -----------　リスト｜番号順　----------- */
.article ol li {
list-style:decimal outside ;
margin-bottom: 5px;
line-height: 1.5;
margin-left:23px;
padding-left:0px;
}


/* -----------　リスト｜Q&A　----------- */
.article ul li.question {
}
.article ul li.answer {
}

/* -----------------------------------------------------------
吹き出し
----------------------------------------------------------- */

.article .balloon {
    background: #f1e8d9 none repeat scroll 0 0;
    border-radius: 6px;
    clear: both;
    float: left;
    margin: 10px 10px 10px 10px;
    max-width: 75%;
    padding: 15px 20px 0px 20px;
    position: relative;
}
.article .balloon.left {
    background: #ededed none repeat scroll 0 0;
    float: left;
}
.article .balloon.right {
    background: #868686 none repeat scroll 0 0;
    float: right;
	color:#fff;
}

.article  .balloon.left:after,
.article  .balloon.left:before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
}
.article  .balloon.left:after {
    border-color: rgba(245, 255, 240,0) #ededed rgba(245, 255, 240,0) rgba(245, 255, 240,0);
    border-width: 7px;
    margin-top: -7px;
}
.article  .balloon.left:before {
    border-color: rgba(245, 255, 240,0) #ededed rgba(245, 255, 240,0) rgba(245, 255, 240,0);
    border-width: 8px;
    margin-top: -8px;
}



.article  .balloon.right:after,
.article  .balloon.right:before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
}
.article  .balloon.right:after {
    border-color: rgba(254, 241, 234, 0) rgba(254, 241, 234, 0) rgba(254, 241, 234, 0) #868686;
    border-width: 7px;
    margin-top: -7px;
}
.article  .balloon.right:before {
    border-color: rgba(254, 241, 234, 0) rgba(254, 241, 234, 0) rgba(254, 241, 234, 0) #868686;
    border-width: 8px;
    margin-top: -8px;
}
.clear_balloon {
    clear: both;
}

/* -----------　吹き出し｜トドまるくん　----------- */
.article .todomaru_balloon-wrapper {
    display: flex;
    justify-content: space-around;
    margin: 40px 30px 0;
    position: relative;
}

.article .todomaru_balloon-text {
    position: absolute;
    margin: 0;
    left: 20px;
    top: 40px;
}

.article .todomaru_balloon-inner {
    display: flex;
    justify-content: space-between;
}

.article .todomaru_balloon-img {
    width: 85%;
    display: flex;
    align-items: center;
}

.article .todomaru_balloon-inner .todomaru_balloon-img:last-child {
    width: 15%;
}

.article .todomaru_balloon-img img {
    width: 100%;
}




/* -----------------------------------------------------------
囲みスタイル
----------------------------------------------------------- */
.article .kakomi1{
    background-color: #ededed;
    color: #333333;
    border-radius: 5px;
    margin-bottom: 20px;
    border: none;
    padding: 15px;
    display: block;
    clear: both;
}
.article .kakomi2{
    background-color: #faefef;
    border-radius: 5px;
    margin-bottom: 20px;
    border: none;
    padding: 15px;
    display: block;
    clear: both;
}
.article .kakomi3{
    background-color: #effaf9;
    border-radius: 5px;
    margin-bottom: 20px;
    border: none;
    padding: 15px;
    display: block;
    clear: both;
}
.article .kakomi-voice{
background-color: #FFDDDD;
border-radius: 5px;
margin-bottom: 20px;
border: 1px solid #cccccc;
padding: 15px;
display: block;
clear: both;
}
.article .kakomi-voice h2{
border-bottom:1px solid #cccccc;
}
.article .kakomi-voice img.alignleft {
margin:0 10px 10px 0px;
}

.article .kakomi4{
    display: block;
		width: 85%;
    background-color: #CCFF99;
    border: 2px solid #9BBB59;
    border-radius: 20px;
    margin: 0 auto;
    padding: 15px 30px;
}
.article .kakomi5{
    display: block;
    background-color: #CCECFF;
    border-radius: 20px;
    margin: 0 auto;
    padding: 15px 30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.32);
    line-height: 2;
}
.article .kakomi5 .head{
		font-weight: bold;
		font-size: 125%;
}
.article .kakomi6{
    display: block;
    background-color: #F2F2F2;
    border-radius: 20px;
    margin: 0 auto;
    padding: 15px 30px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.32);
    line-height: 2;
}

.article .kakomi7{
    border-radius: 5px;
    margin-bottom: 20px;
    border: 5px solid #fd4401;
    padding: 15px;
    display: block;
    clear: both;
}

/* -----------------------------------------------------------
施策＞東京におけるマンションの適正な管理の促進に関する条例ページ用
----------------------------------------------------------- */
.article .kakomi6 .midashi{
  display: inline-block;
  width:90%;
  vertical-align: text-top;
}
.article .kakomi6 .midashi-no{
	font-weight: bold;
	font-size: 2em;
  vertical-align: top;
  display: inline-block;
  width:6%;
}
.mm {
	font-size: 1.2em;
	font-weight: bold;
}
.title-border {
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
}
.title-border span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
    margin-left: 22px;
    font-weight: bold;
    font-size: 1.2em;
}
.title-border span:before,
.title-border span:after {
    border-top: 4px solid;
    border-color: #A0A0A0;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}
.title-border span:before {
    right: 100%;
}
.title-border span:after {
    left: 100%;
}

.list-mark {
  color: #A0A0A0;
  font-size: 1.2em;
}
.fontb{
  font-weight: bold;
}
.font1.2{
  font-size: 1.2em;
}
.desc {
  margin: 0 15px 20px 20px;
}
.desc .cont-t{
  font-size: 1.2em;
  font-weight: bold;
}
.desc2 {
  margin: 0 15px 20px 50px;
}
.cont{
  margin-left: 40px;
  margin-right: 30px;
}
.cont2{
  margin-left: 20px;
  margin-right: 30px;
}
.cont3{
  margin-left: 20px;
}
.cont4{
  margin-left: 30px;
  display: inline-block;
  
}
.article ul li img {
	margin-top: 2px;
}
.article .desc ul,
.article .desc2 ul{
  margin: 0 1em 2em;
}
.article .desc li {
	line-break: strict;
}
.article .desc li:before,
.article .desc2 li:before {
  content: '・';
	font-weight: bold;
	font-size: 1em;
  color: #333333;
	top: 0;
	left: 0;
}
.article .ast li {
	line-break: strict;
}
.article .ast li:before {
  content: '※';
	font-weight: bold;
	font-size: 1em;
  color: #333333;
	top: -2px;
	left: 0;
}
.t2{
  position: relative;
}
.st_img{
	position: absolute;
	right: 5px;
	bottom: 30px;
  width: 20%
}
/* -----------------------------------------------------------
レイアウト用テーブル
----------------------------------------------------------- */
table.layout-table {
border-collapse: collapse;
border-spacing: initial;
border: initial;
margin-bottom: 0px;
}

table.layout-table  td {
border: initial;
padding: 0px;
}

/* -----------------------------------------------------------
フロー図_CSS
----------------------------------------------------------- */

/* --- リストエリア --- */
.article ol.flow {
width: 98%; /* リストエリアの幅 */
margin: 0 0 20px 0;
padding: 0;
list-style-type: none;
}

/* --- リスト項目 --- */
.article ol.flow li {
margin-bottom: 12px; /* リスト項目の下マージン */
padding-bottom: 28px; /* リスト項目の下パディング */
background: url(../images/flow_back.png) no-repeat center bottom; /* リスト項目の背景 */
list-style:none;
}
/* --- 最後のリスト項目 --- */
.article ol.flow li.last {
margin-bottom: 0;
padding-bottom: 0;
background-image: none;
}

/* --- ボックス --- */
.article ol.flow dl {
margin: 0;
}

/* --- タイトルエリア --- */
.article ol.flow dt {
padding: 9px 10px 7px; /* タイトルエリアのパディング（上、左右、下） */
border-bottom: 1px #629D35 solid; /* タイトルエリアの下境界線 */
color: #ffffff;
background: -moz-linear-gradient(center top , #629D35 0%, #629D35) repeat scroll 0 0 rgba(0, 0, 0, 0);
/* --- Safari, Chromeの記述 --- */
background: -webkit-gradient(linear, center top, center bottom, from(#629D35), to(#629D35));
border-top-left-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;

}
/* --- タイトル --- */
.article ol.flow dt strong {
margin-left: 3px;
}

/* --- 本文エリア --- */
.article ol.flow dd {
margin: 0;
padding: 15px 15px; /* 本文エリアのパディング（上下、左右） */
line-height: 150%;
border-bottom: 1px #004227 solid; /* タイトルエリアの下境界線 */
border-left: 1px #004227 solid;
border-right: 1px #004227 solid;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
}

/* -----------------------------------------------------------
記事の最終更新日表示
----------------------------------------------------------- */
.last-update {
text-align:right;
font-weight:bold;
font-size:80%;
margin-bottom:20px;
}


/* -----------------------------------------------------------
各種資料
----------------------------------------------------------- */
.doc-layout {
margin-top:20px;
padding-left: 25px;
}
.doc-layout-img {
width:300px;
float:left;
display:block;
margin-right:20px;
border: 2px solid #dddddd;
}
.doc-layout-img img{
width:300px;
height:auto;
}
/* .doc-layout-img.__sokusin-jigyo {
  width: 230px;
  border: none;
}
.doc-layout-img.__sokusin-jigyo img {
  width: 230px;
  object-fit: contain;
} */
.doc-layout-table {
display:block;
float:left;
width:380px;
}
.doc-layout-table th{
text-align:center;
}
.doc-layout-table th a{
color:#fff;
}

/* -----------------------------------------------------------
お問い合わせ先表示
----------------------------------------------------------- */
.contact-box {
width:50%;
margin:60px auto 30px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 5px;
    border: 1px solid #0f0f0f;
    padding: 15px;
    display: block;
    clear: both;
}
.contact-box-title {
font-size:120%;
font-weight:bold;
}
.article .contact-box p {
text-align:center;
margin: 0px 0px 0px 0px;
}
/* -----------------------------------------------------------
窓口の連絡先表組み
----------------------------------------------------------- */
.article table.madoguchi-table {
    width: 530px;
    margin-left: 20px;
}
.article table.madoguchi-table th {
    text-align: right;
    width: 130px;
    color: #333;
    background: #F0F0F0;
}
.article table.madoguchi-table tr:nth-child(2n) {
background:#fff;
}
/* -----------------------------------------------------------
検索結果画面
----------------------------------------------------------- */
.namazu-result-header h2 {
    display: block;
    font-size: 137%;
    color: #ffffff;
    min-height: 54px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: none;
    box-sizing: border-box;
    padding: 13px 10px 0px 37px;
    box-sizing: border-box;
    border-radius: 5px;
	background: #333333 url(../images/midashi-title-bg.png) 20px 50% no-repeat;
}
/* -----------------------------------------------------------
サイトポリシー
----------------------------------------------------------- */
.about p {
    margin-left: 1em;
}
.about dl dt {
    margin-left: 1em;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.about dl dd {
    margin-left: 1em;
    margin-bottom: 10px;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.about ul.floatmenu li {
    float: left;
    margin-right: 2em;
}
.about .clearfix {
    both: clear;
}
.about ul.nomarker {
    margin-left: 1em;
}
.about ul.nomarker li {
    list-style-type: none;
    text-indent: -1.1em;
}
.about ul.nomarker li:before {
    content: '';
}
/* -----------------------------------------------------------
マンションの環境性能向上サポート用
----------------------------------------------------------- */
.article table.kankyo-support-table {
	text-align: center;
/*	background: url(/images-uploads/kankyo-support-table.png);*/
	background-size: cover;
	background-position: center bottom;
	background-blend-mode: lighten;
	border: solid 1px #666666;
}
.article table.kankyo-support-table td {
	padding: 0;
	font-size: 115%;
	text-align: center;
	vertical-align: middle;
/*	background-color: rgba(255,255,255,0.3);*/
	border: solid 1px #666666;
}
.article table.kankyo-support-table td.header {
	padding: 10px;
	font-size: 150%;
/*	font-weight: bold;*/
	color: #333333;
/*	background-color: rgba(255,255,255,0);*/
}
.article table.kankyo-support-table td.header span {
	font-size: 80%;
}
.article table.kankyo-support-table td:nth-child(2),
.article table.kankyo-support-table td:nth-child(3) {
	width: 38%;
}
.article table.kankyo-support-table td a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: #333333;
/*	font-weight: bold;*/
}
.article table.kankyo-support-table td a:focus,
.article table.kankyo-support-table td a:hover {
	text-decoration: none;
}
.article table.kankyo-support-table td.link:focus,
.article table.kankyo-support-table td.link:hover {
/*	background-color: rgba(255,255,255,0.7);*/
}

/* -----------------------------------------------------------
マンション建替法による要除却認定用
----------------------------------------------------------- */
.article ul.nomarker li{
	list-style-type: none;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 100%;
}
.article ul.nomarker li:before {
	display: none;
}

