@charset "UTF-8";
/* ======================
　Reset
====================== */
/* Global Reset (html5doctor.com)
 * - Author: Richard Clark - http://richclarkdesign.com
------------------------------------------ */
/*----- for HTML5 -----*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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 #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input::-ms-clear {
    visibility:hidden
}

/* Costom Reset
------------------------------------------ */
/*----- for HTML5 -----*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

hr, legend {
  display: none;
}

time {
  display: block;
}

sub, sup {
  position: relative;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: bottom;
}


/* ======================
　Share
====================== */
/* Base Setting
------------------------------------------ */

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
	position: relative;
}

body {
  color: black;
  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.61;
	color:#333;
}

/* link */
a:link,
a:visited {
  color: #11216b;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #3498cc;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}


/* imgover */
img.opRollover:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/* For Reader */
.aural {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
}


/* ======================
　Utility
====================== */
/* margin
================================ */
.mt0 {margin-top: 0 !important;} .mt5 {margin-top: 5px !important;} .mt10 {margin-top: 10px !important;} .mt15 {margin-top: 15px !important;} .mt20 {margin-top: 20px !important;} .mt25 {margin-top: 25px !important;} .mt30 {margin-top: 30px !important;} .mt35 {margin-top: 35px !important;} .mt40 {margin-top: 40px !important;} .mt45 {margin-top: 45px !important;} .mt50 {margin-top: 50px !important;} .mt55 {margin-top: 55px !important;} .mt60 {margin-top: 60px !important;} .mt65 {margin-top: 65px !important;} .mt70 {margin-top: 70px !important;} .mr1-74per {margin-right: 1.74% !important;} .mr1-75per {margin-right: 1.75% !important;} .mr0 {margin-right: 0 !important;} .mr5 {margin-right: 5px !important;} .mr10 {margin-right: 10px !important;} .mr15 {margin-right: 15px !important;} .mr20 {margin-right: 20px !important;} .mr25 {margin-right: 25px !important;} .mr30 {margin-right: 30px !important;} .mr35 {margin-right: 35px !important;} .mr40 {margin-right: 40px !important;} .mr45 {margin-right: 45px !important;} .mr50 {margin-right: 50px !important;} .mr55 {margin-right: 55px !important;} .mr60 {margin-right: 60px !important;} .mr65 {margin-right: 65px !important;} .mr70 {margin-right: 70px !important;} .mb0 {margin-bottom: 0 !important;} .mb5 {margin-bottom: 5px !important;} .mb10 {margin-bottom: 10px !important;} .mb15 {margin-bottom: 15px !important;} .mb20 {margin-bottom: 20px !important;} .mb25 {margin-bottom: 25px !important;} .mb30 {margin-bottom: 30px !important;} .mb35 {margin-bottom: 35px !important;} .mb40 {margin-bottom: 40px !important;} .mb45 {margin-bottom: 45px !important;} .mb50 {margin-bottom: 50px !important;} .mb55 {margin-bottom: 55px !important;} .mb60 {margin-bottom: 60px !important;} .mb65 {margin-bottom: 65px !important;} .mb70 {margin-bottom: 70px !important;} .mb75 {margin-bottom: 75px !important;} .mb80 {margin-bottom: 80px !important;} .ml0 {margin-left: 0 !important;} .ml5 {margin-left: 5px !important;} .ml10 {margin-left: 10px !important;} .ml15 {margin-left: 15px !important;} .ml20 {margin-left: 20px !important;} .ml25 {margin-left: 25px !important;} .ml30 {margin-left: 30px !important;} .ml35 {margin-left: 35px !important;} .ml40 {margin-left: 40px !important;} .ml45 {margin-left: 45px !important;} .ml50 {margin-left: 50px !important;} .ml55 {margin-left: 55px !important;} .ml60 {margin-left: 60px !important;} .ml65 {margin-left: 65px !important;} .ml70 {margin-left: 70px !important;} .ml170 {margin-left: 170px !important;} .ma{ margin: auto auto;}

/* padding
================================ */
.pt0 {padding-top: 0 !important;} .pt5 {padding-top: 5px !important;} .pt10 {padding-top: 10px !important;} .pt15 {padding-top: 15px !important;} .pt20 {padding-top: 20px !important;} .pt25 {padding-top: 25px !important;} .pt30 {padding-top: 30px !important;} .pt35 {padding-top: 35px !important;} .pt40 {padding-top: 40px !important;} .pt45 {padding-top: 45px !important;} .pt50 {padding-top: 50px !important;} .pt55 {padding-top: 55px !important;} .pt60 {padding-top: 60px !important;} .pt65 {padding-top: 65px !important;} .pt70 {padding-top: 70px !important;} .pt92 {padding-top: 92px !important;} .pr0 {padding-right: 0 !important;} .pr5 {padding-right: 5px !important;} .pr10 {padding-right: 10px !important;} .pr15 {padding-right: 15px !important;} .pr20 {padding-right: 20px !important;} .pr25 {padding-right: 25px !important;} .pr30 {padding-right: 30px !important;} .pr35 {padding-right: 35px !important;} .pr40 {padding-right: 40px !important;} .pr45 {padding-right: 45px !important;} .pr50 {padding-right: 50px !important;} .pr55 {padding-right: 55px !important;} .pr60 {padding-right: 60px !important;} .pr65 {padding-right: 65px !important;} .pr70 {padding-right: 70px !important;} .pb0 {padding-bottom: 0 !important;} .pb5 {padding-bottom: 5px !important;} .pb10 {padding-bottom: 10px !important;} .pb15 {padding-bottom: 15px !important;} .pb20 {padding-bottom: 20px !important;} .pb25 {padding-bottom: 25px !important;} .pb30 {padding-bottom: 30px !important;} .pb35 {padding-bottom: 35px !important;} .pb40 {padding-bottom: 40px !important;} .pb45 {padding-bottom: 45px !important;} .pb50 {padding-bottom: 50px !important;} .pb55 {padding-bottom: 55px !important;} .pb60 {padding-bottom: 60px !important;} .pb65 {padding-bottom: 65px !important;} .pb70 {padding-bottom: 70px !important;} .pl0 {padding-left: 0 !important;} .pl5 {padding-left: 5px !important;} .pl10 {padding-left: 10px !important;} .pl15 {padding-left: 15px !important;} .pl20 {padding-left: 20px !important;} .pl25 {padding-left: 25px !important;} .pl30 {padding-left: 30px !important;} .pl35 {padding-left: 35px !important;} .pl40 {padding-left: 40px !important;} .pl45 {padding-left: 45px !important;} .pl50 {padding-left: 50px !important;} .pl55 {padding-left: 55px !important;} .pl60 {padding-left: 60px !important;} .pl65 {padding-left: 65px !important;} .pl70 {padding-left: 70px !important;} 

/* width
================================ */
.w001per { width: 1% !important; } .w002per { width: 2% !important; } .w003per { width: 3% !important; } .w004per { width: 4% !important; } .w005per { width: 5% !important; } .w006per { width: 6% !important; } .w007per { width: 7% !important; } .w008per { width: 8% !important; } .w009per { width: 9% !important; } .w010per { width: 10% !important; } .w011per { width: 11% !important; } .w012per { width: 12% !important; } .w013per { width: 13% !important; } .w014per { width: 14% !important; } .w015per { width: 15% !important; } .w016per { width: 16% !important; } .w017per { width: 17% !important; } .w018per { width: 18% !important; } .w019per { width: 19% !important; } .w020per { width: 20% !important; } .w021per { width: 21% !important; } .w022per { width: 22% !important; } .w023per { width: 23% !important; } .w024per { width: 24% !important; } .w025per { width: 25% !important; } .w026per { width: 26% !important; } .w027per { width: 27% !important; } .w028per { width: 28% !important; } .w029per { width: 29% !important; } .w030per { width: 30% !important; } .w031per { width: 31% !important; } .w032per { width: 32% !important; } .w033per { width: 33% !important; } .w034per { width: 34% !important; } .w035per { width: 35% !important; } .w036per { width: 36% !important; } .w037per { width: 37% !important; } .w038per { width: 38% !important; } .w039per { width: 39% !important; } .w040per { width: 40% !important; } .w041per { width: 41% !important; } .w042per { width: 42% !important; } .w043per { width: 43% !important; } .w044per { width: 44% !important; } .w045per { width: 45% !important; } .w046per { width: 46% !important; } .w047per { width: 47% !important; } .w048per { width: 48% !important; } .w049per { width: 49% !important; } .w050per { width: 50% !important; } .w051per { width: 51% !important; } .w052per { width: 52% !important; } .w053per { width: 53% !important; } .w054per { width: 54% !important; } .w055per { width: 55% !important; } .w056per { width: 56% !important; } .w057per { width: 57% !important; } .w058per { width: 58% !important; } .w059per { width: 59% !important; } .w060per { width: 60% !important; } .w061per { width: 61% !important; } .w062per { width: 62% !important; } .w063per { width: 63% !important; } .w064per { width: 64% !important; } .w065per { width: 65% !important; } .w066per { width: 66% !important; } .w067per { width: 67% !important; } .w068per { width: 68% !important; } .w069per { width: 69% !important; } .w070per { width: 70% !important; } .w071per { width: 71% !important; } .w072per { width: 72% !important; } .w073per { width: 73% !important; } .w074per { width: 74% !important; } .w075per { width: 75% !important; } .w076per { width: 76% !important; } .w077per { width: 77% !important; } .w078per { width: 78% !important; } .w079per { width: 79% !important; } .w080per { width: 80% !important; } .w081per { width: 81% !important; } .w082per { width: 82% !important; } .w083per { width: 83% !important; } .w084per { width: 84% !important; } .w085per { width: 85% !important; } .w086per { width: 86% !important; } .w087per { width: 87% !important; } .w088per { width: 88% !important; } .w089per { width: 89% !important; } .w090per { width: 90% !important; } .w091per { width: 91% !important; } .w092per { width: 92% !important; } .w093per { width: 93% !important; } .w094per { width: 94% !important; } .w095per { width: 95% !important; } .w096per { width: 96% !important; } .w097per { width: 97% !important; } .w098per { width: 98% !important; } .w099per { width: 99% !important; } .w100per { width: 100% !important; } .wAuto {width: auto !important;} 

/* align
================================ */
.aC {text-align: center !important;} .aL {text-align: left !important;} .aR {text-align: right !important;} .vT {vertical-align: top !important;} .vM {vertical-align: middle !important;} .vB {vertical-align: bottom !important;} 

/* display
================================ */
.dB {display: block !important;} .dN {display: none !important;} .dIB {display: inline-block !important;} 

/* float
================================ */
.fR {float:right !important;} .fL {float:left !important;} .fN {float:none !important;} 

/* clear
================================ */
.clearB {clear:both !important;} .clearR {clear:right !important;} .clearL {clear:left !important;} .clearN {clear:none !important;} 

/* Base Setting
------------------------------------------ */
body {
  font-size: 14px;
  font-size: 1.4rem;
	color: #333333;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Page
------------------------------------------ */
/* Header
------------------------------------------ */
#header {
	position: relative;
}
#header .headerBody {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 18px 0 24px;
}
#header #siteLogo01 {
	position: absolute;
	top: 14px;
	left: 0;
}
#header .siteLogo02 {
	display: table;
	margin: 0 auto;
}
#header .siteLogo02 > li {
	display: table-cell;
	padding: 0 30px;
	vertical-align: middle;
}
#header .siteLogo02 > li:first-child {
	padding-top: 15px;
}
#header .siteLogo02 img {
	vertical-align: middle;
}
#header .siteLogo02 > * + * {
	border-left: 1px solid #e4e4e4;
}

