﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
.serif {
	font-family: 'Noto Serif', serif;
}

body {
	font-size: 100%;
	line-height: 160%;
	/*
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	*/
	font-family: "Noto Sans Japanese";
	color: #000;
	text-align: center;
	background: #fff;
	position: relative;
	overflow: hidden;
	visibility: hidden;
	vertical-align: bottom;
}

body#sub {
	visibility: inherit;
	overflow: inherit;
}


a:link { text-decoration:none; color: #AC0002;}
a:visited { text-decoration:none; color: #AC0002;}
a:active { text-decoration:none; color: #AC0002;}
a:hover { text-decoration:none; color: #AC0002;}

p {
	padding: 0;
	font-size: 14px;
}

h1 {
	top: 0;
	left: 0;
	padding: 10px 0;
	width: 250px;
	position: absolute;
}
/*
h2 {
	bottom: 0;
	left: 0;
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	position: absolute;
}
*/

/*  form Parts
--------------------------- */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: #ffffff;
	background-image: url(../img/common/input/select_bg.png)!important;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #cecece!important;
	font-size: 14px;
	height: 36px;
	padding: 5px 28px 5px 10px;
	border-radius: 0;
}

select::-ms-expand {
    display: none;
}

select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #000000;
}

select.off {
	background-color: #ffffff;
	background-image: url(../img/common/input/select_bg_off.png)!important;
	border: 1px solid #cecece!important;
}

select.error {
	background-color: #ffffff;
	background-image: url(../img/common/input/select_bg_error.png)!important;
	border: 1px solid #e2195b!important;
}

input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	line-height: 1.6;
	border: 1px solid #cecece;
	padding: 5px 10px;
	font-size: 14px;
	margin-right: 5px;
	border-radius: 0;
}

/*   IE対応　　*/
input[type="text"]:not(:target) {
  line-height: 1\9; /* IE9, 10 */
}

input[type=text]::-ms-clear {
	display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input[type="text"]:not(:target) {
    line-height: 1\9; /* IE10（\9なしでIE11にも適用） */
  }
}
/*   IE対応　　*/


input.t_right[type="text"] {
	text-align: right;
}

input[type="text"]:focus {
	outline: 0;
	/*background-color: rgba(18,112,159,0.05);*/
	background-color: rgba(220,249,255,0.96);
}

input.off[type="text"] {
	border: 2px solid #cecece!important;
	cursor: default;
	background-color: #ffffff;
}

input.off[type="text"]:focus {
	background-color: #ffffff!important;
}

input.error,
textarea.error {
	border: 2px solid #e2195b!important;
}

input[type="radio"],
input[type="checkbox"] {
	display: none;
}

input[type="radio"] + label {
	padding:3px 0 3px 28px;
	background-image: url(../img/common/input/radio.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:22px 22px;
	cursor:pointer;
}
 
input[type="radio"]:checked + label {
	background-image: url(../img/common/input/radio_checked.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:22px 22px;
	cursor:pointer;
}

input.off[type="radio"] + label {
	background-image: url(../img/common/input/radio_off.png);
	cursor: default!important;
}
 
input.off[type="radio"]:checked + label {
	background-image: url(../img/common/input/radio_checked_off.png);
	cursor: default!important;
}

input.error[type="radio"] + label {
	background-image: url(../img/common/input/radio_error.png);
}
 
input.error[type="radio"]:checked + label {
	background-image: url(../img/common/input/radio_checked_error.png);
}

input[type="checkbox"] + label {
	padding:3px 0 3px 28px;
	background-image: url(../img/common/input/checkBox.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:22px 22px;
	cursor:pointer;
}
 
input[type="checkbox"]:checked + label {
	background-image: url(../img/common/input/checkBox_checked.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:22px 22px;
	cursor:pointer;
}

input.error[type="checkbox"] + label {
	background-image: url(../img/common/input/checkBox_error.png);
}
 
input.error[type="checkbox"]:checked + label {
	background-image: url(../img/common/input/checkBox_checked_error.png);
}


input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: #a4ce4e;
	color: #ffffff;
}

input[type="button"]:hover {
	cursor: pointer;
}

input[type="button"]:focus {
	outline: 0;
}

input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 2px solid #a4ce4e;
	border-radius: 6px;
	padding: 5px 10px;
	border-radius: 0;
}

input[type="password"]:focus {
	outline: 0;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	padding: 8px 0;
	width: 200px;
	display: inline-block;
	text-align: center;
	/*box-shadow: 3px 3px 5px #EBEBEB;	*/
	font-size: 14px;
	border-radius: 80px;
	background-color: #ffffff;
	color: #0d6485;
	border: 2px solid #0d6485;
	font-weight: bold;
	
	/*
	border: 2px solid #a4ce4e;
	border-radius: 6px;
	padding: 5px 10px;
	*/
}

input[type="submit"]:hover {
	cursor: pointer;
	background-color: #0d6485;
	color: #ffffff;
	border: 2px solid #0d6485;
	outline: 0;
}


textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';	
	border: 1px solid #cecece;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0;
}


/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.stageBase .fieldWrap {
	padding: 0;
	text-align: center;
	width: 1100px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
/*
#stage1 {background:#fff;}
#stage2 {background:#eee;}
#stage3 {background:#ddd;}
#stage4 {background:#ccc;}
#stage5 {background:#bbb;}
*/


/* .stageSlide
--------------------------- */
.stageSlide {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.stageSlide .slideWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	content: " ";
	display: table;
}
.stageSlide .slideWrap:after {clear: both;}
.stageSlide .slideWrap {*zoom: 1;}

.stageSlide .slidePanel {
	float: left;
	overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 99;
}
.stageSlide .sdPrev {
	left: 80px;
	background: transparent url(../img/slide_prev.png) no-repeat left top;
}
.stageSlide .sdNext {
	right: 80px;
	background: transparent url(../img/slide_next.png) no-repeat left top;
}

.stageSlide .slideNav {
	bottom: 70px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 98;
}
.stageSlide .slideNav a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: transparent url(../img/nav.png) no-repeat center center;
	display: inline-block;
	overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
	background: transparent url(../img/nav_acv.png) no-repeat center center;
}

/* #pageNav
--------------------------- */
#pageNav {
	display: none;
	/*
	top: 0;
	right: 25px;
	width: 15px;
	text-align: center;
	position: fixed;
	z-index: 2;
	*/
}
/*
#pageNav ul {
	width: 15px;
	display: block;
}
#pageNav ul li {
	padding-bottom: 5px;
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
}
#pageNav ul li a {
	width: 15px;
	height: 15px;
	background: transparent url(../img/nav.png) no-repeat center center;
	display: block;
}
#pageNav ul li.activeStage a {
	background: transparent url(../img/nav_acv.png) no-repeat center center;
}
*/

/* #pageNav02
--------------------------- */
#pageNav02 a {
	padding: 1px 10px;
}

