@charset "utf-8";




/*==========================================================================================

	// 基本設定　共通利用Class

==========================================================================================*/

html {
	 height:100%;
	 overflow-y:scroll;/* 縦スクロールバー強制表示 */
}

body {
	background: #ffffff;
	font: 12px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	color: #535353;
}

a {
	color: #535353;
	text-decoration: none;
}

a:hover { 
	filter: alpha(opacity=80);  /*IE用*/
	-moz-opacity:0.80;          /*Firefox・Netscape用*/
	opacity:0.80;               /*Opera・Safari */
	zoom:1;
}


h1, h2, h3, h4, h5, h6 { line-height: 1;}

p { line-height: 1.6; }



/*==========================================================================================

	// layout

==========================================================================================*/




#container {
	width: 100%;
	text-align: center;
}

#container p {
	margin-bottom: 20px;
	font-size: 14px;
}


#content {
	margin: 0px auto 0px;
	width: 1020px;

}

#left {
	width: 650px;
	float: left;
}

#side_right {
	width: 320px;
	float: right;
	margin-top: 40px;
}


/*==========================================================================================

	// clear ClearFix

==========================================================================================*/


.clearFix { zoom: 100%; }

.clearFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}



/*==========================================================================================

	// hoverAlpha imgタグにつけて透過

==========================================================================================*/


.hoverAlpha:hover {
	filter: alpha(opacity=65);  /*IE用*/
	-moz-opacity:0.65;          /*Firefox・Netscape用*/
	opacity:0.65;               /*Opera・Safari */
	zoom:1;
}



/*==========================================================================================

	// header

==========================================================================================*/

#wrapper {
	background-attachment:fixed;
	position:relative;
	width:100%;
	overflow:hidden;
	min-height: 100%;
}
header {
	background: #FDFDF2;
	margin: 0px auto;
	width: auto;
	border-top: solid 2px #ADC4E6;
	
	
}
header h1 {
	position: relative;
	margin: 0px auto ;
	text-align: center;
	height: 116px;
	padding-top: 10px;
	width: 1020px;
}



header #gnavi-1 {
	width: 100%;
	background: #D5DFED;
	margin: 0px;
	text-align:  center;
}

header #gnavi-1 ul {
	margin: auto auto 0px;
}

header #gnavi-1 li {
	text-align:  center;
	font-family: 'Noto Serif JP', serif;
}

.menu {
    position: relative;
	width: 1020px;
    height: 55px;
    max-width: 100%;
    margin: 0 auto;
	text-align: center;

}

.menu > li {
    float: left;
    width: 170px; 
    height: 55px;
    line-height: 55px;
    background: #D5DFED;
}

.menu > li a {
    display: block;
    color: #2C2C2C;
	text-align: center;
	text-decoration: none;
}

.menu > li a:hover {
    color: #597FB7;
}



ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}



.menu > li:hover {
    background: #D5DFED;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.menu__second-level li {
    border-top: 1px solid #D5DFED;
	margin: 0 15px;
	width: 140px;
}

.menu__second-level li:first-child{
	border: none;
}



.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    background: #fff;
	border-bottom: solid 1px #D5DFED;
	border-left: solid 1px #D5DFED;
	border-right: solid 1px #D5DFED;
	color: #707070;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	-webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
}

li.menu__single:hover ul.menu__second-level {
    top: 55px;
    visibility: visible;
    opacity: 1;
}



.trial {
	float: right;
	position: absolute;
	top: 38px;
	right: 0px;
    background-color: #816849;
    color: #fff;
	border-radius: 8px;
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    padding: 1.6em 3em;
    margin: 0 0 1em;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.trial:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}

#container {
	width: 100%;
}


/*================================================================================

	// 見出し

================================================================================*/

h2 {
    padding: 0.25em 0.5em;
	height: 15px;
    line-height: 0.5em;
    font-size: 22px;
	color: #2C2C2C;
	font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    background: transparent;
    border-left: solid 4px #ADC4E6;
	margin:  40px 0px 20px 0px;
}


/*==========================================================================================

	// 　右カラム　バナー

==========================================================================================*/

.bnr_right {
	margin-bottom: 20px;
	cursor: pointer;
    transition: all 0.3s ease 0s;
}

.bnr_right:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(-0.1875em);
	border-radius: 8px;
}



/*================================================================================

	// footer

================================================================================*/



footer {
	background: #F8F8F8;
	width: 100%;
	margin-top: 50px;
}

#footer_inner {
	margin: auto;
	width: 1020px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 310px;
}

.footer_top {
	text-align: center;
    border-bottom: 1px solid #EBEBEB;
	padding-bottom: 20px;
	margin-bottom: 20px;
}



footer_left {
	float: left;
    width: 85%;
    height: 500px;
    margin: 0 auto;
}
    
.fooer_menu {
	float: left;
    width: 70%;
	display: flex;
    clear: both;
}
    
.footer_left ul {
    margin: 0;
    padding-top: 10px;
    width: 30%;
}

.footer_left ul li {
	padding-bottom: 20px;
}

.footer_right {
	float: right;
}


.sns {
	text-align: right;
	margin-bottom: 120px;
}


.footer_trial {
	background-color: #816849;
    color: #fff;
	border-radius: 8px;
	font-family: 'Noto Serif JP', serif;
    display: inline-block;
    padding: 1.6em 6em;
    margin: 0 0 1em;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.footer_trial:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.copyright {
	width: 100%;
	background: #fff;
	margin: auto;
	padding: 20px 0px 20px 0px;
}

.copyright p {
	width: 1020px;
	margin: auto;
	text-align: center;

	
}


/*================================================================================

	// page top

================================================================================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #597FB7;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
