@charset "UTF-8";

/*子テーマ用「base.css」*/

/* 背景色 */
body {
    background-color: #fff;
}

.keni-header_wrap {
	background-image: inherit;
}


/* カテゴリー　h1 */
.archive_title {
    font-size: 3.5rem;
    line-height: 1.25;
    font-weight: 700;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
    color: #606060;
}

.archive_title {
    background-size: 0px 0px;
}

/* カテゴリー　h1 */
.keni-section h1 {
    font-size: 30px!important;
    line-height: 1.25;
    font-weight: 700;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
    color: #434343;
}

.keni-section h1 {
    background-size: 0px 0px;
}

/* h2 */

h2 {
    margin-bottom: 23px;
    padding: 10px 10px 5px;
    background: #444;
    color: #fff!important;
	font-size: 120%;
}

	
/* h3 */

h3 {
	display: block;
    border-bottom: 1px solid #F876A3;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
}


/* h3 */
h4 {
    border-bottom: 1px dotted #444;
    color: #444;
}



/* ヘッダー部分の説明文消す */
.site-description {
display:none;
}


.migi {
    float: right;
}

/*記事内の文字サイズ*/
.keni-main{
	font-size: 1.6rem;
	line-height: 1.8;
}

/*サイドバー等の文字サイズ*/
.keni-main .free-area,
.keni-sub{
	font-size: 1.6rem;
}

/*目次2*/
#toc_container {
    background: #fff!important;
	border: 1px solid #000!important;
    box-shadow: 2px 3px 0px 0px;
	margin-bottom: 4em!important;
}

#toc_container p.toc_title {
    text-align: left!important;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid;
	margin-left: 8px!important;
	margin-right: 8px!important;
}

#toc_container span.toc_toggle {
	font-weight: 400;
    font-size: 80%!important;
}

#toc_container p.toc_title+ul.toc_list {
    padding-left: 30px;
}

#toc_container ul ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #777171;
    margin-left: 0;
}

span.toc_number.toc_depth_2 {
    display: none!important;
}


#toc_container span.toc_number::after {
  content: "."; 
  pointer-events: none;
}

.toc_title {
    color: #444!important;
	padding-bottom: 5px!important;
}
.toc_title {
    padding: 10px;
    background-color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

/*目次TOP*/
#toc_container_top {
    background: #fff!important;
	border: 1px solid #000!important;
    box-shadow: 2px 3px 0px 0px;
	margin-bottom: 4em!important;
}

#toc_container_top p.toc_title {
    text-align: left!important;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid;
	margin-left: 8px!important;
}

#toc_container_top span.toc_toggle {
    font-size: 80%!important;
}

#toc_container_top p.toc_title+ul.toc_list {
    padding-left: 8px;
}

#toc_container_top span.toc_number::after {
  content: "."; 
pointer-events: none;
}

#toc_container_top p.toc_title+ul.toc_list {
    padding-left: 8px;
}
#toc_container_top p.toc_title+ul.toc_list {
    margin-top: 1em;
}
#toc_container_top.no_bullets ul {
    background: 0 0;
    list-style-type: none;
    list-style: none;
	text-indent: -23px;
}

#toc_container_top a {
    text-decoration: none;
    text-shadow: none;
}


/************************************
** テーブル装飾
************************************/



table th {
        background-color: #e2eef6;
	    border-color: #333;
}

table td {
	background-color: #fff;
	border-color: #333;
	vertical-align: top;
	padding: 5px;
}

table {
	border-collapse: collapse;
	border: solid 1px #333;/*表全体を線で囲う*/
  }
  table th, table td {
	border: solid 1px #333;/**/
  }

/* カテゴリーボタン */
.ently_read-more .btn {
    border-color: #0095d9!important;
    color: #0095d9!important;
}

.ently_read-more .btn {
    position: relative;
    width: 100%;
    border: 1px solid;
    background-color: #fff;
    box-shadow: 0px 0px 0px #e9e9e9;
}

