html, body{
	margin:0;
	padding:0;
	border:0;
	font-size: 16px;
	font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #333;
}



/*　　いろいろ見た目
------------------------------------------------------*/


.highlight a:hover *{
	 filter: alpha(opacity=60);
	 -moz-opacity:0.6;
	 opacity:0.6;
	 -webkit-transition: all .3s;
	 transition: all .3s;
	 }
	 
img {
	border: none;
}


#contents {
	width: 1100px;
	margin: 10px auto;
}



a:link {color: #333;}
a:visited {color: #333;}
a:hover {color: #39C;}
a:active {color: #C36;}


.cb{
	/* floatを解除 */
	clear: both;
}






/* ページトップボタン
---------------------------------*/


#totop{
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 2000;
}    

#totop a{
    display: block;
    width: 100px;
    height: 100px;
    text-indent: -1000em;
    overflow: hidden;
    background: url("../img/pagetop.png") 0 0 no-repeat;
}

#totop a:hover{
    background-position: 0 -100px;
}




/*　　h1
------------------------------------------------------*/

h1 {
	width: 100%;
	background-color: #3380CC;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin: 0px auto 5px;
	text-align: center;
}



h2 {
	color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    line-height: 80px;
    vertical-align: top;
	letter-spacing: 0.2em;
}


h2 span {
	margin-top: 8px;
	padding-top: 0px;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

h3 {
  position: relative;
  width: 95%;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #3380CC;
  font-size: 22px;
  margin: 0px auto 15px;
  
}

h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}



h4 {
	position: relative;
	background: #eff4ff;
	padding: 2px 5px 2px 20px;
	font-size: 18px;
	color: #474747;
	border-radius: 0 10px 10px 0;
	width: 750px;
	margin: 5px auto 15px;
	}

h4:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0eb";
	display: inline-block;
	line-height: 35px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #81a1e4;
	font-weight: normal;
	width: 35px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
	border-bottom: solid 2px #4967b4;
	}




h5 {
	color: #0080C0;
	font-size: 20px;
	padding: 0.25em;
	border-top: solid 2px #6cb4e4;
	border-bottom: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

h5 span {
  display: block;
  margin-left: 90px;
  color: #333;
  font-weight: normal;
  font-size: 14px;
}




/*　　フォント
------------------------------------------------------*/

.tx10 {font-size: 10px;}
.tx11 {font-size: 11px;}
.tx12 {font-size: 12px;}
.tx13 {font-size: 13px;}
.tx14 {font-size: 14px;}
.tx15 {font-size: 15px;}
.tx16 {font-size: 16px;}
.tx17 {font-size: 17px;}
.tx18 {font-size: 18px;}
.tx20 {font-size: 20px;}
.tx22 {font-size: 22px;}
.tx24 {font-size: 24px;}
.tx26 {font-size: 26px;}
.tx28 {font-size: 28px;}
.tx30 {font-size: 30px;}
.tx36 {font-size: 36px;}
.tx40 {font-size: 40px;}

.red {color: #C30;}
.blue {color: #336699;}
.green {color: #696;}
.orange {color: #F90;}
.pink {color:#FF6699;}
.brown {color: #624628;}
.gray {color: #999;}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }


/*　　ヘッダ
------------------------------------------------------*/

#header{
	max-width: 1100px;
	height: 130px;
	position:relative;
	margin: 0 auto;
	}

#header p.logo{
	position:absolute;
	top: 25px;
	left: 0px;
	}

#header p.contact{
	position: absolute;
	top: 18px;
	left: 830px;
	text-align: left;
	}
	
#header .tel{
	font-size: 28px;
	font-weight: bold;
	color: #C00;
	background-image: url(../img/tel.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 35px;
}

	
#header .tel a{
	text-decoration: none;
	color: #C00;
}

	
#header .mail{
	font-size: 18px;
	background-image: url(../img/mail.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}
	
#header .mail a{
	text-decoration: none;
	color: #333;
}
	
#header .mail a:hover {
	color: #C00;
	text-decoration: underline;
}



/*　　フッタ
------------------------------------------------------*/

.footer {
	width: 100%;
	height: 70px;
	text-align: center;
	background-color:#3380CC;
	font-size: 12px;
	letter-spacing: 0.25em;
	color: #FFF;
	padding-top: 10px;
}



/*　　メインスペース
-------------------------------------------------*/

.contents_area {
	width: 1100px;
	margin: 0 auto;
}




/*　　メニューバー
------------------------------------------------------*/

.Nav {
	width: 1100px;
	margin: 0 auto;
}

.globalNav {
    list-style: none;
    overflow: hidden;
	text-align: center;
	display: flex;
	width: 100%;
	margin-left: -40px;
}
 
.globalNav li {
    float: left;
    border-right: 1px solid #DDD;
	width: 200px;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #666;
}

 
.globalNav li:first-child {
    border-left: 1px solid #DDD;
	}
 
.globalNav li a {
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
 
.globalNav li a span {
    display: block;
    margin: 3px 0 0 0;
    color: #AAA;
    text-transform: uppercase;
    font-size: 70%;
    letter-spacing: 1px;
}
 
.globalNav li a:hover {
    background: #EFFAFE;
}

