@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: url(./images/bg.jpg);
	background-size:contain;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 0.9em;
	line-height: 180%;

}



ul, ol, dl { 
	padding: 0;
	margin: 0;
}

ul {
list-style-type:none;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
a img {
	border: none;
}

a:link {
	color: #3296DA;
	text-decoration: none; 
}

a:visited {
	color: #3296DA;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

h2 {
margin: 0 0 14px;
font-size: 18px;
line-height: 26px;
padding-left: 10px;
border-left: 6px solid #60B8E9;
border-bottom: 1px solid #60B8E9;
}

h3 {
background: url(./images/check.png) no-repeat;
font-size: 16px;
padding: 4px 0 0 30px;
margin: 50px 0 10px 0;
border-bottom: 1px dotted #333;
}


h4 {
padding: 0 7px 0 0;
border-bottom: 1px solid #389839;
margin-bottom: 10px;
}

.redChar {
color:red;
}

.aleft {
float:left;
margin:10px 10px 0 10px;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
width: 760px;
	margin: 0 auto;
}

header {
margin-bottom: 15px;
}

header p{
color:#fff;
padding: 7px 10px;
}

.content {
width: 730px;
	padding:25px 15px;
	background:#F7F7F7;
	border-radius:5px;
	position:relative;
}

#bgi01 {
position:absolute;
top:300px;
left:-213px;
z-index:-1;
}

#bgi02 {
position:absolute;
top:560px;
left:756px;
z-index:-1;
}

#bgi03 {
position:absolute;
top:900px;
left:-213px;
z-index:-1;
}

#bread {
font-size:12px;
margin-bottom:10px;
}

#bread a {
color:#4c98ed;
}

#bread a:visited {
color:#4c98ed;
}


article a {
color:#3296DA;
}

article a:visited {
color:#3296DA;
}

.textWrap {
margin-bottom: 25px;
padding: 0 10px 14px;
}

.textWrap p {
margin-bottom: 20px;
}

.textWrapCenter {
text-align:center;
margin-bottom: 25px;
padding: 0 10px 14px;
}

.textWrapCenter p {
margin-bottom: 20px;
}

.textWrapCenter img {
float:none;
}


#serviceLink {
color: #FF2F2F;
margin-top: 20px;
}

#serviceLink #lm {
font-size:20px;
margin-bottom: 10px;
}

#serviceLink img {
float:none;
}

#serviceLink p {
margin:0;
}

#serviceLink span {
font-size:20px;
color:#627BFF;
}


.listMenu {
	list-style: none;
	overflow: hidden;

	padding: 0;

}
.listMenu li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

.listMenu li a {
display: block;
position: relative;
z-index: 10;
margin: 0;
padding: 5px 0 5px 20px;
font-size: 14px;
text-decoration: none;
}
.listMenu li a:hover {
background: #4c98ed;
color: #fff;
}

.listMenu li {
font-size: 13px;
line-height: 17px;
margin-bottom: 3px;
}

.listMenu li a:before {
display: block;
content: "";
position: absolute;
top: 50%;
left: 0px;
width: 13px;
height: 13px;
margin-top: -8px;
border-radius: 50%;
background: #4c98ed;
}

.listMenu li a:after {
display: block;
content: "";
position: absolute;
top: 50%;
left: 5px;
width: 0;
height: 0;
margin-top: -5px;
border: 4px solid transparent;
border-left: 4px solid #FFFFFF;
}

footer {
	padding: 10px 0;
	width:900px;
	margin:0 auto;
	
}

footer address {
	color:#ccc;
	font-size:12px;
	text-align:center;
	font-style:normal;
}

footer address a:link {
color:#ccc;
}

footer address a:visited {
color:#ccc;
}

/* ~~ clear クラス ~~ */
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



@media screen and (max-width: 760px) {

html {
over-flow-x:hidden;
}

.container {
width:auto;
}

img {
width: 96%;
}

h1 {
text-align: center;
}

.aleft {
float:none;
margin:0;
}

.content {
width: 100%;
padding:0;
}

article {
padding: 10px;
}

.textWrap {
  padding: 0 0 14px;
}

footer {
 
  width: auto;

}

#bgi01, #bgi02, #bgi03 {
display:none;
}

}