.btn {
    border-radius: 2px;
    box-shadow: 0px 0px 0px #e9e9e9;
}

/* 吹き出し */
.speech-wrap {
    margin: 0 1em 0;
    width: 95%;
    display: flex;
}

.sbs-line .speech-balloon {
    border-width: 2px;
}

div.speech-balloon{
	border: 11px solid #292929;
	border-radius: 17px;
	padding: 18px;
	box-shadow: 0px 0px 0px 0px #292929;

}
.speech-balloon::before {
	border-right: 12px solid #292929;
}
.speech-balloon::after {
	border-right: 15px solid #FFF;
}

/* テーブル内横2列会話 */
.kaiwatable .speech-person {
    width: 25%;
    min-width: 12%;
}

.kaiwatable .sbp-l {
    margin-right: 10px;
}

.kaiwatable .sbs-line .speech-balloon {
	font-size: 90%;
	width: 65%;
}

.kaiwatable .speech-wrap {
    margin: 0 1em 0;
    width: 90%;
    display: flex;
	padding-bottom: 30px;
}


.kaiwatable .waku-black-small {
    font-size: 80%;
}


/****テーブル装飾　デキタ追加****/

table th.other {
    background-color: #3c33b5;
    border-color: #333;
    color: #fff;
}

table td.other {
    background-color: #3c33b5;
    border-color: #333;
    color: #fff;
}


/*ボックス*/

.box1 {
    position: relative;
    width: 100%;
    margin: 2em 0;
    background-color: #fff;
    color: #000;
    border: 2px solid#000;
    line-height: 30px;
    font-size: 90%;
}

.box1 b{
	position: relative;
	width: 100%;
	margin: 2em 0;
	background-color: #fff;
	color: #292929;
    line-height: 30px;
	font-size: 120%;
}

.box1 .box-title:before {
	position: absolute;
	content: '';
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/images/box/box_01.png);
	background-size: contain;
	left: 3px;
    top: 3px;
}

.box1 .box-title:after {
	position: absolute;
	content: '';
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/images/box/box_01.png);
	background-size: contain;
	top: 3px;
    right: 3px;
}

.box1 .box-title {
	padding: 20px 10px 20px 35px;
	width: 100%;
	line-height: 130%;
	font-size: 130%;
	font-weight: 700;
	color: #444;
}
.box1 ul{
    padding: 0px 10px 0px 10px;
}

.box1 ol{
    padding: 0em 2em 1.5em;
}

.box1 ul.a{
    padding: 0em 2em 1.5em;
}

.box1 a:link {
    color: #444;
}

.box1 .boxcover:before {
	position: absolute;
	content: '';
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/images/box/box_01.png);
	background-size: contain;
	bottom: 3px;
    left: 3px;
}



.box1 .boxcover:after {
	position: absolute;
	content: '';
	display: inline-block;/*忘れずに！*/
	width: 15px;/*画像の幅*/
	height: 15px;/*画像の高さ*/
	background-image: url(/images/box/box_01.png);
	background-size: contain;
	right: 3px;
    bottom: 3px;
	}


.box1 ul > li {
	list-style-type: none !important;
	margin: 0 0 0.5em 1em;
    position: relative;
	font-size: 100%;
}

.box1 ul > li a {
	color: #FFF;
}

.box1 ul > li:before {
	content: "\f0da";
	font-family: FontAwesome;
    margin-right: 5px;
    position: absolute;
    left: -1em;
}

/*
.box1 .more {
	margin: 0;
	position: absolute;
	right: 30px;
	bottom: -15px;
	background-color: #ffffff;
	padding: 0 15px;
}


.box1 p {
    margin: 0; 
    padding: 0;
}


.box1 ul{
    list-style-type: none !important;
	padding-left: 36px;
    list-style-position: outside;
    text-indent: -30px;
}

.box1 ol{
	padding-top: 0px;
}


.box1 ul > li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin-right: 10px;
	color: #b57b32;
}
*/

/*2列テーブル50％50％50％50％*/

