@charset "utf-8";
/*--------------------------
  common
--------------------------*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, section, article h1, h2, h3, h4, h5, * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-style: normal;
  vertical-align: baseline;
}
html {
  width: 100%;
  height: auto;
  overflow-y: scroll;
}
body {
  width: 100%;
	min-width:initial;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 82.5%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  background-image: linear-gradient(to right top, #c4d2e5, #c8d6e7, #ccdae9, #d1ddeb, #d5e1ed);
  color: #444;
  -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*--------------------------
  Base
--------------------------*/
.shadow_l {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.dn {
  display: none;
}
.f-r {
  color: #F00;
  font-weight: 600;
}
.f-w {
  color: #fff;
}
.ihv:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.t-ctr {
  text-align: center;
}
span.r {
  color: #F00;
}
@media screen and (min-width:320px) {}
/* Button
----------------------------------------------------------- */
.histryback {
  display: inline-block;
  width: 150px;
  margin: 0 10px;
  padding: 12px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background: #797979;
  background: -moz-linear-gradient(top, #828282 0%, #797979 100%);
  background: -webkit-linear-gradient(top, #828282 0%, #797979 100%);
  background: linear-gradient(to bottom, #828282 0%, #797979 100%);
  border: 2px solid #efefef;
  border-radius: 4px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.histryback:hover {
  border: none;
}
@media screen and (min-width:320px) {
  .button {
    font-size: 1.2rem;
  }
  .button2 {
    position: relative;
    float: none;
    margin: 2% auto;
  }
}
/* 
----------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
caption, th {
  text-align: left;
}
object, embed {
  vertical-align: top;
}
hr, legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img {
  border: none;
  vertical-align: bottom;
}
li {
  list-style: none;
}
#naviSkip {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
a:link {
  color: #ea657c;
}
/*--------------------------
  Form
--------------------------*/
input {
  padding: 2px 5px;
}
select, input[type=text], input[type=password], input[type=email] {
  padding: 2px 5px;
  border: 1px solid #CCCCCC;
}
textarea {
  padding: 2px 5px;
  overflow: auto;
  font-size: 100%;
  border: 1px solid #CCCCCC;
}
option {
  padding-right: 10px;
}
input:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-color: #FEF7F5;
  border: 1px solid #E25956;
}
/*--------------------------
  Table
--------------------------*/
table {
  width: 100%;
  margin: 0 auto 25px auto;
  font-size: 0.8rem;
  background: #fff;
}
table th {
  position: relative;
  width: 30%;
  height: auto;
  padding: 8px;
  border: 1px solid #ccc;
}
table th.required {
  padding: 10px 10px 10px 40px;
}
table th.required .required_icon {
  position: absolute;
  display: inline-block;
  padding: 0px 3px 0px 3px;
  font-size: 0.5rem;
  vertical-align: 1px;
  color: #fff;
  background-color: #ff4d4d;
  border-radius: 4px;
  top: 12px;
  left: 15px;
  font-weight: normal;
}
table .s {
  font-size: 0.7rem;
}
table .red {
  font-size: 0.7rem;
  color: #FF0004;
}
table td {
  padding: 10px;
  border: 1px solid #ccc;
}
table td.er {
  background: #f2dede;
}
table td .lc {
  margin: 5px 0 5px 40px;
  font-size: 0.7rem;
}
table th, table td.t {
  position: relative;
  font-weight: bold;
  color: #1c2b36;
  background-color: #fcfcfd;
  vertical-align: top;
}
table .input_text {
  display: inline-table;
  margin-right: 10px;
  font-size: 0.9rem;
}
table .input_ans {
  display: block;
}
/*--------------------------
  Width
--------------------------*/
.w1 {
  width: 10%;
}
.w2 {
  width: 20%;
}
.w3 {
  width: 30%;
}
.w4 {
  width: 40%;
}
.w5 {
  width: 50%;
}
.w6 {
  width: 60%;
}
.w7 {
  width: 70%;
}
.w8 {
  width: 80%;
}
.w9 {
  width: 90%;
}
.w10 {
  width: 100%;
}
/*--------------------------
  FontSize
--------------------------*/
.fs8 {
  font-size: 0.8rem;
}
.fs10 {
  font-size: 1rem;
}
.fs12 {
  font-size: 1.2rem;
}
.fs16 {
  font-size: 1.6rem;
}
.fs24 {
  font-size: 2.4rem;
}
.fs36 {
  font-size: 3.6rem;
}
/*--------------------------
  FontColor
--------------------------*/
.fcRed {
  color: #FF0004;
}
/*--------------------------
  Message
--------------------------*/
.er {
  padding: 7px 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/*--------------------------
  Margin
--------------------------*/
.mb20 {
  margin-bottom: 20px;
}