@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
/*	outline: 0;*/
}




/*--------------------------------------------------------------------------------
　HTML5 Elements
--------------------------------------------------------------------------------*/
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}


/*--------------------------------------------------------------------------------
　CommonElements
--------------------------------------------------------------------------------*/

body {
	margin: 0 auto;
	padding: 0 0 60px 0;
	font-size: 18px;
	line-height: 2.0em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
	position: relative;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	
	max-width: 1600px;
	min-width: 1024px;
}

img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

a {
	-webkit-tap-highlight-color: transparent;
	border: none;
	text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	
    -webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out; 
	color: #069;
}
a:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}

h2 {
	padding: 0 0 30px 0;
	text-align: center;
}
h3 {
	margin: 0 0 30px 0;
}
hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.5s;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.inner {
	width: 1024px;
	margin: auto;
	position: relative;
}
.banner {
	margin: 40px auto;
}
.banner_foot {
	width: 160px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10000;
}
.banner_foot img {
	width: 100%;
}
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}

.smaller {
	font-size: 13px;
}
.red {
	color: #C00;
}

.formLink {
	margin: 40px auto 20px auto;
}
.formLink a {
	max-width: 640px;
	margin: 0 auto;
	padding: 20px;
	font-size: 25px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 800;
	color: #fff;
	border: 2px solid #2faac9;
	border-radius: 200px;
	background: -moz-linear-gradient(top, #81d0d5, #30b0d7);
	background: -webkit-linear-gradient(top, #81d0d5, #30b0d7);
	background: linear-gradient(to bottom, #81d0d5, #30b0d7);
	display: block;
}
.line_2 {
	margin: 40px auto 20px auto;
	position: relative;
}
.line_2 a {
	width: 953px;
	height: 181px;
	margin: 0 auto;
	background: url(../img/line3.png) no-repeat;
	display: block;
}
.line_2 span {
	max-width: 640px;
	padding: 15px 20px;
	font-size: 25px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 800;
	color: #fff;
	border: 2px solid #2faac9;
	border-radius: 200px;
	background: -moz-linear-gradient(top, #81d0d5, #30b0d7);
	background: -webkit-linear-gradient(top, #81d0d5, #30b0d7);
	background: linear-gradient(to bottom, #81d0d5, #30b0d7);
	display: block;
	
	position: absolute;
	top: 25px;
	right: 150px;
}

.size13 {
	font-size: 13px;
}

/********************** clear fix **********************/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.clear {
	clear: both;
}

/*--------------------------------------------------------------------------------
　header
--------------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 50px;
	padding: 20px 0;
	z-index: 10000;
	background: #fff;
}
header a {
	color: #333;
	text-decoration: none;
}
header h1 {
	width: 322px;
	margin: 0 auto;
	padding-top: 5px;
}
header h1 img {
	width: 100%;
}
header .request a {
	padding: 0 30px;
	height: 100%;
	text-align: center;
	background: #d83939;
	font-weight: bold;
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
header .request a span {
	display: block;
	padding: 6px 0 0 0;
}
header .request i {
	margin-right: 5px;
}
.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0;
	/*filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;*/
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.1));
}
#offer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0;
	text-align: center;
	background: url(../img/footer_bg.png) bottom repeat-x;
	z-index: 10000;
}
#offer img {
}
#offer_r {
	width: 50%;
	position: fixed;
	bottom: 40px;
	right: 0;
	padding: 0;
	z-index: 10000;
}
#offer_r img {
	width: 100%;
}



/*--------------------------------------------------------------------------------
　footer
--------------------------------------------------------------------------------*/
footer {
	margin: 30px auto 0 auto;
	padding: 20px 0 100px 0;
	font-size: 12px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #999;
}
footer a.linktop {
	display: block;
	position: absolute;
	top: -45px;
	right: 2px;
	width: 46px;
	height: 48px;
}
footer div {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}
footer div img {
	display: block;
	margin: 0 0 10px 0;
}
footer div img + p {
	margin: 0 0 15px 0;
}
footer div p {
	line-height: 1.5em;
}
footer div span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

footer ul {
   display: block;
   width: 100%;
   text-align: right;
}

footer ul li {
   display: inline-block;
   padding: 0;
   text-align: right;
   margin: 0 10px 40px;
}

footer p {
   display: block;
   width: 100%;
   text-align: center;
}

/*--------------------------------------------------------------------------------
　table
--------------------------------------------------------------------------------*/
.inner table {
	width: 100%;
	font-size: 15px;
	text-align: left;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.inner table th {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	background: #f1f6f8;
}
.inner table td {
	padding: 20px;
	border-bottom: 1px solid #ddd;
}