div.t-50>table>tbody>tr>th {
    width: 50%;
    text-align: center;
}

div.t-50>table>tbody>tr>td {
    vertical-align: top;
}

/*2列テーブル25％25％25％25％*/

div.t-25>table>tbody>tr>td {
    width: 25%;
}

div.t-25>table>tbody>tr>td {
    vertical-align: top;
}

div.t-25>table>tbody>tr>th {
    font-weight: 700;
}



/*--------------------------------------------------------
固定フッター
--------------------------------------------------------*/
.bottommenu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0;
    margin-top: 20px;
    background-color: #444;
    z-index: 1;
}


div.top3waku tr td{
	padding: 3px;
	border: 1px solid #ddd;
	line-height: normal;
}

.top3waku buttontop{
	font-size: 12px;
}

//.top3waku buttontop-first{
//	font-size: 25px;
//}

.top3waku > table{
	border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 0px;
    width: 60%;
	margin: auto;
}

div.top3waku > table > tbody > tr > th, td {
    padding: 2px;
    border-right: 2px solid #292929;
    border-bottom: 2px solid #292929;
}

buttontop,
input[type="button"],
input[type="reset"],
input[type="submit"],
.buttontop,
.entry-content .buttontop {
	text-decoration:none;
	border: none;
	color: #ffd900;
	cursor: pointer;
	padding: 9px 0px;
	text-transform: uppercase;
	white-space: normal;
	width: 100%;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	background-color: #292929;
}

buttontop:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.buttontop:focus,
.entry-content .buttontop:focus,
buttontop:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.buttontop:hover,
.entry-content .buttontop:hover {
	color: #fff;
	background-color: #57a600;
}



buttontop-first,
input[type="button"],
input[type="reset"],
input[type="submit"],
.buttontop-first,
.entry-content .buttontop-first {
	background-color: #222;
	border: none;
	color: #ffda00;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: 100%;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	margin-top: 30px;
}

buttontop-first:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.buttontop-first:focus,
.entry-content .buttontop-first:focus,
buttontop-first:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.buttontop-first:hover,
.entry-content .buttontop-first:hover {
	color: #fff;
	background-color: #57a600;
}


.waku{
    border: 5px solid #444;
    width: 160;
    height: auto;
    /* margin: 3px; */
    margin-bottom: -11px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    vertical-align: top;
    text-decoration: none;
    color: #444;
}

.kakomi{
	border: 1px solid #444;
    height: auto;
	padding: 10px;
	vertical-align: top;
    text-decoration: none;
    color: #444;
	font-weight:bold;
}

/* --------------------------------------------
　　下部固定メニュー　スマホ版
--------------------------------------------- */

@media only screen and (max-width: 950px) {
.top3waku > table{
		border-collapse: collapse;
		border-spacing: 0;
		line-height: 2;
		margin-bottom: 0px;
		width: 100%;
		margin: auto;
	}	
	
.go-to-top {
    right: 0px;
    bottom: 52px;
}	
	
	}


