@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body {
	width:100%;
	min-width:1000px;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	background:url(lib/images/crossword.png) repeat;
	background-color: #FFF;
	/*color: #31353d;*/
	color:#000;
	line-height:120%;
	font-size: 14px;
	font-size: 1.4rem;
}
a {
	text-decoration: none;
	color: #425abc;
}
a:hover {
	text-decoration: none;
	color: #425abc;
}

a:hover img{
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;
}
a:visited{
	text-decoration: none;
	color: #425abc;
	
}


/**** 共通項目 *****/

/*ヘッダー*/
.header{
	width:100%;
	min-width:1000px;
	margin:0 auto 20px;
	padding:10px 0;
	overflow:hidden;
}
.header_title{
	margin-left:5px;
	float:left;
	color:#999;
	font-size:0.6em;
}
.header_title img{
	margin-top:8px;
}
.header_tel{
	float:right;
	margin-right:5px;
}
.header_tel img{
	margin-left:25px;
}
.header_tel a:hover{
	-moz-opacity:0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity:0.8;
}



/*メニュー*/
.topmenu{
	width:100%;
	margin:0;
	border-bottom:3px solid #0d3082;
	z-index:999;
}
.topmenu_con{
	width:1000px;
	height:55px;
	margin:0 auto;
	z-index:999;
}


#globalNav {
    margin: 0;
	padding:0;
	z-index:1000;
}
#globalNav ul li {
    margin:0;
	padding:0;
    float: left;
    position: relative;
	z-index:1000;
}
#globalNav ul li ul {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
	z-index:1000;
}
#globalNav ul li ul li {
    float: none;
    font-size: 1.0em;
    line-height: 0;
	z-index:1000;
}
#globalNav ul li ul li a {
    display: block;
	width:115px;
    color: #ffffff;
    padding: 15px 5px;
    background: #0d3082;
    line-height: normal;
    border-top: 1px solid #ffffff;
    text-decoration: none;
    text-align: center;
	z-index:1000;
}
#globalNav ul li ul li a:hover {
    color: #0d3082;
    background: #ffffff;
	z-index:1000;
}



/*コンテンツ全体枠*/
/*フローティング無しページ用*/
.main_con{
	width:1000px;
	margin:40px auto 150px;
}


/*フローティングありページ用*/
.main_con_f{
	width:1000px;
	margin:40px auto 150px;
}

/*パン屑リスト*/
.bc_list{
	margin-bottom:25px;
}


/*リンクボタンはこれで共通としようか…*/

/*登録ボタンデザイン*/
.bot{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #3c5ea5;
    border: dashed 1px #15aeec;
    background: #f2fcff;
    border-radius: 3px;
    transition: .4s;
	font-size:1.2em;
}

.bot:hover{
    background: #4b7aef;
    color: #FFF;
}






footer{
}
/*上に戻る*/
#sideBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#sideBtn a {
    text-decoration: none;
    width: 64px;
    padding: 0px;
    text-align: center;
    display: block;
}
#sideBtn a:hover {
    text-decoration: none;
}


/*フッター*/
.footer{
	width:100%;
	background-color:#31353d;
	padding-top:25px;
}
.footer_con{
	width:1000px;
	margin:0 auto;
	padding:20px;
	box-sizing:border-box;
	background-color:#eaeaea;
}

/*フッターリンク*/
.footer_link_con, .footer_sns_con{
	overflow:hidden;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:2px solid #0d3082;
	
}

.footer_link_cell, .footer_sns_cell{
	display:inline-block;
	float:left;
	line-height:1.5em;
	padding-left:0.4em;
	text-indent:-0.4em;
	
}
.footer_link_cell{
	width:11.5%;
}
.footer_sns_cell{
	margin-right:15px;
}
.footer_sns_cell img{
	margin:0 20px 8px 0;
}


.footer_sns_box{
	line-height:1.5em;
	padding-left:0.4em;
}
.footer_sns_box img{
	margin:10px 10px 0 10px;
}
.footer_name_con{
	overflow:hidden;
	margin-bottom:25px;
}
.footer_name_cell1{
	width:320px;
	font-size:0.6em;
	display:inline-block;
	float:left;
	padding-right:20px;
}
.footer_name_cell2{
	display:inline-block;
	float:left;
	padding-right:20px;
}
.footer_name_cell3{
	display:inline-block;
	float:right;
	text-align:right;
}

.footer_text{
	font-size:0.7em;
}





.copy{
	width:100%;
	background-color:#5a616b;
}
.copy_con{
	width:1000px;
	color:#FFF;
	text-align:right;
	margin:0 auto;
	padding:10px 2px 5px;
}