@charset "UTF-8";

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main { /* 1 */
  display: block;
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bolder;
}

[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote,figure{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0;
	font-size:1em;
	box-sizing: border-box;
}
table {margin : 0;empty-cells: show; font-size:small;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
	display: block;
}
li { list-style: none; }/* link do not want a dot */
ol li {zoom:normal;}/* list-style-type が出ない問題を解決 */
input {vertical-align:middle;}
:focus {outline: 0;}



/*-----------------------------------------------
 clear
-----------------------------------------------*/
.clearfix:after,
.qr:after,
.btn:after{
  content: "";
  display: block;
  clear: both;
}

.clearfix,
.qr,
.btn{
  width:100%;
  min-height: 1px;
}

/*-----------------------------------------------
 common
-----------------------------------------------*/
body{
	font-size:14px;
	line-height:1.4;
	color:#333333;
	background-color:#FFFFFF;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	position: relative;
}
a{
	color: #333333;
	text-decoration:none;
}
a:link, a:visited, a:active {
    transition: all 0.3s ease-out 0s;
}
a:hover{
	opacity: 0.7;
}
.innerBox,.contents{
	
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}


/*-----------------------------------------------
 header
-----------------------------------------------*/
header{
	background: url(../img/header_bg.gif) repeat-x;
	margin-bottom: 40px;
}
header .innerBox{
	max-width: 980px;
	height: 145px;
	background: url(../img/header_img.jpg) no-repeat;
}
header h1{
	padding: 27px 0 35px 15px;
}
header h2{
	text-align: center;
	color: #FFFFFF;
	font-size: 1.7em;
	line-height: 1.2;
}

/*-----------------------------------------------
 contents
-----------------------------------------------*/
.contents{
}

h3{
	color: #0358B8;
	font-size: 1.3em;
	padding: 5px;
	border-bottom: 1px dashed #2EA7E0;
	text-align: center;
	margin-bottom: 30px;
}
h3 span{
	font-size: 0.7em;
	color: #E60012;
	font-weight: normal;
}
p{
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8;
}
.sample{
	border-top: 1px dashed #333;
	padding: 30px 0;
	white-space: pre-wrap;
	word-break:break-all;
	text-align: center;
	line-height: 1.8;
}
.blue{
	color: #0358B8;
	font-size: 1.2em;
	font-weight: bold;
}
.red{
	color: #E60012;
}
h4 img{
	margin: 0 auto 20px auto;
}
.qr{
	width: 400px;
	margin: 0 auto 40px auto;
}
.qr .img{
	float: left;
}
.qr p{
	text-align: left;
	float: left;
	padding-top: 10px;
	line-height: 1.8;
}
.address{
	width: 380px;
	margin: 0 auto 40px auto;
	line-height: 1.8;
}
img.icon{
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.btn{
	width: 682px;
	margin: 0 auto;
}
.btn img{
	float: left;
	margin: 0 10px;
}
.form{
	padding-bottom: 20px;
}
.form input[type=text]{
	width: 250px;
}
.form input[type=radio]{
	vertical-align:0.1em;
}
.form p{
	line-height: 1.2;
}

@media only screen and (max-width: 682px) {
.btn{
	width: 100%;
}
.btn img{
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.sample{
	word-break: break-all;
}
/**/
}


/*-----------------------------------------------
 footer
-----------------------------------------------*/
footer{
	background-color: #00CDFF;
	padding: 15px 0 1px 0;
	margin-top: 50px;
	color: #FFFFFF;
	position: relative;
}
.gotoTop{
	position: absolute;
	background: url(../img/gototop.png) no-repeat;
	left: 50%;
	top: -23px;
	width: 75px;
	height: 23px;
	margin-left: -37px;
}