﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 88%;
	line-height:165%;
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
header {
	position:fixed;
	z-index:1;
	top:0px;
	left:0px;
}
/* ------------ タイトル -----------*/
#hd {
	width:100%;
}
#hd .hd_l {
    width: 90%;
}
#hd .hd_r {
    width: 10%;
	height:70px;
}
#hd .hd_l h1 img {
    margin: 5px 0 0;
    max-width: 240px;
    height: auto;
}
#hd .hd_r div {
    margin-top: 0px;
}
#hd .hd_r > .jpen {
	display: none;
}
#hd .hd_r > .nv_top ul li {
	display: none;
}
#hd .hd_r div img {
	display: none;
}
/*■■■■ハンバーガーメニュー（ナビゲーションドロワー）■■■■*/
#nav-drawer {
	display: block;
	position: relative;
	top: 3px;
}
/*　■■■■■■■■■ 外枠 ■■■■■■■■■　*/
#con {
	padding-top: 70px;
    overflow: hidden;
}
/*　■■■■■■■■■ コンテンツ（イメージ画像） ■■■■■■■■■　*/
#con_hd {
    margin: 0 auto;
    width: 100%;
	height: 300px;
    background: url("img/shutterstock_146147567.jpg") no-repeat;
    background-size:contain;
	background-position: 0px 0px;
    background-attachment:scroll;
}
#con_hd figure {
    margin-bottom: 0px;
    padding-top: 80px;
}
#con_hd figure p:nth-of-type(1) {
	font-size: 100%;
    letter-spacing: 0px;
}
#con_hd figure h2 {
    font-size: 110%;
    letter-spacing: -1px;
}
#con_hd figure p:nth-of-type(2) {
    font-size: 90%;
    letter-spacing: 1px;
}
#con_hd figure img {
	display: none;
/*    margin-top: 0px;
    max-width: 280px;
    height: auto;*/
}
/*　■■■■■■■■■ コンテンツ（イメージ画像テンプレート） ■■■■■■■■■　*/
#con_hd_tmp {
    margin: 0 auto;
    width: 100%;
    background: url("img/shutterstock_146147567.jpg") no-repeat;
    background-size:contain;
	background-position: 0px 0px;
    background-attachment: scroll;
}
#con_hd_tmp .tmp_img {
    margin: 0 auto;
    width: 100%;
    background-size: cover;
}
#con_hd_tmp .tmp_mask {
    display: flex;
    justify-content: center;
    height:245px;
    background: rgba(0,102,153,0.5);
}
#con_hd_tmp .tmp_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#con_hd_tmp .tmp_mask img {
    width: 100px;
    height: 100px;
}
#con_hd_tmp .tmp_mask h2 {
    margin-left: 20px;
    font-size: 160%;
    letter-spacing: 2px;
    color: #FFFFFF;
}

/* ------------ ナビゲーション -----------*/
nav {
	display: none;
}
/*
nav {
    margin: 0px 0 0;
    width: 100%;
    height: 100px;
    background: #1e496f;
}
nav > ul {
	display: flex;
	flex-flow: row, wrap;
    margin: 0 auto;
    width: 100%;
}
nav > ul > li {
    width: 20%;
    height: 100px;
    text-align: center;
}
nav > ul > li:hover {
    cursor: pointer;
    background: #006ab1;
}
nav > ul > li img {
    max-width: 50px;
    height: auto;
}
nav > ul > li p {
    margin-top: -10px;
    font-size: 75%;
    line-height: 130%;
    color: #FFFFFF;
}
nav > ul > li > ul {
    display: none;
}
nav > ul > li:hover > ul {
    display: block;
    position: relative;
    top: 10px;
    left: 0;
    width: 200%;
    background: #e6e6fa;
}
nav > ul > li:hover > ul.nav5 {
    display: block;
    position: relative;
    top: 10px;
    left: -80px;
    width: 200%;
}
nav > ul > li:hover > ul li {
    padding: 5px;
}
nav > ul > li:hover > ul li:hover {
    background: #DDDDDD;
}*/
/*　■■■■■■■■■ コンテンツ（インデックス） ■■■■■■■■■　*/
#con_idx {
    width: 100%;
}
/*　■■■■■■■■■ コンテンツ（テンプレート） ■■■■■■■■■　*/
#con_temp {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 100%;
/*    background: #E0AFAF;*/
}
/*パンくずナビ*/
/*新着情報*/
#news {
    margin-top: 0px;
	display: block;
}
#news .news_l {
    width: 100%;
}
#news .news_r {
    width: 95%;
}
#news .news_l h3 {
    margin: 0px 0 0 10px;
}
#news .news_l p {
    margin: 5px 0 0 30px;
    font-size: 85%;
}
#news .news_r dl dt {
    float: none;
    margin: 0 0 0 10px;
}
#news .news_r dl dd {
    margin: 0 0 10px 1em;
}
#news .news_r dl dd img {
	width: 100%;
	height: auto;
}
/*スライド*/
.anime {
	width:100%;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
#foot {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
}
#foot p:nth-of-type(1) a {
    padding: 0 10px;
}
#foot p:nth-of-type(2) span {
    margin-left: 10px;
}
/*　■■■■■■■■■ ePathProjectについて ■■■■■■■■■　*/
#prjt .contents {
    margin: 0px 0 50px 10px;
    width: 95%;
    text-align: left;
/*    background: #B0E3CA;*/
}
/*　■■■■■■■■■ セミナーのご案内 ■■■■■■■■■　*/
#smnr figure img {
	width: 100%;
	height: auto;
}
#smnr iframe {
	width: 95%;
	height: auto;
}
/*　■■■■■■■■■ セミナーのご案内 ■■■■■■■■■　*/
#smnr {
	margin:0 auto;
	width:100%;
}
#smnr dt {
	float: none;
}
#smnr dd {
	margin: 0 0 10px 1em;
}
#smnr .g_frm iframe {
	margin: 0 0 0 20px;
	height: 500px;
}
#smnr .pro p {
	margin: 0 0 10px 0em;
	text-indent: 0em;
}
#smnr .pro p span:nth-of-type(1) {
	margin: 0 0 0 10px;
	font-weight: bold;
}
/*　■■■■■■■■■ セミナーの報告 ■■■■■■■■■　*/
#smnr2 {
	margin:0 auto;
	width:100%;
}
/*　■■■■■■■■■ お問い合わせ ■■■■■■■■■　*/
#toi dl {
	margin: 0 0 20px 10px;
	width: 95%;
}
#toi dl dt {
	float: none;
	font-weight: bold;
}
#toi dl dd {
	margin: 0 0 20px 0em;
}
#toi input, #toi textarea {
	width: 100%;
}