@media only screen and (max-width: 768px) {

	buttontop,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.buttontop,
	.entry-content .buttontop {
		border: none;
		color: #ffd900;
		cursor: pointer;
		padding: 8px 0px;
		text-transform: uppercase;
		white-space: normal;
		width: 100%;
		font-size: 3vmin;
		font-weight:500;
		display: inline-block;
		text-align: center;
		background-color: #292929;
	}
	
	
	buttontop:focus,
	input:focus[type="button"],
	input:focus[type="reset"],
	input:focus[type="submit"],
	.buttontop:focus,
	.entry-content .buttontop:focus,
	buttontop:hover,
	input:hover[type="button"],
	input:hover[type="reset"],
	input:hover[type="submit"],
	.buttontop:hover,
	.entry-content .buttontop:hover {
		color: #fff;
		background-color: #57a600;
	}

	buttontop-first,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.buttontop-first,
	.entry-content .buttontop-first {
		background-color: #222;
		border: none;
		color: #ffda00;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
		padding: 8px 0px;
		text-transform: uppercase;
		white-space: normal;
		width: 100%;
		font-size: 12px;
		display: inline-block;
		text-align: center;
	}

	buttontop-first:focus,
	input:focus[type="button"],
	input:focus[type="reset"],
	input:focus[type="submit"],
	.buttontop-first:focus,
	.entry-content .buttontop-first:focus,
	buttontop-first:hover,
	input:hover[type="button"],
	input:hover[type="reset"],
	input:hover[type="submit"],
	.buttontop-first:hover,
	.entry-content .buttontop-first:hover {
		color: #fff;
		background-color: #57a600;
	}	

	buttonhalf,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.buttonhalf,
	.entry-content .buttonhalf {
		background-color: #333;
		border: none;
		color: #fff;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
		padding: 16px 0px;
		text-transform: uppercase;
		white-space: normal;
		width: 70%;
		font-size: 15px;
		display: inherit;
		margin-left: auto;
		margin-right: auto;
		text-decoration: none;
	}

	buttonhalf:focus,
	input:focus[type="button"],
	input:focus[type="reset"],
	input:focus[type="submit"],
	.buttonhalf:focus,
	.entry-content .buttonhalf:focus,
	buttonhalf:hover,
	input:hover[type="button"],
	input:hover[type="reset"],
	input:hover[type="submit"],
	.buttonhalf:hover,
	.entry-content .buttonhalf:hover {
		color: #fff;
		background-color: #000;
	}

	.ad > buttonhalf {
		background-color: #57a600!important;
		border: none;
		color: #fff!important;
		cursor: pointer;
		font-family: 'Raleway', sans-serif;
		padding: 16px 24px;
		text-transform: uppercase;
		white-space: normal;
		width: 70%;
		font-size: 15px;
		display: inherit;
		margin-left: auto;
		margin-right: auto;
	}

		.bottommenu {
		position: fixed;
		width: 100%;
		bottom: 0px;
		left: 0;
		margin-top: 20px;
		background-color: #444;
		z-index: 1;
	}	
	
}

/* --------------------------------------------
　　フォルダマーク
--------------------------------------------- */
.fa-folder-open:before {
    content: "\f07c";
	display:none;
}

/* --------------------------------------------
　　カテゴリマーク
--------------------------------------------- */
.cat-link {
    margin-left: 5px;
}


/* --------------------------------------------
　　schema　質問
--------------------------------------------- */
.sc_fs_faq h3 {
	margin-top: 0px;
	border-left: 0px solid #292929;
    border-right: 0px solid #292929;
    border-top: 0px solid #292929;
    border-bottom: 0px solid #292929;
    padding: 0px 0px 0px 0px;
}

.sc_fs_faq h3::before {
	margin-top: 0px;
	content: "Q.";
font-weight: bold;
margin-right: 7px;
}
/* --------------------------------------------
　　エントリーカード　左右余白
--------------------------------------------- */
.entry-card-wrap {
margin: 10px 10px 10px 10px;
}


/* --------------------------------------------
　　記事下ウィジェット　資金調達一覧　説明文
--------------------------------------------- */
.shikin-setumei {
text-align: left;
    font-size: 85%;
	padding: 0px 10px 0px 10px;
}

/* --------------------------------------------
　　404ページ　横幅カスタマイズ
--------------------------------------------- */

.semaku {
padding: 0px 20px 0px 20px;
}

/* --------------------------------------------
　　404ページ　横幅カスタマイズ
--------------------------------------------- */

.reccomend-table.table {
    width: 100%;
    border-right: #262626 solid 3px;
    border-left: #262626 solid 3px;
    border-collapse: collapse;
    table-layout: fixed;
}

/* --------------------------------------------
　　資金調達専門家　ランキング
--------------------------------------------- */

/*----ランキングテーブル　レスポンシブ----*/	

.reccomend-table table.table01 {
	width:100%;
	border-right: #262626 solid 3px;
    border-left: #262626 solid 3px;
	border-collapse: collapse;
	table-layout: fixed;
}

