/* 
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;
  list-style: none;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
  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;
}



/* common
=========================================================================== */
 
html {
	font-size: 62.5%;
	box-sizing: border-box;
}
body {
	min-width: 950px;
	color: #222;
	font-family: "游ゴシック",YuGothic,"メイリオ",sans-serif;
	font-size: 1.3em;
	line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
*, *:before, *:after { box-sizing: border-box; }
a:link {
	color: #333;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #006ebc;
	text-decoration: underline;
}
img { vertical-align: bottom; }
#logoArea,
footer,
.contents {
	width: 950px;
	margin: 0 auto;
}

/* 矢印系アイコン共通 */
.icon {
	padding-left: 15px;
	position: relative;
}
.icon::before,
.icon::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
}
.iconArrow02::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 矢印系アイコン-くの字太 */
.iconArrow02::before {
	width: 10px;
	height: 10px;
	border-top: 3px solid #cecece;
	border-right: 3px solid #cecece;
	left: 3px;
}

/* スマホ用コンテンツ非表示 */
.smt {
  display: none !important;
}
/* buttonNext */
.buttonNext {
  background: #95be16;
	border-radius: 5px;
	display: inline-block;
  font-weight: bold;
	text-align: center;
}
.buttonNext:hover {
  background: #aacb45;
}
.buttonNext a,
.buttonNext input {
	width: 325px;
  margin-left: -15px;
	padding: 18px 15px 18px 0;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.buttonNext::before {
	width: 14px;
	height: 14px;
  margin-top: -6px;
	border-right: 4px solid rgba(255, 255, 255, 0.5);
	border-top: 4px solid rgba(255, 255, 255, 0.5);
  left: inherit;
	right: 17px;
  z-index: 0;
}
.buttonGlay {
  background: #666;
}
.buttonGlay:hover {
  background: #999;
}
.buttonSpace {
  margin-top: 65px;
  text-align: center;
}
.buttonSpace .buttonNext {
  margin-bottom: 40px;
}

/* header
=========================================================================== */

/* PC */
@media print, screen and (min-width: 768px){
/* ヘッダメニュー */
header { margin-bottom: 30px; }
#logoArea {
	height: 100px;
	color: #666;
}
#logoArea .logo {
	padding-top: 20px;
	float: left;
	font-size: 1.8rem;
	font-weight: bold;
}
#logoArea .logo a {
	color: #006ebc;
	text-decoration: none;
}
#logoArea .logo img {
	margin-right: 20px;
	vertical-align: middle;
}
} /* PC 768px */

/* container
=========================================================================== */

.contents {
	margin-bottom: 40px;
	position: relative;
}

/* footer
=========================================================================== */

footer { padding-bottom: 35px; }

/* common.js
=========================================================================== */

.jsCommon {
  padding-top: 50px;
  text-align: center;
}
.jsCommon h1 {
  margin-bottom: 5px;
  color: #006ebc;
  font-size: 1.8rem;
}
.jsCommon p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.jsCommon h2 + p a {
  color: #006ebc;
  text-decoration: underline;
}
.copyright {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

/* clearfix
=========================================================================== */

.cf::after, #logoArea::after, #container::after, .contents::after, footer::after {
  content: "";
  clear: both;
  display: block;
}



/* Media Queries - iPad
=========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 768px) {
body {
	zoom: 75%;
	-webkit-text-size-adjust: 75%;
}
} /* iPad 768px */

/* Media Queries - 767px
=========================================================================== */

@media screen and (max-width: 767px){
body {
	min-width: inherit;
	background: none;
}
/* common */
.pc { display: none !important; }
.smt { display: block !important; }
#logoArea,
footer,
.contents {
	width: auto;
	min-width: auto;
}
/* header */
#logoArea {
	height: 58px;
	border-bottom: 1px solid #01b4ed;
}
#logoArea .logo {
	height: 58px;
	float: left;
	vertical-align: middle;
}
#logoArea .logo img {
	width: 125px;
	height: 99.9%;
	margin-left: 10px;
}
/* container */
#container {
	height: 100%;
	margin: 0;
	padding: 0 10px;
	min-height: 100%;
	border: none;
	overflow: hidden;
}
#container img {
	max-width: 100%;
	height: auto;
}
.contents {
	margin-bottom: 0;
}
/* footer */
footer { text-align: center; }
/*jsCommon */
.jsCommon {
  padding-top: 50px !important;
  text-align: left;
}
/* form */
.buttonNext,
.buttonNext a {
	width: 100%;
}
.buttonSpace {
  margin-top: 35px;
}
} /* 767px */