/* contents
------------------------------------------ */
.contentsBody {
	width: 1000px;
	margin: 0 auto;
}
.contentsBody > *:first-child {
	margin-top: 0 !important;
}
.formBody {
	width: 800px;
	margin: 40px auto;
}

/* Footer
------------------------------------------ */
#footer {
	margin-top: 80px;
	padding: 20px 0 12px;
	background-color: #555f6b;
	color: #ffffff;
	text-align: center;
}
#copyright {
	margin-top: 10px;
	font-size: 1.2rem;
}



/* COMMON PARTS
------------------------------------------ */
/* headline */
.headWrap {
	background-color: #444444;
}
.headline01 {
	padding: 12px 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 2.2rem;
}
.headWrap .headline01 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.headWrap + * {
	margin-top: 60px !important;
}

/* text */
.fz20 {
	font-size: 2rem !important;
}
.bold {
	font-weight: bold !important;
}
.formLead {
	margin-top: 20px;
	font-size: 2rem;
	font-weight: bold !important;
}
.paragrah01 {
	margin-top: 60px;
}

/* list */
.addressList {
	margin-top: 30px;
}
.addressList dt {
	font-size: 2rem;
	font-weight: bold;
	color: #204780;
}
.addressList dd {
	margin-top: 5px;
	font-size: 1.6rem;
}
.definitionList {
	margin-top: 10px;
	font-size: 1.6rem;
}
.definitionList dt {
	width: 3em;
}
.definitionList + .definitionList {
	margin-top: 0;
}
.definitionList dt,
.definitionList dd {
	display: inline-block;
}
.definitionList dd {
	position: relative;
	padding-left: 1em;
}
.definitionList dd:before {
	position: absolute;
	top: 0;
	left: 0.3em;
	content: ":";
	width: 1em;
	height: 1em;
}