table.table01 thead th:first-child {
	background:#262626;
	color:#ffda00;
	padding:0px;
	border-right: #262626 solid 3px;
    border-left: #262626 solid 3px;
    border-top: #262626 solid 3px;
    border-bottom: #262626 solid 3px;
	text-align: center;
	font-size: 15px;
}


table.table01 thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:0px 15px;
	border-right: #262626 solid 3px;
    border-left: #262626 solid 3px;
    border-top: #262626 solid 3px;
    border-bottom: #262626 solid 3px;
	text-align: center;
	font-size: 15px;
}

table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}

table.table01 tbody {
	border-bottom: #262626 solid 3px;
}


table.table01 tbody th {
	background: #fff;
    padding: 10px 10px 0;
    border-left: #000 solid 3px;
    border-bottom: #000 solid 3px;
    vertical-align: top;
    font-size: 16px;
}


table.table01 tbody tr:last-child th {
	border-bottom:#262626 solid 3px;
}


table.table01 tbody td {
	background: #fff;
    padding: 10px 10px 0;
    border-left: #000 solid 3px;
    border-bottom: #000 solid 3px;
    vertical-align: top;
    font-size: 16px;
}

.box-senmon th {
	width: 20%;
}




/*----ランキングテーブル　ボタン----*/	
.buttonrank {
    background-color: #57a600;
    color: #fff !important;
    padding: 1px 3px;
    display: inherit;
    margin-top: 4px;
    font-weight: 700;
    text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
}

.buttonrank-bottom {
    background-color: #57a600;
    color: #fff !important;
    padding: 10px 3px;
    display: inherit;
    margin-top: 4px;
    font-weight: 700;
    text-decoration: none;
	text-align: center;
}

.buttonrank:hover {
    opacity: 0.8 ;
}

.buttonrank-bottom:hover {
    opacity: 0.8 ;
}

.ad-small {
    font-size: 80%;
	font-weight: bold;
}

.ad-smallbottom {
    font-size: 80%;
}


.article h2.p1 {
	position: relative;
    background-size: cover;
    background-position: 50% 50%;
    padding: 1em 2.5em 1em 4.5em;
    text-align: center;
    font-size: 1.8em;
    color: #fff;
    line-height: 1.3;
    margin-top: 0px;
	background-image: url(/images/h2/bk_img.jpg);
}

.article h2.p1:after {
    display: none;
}

.article h2.p1:before {
    display: none;
}


.article h3.p1 {
    border-left: 0 solid;
    border-right: 0 solid #292929;
    border-top: 0 solid #292929;
    border-bottom: 0 solid #292929;
    background-color: #444;
    font-size: 1.8em;
    color: #fff;
    background-color: #292929;
    line-height: 1.3;
    margin-top: 0px;
}

.box-senmon h3.p1 {
    border-left: 0 solid;
    border-right: 0 solid #292929;
    border-top: 0 solid #292929;
    border-bottom: 0 solid #292929;
    background-color: #444;
    font-size: 1.8em;
    color: #fff;
    background-color: #292929;
    line-height: 1.3;
    margin-top: 0px;
	padding: 12px 20px;
	font-weight: 700;
}



.box-senmon {
    padding: 0px 10px 10px 10px;
    margin: 2em 0;
    border: solid 2px #000;
}

.box-senmon p {
    margin: 10px; 
    padding: 0;
}

/*----ステップ----*/	

table.step {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    width: 100%;
    min-height: 100px;
}

.step th {
    width: 25%;
    border: 3px solid #292929;
	border-bottom: 0px solid #292929;
    background-color: #292929;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
	vertical-align: middle;
}
/*----背景　黒　枠----*/	

.waku-black {
    width: 100%;
    border: 1px solid #000;
    background-color: #fff;
    color: #444;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 100%;
	text-decoration: underline;
}


.waku-black-small {
    width: 100%;
    border: 1px solid #000;
    background-color: #444;
    color: #fff;
    padding: 10px 10px;
    font-size: 15px;
}


