
body{
	background:#f2f2f2;
	#width:980px;
	margin: 0 auto;
}

main{
	width:920px;
	padding:0 30px;
	margin:0 auto;
	line-height:150%;
	background:#fff;
	
}

h1{
	#margin:70px 0 30px 0;
	line-height:150%;
	padding:5px 0 0 0;
	width:980px;
	height:100px;
	z-index:200;
	color:#fff;
	position:absolute;
	font-size:45px;
}

ul{
	margin:40px 0 0 0;
	padding:0;
}

li{
	margin:0 0 0 43px;
	padding:10px;
	line-height:150%;
	list-style-type: none;
	position:relative;
	font-size:20px;
}

li a{
	color:#1d3994;
}


img.checkbox{
	width:25px;
	position:absolute;
	left:-24px;
	bottom:14px;
}



h2{
	background:#00b26f;
	border-left: 10px solid #005434;
	padding:16px 10px 10px 10px;
	line-height:150%;
	font-size:27px;
	font-weight:bold;
	margin:45px 0 20px 0;
	color:#fff;
}

div.text{
	line-height:170%;
	font-size:20px;
	padding:10px;
}

div.text span.marker{
	background: linear-gradient(transparent 45%, yellow 45%);
	font-weight:bold;
}

div.text span.bold{
	font-weight:bold;
}

div.text span.small{
	font-size:17px;
}

img.full{
	width:100%;
	display:block;
}

/* 吹き出し本体 */
.balloon{
  position: relative;
  padding: 20px;
  background:#00b26f;
  font-size:23px;
  font-weight:bold;
  margin:0px 0 10px 0;
  color:#fff;
}

/* アイコンを下に表示 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #00b26f;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}



blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 6px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


div.panel{
	background:#00b26f;
	text-align:center;
}

header.title{
	width:100%;
	height:200px;
	overflow:hidden;
	position:relative;
}

header.title img{
	position:absolute;
	top:0;
	left:0;
	width:1920px;
	height:200px;
}

.service-name{
	color:#fff;
	font-size:20px;
	margin:10px auto 30px auto;
	clear:both;
	padding-top:40px;
	font-weight:bold;
}

.service-logo{
	width:300px;
}

.register-link{
	display:block;
	background:#fff;
	border-radius: 5px;
	text-align:center;
	color:#000;
	width:500px;
	#height:30px;
	padding:15px 0;
	margin:40px auto 0 auto;
	text-decoration:none;
	font-weight:bold;
	font-size:25px;
}

.register-link:hover{
	opacity:0.8;
}

footer{
	text-align:center;
	margin:30px 0;
}

footer a{
	color:#7c7c7c;
	text-decoration:none;
}
