@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/*--------------------------------------------------------------
# 20161130　仲野追記
--------------------------------------------------------------*/

/* 記事 h2 */

.article h2 {
background-color:#032d58;
color:#fff !important;
border:none;
margin: 40px -29px 20px;
padding: 10px 26px;
font-size: 26px;
}


/* 記事 h3 */

.article h3 {
background-color:#e9e9e9;
color:#032d58;
border: none;
padding: 10px 14px;
border-left: 5px solid #205a97;
}


/* 記事 h4 */

.article h4 {
padding: 1px 10px;
border-left: 5px solid #032d58;
border-bottom:none !important;
}


/* サイドバー h3 */

#sidebar h3 {
font-size:18px;
padding: 1px 10px;
border-left: 5px solid #032d58;
margin-bottom:18px;
}


/* TOPに戻るボタン */

#page-top a {
padding: 12px 16px;
background-color: #531087;
border-radius: 4px;
font-size: 14px;
}


/* エントリーカード */

#main .entry {
border-bottom:1px solid #ddd;
padding-bottom:24px;
margin-bottom:22px;
}


/* エントリーカード h2 */

.entry h2 a{
font-size:19px;
}


/* 続きを読む */

.entry-read{
display:none;
}

.related-entry-read a{
display:none;
}


/* グローバルナビ */

#navi ul.menu {
    width: 1070px;
    margin: 0 auto;
}

#navi ul{
border:none;
border-radius:0px !important;
text-align: center;
justify-content: space-between;
}

#navi ul li a{
font-size:15px;
padding:15px 25px;
border-top:none;
border-bottom:none;
border-left:1px solid #fff;
}

#navi ul li a:hover{
border:none;
color:#032d58;
background-color:#fff;
border-left:1px solid #fff;
}

/* シェア依頼 */

.sns-share-msg {
font-size:20px;
font-weight:bold;
text-align:center;
border-bottom:2px solid #032d58;
padding-top:8px;
padding-bottom:8px;
margin-bottom:8px;
}


/* 著者情報のh4（著者名） */

.ts-fab-text h4{
border:none;
}

/*--------------------------------------------------------------
# 20161216　赤井追記
--------------------------------------------------------------*/

/* 記事ページ下部CTA */

#cta-box {
background-color: #e9e9e9;
text-align: center;
margin: 3em 0;
height: auto;
overflow: hidden
}

#cta-box h4 {
border: none;
background: #032d58;
color: #fff;
padding: 0.5em;
font-size: 20px;
margin: 0 0 1em;
}

#cta-box ul {
margin: 0 0 1em;
padding: 0;
}

#cta-box li {
display: inline-block;
list-style: none;
}

#cta-box li:last-child {
margin-left: 10px;
}

#cta-box a {
margin-bottom: 0.7em;
}

#cta-box img {
 width: 280px;
}


/*--------------------------------------------------------------
# 20170215　仲野追記
--------------------------------------------------------------*/

/* アクションボタン（オレンジ）の調整 */

.btn-deep-orange {
    background-color: #ed5415 !important;
    box-shadow: 3px 3px 0px 0px #b73400;
    -moz-box-shadow: 3px 3px 0px 0px #b73400;
    -webkit-box-shadow: 3px 3px 0px 0px #b734;
}

.btn-deep-orange:hover{
background-color:#fff !important;
    box-shadow: 3px 3px 0px 0px #111;
    -moz-box-shadow: 3px 3px 0px 0px #555;
    -webkit-box-shadow: 3px 3px 0px 0px #555;
}

.btn {
    margin: 1em 6em;
    padding: 10px 16px;
    font-size: 18px;
}

/*--------------------------------------------------------------
# 20170327　仲野追記
--------------------------------------------------------------*/

/* フッター最下部ナビの位置調整 */

#footer-navi ul {
margin-bottom: 30px;
}

/* フッターh3の調整 */

#footer h3 {
font-size:15px;
border-left:5px solid #0b7990;
padding-left:9px;
padding-bottom:-2px;
}


/*--------------------------------------------------------------
# 20170531　仲野追記
--------------------------------------------------------------*/

/* グローバルナビ・サブメニューの調整 */

#navi .sub-menu li, #navi .children li{
    height:auto;
    position: relative;
    border: none;
    float: none;
}

#navi ul.sub-menu, #navi ul.children {
    min-width:0px;
    border:0px solid #ddd;
}

#navi ul.sub-menu a{
font-size: 13px !important;
}

/* グローバルナビの幅調整　 */

#navi-in{
display:flex !important;
}


/*--------------------------------------------------------------
# 20180625　下澤追記
--------------------------------------------------------------*/
/* 画像のホバー効果 */
a img {
	transition: all 0.5s ease;
}
a:hover img {
	opacity: .75;
}