/* btnType */
.btnType01 input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #d9d9d9;
	display: inline-block;
	padding: 14px 50px 14px 50px;
	background-color: #efefef;
	color: #7f7f7f;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.btnType01 input:hover {
	background-color: #fbfbfb;
	cursor: pointer;
}
.submitWrap {
	margin-top: 40px;
	text-align: center;
}
.submitWrap .btnType01 {
}


/* FORM PARTS
------------------------------------------ */
/* formSteps */
.formSteps {
	margin-top: 20px;
}
.formSteps li {
	position: relative;
	display: table;
	float: left;
	width: 33%;
	height: 40px;
	padding: 10px 30px;
	text-align: center;
	background-color: #e5e6ea;
	font-size: 1.6rem;
	overflow: hidden;
}
.formSteps .current {
	color: #ffffff;
	background-color: #204780;
}
.formSteps li + li:before,
.formSteps li + li:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
}
.formSteps li + li:before {
	border-color: transparent transparent transparent #ffffff;
	border-width: 30px 0 30px 20.5px;
}
.formSteps li + li:after {
	border-color: transparent transparent transparent #e5e6ea;
	border-width: 25px 0 25px 17.5px;
}
.formSteps .current + li:after {
	border-left-color: #204780;
}
.formSteps li:nth-child(2) {
	width: 34%;
}
.formSteps li > span {
	display: table-cell;
	vertical-align: middle;
	font-size: 2rem;
}

/* formList01 */
.formList01 {
	margin-top: 10px;
}
.formList01 + .formList01 {
	margin-top: 40px;
}
.formList01 > dt {
	font-size: 2rem;
}
.formList01.required > dt:after {
	content: "*";
}
.formList01 > dd {
	margin-top: 10px;
}

/* input */
input,select,textarea {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
}
.inputText01,
.textArea01 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	border: 1px solid #c8c8c8;
}
.inputText01 {
	width: 100%;
}
.selectType01 {
	padding: 10px;
	border: 1px solid #c8c8c8;
	width: 500px;
}
.textArea01 {
	width: 100%;
	height: 160px;
}

:placeholder-shown {
	color: #a1a1a1;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #a1a1a1;
}

/* Firefox 18- */
:-moz-placeholder {
	color: #a1a1a1; opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #a1a1a1; opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
	color: #a1a1a1;
}


/* ======================
　clearfix
====================== */
.formSteps,
#content {
  min-height: 1%;
}
.formSteps:after,
#content:after {
  content: "";
  display: block;
  clear: both;
}
