@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

@font-face {
  font-family: "YuGothic M";
  src: local(YuGothic-Medium), local(Yu Gothic Medium), local(YuGothic-Regular);
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

a {
  text-decoration: underline;
  color: #326cff;
}

a:hover {
  opacity: 0.8;
}

input, button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0;
  font-size: 14px;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

input[type="text"],
input[type="password"] {
  border: 1px solid #ccc;
  height: 3em;
  padding: 0 10px;
  font-size: 13px;
  box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

strong, b {
  font-weight: bold;
}

i {
  font-style: italic;
}

table {
  width: 100%;
}

table th, table td {
  border: 1px solid #ccc;
  padding: 10px;
}

table th {
  white-space: nowrap;
  width: 1em;
  background-color: #f8f8f8;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 5px 35px 5px 10px;
  font-size: 13px;
  background-image: url(../images/icon-arrow-bottom-gray.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px auto;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: 1px solid #ccc;
}

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

option {
  padding: 10px;
}

li {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

li:before {
  content: "・";
}

li:first-child {
  margin-top: 0;
}

table input[type="text"] {
  margin-right: 5px;
  margin-left: 5px;
}

table input[type="text"]:first-child {
  margin-left: 0;
}

.wrapper {
  margin: 0 auto;
}

.wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}

.contents {
  padding: 20px;
}

.copyright {
  margin-top: 40px;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-size: 13px;
}

.button-text {
  background-color: #333;
  color: #fff;
  padding: 20px 50px;
  font-size: 16px;
  border-radius: 5px;
}

.blue {
  color: #326cff;
}

.green {
  color: #3dac2f;
}

.red {
  color: #e72222;
}

.orange {
  color: #e09719;
}

.pink {
  color: #e425d0;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

/* フォーム設定 */
.iconRequired{
    width:3em;
    text-align:center;
    margin:0 3px;
    padding:2px 5px;
    background:#E50003;
    color:#fff;
    font-size:80%;
    font-weight:bold;
    border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    behavior: url("/css/PIE.htc");
}

th .iconRequired{
/*    position:absolute;*/
    left:150px;
    
    }
.textCenter{
    text-align:center;
    }
.catchArea{
	font-size:110%;
	}
	
.imgRight{
	float:right;
	padding-left:10px;
	}
.imgleft{
	float:left;
	padding-right:10px;
	vertical-align:top;
	}

    
