@charset "utf-8";

/* 全体設定 */
html{
		overflow-y: scroll;
}
.biz-udgothic-regular{
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body{
		background : url(img/bg_body.png) 0% 0% / auto auto repeat scroll padding-box border-box #ffffff;
		/* font-family: 'Meiryo UI',"メイリオ", Meiryo, 'Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
		font-size: 62.5%;
		-webkit-text-size-adjust: 100%;
}
#wrapper{
		font-size:1.0rem;
		line-height:150%;
		width:960px;
		margin:0 auto;
		border-bottom-width:50px;
		border-bottom-style:solid;
		border-bottom-color : transparent;
background : url(introduction/bg_body.png);
}

/* ==========ココカラ ヘッダー========== */
/* ヘッダーを固定 */
header{
		display:flex;
		flex-direction: column;
		top:0;
		position: fixed;
              background-image : url(img/bg_body.png);
                 background-repeat : repeat;
                 background-attachment : scroll;
                 background-position : 0% 0%;
                 background-size : auto auto;
                 background-origin : padding-box;
                 background-clip : border-box;
}
/* ヘッダー内	ロゴ＋住所 */
#logo{
		display:flex;
		flex-direction:row;
		justify-content: space-between;
		align-items:flex-end;
		padding:10px 15px 5px 15px;
              background : url(img/bg_body.png);
}
#logo_big{
       width: 80%;
       height: auto; 
}
#logo_small{
    visibility:hidden;
}
/* ヘッダー内住所表示 */
#logo_address{
		list-style-type:none;
		margin:0px;
		padding:4px;
}

/* ==========ココカラ ドロップダウンメニュー========== */
nav{
  margin-top:4px;
	background: #6d92f2;
}
ul.parent{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding:0px;
	margin:0px;
	}
ul.parent > li{
	-webkit-flex-grow:1;
	position: relative;
	width:calc(960px/7);
	list-style-type:none;
	padding:0px;
	margin:0px;
	}
ul.parent > li a,ul.parent > li span{
	display:block;
	text-align:center;
  color:white;
  text-decoration:none;
  padding:1px 0px;
	}
ul.parent > li a:hover{
	font-weight:bold;
       background:#4e6cb8;
	/*text-decoration: underline;
	font-weight: 700;
	background: none 0% 0% / auto auto repeat scroll padding-box border-box;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #efb112; */
}
ul.child{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: absolute;
	padding:0px;
	}
ul.parent > li:hover > ul{
	z-index:3;
	width:100%;
	margin:0 auto;
	}
ul.child > li{
	overflow: hidden;
	height: 0px;
	list-style-type:none;
	width:150%;
	}
ul.parent > li:hover > ul li{
	overflow: visible;
	height:auto;
	}
ul.child > li a{
  padding-left:5px;
	text-align:left;
	background: #6d92f2;
  border-top:white 1px solid;
	}
#submenu_access{
    display:none;
}
/* ==========ココマデ ドロップダウンメニュー========== */

/* ==========ココマデ ヘッダー========== */



/* ==========ココカラ 内容========== */

#main{
		overflow:auto;
		width:800px;
		padding:130px 80px 0px 80px;
		margin:0 auto;
	/* background-image : url(img/bg_hpb-header-image.png);background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box; */
              background-image : url(img/bg_body.png);background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
}
h1{
    line-height:120%;
		border-bottom-color:#0087ff;
		border-bottom-style:solid;
		color:#0087ff;
		font-size:2.0rem;
}
h2{
		font-size:1.2rem;
		font-weight:normal;
		color:white;
		background:linear-gradient(90deg,#6e94f5, white);
		background:-moz-linear-gradient(150deg,#6d92f2, white);
		background:-webkit-linear-gradient(150deg,#6d92f2, white);
    background:linear-gradient(150deg,#6d92f2, white);
		padding:0px 0px 2px 8px;
}
h3{
		margin-left:30px;
		font-size:1.2rem;
		font-weight:bold;
}
p{
		margin-top:0em;
		margin-left:30px;
		margin-bottom:0.5em;
}
section li{
		margin-left:0px;
}
section dt{
		margin-left:30px;
}

/* =================================================================================================================== フッター ========== */
#hpb-footer-main, .site-footer{
	font-size: 1.4rem;
	color: white;
       padding : 5px 0px;
	background-color: transparent;background-image : url(img/bg_footer.png);background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
	position: relative;
	height : -26px;
}
.site-footer::before{
       display: block;
	background-color: transparent;
	background: url(img/bg_footer-head.png) 0% 0% / auto auto repeat scroll padding-box border-box;	
       height: 24px;
	width: 100%;
	content: '';
	position: absolute;
	top: -23px;
}

/* =====================================pc===================================== */
@media screen and (min-width: 769px) {
/*ここにpc用スタイルを記述*/
}
 
/* =====================================smartPhone===================================== */
@media screen and (max-width: 768px) {

body{
		width:100%;
		padding:0px;
		margin:0px;
}
#wrapper{
		width:100%;
		margin:0px;
    padding:0px;
		border-width:0px;
    overflow: hidden;
}
/* ヘッダーを固定 */
header{
		width:100%;
}

/* ヘッダー内	ロゴ＋住所 */
#logo{
		flex-direction: column;
		justify-content:flex-start;
		align-items:flex-start;
    padding:5px 0px 0px 5px;

}
/* ヘッダー内ロゴ表示 */
#logo_small{
    visibility:visible;
}
#logo_big{
    display:none;
}
/* ヘッダー内住所表示 */
#logo_address{
		display:none;
}

/* ココカラ ドロップダウンメニュー */
ul.parent{
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		flex-wrap:nowrap;
    justify-content:space-between;
    border-bottom:white 1px solid;
}
ul.parent > li{
		padding:0px;
}
ul.parent > li a,ul.parent > li span{
		text-align:center;
}
ul.child > li a{
	text-align:left;
  width:auto;
}
ul.child li:last-child a{
  border-bottom:1px white solid;
	}
#menu_home,#menu_link,#menu_access{
    display:none;
}
#submenu_access{
    display:block;
}

/* ココカラ 内容 */
#main{
		overflow:auto;
		width:100%;
		margin:0px;
		padding:80px 0px 0px 0px;
}
h1{
    line-height:120%;
		border-bottom-color:#0087ff;
		border-bottom-style:solid;
		color:#0087ff;
		font-size:1.5rem;
}
p{
		margin:0.5rem;
}
section dt{
		margin-left:0px;
}
h2{
		background:#6e94f5;
}
h3{
    margin-left:0.5rem;
}


}