@charset "UTF-8" ;


/* 追加 */
.entry-header4 {
border-bottom:1px #CCCCCC solid;
padding-bottom:6px;
margin-bottom:6px;
font-size:1em;
}

.entry-header4 a{
padding-left:18px;
padding-bottom:2px;
background: url(https://n-seikei.jp/okn/images/kijihead.gif) no-repeat;
text-decoration: none;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* サイドメニュー2 */
.side2 {
    margin: 3px 0 20px;
    background: none;
    color: #333;

	font-weight:bold;
    line-height: 1.5;
}
.side2 ul,
.side2 ol {
    padding-left: 16px;
}
.side2 ul li {
	list-style-type: none;
	padding:5px 0px 5px 3px;
border-bottom:#999 dotted 1px;
cursor: pointer;
     
}
.side2 ul li ul {
    padding-left: 0px;
}
.side2 li li {
    list-style-type: none;
}

.side2 a,
.side2 a:link,
.side2 a:visited {
    color: #069;
    text-decoration: none;
}

  /* プルダウン */
.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  float: left;
  min-width: 200px;
  margin: 50px 33%;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}


/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
.entry img {
	width:  100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

}

/* ボディ */
body
{	font-family:"Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN", ArialMT, sans-serif;
	margin: 0 ;		/* スペース */
	padding: 0 ;		/* 余白 */
	font-size: 1em;	/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
}

.entry-content{
	
	
		line-height: 1.8 ;	/* 行の高さ */

		}
		


/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	/* ボディ */
	body
	{ 	font-family:"Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN", ArialMT, sans-serif;
		font-size: 1em;	/* 文字サイズ */
	}
}

/* ヘッダー */
.header
{
	border-bottom: 3px solid #888;		/* 枠線 */
	/* text-align: center ;	*/		/* テキスト、画像の真ん中寄せ */
	padding: 1em 0;			/* 上下の余白 */
	margin-bottom: 0em;			/* 背景色(確認用) */
	background-color: #FFFFFF;
}

/* ロゴ画像を囲むh1 */
.logo-wrapper
{
	margin: 0 ;
	padding: 0 ;
	line-height: 1 ;
}

/* ロゴ画像 */
.logo
{
/*	width: 400px ; */
	height: auto ;
}


.menu{
	padding:10px; background-color:#386FA7; color:#FFF; font-weight:bold;
	
	}
/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	/* ロゴ画像 */
	.logo
	{   
	
		width: 200px ;
	}
.header
{ margin-left: auto;
    margin-right: auto;
	border-bottom: 3px solid #888;		/* 枠線 */
	text-align: center ;	*/		/* テキスト、画像の真ん中寄せ */
	padding: 1em 0;			/* 上下の余白 */
	margin-bottom: 0em;			/* 背景色(確認用) */
	background-color: #FFFFFF;
}
}

/* フッター */
.footer
{
	border-top: 3px solid #888;		/* 枠線 */
	text-align: center;			/* テキスト、画像の真ん中寄せ */
	margin-top: 2em;			/* 他のブロックとのスペース */
	padding: 1em 0;
	background-color: #99CCFF;
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.wrapper
{
	width: 1120px ;
	margin: 0 auto ;		/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;			/* 上下左右の余白を0にしておく */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.wrapper
	{
		width: auto ;
		padding: 0 10px ;
	}
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main
{
	width: 698px ;
	padding: 20px ;					/* 上下左右に20pxの余白 */
	border: 1px solid rgba(0,0,0,.1) ;		/* 枠線 */
}

.side
{
	width: 320px ;padding: 20px ;		
		border: 1px solid rgba(0,0,0,.1) ;		/* 枠線 */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.main
	{
		width: auto ;
		padding: 0 ;		/* 余白 */
		border: none ;		/* 枠線 */
	}

	.side
	{
		width: auto ;
				padding: 0 ;		/* 余白 */
		border: none ;		/* 枠線 */
	}
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main
{
	float: left ;		/* 左に寄せる */
}

.side
{
	float: right ;		/* 右に寄せる */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.main , .side
	{
		float: none ;
	}
}

.wrapper
{
	overflow: hidden ;
}


.entry{
	
	padding:0 15px 25px 15px;
	
	}


.tousan_new ul{
	padding-left:1px;
}

.tousan_new ul li{
	border-bottom:1px #CCCCCC solid;
padding-bottom:6px;
margin-bottom:6px;
border-left:10px #999 solid;
    font-size:0.85em;

    padding:2px 0px 2px 12px;
    list-style: none;
line-height:1.25;
font-weight: bold;
}

#menubar {
    height:35px; background-color:#386FA7; 
    border-bottom:#009 solid 1px; 
    padding:0 0 0 15px;
	margin-bottom:4em;
                    }
					
/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
#menubar {
    height:35px; background-color:#386FA7; 
    border-bottom:#009 solid 1px; 
    padding:0 0 0 15px;
	height:auto;
	margin-bottom:2em;
                    }
					
.tousan_new ul li{
	border-bottom:1px #CCCCCC solid;
padding-bottom:6px;
margin-bottom:6px;
	display: block;
    font-size:1.2em;
border-left:20px #999 solid;
    padding:2px 0px 2px 12px;
    list-style: none;
line-height:1.25;
font-weight: bold;
}

.tousan_new ul li a{	display:  block ;
text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
		
		}

.tousan_new ul li span{	display: none ;
		
		}
		

	
}



.pan{
	font-size:0.75em;
}

.entry-header2 {
    margin: 10px 3px 5px 0;
    color:#414C5F ;
    padding: 8px 8px 5px -5px;

    font-weight: bold;
}



/*--------------------------------
SNS
---------------------------------*/
.share{
	width:100%;
	margin:25px 0 10px 0;
}
.share h4{
	font-size:120%; 
	text-align:center;
}

.sns{
	margin:10px auto;
	text-align:center;
	
}
.sns ul {
	list-style:none;

}
.sns li {
	float:left;
	width:30%;
	margin:0 2% 3% 0;
}
.sns li a {
	font-size:80%;
	position:relative;
	display:block;
	padding:10px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	text-decoration: none;
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:hover {
	-webkit-transform: translate3d(0px, 5px, 1px);
	-moz-transform: translate3d(0px, 5px, 1px);
	transform: translate3d(0px, 5px, 1px);
	box-shadow:none;
}

/* ツイッター */
.sns .twitter a {
	background:#00acee;
	box-shadow:0 5px 0 #0092ca;
}
.sns  .twitter a:hover {
	background:#0092ca;
}

/* Facebook */
.sns  .facebook a {
	background:#3b5998;
	box-shadow:0 5px 0 #2c4373;
}
.sns .facebook a:hover {
	background:#2c4373;
}


/* LINE */
.sns  .line a {
	background:#25af00;
	box-shadow:0 5px 0 #219900;
}
.sns .line a:hover {
	background:#219900;
}


.entry-header2 .sns .snsb.clearfix {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}

			