body 
{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	line-height: 2.2em;
	color:#333;
	letter-spacing:-0.5px;
	font-size:1.05em;
-webkit-text-size-adjust:100% !important;
/* background-image:url(./sp2__20170523_095748_bg.png); 
 background-repeat:repeat;*/
 padding-top:0.1px;
}
 

img { 
    max-width: 100% !important; 
    height:auto !important;
}


a:link, a:active, a:visited {
	color: rgb(34, 102, 187);
	text-decoration: none;
}

a:hover {
	color: #04acec;
	text-decoration:underline;
}

hr {
	display: none;
}

a:hover img { opacity: 0.7; }

.switch 
{
	visibility: hidden;
}




.openwaku
{
	width:80%;
	margin:0 auto;
}
.open
{
cursor: pointer; 
	border-radius:8px;
	border:1px solid #76caf2;
	background-color:#EEE;
	padding:5px 7px;
	font-weight:bold;
	font-size:0.9em;
	color:#76caf2;
	width:50%;
	text-align:center;
	margin:0 auto;
	margin-bottom:25px;
}

.open:hover
{
	color:#FFF;
	background-color:#76caf2;
}

.openrow{display: none;} 





/* --------------------- 大枠 ここから --------------------- */


.topline
{
	background-color:#76caf2;
	height:7px;
}


.wrap{
	width : 1050px;
	margin:0 auto; 
}

.suba
{
	text-align:center;
	padding-bottom:60px;
}

.hbg
{
	 background-color:#f2f2f2;
	padding:30px 0px 50px 0px;
	background-image:url(./sp2__20170523_095750_headlinebg.png);
	background-position:center;
	background-repeat:repeat;
	border-bottom:1px solid #DDD;
}

.hoshoubg
{
	 background-color:#f2f2f2;
	padding:70px 0px 70px 0px;
	background-image:url(./sp2__20170523_095750_headlinebg.png);
	background-position:top center;
	background-repeat:repeat;
}


.gbg
{
	background-color:#f9f9f9; 
	padding:70px 0px 70px 0px;
}

.gbg2
{
	background-color:#DDD; 
	padding:70px 0px 70px 0px;
}

.bbg
{
	background-color:#EFF7F9; 
	padding:70px 0px 70px 0px;
}

.wbg
{
	background-color:#FFF; 
	padding:70px 0px 70px 0px;
}

.toptesbg
{
		background-color:#72afd8; 
	padding:70px 0px 70px 0px;
}


.ctabg
{
	padding:40px 0px;
background-color:#0a4b76;
border-radius:20px;
		background-image:url(./sp2__20170523_095751_bbg2.png);
	background-repeat:repeat;
}

/* --------------------- 大枠 ここまで --------------------- */





/* --------------------- header ここから--------------------- */



.fixed{
	position:fixed;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0px;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}


#header
{
	padding:20px 0px;
/*	background-color:#76caf2;*/
}

.logo
{
float:left; 
margin:0px 0px 0px 0px;
}



.toptel
{
	float:right;
	padding-top:0px;
}

.toptel2
{
	float:right;
}

.topbt
{
	float:right;
	padding-left:15px;
}


/* --------------------- header ここまで--------------------- */




/* --------------------- menu ここから--------------------- */



#menu {
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

#menuchange {
background-color: rgba(118,202,242,0.95);
/*background:#76caf2;*/
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
  padding:15px 0px;
}



#dropmenu {
	float:left;
	margin: 0px 0px 0px 0px;
}

#dropmenu li {
	position: relative;
	float: left;
	padding-right:30px;
}

#dropmenu li.down{
font-size:14px;
	line-height: 1em;
	text-decoration: none;
	color:#555;
	padding:10px 30px 10px 0px;
}
#dropmenu li a {
	display: block;
	padding: 10px 2px 10px;
	font-size:14px;
	line-height: 1em;
	text-decoration: none;
	color:#555;
}
#dropmenu li ul {
	position: absolute;
	top: 100%;
	left: 0px;
	border-radius: 5px;
}
#dropmenu li ul li {
	overflow: hidden;
	width: 300%;
	height: 0px;
	color:#FFF;
	transition: all 0.2s ease 0s;
}
#dropmenu li ul li a {
	padding: 15px 15px;
	background: none repeat scroll 0% 0% #FFF;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	border:3px solid #DDD;
	border-radius: 3px;
	color:#555;
}
#dropmenu li:hover > a {
	background: none repeat scroll 0% 0% #76caf2;
	color: #FFF;
}
#dropmenu > li:hover > a {
	border-radius: 5px;
}
#dropmenu li:hover ul li {
	overflow: visible;
	height: 40px;
}
#dropmenu li:hover ul li:first-child {
	border-top: 0px none;
}
#dropmenu li:hover ul li:last-child {
	border-bottom: 0px none;
}
#dropmenu li:hover ul li:last-child a {
	border-radius: 5px;
}
#dropmenu .lisp
{
	margin: 4px 5px 0px 5px;
	color:#666;
	font-size:10px;
}
#dropmenu .last
{
	padding-right:0px;
	margin-right:0px;
}







#menuchange #dropmenu {
	float:left;
	margin: 0px 0px 0px 0px;
}

#menuchange #dropmenu li {
	position: relative;
	float: left;
	padding-right:20px;
}