/* バナー画像 */
.bnr{
	text-align: center;
}
.bnr a{
	position: relative;
}
.bnr a img{
	box-shadow: 0 3px 0 0 #ddd;
}
.bnr a:hover{
	top: 3px;
}
.bnr a:hover img{
	box-shadow: none;
}

#media_image-2 img {
	border: 1px solid black ;	
	margin-top:50px;
}


/*--------------------------------------------------------------
# 20200623　社長追記
--------------------------------------------------------------*/
/* サイドバー相談 */

.side-contact{
 padding: 16px;
 background: #f5f2ef;
}

.side-contact h4 {
font-weight: 700;
font-size: 16px;
text-align: center;
margin-bottom: 14px;
}

.side-contact p {
  font-size: 14px;
  margin-bottom: 16px;	
 }
 
.side-contact a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 22px;
  background: #000077;
  border-radius: 3px;
 }
 
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 }

 .fa-arrow-circle-right:before {
 content: "\f0a9";	
 }
 	
@media print, screen {
  img {
    max-width: 100%;
    height: auto;
  }

  main {
    min-width: 1020px;
  }

  .inner {
    margin: 0px auto;
    padding: 0px 10px;
    width: 1020px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pc_hide {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  main {
    min-width: inherit;
  }

  .inner {
    width: inherit;
  }

  .pc_hide {
    display: block !important;
  }

  .sp_hide {
    display: none !important;
  }
}

#sidebar-widget li {
		font-size: 14px;
}

/************************************
人気記事順位
************************************/
/*1位*/
.ranking_list ul li:nth-child(1):before {
 background-color: #ffd700;
 font-size: 22px;
 font-weight: 700;
 opacity: 1;
}
/*2位*/
.ranking_list ul li:nth-child(2):before {
 background-color: #a5a5a5;
 font-size: 20px;
 font-weight: 700;
 opacity: 1;
}
/*3位*/
.ranking_list ul li:nth-child(3):before {
 background-color: #88672d;
 font-size: 18px;
 font-weight: 700;
 opacity: 1;
}
/*4位以降*/
.ranking_list ul li:nth-child(n+4):before {
 background-color: #bed2c3;
 opacity: 1;
}

/* ヘッダー左修正 */
/* +++++ header ad widjet +++++ */
@media screen and (max-width: 740px){
  .header_widget{
    margin-left:6px;
    margin-right: 6px;
  }
}

#hd-navi {
	padding: 5px;
	list-style: none;
	text-align:center;
	float: right;
}

#hd-navi li {
  display: inline;
	float: left;
	margin-right: 10px;
	display: list-item;
}

#hd-navi a {
	color: #333;
	font-size: 16px;
	line-height: 40px;
}

#hd-navi i {
	padding: 0 3px;
}

#hd-navi .hbtn  a {
  color: #fff;
  text-align: center;
  padding: 12px;
  background: #000077;
  border-radius: 3px;
}

.fa-building-o:before {
	content: "\f0f7";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#site-title, #site-description {
	display:none;
}

/* 上段部分 */
.next-page-link {
  width:100%;
  margin: 40px 0 10px 0;
  text-align:center;
  border-radius:30px;
  background: #333;
}
.next-page-link a {
  display:block;
  margin:5px 0;
  color: #fff;
  text-decoration:none;
}
.next-page-link:hover {
  background: #555;
}

/* 下段部分 */
.page-link{
  margin: 10px 0 40px 0;
  text-align:center;
}
.comment-page-link{
  margin: 1em 1em 3em;
  text-align: center;
}
.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius:5px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}
.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}
figure {
	padding: 30px 0;
}
.slicknav_nav a {
	line-height: 2;
}
.article {
    font-size: 16px;
    line-height: 170%;
}

.article  p {
    color: #333;
    margin-bottom: 2.2em;
}

/*******************************
* page-inquiry 問い合わせの非表示
********************************/
#post-2380 .article .post-meta { 
	display: none; 
} /* post-xx の .post-meta (日付とか更新日とか含む) の非表示 */
#post-2380 ul.snsb {
	display: none; 
} /* post-xx の 下部SNSボタンの非表示 */
#post-2380 #sns-group {
	display: none; 
} /* post-xx の下部シェアボタン周りの非表示 */
#post-2380 .post-author, .footer-post-meta .edit {
	display: none; 
} 
#facebook_page_like-3 {
	display: none; 
}

/* ▼キャプションに対する装飾 */
figcaption {
    font-size: 0.9em;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}

/* table */
.article th {
	background-color: #D7EEFF;
   white-space: nowrap;
}
.article td {
	font-size: 0.85em;
}