.waku-black a {
	color: #444;
}



/*----ボタン　レッド　#57a600⇒#ca183f⇒#de8b00----*/	

.buttonhalf {
    background-color: #333;
    border: solid 1px #333;
    color: #f7f7f7!important;
    cursor: pointer;
    font-family: 'Raleway',sans-serif;
    padding: 10px 0px;
    text-transform: uppercase;
    white-space: normal;
    width: 70%;
    font-size: 15px;
    display: inherit;
    margin-left: auto;
    margin-right: auto;
	text-decoration: none;
}

.buttonhalf:after {
    content: "\f054";
    font-family: FontAwesome;
    margin-left: 28px;
    font-size: 100%;
	text-decoration: none;
}

.ad{
 text-align: center;
 padding-top: 0px;
	}

.entry-content>.ad p {
margin-top: 0px!important;
margin-bottom: 0px!important;
}

.ad a{
text-decoration: none;
	}


/*----ページ共通部分広告----*/	
.common-ad{
 text-align: center;
 padding-top: 0px;
}

.common-ad p{
 text-align: center;
 padding-top: 0px;
}

.entry-content>.common-ad p {
margin-top: 0px!important;
margin-bottom: 0px!important;
}

.common-ad a{
text-decoration: none;
	}

.common-ad-small {
font-size: 90%;
	color: #444;
    font-weight: 700;
}

.no-p {
margin-top: 4.4em;
margin-bottom: -27px;
}

ad-no-p {
margin-top: 4.4em;
margin-bottom: -27px;
}


/*----横並びボタン----*/	

.flex_test-box {
    display: flex;              /* フレックスボックスにする */
}

.flex_test-box {
    background-color: #eee;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
}
 
.flex_test-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin: 10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
}
 