#pageNav02 ul li.activeStage a {
	background-color: rgba(46,87,124,0.85);
	color: #fff;
}

#pageNav02 a:hover {
	background-color: rgba(46,87,124,0.85);
	color: #fff;
}

#sub #pageNav02 ul li.activeStage a {
	background: none!important;
}

#sub #pageNav02 a:hover {
	background-color: rgba(46,87,124,0.85)!important;
	color: #fff;
}

#sub #pageNav02 span a {
	background-color: rgba(46,87,124,0.85);
	color: #fff;
}

/* #pageDown
--------------------------- */
#pageDown {
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	position: fixed;
	z-index: 3;
	border: 1px solid rgba(129,129,129,0.61);
	border-radius: 100px;
	width: 34px;
	height: 34px;
	-webkit-filter: transform 1s ease-in-out;
  -moz-filter: transform 1s ease-in-out;
  -o-filter: transform 1s ease-in-out;
  -ms-filter: transform 1s ease-in-out;
	transition: transform 1s ease-in-out;
}

#pageDown:hover {
	transform: scale(1.1);
}

#pageDown a {
	margin: 0 auto;
	display: block;
	border: 1px solid rgba(129,129,129,0.61);
	border-radius: 100px;
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,0.40);
	margin-top: 1px;
	-webkit-filter: background-color 1s ease-in-out;
  -moz-filter: background-color 1s ease-in-out;
  -o-filter: background-color 1s ease-in-out;
  -ms-filter: background-color 1s ease-in-out;
	transition: background-color 1s ease-in-out;

}

#pageDown a:hover {
	/*
	width: 40px;
	height: 40px;
	*/
	background-color: rgba(17,65,153,0.20);
}

#pageDown a:before {
	content: "SCROLL";
	display: inline-block;
	color: #114199;
	font-size: 20px;
	text-align: center;
	width: 80px;
	height: 20px;
	position: absolute;
	/*
	left: -67%;
	margin: 4px 32px 0 0;
	*/
	top: 0;
	bottom: 0;
	left: -63.5%;
	right: 0;
	margin: auto;
	z-index: 4;
	box-sizing: border-box;
}


