/* ------------------------------------------
　　テンプレ	No N000
--------------------------------------------- */

/*.table-company {
	width:100%;
}*/

/* ------------------------------------------
　　実装初期定義
--------------------------------------------- */
hr {
	border-top: dotted 1px #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding-bottom: 5px;
}
.imagetext {overflow: hidden;}/*イメージ横テキストの回り込み禁止*/
.indent {padding-left: 15px;}
.row {margin-bottom:20px;}

a {
	color: #3683d1;
}
a:hover {
	color: #3074b8;
}

.btn.btn--link {
	background: #3683d1;
}
.btn.btn--link:hover {
	background: #3074b8;
}
footer {
	background: #e8e8e8;
}
.topnews-bg {
	background: #3683d1;
}
.topgallery-label {
	background: #3683d1;
}
.footer-backtotop a {
	background: #000;
}
.footer-backtotop a:hover {
	color: #fff;
}
#menu-footer_all .sub-menu li a:before {
    color: #3683d1;
}
#menu-footer_all > li > a,
#menu-footer_all .sub-menu li:not(:last-child) {
	border-color: #999;
}
#menu-footer_all li.cat-item a:hover,
.widget_categories li a:hover {
    background-color: #ccc;
}

/* ------------------------------------------
　　グローバルメニュー表示設定
--------------------------------------------- */
@media only screen and (min-width: 768px) {

	.bg-global-nav {
		background: linear-gradient(to bottom,  #000 0%,#000 50%,#282828 52%,#282828 100%,#282828 100%);
		border-top: 0;
	    border-bottom: 0;
	}

	.global-nav ul li{
		background: linear-gradient(to bottom,  #000 0%,#000 50%,#282828 52%,#282828 100%,#282828 100%);
	}

	.global-nav ul li > a {
		color: #fff;
	}

	.global-nav ul li:hover,
	.global-nav ul .current {
		background: linear-gradient(to bottom,  #124892 0%,#124892 50%,#155ab7 52%,#155ab7 100%);
		color: #fff;
	}

	.global-nav ul li:hover > a,
	.global-nav ul .current a {
		color: #fff;
	}

	.global-nav ul li {
		border-left: 0;
		border-right: 0;
	}

	.global-nav ul li span {
		color: #fff;
	}

	.global-nav ul li > a:hover span,
	.global-nav ul .current span {
		color: #fff;
	}	

}

/* ------------------------------------------
　　見出しCSS設定
--------------------------------------------- */
.content-title--bl {
	border-left: 6px solid #3683d1;
}
.content-subtitle {
  border-bottom: solid 2px #3683d1;
}

/* 下ボーダー（2本線） */
.content-title--bbd {
	border-bottom: 3px double #3683d1;
}

/* ボーダーで囲む × アクセント */
.content-title--bdacc {
	border: 1px solid #ccc;
}
.content-title--bdacc::after {
	background-color: #3683d1;
}

/* 下ボーダー（2カラー） */
.content-title--bb2 {
	border-bottom: 4px solid #ccc;
}
.content-title--bb2::after {
	background-color: #3683d1;
}

/* マーカーのような下線 */
.content-title--marker::after {
	background-color: #3683d1;
}

/* ストライプ */
.content-title--stripe {
	background: -webkit-repeating-linear-gradient(45deg, #3683d1, #3683d1 5px, #3074b8 5px, #3074b8 10px);
	background: repeating-linear-gradient(45deg, #3683d1, #3683d1 5px, #3074b8 5px, #3074b8 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

/* グラデーション × ボーダー × マーク */
.content-title--gb {
	background: -webkit-repeating-linear-gradient(45deg, #3683d1, #3683d1 5px, #3074b8 5px, #3074b8 10px);
	background: repeating-linear-gradient(45deg, #3683d1, #3683d1 5px, #3074b8 5px, #3074b8 10px);
	border-top: 3px solid #3683d1;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.content-title--gb::after {
	border: 3px solid #3683d1;
}

/* ------------------------------------------
　　テンプレート別CSS
--------------------------------------------- */
.wp-pagenavi span,
.wp-pagenavi a {
	color: #fff;
}
#masthead {background-color:#fff;}
.breadcrumbs > * {
    color:#333;}
.sub-menu {color:#3683d1;}
.gallery-flow-number span {
    background:#3683d1;
    }
.qa-tmp1 dt {
    background:#3683d1;
    opacity:0.7;
    }
.widget_categories li a:before {
    color: #3683d1;
}
.qa-tmp2 dt {
    background:#c9bbbb;
}


/* ------------------------------------------
　　ここから編集CSS
--------------------------------------------- */

/* FONTPLUS書体設定 */
.global-nav-label--ja,.sub-menu--header {
	font-family:FOT-ニューロダン Pro DB; }
h2, h3, h4 {
	font-family:FOT-ニューロダン Pro DB; }

/*1行表示のときはコメントアウトを外す*/
span.global-nav-label--en {display:none !important;}

.point01 {color:#1F497D;}/*ポイントカラー1色目*/
.point02 {color:#00ff00;}/*ポイントカラー2色目*/

.tel{
	margin-top:-20px;
}

.term-ct-point .menu-item_02,
.term-ct-flow .menu-item_03,
.term-ct-faq .menu-item_04{
	background: linear-gradient(to bottom,  #124892 0%,#124892 50%,#155ab7 52%,#155ab7 100%);
	color: #fff;
}

/* ------------------------------------------
　　メディア別追加CSS設定
--------------------------------------------- */

/* PC版のスタイルを追加する場合はここに記述 */
@media screen and (min-width: 1025px){

}

/* タブレット・PC版両方のスタイルを追加する場合はここに記述 */
@media screen and (min-width: 768px){
  #menu-footer_all > li {
    width: 12.4%;
  }
.header-info {margin-bottom:5px;}
}

/* for tablet */
/* タブレット版のスタイルを追加する場合はここに記述 */
@media screen and (max-width:1024px) and (min-width: 768px){

}

/* for sp */
/* スマホ版のスタイルを追加する場合はここに記述 */
@media screen and (max-width:767px){
	.tel{
		margin-top:0;
	}
}