.flex_test-item:nth-child(1) {
    background-color:  #2196F3; /* 背景色指定 */
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_test-item:nth-child(2) {
    background-color:  #4CAF50; /* 背景色指定 */
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_test-item:nth-child(3) {
    background-color: #3F51B5; /* 背景色指定 */
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_test-item:nth-child(4) {
    background-color:  #00BCD4; /* 背景色指定 */
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

.flex_test-box a{
	color: #fff; /* リンク色 */
	text-decoration: none;
}


/*----引用タグがおかしくなっていることがある----*/	

blockquote:before {
    content: "“"!important;
    line-height: 1.1;
    left: 10px;
    top: 0;
}

blockquote:after {
    content: "”"!important;
    line-height: 0;
    right: 10px;
    bottom: 0;
}


/*----投稿SNSボタン上のタイトル帯----*/	
.widget-above-single-sns-buttons-title {
    background-color: #444;
    color: #fff;
    padding: 10px;
    font-size: 150%;
    margin: 20px 0px 25px 0px;
	font-weight: bold;
}

/*----投稿SNSボタン上のタイトル帯----*/	


/*----投稿SNSボタン上のタイトル帯----*/	
.widget-above-page-sns-buttons-title {
    background-color: #444;
    color: #fff;
    padding: 10px;
    font-size: 150%;
    margin: 20px 0px 25px 0px;
	font-weight: bold;
}

/*----投稿SNSボタン上のタイトル帯----*/	



/*----横並びボタン　市町村----*/	

.flex_city-box {
    display: flex;              /* フレックスボックスにする */
}

.flex_city-box {
    background-color: #eee;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
}
 
.flex_city-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
}
 
.flex_city-item:nth-child(1) {
    background-color:  #2196F3; /* 背景色指定 */
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_city-item:nth-child(2) {
    background-color:  #4CAF50; /* 背景色指定 */
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_city-item:nth-child(3) {
    background-color: #3F51B5; /* 背景色指定 */
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
 
.flex_city-item:nth-child(4) {
    background-color:  #00BCD4; /* 背景色指定 */
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

.flex_city-box a{
	color: #fff; /* リンク色 */
	text-decoration: none;
}


/*----------------------------------
サイト内リンク　アンカー調整-
------------------------------*/

html,
body {
	scroll-padding-top: 100px;
}

/*----------------------------------
WP5.7アップデートで出た不具合修正 コメントアウトで自動pタグ挿入問題
------------------------------*/
p:empty:before {
    content: initial!important;
}

.rank-math-answer p {
    padding: 0px 20px 20px 20px;
}

/*
.widget_listcategorypostswidget ol, ul {
	padding-left: 50px;
	padding-right: 20px;
	list-style-type: none;
}

.widget_listcategorypostswidget li {
	list-style-type: none;
	text-indent: -1em;
}

.widget_listcategorypostswidget li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
}

.widget_listcategorypostswidget ul li a {
    font-weight: 700;
    padding-left: 17px;
    color: #fff;
    list-style-type: none;
}

ul {
    list-style-type: disc!important;
}
*/



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 40px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 40px;
  font-size: 80%;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 10px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.navi-footer-in>.menu-footer li {
    list-style: none;
}


.speech-wrap {
  display: flex;
}

.speech-person {
  width: 12%;
  min-width: 12%;
}

.speech-icon img,
.speech-icon amp-img {
  border-radius: 50%;
  border: 2px solid #ccc;
  width: 100%;
}

.speech-name {
  text-align: center;
  font-size: 13px;
}

div.speech-balloon {
  height: 100%;
  position: relative;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 6px;
  max-width: calc(100% - 14%);
}
div.speech-balloon p {
  margin: 0;
}

/* アイコンを左に表示 */
.speech-balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 10px;
  border-right: 12px solid #ccc;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.speech-balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -9px;
  top: 10px;
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.sbp-l .speech-balloon {
  margin-left: 20px;
}

.sbp-r {
  flex-direction: row-reverse;
  /* アイコンを右に表示 */
}
.sbp-r .speech-balloon {
  margin-right: 20px;
}
.sbp-r .speech-balloon::before {
  right: -12px;
  left: auto;
  border-left: 12px solid #ccc;
  border-right: none;
}
.sbp-r .speech-balloon::after {
  right: -9px;
  left: auto;
  border-left: 12px solid #fff;
  border-right: none;
}

.sbis-sn .speech-icon-image {
  border-radius: 0;
  border-style: none;
  box-shadow: none;
}

.sbis-sb .speech-icon-image {
  border-radius: 0;
}

.sbis-cn .speech-icon-image {
  border-style: none;
  box-shadow: none;
}

.sbs-flat .speech-balloon {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.sbs-flat .speech-balloon::before, .sbs-flat .speech-balloon::after {
  border-right-color: #f1f1f1;
  border-left-color: #f1f1f1;
}

.sbs-line .speech-balloon {
  border-width: 1px;
}
.sbs-line .speech-balloon::after {
  left: -10px;
}

.sbs-line.sbp-r .speech-balloon {
  background-color: #85e249;
  border-color: #85e249;
}
.sbs-line.sbp-r .speech-balloon::after {
  left: auto;
  right: -10px;
}
.sbs-line.sbp-r .speech-balloon::before, .sbs-line.sbp-r .speech-balloon::after {
  border-right-color: #85e249;
  border-left-color: #85e249;
}

div.sbs-think.sbp-l .speech-balloon {
  margin-left: 46px;
}
div.sbs-think .speech-balloon::before {
  border: 2px solid #ccc;
  border-radius: 50%;
  left: -29px;
  top: 11px;
  width: 20px;
  height: 20px;
}
div.sbs-think .speech-balloon::after {
  border: 2px solid #ccc;
  border-radius: 50%;
  left: -44px;
  top: 25px;
  width: 10px;
  height: 10px;
}

.sbs-think.sbp-r .speech-balloon {
  margin-right: 46px;
}
.sbs-think.sbp-r .speech-balloon::before {
  left: auto;
  right: -29px;
}
.sbs-think.sbp-r .speech-balloon::after {
  left: auto;
  right: -44px;
}