#menuchange #dropmenu li.down{
font-size:14px;
	line-height: 1em;
	text-decoration: none;
	color:#FFF;
	padding:13px 16px 0px 0px;
}
#menuchange #dropmenu li a {
	display: block;
	padding: 13px 3px 10px;
	font-size:14px;
	line-height: 1em;
	text-decoration: none;
	color:#FFF;
}
#menuchange #dropmenu li ul {
	position: absolute;
	top: 130%;
	left: 0px;
	border-radius: 5px;
}
#menuchange #dropmenu li ul li {
	overflow: hidden;
	width: 350%;
	height: 0px;
	color:#FFF;
	transition: all 0.2s ease 0s;
}
#menuchange #dropmenu li ul li a {
	padding: 15px 15px;
	background: none repeat scroll 0% 0% #FFF;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	border:3px solid #DDD;
	border-radius: 3px;
	color:#555;
}
#menuchange #dropmenu li:hover > a {
	background: none repeat scroll 0% 0% #42809e;
	color: #FFF;
}
#menuchange #dropmenu > li:hover > a {
	border-radius: 5px;
}
#menuchange #dropmenu li:hover ul li {
	overflow: visible;
	height: 40px;
}
#menuchange #dropmenu li:hover ul li:first-child {
	border-top: 0px none;
}
#menuchange #dropmenu li:hover ul li:last-child {
	border-bottom: 0px none;
}
#menuchange #dropmenu li:hover ul li:last-child a {
	border-radius: 5px;
}
#menuchange #dropmenu .lisp
{
	margin: 4px 5px 0px 5px;
	color:#666;
	font-size:10px;
}
#menuchange #dropmenu .last
{
	padding-right:0px;
	margin-right:0px;
}



.hwrap
{
	width:1050px;
	padding:15px 0px;
	margin:0 auto;
}



/* --------------------- menu ここまで--------------------- */




/* --------------------- footer ここから--------------------- */

#pagetop {
	position: fixed;
	z-index: 9999;
	right: 15px;
	bottom: 15px;
}


#footersocial {
	float: left;
	padding-top: 0px;
}
#footersocial li {
	display: inline;
	line-height: 1.3em;
}



.ftbg
{
	background-color:#f5f5f5;
	padding:30px 0px;
	 border-top:1px solid #DDD;
	 border-bottom:1px solid #DDD;
}
.copyright
{
	 padding:40px 0px 20px 0px;
	 background-color:#363839;
}

.ftl
{
	 width:450px; 
	 float:left; 
	 padding-right:44px;
	 border-right:1px solid #444;
}

.ftr
{
	 width:510px; 
	 float:right; 
	 padding-left:44px;
}

.ftl2
{
	 width:220px; 
	 float:left; 
	 padding-right:40px;
}

.ftr2
{
	 width:220px; 
	 float:right; 
}

.ftmt
{
	border-left:3px solid #CCC;
	padding-left:6px;
	line-height:1em;
	margin-bottom:10px;
}

.ftlink
{
	display:inline;
}

.ftlink a
{
	color:#FFF;
	font-size:0.9em;
}

.ftinfo
{
 font-size:10px; 
 color:#999;
 padding-top:15px;
 line-height:20px;
}

.endline
{
	background-color:#76caf2;
	height:7px;
}

.lineft
{
	line-height:1px; 
	font-size:1px; 
	border-bottom:1px solid #CCC;
	margin:25px 0px;
}


.ftmenu li {
	margin: 0pt 15px 0px 0px;
	padding: 0pt 0pt 0pt 18px;
	background: url('./sp2__20170523_095751_ftarrow3.png') no-repeat scroll 0pt 50% transparent;
	font-size: 12px;
	line-height:1.8em;
}
.ftmenu a {
	display: block;
	color: #666;
	text-decoration: none;
}

.ftmenu a:hover {
	text-decoration: underline;
	color:#0044CC;
}


.ftmenu2 li {
	margin: 0pt 20px 0px 0px;
	padding:0px;
	font-size: 12px;
	line-height:1.8em;
	float:left;
}
.ftmenu2 a {
	display: block;
	color: #CCC;
	text-decoration: none;
}

.ftmenu2 a:hover {
	text-decoration: underline;
	color:#CCC;
}








.ftlogo
{
margin-bottom:20px;
}

.ftlogo img
{
}

.ftlogo2
{
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}
.ftlogo2 img
{
width:160px;
height:60px;
}

.fttext
{
	font-size:0.8em;
	line-height:1.6em;
	margin:20px 0px;
	color:#CCC;
}


.ftcat
{
	border-left:5px solid #CCC;
	font-weight:bold;
	margin-bottom:10px;
	padding-left:10px;
	color:#CCC;
	line-height:1.2em;
	font-size:0.9em;
}


.ftnew li {
	margin: 0pt 15px 0px 0px;
	padding: 0pt 0pt 0pt 18px;
	background: url('./sp2__20170523_095751_ftarrow3.png') no-repeat scroll 0pt 50% transparent;
	font-size: 12px;
	line-height:1.8em;
}
.ftnew a {
	display: block;
	color: #666;
	text-decoration: none;
	color:#CCC;
}

.ftnew a:hover {
	text-decoration: underline;
	color:#CCC;
}

/* --------------------- footer ここまで--------------------- */





/* --------------------- テキスト装飾 ここから --------------------- */


.tx1
{
	font-weight:bold;
	text-decoration:underline;
}

.tx2
{
	font-weight:bold;
	color:#D00;
font-size:1.4em;
}

.tx3
{
	font-weight:bold;
	color:#D00;
}

.tx4
{
	font-weight:bold;
	font-size:1.2em;
}

.tx5
{
	background-color:#FFFF00;
	font-weight:bold;
}

.tx6
{
	text-decoration:underline;
}


.tx7
{
	font-weight:bold;
	font-size:1.2em;
	color:#76caf2;
}

/* --------------------- テキスト装飾 ここまで --------------------- */

