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

/*.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: #5790e9;
}
a:hover {
	color: #4c7ecf;
}

.btn.btn--link {
	background: #5790e9;
}
.btn.btn--link:hover {
	background: #4c7ecf;
}
.wrapper-top-contents {
	padding: 0 0 30px;
}
.topnews-bg {
	background: #5790e9;
}
.topgallery-label {
	color:#fff;
	background: #5790e9;
}

.footer-backtotop a {
	background: #4c7ecf;
}
.footer-backtotop a:hover {
	background: #5790e9;
	color: #fff;
}
footer {
	background: #5790e9;
}
.footer-snsicons-list li a {
	color: #fff;
}
.footer-bgbottom {
	background-color: transparent;
}
.footer-copy p small {
	color: #fff;
}
#menu-footer_all li a {
	color: #fff;
}
#menu-footer_all li.cat-item a:hover {
    background-color: #4c7ecf;
    color: #fff;
}
.widget-title {
	border-left: 6px solid #5790e9;
}

/* ------------------------------------------
　　グローバルメニュー表示設定
--------------------------------------------- */
#nav-toggle span {
	background: #fff;
}
#masthead {
	background: #5790e9;
}
.headertop-copy {
	color: #fff;
}
@media only screen and (min-width: 768px) {

	.bg-global-nav {
		background: #fff;
		border-top: 0;
		border-bottom: 0;
	}
	.global-nav {
		background: none;
	}
	.global-nav ul li{
		background: #fff;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
	}
	.global-nav ul li > a {
		color: #333;
	}
	.global-nav ul li:hover,
	.global-nav ul .current {
		background: #e2edff;
	}
	.global-nav ul li:hover > a,
	.global-nav ul .current a {
		color: #333;
	}
	.global-nav ul li span {
		color: #666;
	}
	.global-nav ul li > a:hover span,
	.global-nav ul .current span {
		color: #333;
	}

}

/* ------------------------------------------
　　テンプレート別CSS
--------------------------------------------- */
.wp-pagenavi span,
.wp-pagenavi a {
	background:#5790e9;
}
.gallery-flow-number span {
	background-color: #5790e9;
}

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

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

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

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

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

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

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

/* ------------------------------------------
　　ここから編集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色目*/

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

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

}


/* タブレット・PC版両方のスタイルを追加する場合はここに記述 */
@media screen and (min-width: 768px){
	.wrapper-top-contents {
		padding: 15px 0 30px;
	}
	.logo{
		margin-top: 10px;
	}
	.table-bordered th,
	.table-company--top th{
		white-space:nowrap;
	}
	
}

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

}

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

}

/*20210218*/
.top_flx{
    margin-top:15px;
    display: flex;
    justify-content: space-between;
}
.top_flx>div{
    width:31%;
}
.txt_bnr_sankou{
    margin-top:30px;
    border: solid 1px #5790E9;
}
.txt_bnr_sankou h3{
    background: #5790E9;
    color:#fff;
    text-align: center;
}
.txt_bnr_sankou table{
    width:100%;
}
.txt_bnr_sankou table th{
    font-weight: inherit;
    text-align: left;
    padding:5px 10px;
}
.txt_bnr_sankou table td{
    font-weight: bold;
    text-align: right;
    padding:5px 10px;
    
}
.txt_bnr_kaigohoken{
    margin-top:30px;
    border: solid 1px #5790E9;
}
.txt_bnr_kaigohoken h3{
    background: #5790E9;
    color:#fff;
    text-align: center;    
}
.txt_bnr_kaigohoken p{
    padding: 10px;
}


@media screen and (max-width: 767px){
.top_flx{
    margin-top:inherit;
    flex-direction: column;
}
.top_flx>div{
    width:100%;
}
.top_flx h3{
    text-align: center;
    }
.top_flex_img_sp{
    text-align:center;    
    }
.txt_bnr_sankou table th{
    display: block;
    width:100%;
}
.txt_bnr_sankou table td{
    display: block;
    width:100%;    
}

}
