@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

ul,
ul li {
    list-style:none;
}


blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

html {
	width:100%;
	margin: 0;
	padding:0;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Oswald', 'ＭＳ Ｐゴシック', sans-serif;
	color:#798d97;
	font-size : 62.5%;
}

.fontEn {
	font-family: Helvetica , sans-serif;
	
}

a {
	text-decoration:none;
	color:#798d97;	
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	-o-transition:0.1s ease-in-out;
	-ms-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;

}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.clearfix {
  min-height: 1px;
}


.imgSp {
  display: none;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/*---------------------------------------

	header

---------------------------------------*/

header {
	width:100%;
	border-bottom: 1px solid #d9d9d9;
	background:#fff;
	top:0;
	left:0;
	position:fixed;
	z-index:9999;
}

header .inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

header .logo {
  width: 365px;
  height: auto;
  padding-top: 23px;
  margin: 0 auto 24px;
  transition-property:width;
  transition-duration:0.2s;
  transition-timing-function:ease-in-out;
}

header .logo h1 {
  width: 100%;
}

header .logo a {
	display:block;
	
}

header .logo img,
header .logo object,
header .logo svg {
  width: 100%;
  height: auto;
}

header.fixed .logo {
	width:262.5px;
	padding-top:10px;
	margin-bottom: 10px;
}


header .btn {
	width: 143px;
	height: 32px;
	position: absolute;
	right: 0;
	top:35px;
	  transition-property:top;
	  transition-duration:0.2s;
	  transition-timing-function:ease-in-out;
}
header .btn a {
  width: 143px;
  height: 32px;
  background-color: #349cd3;
  text-align: center;
  padding:0;
	display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 32px;
  border-bottom: none;
  border-radius: 5px;
  letter-spacing:4px;
  -webkit-transition:0.2s ease-in-out;
  -moz-transition:0.2s ease-in-out;
  -o-transition:0.2s ease-in-out;
  -ms-transition:0.2s ease-in-out;
  transition:0.2s ease-in-out;
	
}
header .btn a:hover {
  border-bottom: none;
	background-color: #2f89ba;
}

header.fixed .btn {
	top:10px;
	
}

/*---------------------------------------

	footer

---------------------------------------*/
footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 60px;
  text-align: center;
}
footer .inner {
  padding-bottom: 75px;
}
footer .lead {
  margin-bottom: 50px;
}
footer .text {
  font-size: 20px;
  margin-bottom: 25px;
}
footer .text span {
  color: #999999;
}
footer .btn {
  width: 550px;
  height: 62px;
  margin: 0 auto 35px;
}
footer .btn a {
  width: 550px;
  height: 62px;
  display: block;
  background-color: #349cd3;
  background-repeat: no-repeat;
  background-position: 76%;
  text-align: center;
  float: right;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 62px;
  border-bottom: none;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #1a6c86;
  letter-spacing:4px;  
}
footer .btn a:hover {
  border-bottom: none;
	background-color: #2f89ba;
}
footer .link {
  font-size: 16px;
	margin-bottom: 30px;
}
footer .link a {
  padding-right: 20px;
	color: #349cd3;
}
footer .link a:hover {
	color: #2876a1;
}

footer dl {
	width: 670px;
	border: 1px solid #d5d6d7;
	margin: 60px auto 0;
	padding: 30px 0;
}

footer dl dt {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 30px;
}

footer dl dd {
	font-size: 15px;
	line-height: 2;
}
footer dl dd a {
	color: #349cd3;
	text-decoration: underline;
}

footer dl dd a:hover {
	text-decoration: none;
}



footer .link a:after {
  top: -1px;
  right: 0;
  left: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #44a4d6;
  border-right: 1px solid #44a4d6;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #349cd3;
}
footer #pageTop {
  border-top: 1px solid #d9d9d9;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
footer #pageTop a {
  width: 55px;
  height: 31px;
  display: block;
  margin: 0 auto;
}
footer #pageTop a img {
  width: 55px;
  height: 31px;
}
footer .fLink {
	font-size:12px;
  padding-top: 48px;
  margin-bottom: 50px;
}
footer .fLink a {
  color: #71828a;
}

footer .fLink a:hover {
	text-decoration:underline;
	
}
footer .copy {
  color: #71828a;
  font-size: 10px;
  padding-bottom: 15px;
}

